mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-06 01:40:56 +11:00
b2b556911f
Also, I've run VE on the TRS-80 for the first time! It doesn't work well though. Screen is mostly blank all the time. I removed instructions from the recipe which became obsolete when Collapse OS became 100% bootstrapped. Also, I've updated instructions to change the NL override which is necessary for blkup to work.
13 lines
205 B
Plaintext
13 lines
205 B
Plaintext
: LINES 24 ; : COLS 80 ;
|
|
CODE BYE
|
|
HL 0 LDddnn,
|
|
A 0x16 LDrn, ( @EXIT )
|
|
0x28 RSTn,
|
|
CODE @DCSTAT ( drv -- f )
|
|
BC POPqq,
|
|
chkPS,
|
|
A 0x28 LDrn, ( @DCSTAT )
|
|
0x28 RSTn,
|
|
PUSHZ,
|
|
;CODE
|