Mirror of CollapseOS
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

12 lignes
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 )