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.

11 lines
143B

  1. .inc "user.h"
  2. .org USER_CODE
  3. ld hl, sAwesome
  4. call printstr
  5. xor a ; success
  6. ret
  7. sAwesome:
  8. .db "Assembled from the shell", 0x0d, 0x0a, 0