https://github.com/virtualagc/virtualagc
Revision 62edbcc8c6021789df156749d71229308ba4313a authored by Ronald Burkey on 08 August 2021, 00:25:00 UTC, committed by GitHub on 08 August 2021, 00:25:00 UTC
yaAGCb1: Fixed a few errors identified by SELF-CHECK
2 parent s 1bd6f8f + b8b57e2
Raw File
Tip revision: 62edbcc8c6021789df156749d71229308ba4313a authored by Ronald Burkey on 08 August 2021, 00:25:00 UTC
Merge pull request #1149 from virtualagc/yagcb1_fixes
Tip revision: 62edbcc
MAIN.agc
### FILE="Main.annotation"
# Copyright:   	Public domain.
# Filename:    	MAIN-repaired.agc
# Purpose:     	Source code for TRIVIUM, a demonstration
#	       	Block I AGC program for the YUL assembler,
#		with the intentional and unintended coding
#		errors repaired.
# Assembler:   	yaYUL
# Contact:     	Ron Burkey <info@sandroid.org>.
# Website:     	https://www.ibiblio.org/apollo/index.html
# Page Scans:  	http://www.ibiblio.org/apollo/ScansForConversion/TRIVIUM/
# Mod history: 	2018-10-20 RSB  Created.

# The only section of the program.
$1_AND_ONLY.agc
back to top