l1, libs: replaced "(SET-DOES>)" with more logical "(!DOES>)" (this hints at argument...
[urforth.git] / libs / asmx86 / all.f
blob3d977dd0ba887cc0378e0725d84dcff5f5a00b71
1 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2 ;; UrForth level 1: self-hosting 32-bit Forth compiler
3 ;; Natural-syntax x86 assembler
4 ;; Modelled after SMAL32 built-in assembler
5 ;; Copyright (C) 2020 Ketmar Dark // Invisible Vector
6 ;; GPLv3 ONLY
7 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
8 [IFNDEF] forth:asmx86
10 .LIB-START" x86 assembler"
11 " asmx86.f" tload
12 .LIB-END
14 .LIB-START" x86 assembler plugins"
15 " user-meta.f" tload
16 " user-labelman.f" tload
17 .LIB-END
19 [ENDIF]