Git - code.swisschili.sh
code.swisschili.sh
/
dos-forth
/
e1abd07c279831f2ccc2ba09f5e7a3225760f7cf
/
.
/
Makefile
blob: e951018a9d995341db3b93aea94985e3e1ec4b88 [
file
] [
log
] [
blame
]
BASE
.
COM
:
FORTH
.
ASM DOS
.
ASM IOWORDS
.
ASM DICTNRY
.
ASM
nasm $
<
-
fbin
-
o$@
FORTH
.
COM
:
BASE
.
COM CORE
.
F BUILD
.
BAT
dosbox BUILD
.
BAT
run
:
BASE
.
COM
dosbox $
^
size
:
BASE
.
COM
@ls
-
al $
^
|
awk
'{ print $$5 }'
list
-
words
:
@rg
'^(\s*)DEF(VAR|WORD_|CONST)'