Meta tweaks

Signed-off-by: Richie Bendall <richiebendall@gmail.com>
This commit is contained in:
Richie Bendall
2021-02-17 17:39:48 +13:00
parent 14f6505d0c
commit dad1ce8fa0
98 changed files with 695 additions and 699 deletions

9
a/Assembler MMIX.asm Normal file
View File

@@ -0,0 +1,9 @@
t IS $255
LOC Data_Segment
GREG @
String BYTE "Hello World",#a,0
LOC #100
Main LDA t,String
TRAP 0,Fputs,StdOut
TRAP 0,Halt,0