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.

12 lines
123B

  1. .inc "user.h"
  2. ld hl, sAwesome
  3. call printstr
  4. xor a ; success
  5. ret
  6. sAwesome:
  7. .db "Assembled from a TRS-80", 0x0d, 0