We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d0b8f9 commit 9dc145bCopy full SHA for 9dc145b
2 files changed
tests/functional/dimconst7.asm
@@ -54,8 +54,8 @@ __LABEL0:
54
DEFW 0001h
55
DEFW 0004h
56
DEFB 01h
57
- ; Defines DATA END --> HEAP size is 0
58
-ZXBASIC_USER_DATA_END EQU ZXBASIC_MEM_HEAP
+; Defines DATA END --> HEAP size is 0
+ZXBASIC_USER_DATA_END:
59
; Defines USER DATA Length in bytes
60
ZXBASIC_USER_DATA_LEN EQU ZXBASIC_USER_DATA_END - ZXBASIC_USER_DATA
61
END
zxb/__init__.py
@@ -11,3 +11,4 @@
11
12
from outfmt import CodeEmitter # noqa
13
from .zxb import main # noqa
14
+import api # noqa
0 commit comments