Mirror of CollapseOS
25개 이상의 토픽을 선택하실 수 없습니다. 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