mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-05 08:30:55 +11:00
11 lines
150 B
Plaintext
11 lines
150 B
Plaintext
|
CODE RDSEC ( drv cylsec addr -- f )
|
||
|
HL POPqq,
|
||
|
DE POPqq,
|
||
|
BC POPqq,
|
||
|
chkPS,
|
||
|
A 0x31 LDrn, ( @RDSEC )
|
||
|
0x28 RSTn,
|
||
|
PUSHZ,
|
||
|
;CODE
|
||
|
|