1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-07-23 18:10:19 +10:00
collapseos/blk/566
2020-05-09 11:55:58 -04:00

15 lines
277 B
Plaintext

( Requires KBD_MEM, KBD_PORT )
( gm -- pm, get pressed keys mask for group mask gm )
CODE _get
HL POPqq,
chkPS,
DI,
A 0xff LDrn,
KBD_PORT OUTnA,
A L LDrr,
KBD_PORT OUTnA,
KBD_PORT INAn,
EI,
L A LDrr, HL PUSHqq,
;CODE