Mirror of CollapseOS
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

16 Zeilen
483B

  1. lbluflw BSET ( abortUnderflow )
  2. DE BIN( @ 0x06 ( uflw ) + LDd(i),
  3. JR, lblexec BWR
  4. lblchkPS BSET ( chkPS )
  5. ( Note that you only need to call this in words that push
  6. back to PSP. If they don't, calling chkPS is redundant with
  7. check in next )
  8. EXX,
  9. ( We have the return address for this very call on the stack
  10. and protected registers. 2- is to compensate that. )
  11. HL PS_ADDR 2- LDdi,
  12. SP SUBHLd,
  13. EXX,
  14. CNC RETc, ( PS_ADDR >= SP? good )
  15. JR, lbluflw BWR