83Plus:BCALLs:4ED0
From WikiTI
Synopsis
Unofficial Name: SendRAMVarData
BCALL Address: 4ED0
Sends data from RAM variable in data packets and receives acknowledgement over the link port.
Inputs
- HL: address of variable data
- DE: size of variable data (including size bytes)
- iy+1Bh set up accordingly
Outputs
- None
Destroys
- All
Comments
This BCALL will throw ERR:LINK if any problems are found.
It also behaves very, very strangely when (sndRecState) is 08h, (varClass) is 0Ah, and DE>=037Dh, so you should probably zero out (sndRecState) just in case.