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

  1. PC 3 - ORG @ 1+ ! ( main )
  2. DX POPx, ( boot drive no ) 0x03 DL MOVmr,
  3. SP PS_ADDR MOVxI, BP RS_ADDR MOVxI,
  4. DI 0x08 MOVxm, ( LATEST )
  5. ( HERE begins at CURRENT )
  6. RAMSTART 0x4 ( HERE ) + DI MOVmx,
  7. RAMSTART 0x2 ( CURRENT ) + DI MOVmx,
  8. DI 0x04 ( BOOT ) MOVxm,
  9. JMPn, lblexec @ RPCn, ( execute )