You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
218 B
13 lines
218 B
4 years ago
|
% Some example code
|
||
|
|
||
|
% Set the address of the program initially to 0x100.
|
||
|
LOC #100
|
||
|
|
||
|
Main GETA $255,string
|
||
|
|
||
|
TRAP 0,Fputs,StdOut
|
||
|
|
||
|
TRAP 0,Halt,0
|
||
|
|
||
|
string BYTE "Hello, world!",#a,0
|