Free some space for xcomp core low

This commit is contained in:
Virgil Dupras 2020-05-13 08:00:49 -04:00
parent ddf23e3d02
commit d6a3e79394
10 changed files with 9 additions and 9 deletions

View File

@ -1 +0,0 @@
1 4 LOADR+

1
blk/420 Normal file
View File

@ -0,0 +1 @@
1 4 LOADR+ ( xcomp core high )

View File

View File

View File

View File

View File

@ -13,10 +13,10 @@
CURRENT @ XCURRENT !
282 LOAD ( boot.z80 )
393 LOAD ( icore low )
393 LOAD ( xcomp core low )
: (emit) 0 PC! ;
: (key) 0 PC@ ;
415 LOAD ( icore high )
420 LOAD ( xcomp core high )
(entry) _
( Update LATEST )
PC ORG @ 8 + !

View File

@ -20,10 +20,10 @@ RAMSTART 0x70 + CONSTANT ACIA_MEM
CURRENT @ XCURRENT !
282 LOAD ( boot.z80 )
393 LOAD ( icore low )
393 LOAD ( xcomp core low )
352 LOAD ( acia )
372 381 LOADR ( sdc )
415 LOAD ( icore high )
420 LOAD ( xcomp core high )
(entry) _
( Update LATEST )
PC ORG @ 8 + !

View File

@ -66,11 +66,11 @@ CURRENT @ XCURRENT !
0x100 BIN( !
282 LOAD ( boot.z80 )
393 LOAD ( icore low )
393 LOAD ( xcomp core low )
CREATE ~FNT CPFNT3x5
555 560 LOADR ( LCD low )
566 570 LOADR ( KBD low )
415 LOAD ( icore high )
420 LOAD ( xcomp core high )
(entry) _
( Update LATEST )
PC ORG @ 8 + !

View File

@ -15,8 +15,8 @@ CURRENT @ XCURRENT !
0x3000 BIN( !
282 LOAD ( boot.z80 )
492 LOAD ( trs80.z80 )
393 LOAD ( icore low )
415 LOAD ( icore high )
393 LOAD ( xcomp core low )
420 LOAD ( xcomp core high )
(entry) _
( Update LATEST )
PC ORG @ 8 + !