Difference between revisions of "83Plus:BCALLs:4A11"
From WikiTI
Line 10: | Line 10: | ||
* ([[83Plus:RAM:8672|sndRecState]]): 15h | * ([[83Plus:RAM:8672|sndRecState]]): 15h | ||
* [[83Plus:RAM:8478|OP1]]: type and name of variable to request (this must be zero'd out) | * [[83Plus:RAM:8478|OP1]]: type and name of variable to request (this must be zero'd out) | ||
+ | * iy+1Bh set up accordingly | ||
+ | |||
=== Outputs === | === Outputs === | ||
* None | * None |
Latest revision as of 04:10, 20 February 2007
Synopsis
Official Name: GetVarCmd
BCALL Address: 4A11
Sends a silent link request to another calculator and receives a variable to RAM.
Inputs
- (sndRecState): 15h
- OP1: type and name of variable to request (this must be zero'd out)
- iy+1Bh set up accordingly
Outputs
- None
Destroys
- All
Comments
This BCALL will not throw any errors if there were problems.
If the variable to request already exists, it will be deleted.