mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-06 01:40:56 +11:00
7b7e60ed4a
Still making great progress on sms/kbd/ps2ctl. Still matching ref binary.
8 lines
278 B
Plaintext
8 lines
278 B
Plaintext
: _oor ." arg out of range: " .X SPC ." PC: " PC .X NL ABORT ;
|
|
: _r8c DUP 7 > IF _oor THEN ;
|
|
: _r32c DUP 31 > IF _oor THEN ;
|
|
: _r16+c _r32c DUP 16 < IF _oor THEN ;
|
|
: _r64c DUP 63 > IF _oor THEN ;
|
|
: _r256c DUP 255 > IF _oor THEN ;
|
|
: _Rdp ( op rd -- op', place Rd ) 4 LSHIFT OR ;
|