13 lines
317 B
Text
13 lines
317 B
Text
MOVE.w #0,D0
|
|
MOVE.W #25,D7
|
|
JSR Nth
|
|
|
|
MOVE.w #$250,D0 ;since we're working with binary-coded decimal, this number is stored as hex.
|
|
MOVE.W #15,D7
|
|
JSR Nth
|
|
|
|
MOVE.w #$1000,D0 ;since we're working with binary-coded decimal, this number is stored as hex.
|
|
MOVE.W #25,D7
|
|
JSR Nth
|
|
|
|
jmp * ;stop the cpu - we're done.
|