7 lines
77 B
Text
7 lines
77 B
Text
main:
|
|
MOVE.W #1024,D0
|
|
|
|
WhileLoop:
|
|
jsr PrintHexWord
|
|
LSR.W #1,D0
|
|
BNE WhileLoop
|