Mirror of CollapseOS
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

14 行
186B

  1. ; setup the stack
  2. ld hl, 0xffff
  3. ld sp, hl
  4. ; zasm input
  5. ld hl, 0x9000
  6. ; zasm output
  7. ld hl, 0xc000
  8. call zasm
  9. ; signal the emulator we're done
  10. out (0), a
  11. halt
  12. zasm:
  13. ; beginning of the code