Mirror of CollapseOS
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
302B

  1. CODE (s) ( 0xd4, string literal )
  2. ( Like (n) but instead of being followed by a 2 bytes
  3. number, it's followed by a string. When called, puts the
  4. string's address on PS )
  5. IY PUSH, HL POP, ( <-- IP )
  6. E (HL) LDrr, D 0 LDri,
  7. DE INCd,
  8. DE ADDIYd,
  9. HL PUSH,
  10. ;CODE
  11. ( END OF STABLE ABI )