Spit SPC instead of NL between blknos in LOADR
It's a bit wasteful to spit full NLs.
This commit is contained in:
parent
7fd74e2d80
commit
ba4edbdce3
2
blk.fs
2
blk.fs
@ -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
BIN
cvm/stage.bin
Binary file not shown.
Loading…
Reference in New Issue
Block a user