Update z80c.bin's LATEST during xcomp instead of using slatest

This commit is contained in:
Virgil Dupras 2020-04-25 22:02:44 -04:00
parent 6f896caf7a
commit bc3aabc84e
3 changed files with 3 additions and 2 deletions

View File

@ -23,9 +23,8 @@ $(BLKUNPACK): $(BLKPACK)
# z80c.bin is not in the prerequisites because it's a bootstrap
# binary that should be updated manually through make updatebootstrap.
forth0.bin: $(SLATEST)
forth0.bin:
cp z80c.bin $@
$(SLATEST) $@
cat pre.fs emul.fs >> $@
forth0-bin.h: forth0.bin $(BIN2C)

View File

@ -14,4 +14,6 @@ H@ XOFF !
282 LOAD ( boot.z80 )
393 LOAD ( icore )
(entry) _
( Update LATEST )
H@ XOFF @ - XOFF @ 8 + !
H@ 256 /MOD 2 PC! 2 PC!

Binary file not shown.