daily_automated
This commit is contained in:
12
trunk/workspace/AVR-Computer/msbasic/microtan_iscntc.s
Normal file
12
trunk/workspace/AVR-Computer/msbasic/microtan_iscntc.s
Normal file
@@ -0,0 +1,12 @@
|
||||
.segment "CODE"
|
||||
ISCNTC:
|
||||
lda $01
|
||||
cmp #$03
|
||||
beq LC6EF
|
||||
lda #$01
|
||||
rts
|
||||
LC6EF:
|
||||
nop
|
||||
nop
|
||||
cmp #$03
|
||||
;!!! runs into "STOP"
|
||||
Reference in New Issue
Block a user