Sfoglia il codice sorgente

Spit SPC instead of NL between blknos in LOADR

It's a bit wasteful to spit full NLs.
master
Virgil Dupras 3 anni fa
parent
commit
ba4edbdce3
2 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      blk.fs
  2. BIN
      cvm/stage.bin

+ 1
- 1
blk.fs Vedi File

@@ -2079,7 +2079,7 @@ SYSVARS 0x55 + :** KEY?
( ----- 385 )
: LOAD+ BLK> @ + LOAD ;
( b1 b2 -- )
: LOADR 1+ SWAP DO I DUP . NL LOAD LOOP ;
: LOADR 1+ SWAP DO I DUP . SPC LOAD LOOP ;
: LOADR+ BLK> @ + SWAP BLK> @ + SWAP LOADR ;
( ----- 390 )
( xcomp core high )


BIN
cvm/stage.bin Vedi File


Loading…
Annulla
Salva