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.

16 lines
433B

  1. CODE (loop) ( 0x80 )
  2. [BP] 0 INC[w]+, ( I++ )
  3. ( Jump if I <> I' )
  4. AX [BP] 0 MOVx[]+, AX [BP] -2 CMPx[]+,
  5. JNZ, L2 @ RPCs, ( branch )
  6. ( don't branch )
  7. BP 4 SUBxi, JMPs, L1 @ RPCs,
  8. ORG @ 0xa3 + HERE !
  9. CODE 2>R ( 0xa9 )
  10. [BP] 4 POP[w]+, [BP] 2 POP[w]+, BP 4 ADDxi,
  11. ;CODE NOP, NOP, NOP, NOP, NOP,
  12. CODE (n) ( 0xbf, number literal )
  13. DI DX MOVxx, DI [DI] MOVx[], DI PUSHx,
  14. DX INCx, DX INCx,
  15. ;CODE NOP, NOP,