https://github.com/virtualagc/virtualagc
Raw File
Tip revision: a3413b73bcd332703a9619912e0a1a51bebf581b authored by Ron Burkey on 02 June 2023, 21:52:00 UTC
Lots of fixes to LVDC assembler; AS-512 errors down from ~10K to <5K.
Tip revision: a3413b7
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