mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-27 09:08:06 +11:00
forth: slightly improve assembler
This commit is contained in:
parent
ab98e9bcd1
commit
8d8e1d93da
Binary file not shown.
@ -2,8 +2,7 @@
|
||||
|
||||
( Splits word into msb/lsb, lsb being on TOS )
|
||||
: SPLITB
|
||||
DUP 0x100 /
|
||||
SWAP 0xff AND
|
||||
256 /MOD SWAP
|
||||
;
|
||||
|
||||
( To debug, change C, to .X )
|
||||
@ -166,7 +165,7 @@
|
||||
: OP2r
|
||||
CREATE ,
|
||||
DOES>
|
||||
@ 256 /MOD ( r lsb msb )
|
||||
@ SPLITB SWAP ( r lsb msb )
|
||||
A, ( r lsb )
|
||||
SWAP 8 * ( lsb r<<3 )
|
||||
OR A,
|
||||
|
Loading…
Reference in New Issue
Block a user