diff options
| author | kitty <nepeta@canaglie.net> | 2026-03-08 18:49:04 +1100 |
|---|---|---|
| committer | kitty <nepeta@canaglie.net> | 2026-03-08 18:49:04 +1100 |
| commit | 9c863a372480da3b9a54139c63e26f2ce38b3479 (patch) | |
| tree | 19d20e54436265a8abc8a9152ee5e1030d1b41d2 | |
| parent | 5f70edcd2c717209bfd0095e3f698851b4ec447e (diff) | |
rm unnecessary nasm arg
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | jefs.fs | 2 | ||||
| -rw-r--r-- | readme.md | 1 |
3 files changed, 2 insertions, 3 deletions
@@ -7,7 +7,7 @@ $(TARGET): $(TARGET).o ld --omagic -static -o $@ $< $(TARGET).o: $(SRCS) $(TARGET).fs - nasm -g -F dwarf -O0 -f elf64 -w-zeroing -o $@ $< + nasm -g -F dwarf -O0 -f elf64 -o $@ $< .PHONY: clean clean: @@ -331,8 +331,6 @@ hide truncate-(accept-n) 2048 constant line-buffer-length make line-buffer line-buffer-length allot -\ maybe fill the old space with zeroes? -\ seem to be having issues with old words being interpreted : refill ( -- ? ) source-id 0< if false [ ret, ] then 0 >in ! line-buffer tib ! line-buffer line-buffer-length accept 0= if dup 0= if #tib ! false [ ret, ] then then #tib ! true ; @@ -65,3 +65,4 @@ the error codes are: - `DO` + `LOOP` - `<BUILDS` and `DOES>` - better documentation? +- turnkey executable generation from current dict? |
