feat(buzbee): add command hashes

This commit is contained in:
2025-10-01 13:55:34 -05:00
parent 6544321450
commit d7d8532021
2 changed files with 21 additions and 0 deletions

1
.gitignore vendored
View File

@@ -6,6 +6,7 @@
*.s19
build/
map.txt
bbhashtool
# Build system generated files
src/version.s

View File

@@ -110,6 +110,26 @@ NEXTC@
bne NEXTC@ ; No? loop
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
fcb $0D,$0A,$25,$00 ; CR LF '%' NUL