mirror of
https://github.com/irmen/prog8.git
synced 2024-11-19 11:32:17 +00:00
ref github issue
This commit is contained in:
parent
0509de76d5
commit
73838ccb8b
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user