Mirror of CollapseOS
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
162B

  1. : OP2d ( d -- )
  2. CREATE C,
  3. DOES>
  4. 0xed A,
  5. C@ SWAP ( op d )
  6. <<4 ( op d<< 4 )
  7. OR A,
  8. ;
  9. 0x4a OP2d ADCHLd,
  10. 0x42 OP2d SBCHLd,