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

From WikiTI
Jump to: navigation, search
 
(fixed inputs)
 
Line 5: Line 5:
 
'''BCALL Address:''' 4FDB
 
'''BCALL Address:''' 4FDB
  
Archives the variable in [[83Plus:RAM:8478|OP1]].
+
Archives any variable.
  
 
=== Inputs ===
 
=== Inputs ===
* [[83Plus:RAM:8478|OP1]]: type and name of variable to archive
+
* Use outputs of [[83Plus:BCALLs:42F1|ChkFindSym]]
  
 
=== Outputs ===
 
=== Outputs ===
Line 17: Line 17:
  
 
== Comments ==
 
== Comments ==
This is a subroutine of [[83Plus:BCALLs:4FD8|Arc_Unarc]].
+
* This is a subroutine of [[83Plus:BCALLs:4FD8|Arc_Unarc]].
 +
* No checks on variable type are done which means this can be used to create groups.

Latest revision as of 13:41, 6 July 2010

Synopsis

Unofficial Name: ArchiveVar

BCALL Address: 4FDB

Archives any variable.

Inputs

Outputs

  • None

Destroys

All

Comments

  • This is a subroutine of Arc_Unarc.
  • No checks on variable type are done which means this can be used to create groups.