7 lines
88 B
NASM
7 lines
88 B
NASM
hello START 0
|
|
CLEAR X
|
|
loop RD #0
|
|
WD #1
|
|
J loop
|
|
|
|
|