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
306B

  1. PC ORG @ 0x1e + ! ( chkPS )
  2. HL PUSHqq,
  3. ( We have the return address for this very call on the stack
  4. and protected registers. 4 - is to compensate that. )
  5. HL PS_ADDR 4 - LDddnn,
  6. SP SUBHLss,
  7. HL POPqq,
  8. CNC RETcc, ( PS_ADDR >= SP? good )
  9. JR, L2 BWR ( abortUnderflow-B298 )