mirror of
https://github.com/irmen/prog8.git
synced 2024-11-22 15:33:02 +00:00
ref github issue
This commit is contained in:
parent
0509de76d5
commit
73838ccb8b
@ -2,7 +2,7 @@
|
|||||||
main {
|
main {
|
||||||
str myBar = "main.bar"
|
str myBar = "main.bar"
|
||||||
;foo_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() {
|
sub start() {
|
||||||
txt.print(myBar)
|
txt.print(myBar)
|
||||||
txt.print(&foo_bar)
|
txt.print(&foo_bar)
|
||||||
|
Loading…
Reference in New Issue
Block a user