view src/bytecode.s @ 125:0607e4e20702

Correct offset error for keyword table lookup
author William Astle <lost@l-w.ca>
date Sun, 07 Jan 2024 20:35:51 -0700
parents 5d5472b11ccd
children
line wrap: on
line source

                *pragmapush list
                *pragma list
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Bytecode definitions - define them using the macro bytecode_opdef
                *pragmapush list
                *pragma nolist
bytecode_opdef  macro
\1              equ \2
                endm
                *pragmapop list
                bytecode_opdef bc_eol,0x00
                *pragmapop list