mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-05 17:40:56 +11:00
12 lines
151 B
Plaintext
12 lines
151 B
Plaintext
|
CODE WRSEC ( drv cylsec addr -- f )
|
||
|
HL POPqq,
|
||
|
DE POPqq,
|
||
|
BC POPqq,
|
||
|
chkPS,
|
||
|
A 0x35 LDrn, ( @WRSEC )
|
||
|
0x28 RSTn,
|
||
|
PUSHZ,
|
||
|
;CODE
|
||
|
|
||
|
|