fix(buzbee): cleaned up hashing program

This commit is contained in:
2025-10-15 14:53:00 -05:00
parent 3943b5502a
commit c9b665d509

View File

@@ -25,7 +25,7 @@ int main(void) {
; Copyright (c) 2025 Gale Faraday\n\ ; Copyright (c) 2025 Gale Faraday\n\
; Licensed under MIT\n\ ; Licensed under MIT\n\
\n\ \n\
; This file generated by bbmkcmds.c\n\ ; This file generated by bbmkhash.c\n\
\n\ \n\
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;\n\ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;\n\
;;\n\ ;;\n\
@@ -40,10 +40,10 @@ int main(void) {
/* Command count. /* Command count.
* NOTE: This is a u16 because it gets emitted into the output assembly. */ * NOTE: This is a u16 because it gets emitted into the output assembly. */
uint16_t cCmds = sizeof(s_ppszCmds) / sizeof(char *); uint16_t cCmds = sizeof(s_ppszCmds) / sizeof(char *);
/* Emit command count */ /* Emit command count */
printf("BBCHTC\n fdb $%.4X\n", cCmds); printf("BBCHTC\n fdb $%.4X\n", cCmds);
/* Emit table data */ /* Emit table data */
puts("\nBBCHT"); puts("\nBBCHT");