mirror of
https://github.com/bobbimanners/Applecorn.git
synced 2025-08-08 23:25:03 +00:00
Fix OSBYTE82. Lisp works again now. Thx ivanizag!
This commit is contained in:
BIN
applecorn.po
BIN
applecorn.po
Binary file not shown.
@@ -333,8 +333,8 @@ BYTE7F PHY ; $7F = check for EOF
|
||||
PLY
|
||||
RTS
|
||||
|
||||
BYTE82 LDY #$00 ; $82 = read high order address
|
||||
LDX #$00 ; $0000 for language processor
|
||||
BYTE82 LDY #$FF ; $82 = read high order address
|
||||
LDX #$FF ; $FFFF for I/O processor
|
||||
RTS
|
||||
|
||||
BYTE83 LDY #$0E ; $83 = read bottom of user mem
|
||||
@@ -382,5 +382,3 @@ BYTEVAR LDX #$00
|
||||
LDY #$00
|
||||
WORDE0 RTS
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user