Difference between revisions of "83Plus:BCALLs:4A23"
From WikiTI
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | [[Category:83Plus:BCALLs:By Name| | + | [[Category:83Plus:BCALLs:By Name:Variable|ConvLcToLr]] [[Category:83Plus:BCALLs:By Name|ConvLcToLr]] [[Category:83Plus:BCALLs:By Address|4A23 - ConvLcToLr]] |
+ | {{missinfo|Destroys}} | ||
== Synopsis == | == Synopsis == | ||
− | ''' | + | '''Official Name:''' ConvLcToLr |
'''BCALL Address:''' 4A23 | '''BCALL Address:''' 4A23 |
Latest revision as of 19:00, 5 February 2008
This article is missing some information (namely Destroys). You can help WikiTI by filling in the missing information.
Contents
Synopsis
Official Name: ConvLcToLr
BCALL Address: 4A23
Takes complex list name in OP1 and converts it to a real list of the same name (by deleting the imaginary part from each component).
Inputs
- OP1 = list to make real
Outputs
- List is now real
- (OP1) = 01h
Destroys
- Unknown
This entry point will throw ERR:ARCHIVED if the list is archived or ERR:UNDEFINED if the list cannot be found.