Difference between revisions of "83Plus:BCALLs:51B8"
From WikiTI
(Created) |
m (Changed 'l' to 'L', because it looked too much like 'I') |
||
Line 7: | Line 7: | ||
'''Minimum OS Version:''' 2.30 | '''Minimum OS Version:''' 2.30 | ||
− | Checks if the string at [[83Plus:RAM:8478|OP1]] is " | + | Checks if the string at [[83Plus:RAM:8478|OP1]] is "LRESID", where 'L' is the list L character, hex value 5D. |
=== Inputs === | === Inputs === | ||
Line 13: | Line 13: | ||
=== Outputs === | === Outputs === | ||
− | * Z: If the zero terminated string in OP1 is " | + | * Z: If the zero terminated string in OP1 is "LRESID" |
=== Destroys === | === Destroys === | ||
* AF, BC, DE, HL | * AF, BC, DE, HL |
Revision as of 18:53, 22 May 2005
Contents
Synopsis
Unofficial Name: IsOP1ResID
BCALL Address: 51B8
Minimum OS Version: 2.30
Checks if the string at OP1 is "LRESID", where 'L' is the list L character, hex value 5D.
Inputs
- OP1: zero terminated string.
Outputs
- Z: If the zero terminated string in OP1 is "LRESID"
Destroys
- AF, BC, DE, HL