daily_automated
This commit is contained in:
10
trunk/workspace/AVR-Computer/msbasic/apple_iscntc.s
Normal file
10
trunk/workspace/AVR-Computer/msbasic/apple_iscntc.s
Normal file
@@ -0,0 +1,10 @@
|
||||
.segment "CODE"
|
||||
ISCNTC:
|
||||
lda $C000
|
||||
cmp #$83
|
||||
beq L0ECC
|
||||
rts
|
||||
L0ECC:
|
||||
jsr RDKEY
|
||||
cmp #$03
|
||||
;!!! runs into "STOP"
|
||||
Reference in New Issue
Block a user