Difference between revisions of "83Plus:BCALLs:4ECA"

From WikiTI
Jump to: navigation, search
 
m (Oops...wrong address)
 
Line 22: Line 22:
 
This BCALL will throw ERR:LINK if any problems are found.
 
This BCALL will throw ERR:LINK if any problems are found.
  
This routine differs from [[83Plus:BCALLs:4EC7|SendSkipExitPacket]] slightly in that it will send the skip/exit packet with data attached. There are no known skip/exit codes which do this, though.
+
This routine differs from [[83Plus:BCALLs:4A0E|SendSkipExitPacket]] slightly in that it will send the skip/exit packet with data attached. There are no known skip/exit codes which do this, though.
  
To duplicate the functionality of [[83Plus:BCALLs:4EC7|SendSkipExitPacket]], just pass 1 in DE.
+
To duplicate the functionality of [[83Plus:BCALLs:4A0E|SendSkipExitPacket]], just pass 1 in DE.

Latest revision as of 23:03, 19 February 2007

Synopsis

Unofficial Name: CancelTransmission

BCALL Address: 4ECA

Sends skip/exit packet and receives acknowledgement packet.

Inputs

  • A: skip/exit code (1 for exit, 2 for skip, 3 for out-of-memory, etc.)
  • DE: number of bytes to send (theoretically, this is for skip/exit codes with data attached)
  • iy+1Bh set up accordingly
  • 867C: data to send (the value in A is placed at 867C)

Outputs

  • None

Destroys

  • All

Comments

This BCALL will throw ERR:LINK if any problems are found.

This routine differs from SendSkipExitPacket slightly in that it will send the skip/exit packet with data attached. There are no known skip/exit codes which do this, though.

To duplicate the functionality of SendSkipExitPacket, just pass 1 in DE.