view src/bytecode.s @ 140:86f6f3a71e60 default tip

Fix some bugs in tokenization/parsing routine
author William Astle <lost@l-w.ca>
date Tue, 16 Jul 2024 22:30:07 -0600
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