Difference between revisions of "83Plus:BCALLs:41C2"
From WikiTI
(→Outputs) |
m (category: fp util) |
||
Line 1: | Line 1: | ||
− | [[Category:83Plus:BCALLs:By Name: | + | [[Category:83Plus:BCALLs:By Name:FP_Util|OPSet0]] [[Category:83Plus:BCALLs:By Name|OPSet0]] [[Category:83Plus:BCALLs:By Address|40C2 - OPSet0]] |
== Synopsis == | == Synopsis == | ||
'''Official Name:''' OPSet0 | '''Official Name:''' OPSet0 |
Revision as of 08:29, 31 March 2005
Synopsis
Official Name: OPSet0
BCALL Address: 40C2
Sets the ten bytes starting at address HL to a floating point zero.
Inputs
- HL = address to copy a floating point zero to
Outputs
- HL=HL+9
- Floating point zero stored to memory
Registers Destroyed
- A
Example
ld hl,8100h B_CALL OPSet0
After the BCALL:
8100: 00 80 00 00 00 00 00 00 00 00