feat(buzbee): add command hashes
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -6,6 +6,7 @@
|
|||||||
*.s19
|
*.s19
|
||||||
build/
|
build/
|
||||||
map.txt
|
map.txt
|
||||||
|
bbhashtool
|
||||||
|
|
||||||
# Build system generated files
|
# Build system generated files
|
||||||
src/version.s
|
src/version.s
|
||||||
|
20
src/buzbee.s
20
src/buzbee.s
@@ -110,6 +110,26 @@ NEXTC@
|
|||||||
bne NEXTC@ ; No? loop
|
bne NEXTC@ ; No? loop
|
||||||
rts
|
rts
|
||||||
|
|
||||||
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
|
;;
|
||||||
|
;; BUZBEE Strings and Fixed Data
|
||||||
|
;;
|
||||||
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
|
|
||||||
|
; BUZBEE command hashes resolvable with MKCMDSUM.
|
||||||
|
BBCCALL
|
||||||
|
fcb $E4
|
||||||
|
BBCEXEC
|
||||||
|
fcb $DB
|
||||||
|
BBCHELP
|
||||||
|
fcb $D7
|
||||||
|
BBCPEEK
|
||||||
|
fcb $DB
|
||||||
|
BBCPOKE
|
||||||
|
fcb $D1
|
||||||
|
BBCSREC
|
||||||
|
fcb $D3
|
||||||
|
|
||||||
PROMPTLINE
|
PROMPTLINE
|
||||||
fcb $0D,$0A,$25,$00 ; CR LF '%' NUL
|
fcb $0D,$0A,$25,$00 ; CR LF '%' NUL
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user