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.

21 lines
501B

  1. 0xff00 CONSTANT RS_ADDR
  2. 0xfffa CONSTANT PS_ADDR
  3. RS_ADDR 0x80 - CONSTANT RAMSTART
  4. 212 LOAD ( z80 assembler )
  5. 262 LOAD ( xcomp )
  6. 282 LOAD ( boot.z80.decl )
  7. 270 LOAD ( xcomp overrides )
  8. 0x3000 BIN( !
  9. 283 335 LOADR ( boot.z80 )
  10. 353 LOAD ( xcomp core low )
  11. 492 LOAD ( trs80 )
  12. 380 LOAD ( xcomp core high )
  13. (entry) _
  14. ( Update LATEST )
  15. PC ORG @ 8 + !
  16. ," CURRENT @ HERE ! "
  17. ( 0x0a == NLPTR. TRS-80 wants CR-only newlines )
  18. ," ' CR 0x0a RAM+ ! BLK$ FD$ " EOT,
  19. ORG @ 256 /MOD 2 PC! 2 PC!
  20. H@ 256 /MOD 2 PC! 2 PC!