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.

10 lines
230B

  1. CODE (loop)
  2. PC 0x47 - ORG @ 0x45 + ! ( stable abi )
  3. [BP] 0 INC[w]+, ( I++ )
  4. ( Jump if I <> I' )
  5. AX [BP] 0 MOVx[]+, AX [BP] -2 CMPx[]+,
  6. JNZ, L1 @ RPCs, ( branch )
  7. ( don't branch )
  8. BP 4 SUBxi, DX INCx,
  9. ;CODE