Difference between revisions of "83Plus:BCALLs:51CD"
From WikiTI
(Created. See talk page.) |
m (Forgot to mention that it's displayed in the fixed width font.) |
||
Line 7: | Line 7: | ||
'''Minimum OS Version:''' 2.30 | '''Minimum OS Version:''' 2.30 | ||
− | Displays the number at [[83Plus:RAM:839F|839F]] | + | Displays the number at [[83Plus:RAM:839F|839F]] in large font. |
=== Inputs === | === Inputs === |
Revision as of 10:19, 20 May 2005
Synopsis
Unofficial Name: Disp32
BCALL Address: 51CD
Minimum OS Version: 2.30
Displays the number at 839F in large font.
Inputs
- A: maximum number of digits to display.
- 839F: 4 byte value. Most significant byte is first.
- curRow: Screen coordinates to display at.
Outputs
- Value displayed to screen.
Destroys
- AF, DE, HL
Comments
If you input something that would be less than the size of the output, it'll cut of the left hand side. Note: do not input A=0. If you input A larger than the size of the output, it will automatically cut off unneeded zeros at the front of the number. Do not use a excessively large value of A, though, or you may overflow some buffers.