collapseos/blk/306

15 lines
335 B
Plaintext
Raw Normal View History

( Core words )
( KEY and EMIT are not defined here. There're
expected to be defined in platform-specific code. )
CODE EXECUTE
DE POP,
chkPS,
JR, lblexec BWR ( execute-B301 )
CODE ROT ( a b c -- b c a )
HL POP, ( C ) DE POP, ( B ) BC POP, ( A )
2020-04-23 11:19:12 +10:00
chkPS,
DE PUSH, ( B ) HL PUSH, ( C ) BC PUSH, ( A )
2020-04-23 11:19:12 +10:00
;CODE