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.

17 lignes
561B

  1. ( We process the 0x20 exception by pre-putting a mask in the
  2. (HL) we're going to write to. If it wasn't a 0x20, we put a
  3. 0xff mask. If it was a 0x20, we put a 0x7f mask. )
  4. : @GET,
  5. A 0x03 LDri, ( @GET )
  6. DE COM_DRV_ADDR LDdi,
  7. 0x28 RST, JRNZ, L2 FWR ( maybeerror )
  8. A ORr,
  9. CZ RETc, ( Sending a straight NULL ends the comm. ) ;
  10. : @PUT, ( @PUT that char back )
  11. C A LDrr,
  12. A 0x04 LDri, ( @PUT )
  13. 0x28 RST, JRNZ, L3 FWR ( error )
  14. A C LDrr, ;
  15. H@ ORG !
  16. HL DEST_ADDR LDdi, ( cont. )