Skip to content

Instantly share code, notes, and snippets.

@Ismael-VC
Created August 5, 2024 04:05
Show Gist options
  • Save Ismael-VC/aaaa4110d7377884f89c56c6876cc612 to your computer and use it in GitHub Desktop.
Save Ismael-VC/aaaa4110d7377884f89c56c6876cc612 to your computer and use it in GitHub Desktop.
➜ ~ cat blimtest.tal
|100
;foo print
;bar print
;baz print
BRK
@print ( str* -- )
LDAk #18 DEO
INC2 LDAk ?print
POP2 JMP2r
@foo "(foo) 0a00
@bar "{foo} 0a00
@baz "[baz] 0a00
➜ ~ uxnasm blimtest.tal rom
Assembled rom in 50 bytes(0.08% used), 4 labels, 0 macros.
➜ ~ drifblim blimtest.tal rom
Assembled rom in 50 bytes(5 labels).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment