remove unused file; update tools/missing-dsource.retro; dev. builds are set to 32-bit for now (will be back to 64-bit default later)

FossilOrigin-Name: ef89aa704a826e2edd4ba3441105cb6f0bcc02a9b8b8f7f431a44e4d09cc0510
This commit is contained in:
crc 2023-10-22 15:56:22 +00:00
parent 360c390300
commit fd50adfb70
6 changed files with 577 additions and 578 deletions

View file

@ -29,7 +29,7 @@ LIBDL ?=
OPTIONS ?=
OPTIONS += -DUSE_UTF32
OPTIONS += -DBIT64
#OPTIONS += -DBIT64
# The I/O devices can be enabled or disabled. Comment or
# uncomment the corresponding ENABLED and DEVICES lines and

View file

@ -15,5 +15,7 @@
- add -v for verbose mode (C)
- now skip execuion of NOP instructions (C)
- added an implementation of Nga in D (D)
- removed some unneeded files
- update tools/missing-dsource.retro
================================================================

View file

@ -1,4 +0,0 @@
#!/bin/sh
echo cc -DFAST -DENABLE_FLOATS -DENABLE_FILES -DENABLE_UNIX -DENABLE_RNG -DENABLE_CLOCK -DENABLE_SCRIPTING -O2 -pipe -o ../../bin/retro-wip retro-wip.c -lm
cd vm/nga-c && cc -DFAST -DENABLE_FLOATS -DENABLE_FILES -DENABLE_UNIX -DENABLE_RNG -DENABLE_CLOCK -DENABLE_SCRIPTING -O2 -pipe -o ../../bin/retro-wip retro-wip.c -lm

BIN
ngaImage

Binary file not shown.

View file

@ -6,5 +6,6 @@ for words with an empty `d:source` field.
~~~
:,name dup d:name s:put ;
:,dt dup n:put ;
[ dup d:source fetch n:zero? [ ,dt tab ,name nl ] if drop ] d:for-each
:-source? (d-df) dup d:source fetch n:zero? ;
[ -source? [ ,dt tab ,name nl ] if drop ] d:for-each
~~~

File diff suppressed because it is too large Load diff