keep all assembly examples under a/assembly_*.asm

This commit is contained in:
Shark
2016-09-21 13:02:44 +02:00
parent 3bab02464b
commit 259d83e19b
6 changed files with 0 additions and 0 deletions

View File

@@ -1,9 +0,0 @@
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