mirror of
https://github.com/a2geek/basic-system-cmd.git
synced 2024-12-29 08:30:11 +00:00
Moving buffer back to $0200; clearing sunitnum before ONLINE MLI call.
This commit is contained in:
parent
7c2c18bb43
commit
83b1697802
@ -78,7 +78,7 @@ cout = $fded
|
|||||||
|
|
||||||
; Application stuff:
|
; Application stuff:
|
||||||
|
|
||||||
buffer = $6800
|
buffer = inbuf
|
||||||
|
|
||||||
|
|
||||||
.org $2000
|
.org $2000
|
||||||
@ -189,6 +189,7 @@ notOurCommand:
|
|||||||
; S5 D1 ERR=$57 (S7 D1)
|
; S5 D1 ERR=$57 (S7 D1)
|
||||||
;
|
;
|
||||||
online:
|
online:
|
||||||
|
stz sunitnum
|
||||||
lda #>sd
|
lda #>sd
|
||||||
bit fbits+1
|
bit fbits+1
|
||||||
beq @1 ; Bit was NOT set
|
beq @1 ; Bit was NOT set
|
||||||
|
Loading…
Reference in New Issue
Block a user