ref github issue

This commit is contained in:
Irmen de Jong 2021-10-10 23:00:31 +02:00
parent 0509de76d5
commit 73838ccb8b

View File

@ -2,7 +2,7 @@
main {
str myBar = "main.bar"
;foo_bar:
; %asminclude "foo_bar.asm" ; FIXME: should be accessible from inside start() but give assembler error
; %asminclude "foo_bar.asm" ; FIXME: should be accessible from inside start() but give assembler error. See github issue #62
sub start() {
txt.print(myBar)
txt.print(&foo_bar)