Browse Source

Spit SPC instead of NL between blknos in LOADR

It's a bit wasteful to spit full NLs.
master
Virgil Dupras 3 years ago
parent
commit
ba4edbdce3
2 changed files with 1 additions and 1 deletions
  1. +1
    -1
      blk.fs
  2. BIN
      cvm/stage.bin

+ 1
- 1
blk.fs View 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 View File


Loading…
Cancel
Save