Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0fdd3ecc50 | |||
| 904578e2b1 |
@@ -2,6 +2,8 @@
|
||||
; Copyright (c) 2024-2025 Amber Zeller, Gale Faraday
|
||||
; Licensed under MIT
|
||||
|
||||
INCLUDE "serial.inc"
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;;
|
||||
;; CHIBI/O Stable BIOS Interface
|
||||
|
||||
12
src/buzbee.s
12
src/buzbee.s
@@ -327,11 +327,11 @@ NOTOK@
|
||||
|
||||
; IF pointer table
|
||||
IFPTRTBL
|
||||
fdb IFCALL
|
||||
fdb IFHELP
|
||||
fdb IFPEEK
|
||||
fdb IFPOKE
|
||||
fdb IFSREC
|
||||
fdb IFCALL ; CALL
|
||||
fdb IFHELP ; HELP
|
||||
fdb IFPEEK ; PEEK
|
||||
fdb IFPOKE ; POKE
|
||||
fdb IFSREC ; SREC
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;;
|
||||
@@ -384,7 +384,7 @@ IFPOKE
|
||||
ldx BBVAR.cbtokens ; Make sure we have enough tokens
|
||||
cmpx #4
|
||||
lblo INVALIDARG
|
||||
leax -3,x ; Get count of bytes to write into X
|
||||
leax -3,x ; Get count of bytes to copy from token buffer
|
||||
ldy #0 ; Setup Y for indexing
|
||||
NEXTB@
|
||||
lda BBVAR.tokens+3,y ; Get source byte to copy
|
||||
|
||||
Reference in New Issue
Block a user