zxdisasm: fixed "ld l,(ix)" and such
[urasm.git] / urflibs / urasm / 00-main-loader.f
blobfb0e46db6de282d01e223ec565ad45c565b7c6f8
1 ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2 ;; and now for something completely different...
3 ;; UrForth/C Forth Engine!
4 ;; Copyright (C) 2023 Ketmar Dark // Invisible Vector
5 ;; GPLv3 ONLY
6 ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
8 $include-once <emit.f>
9 $include-once <res-words.f>
10 $include-once <lexer.f>
11 $include-once <labels.f>
12 $include-once <expr.f>
13 $include-once <utils.f>
15 $include-once <opc>
16 $include-once <ext>
18 asm-emit:init-memory
21 $include-once <asm-test.f>