25EB4 |
DODISP
|
( ob %row → )
Displays any object in specified row.
|
25FB8 |
DISPROW1
|
( $ → )
aka: DISP@01 , BIGDISPROW1
|
25EAB |
DISPROW1*
|
( $ → )
Displays relative to window corner.
|
0C8002 |
(^DISPROW1_plus)
|
( $ → )
Only useful on ROM 1.22-2.0! Deprecated since
ROM 2.0!
Write text to the first line of the extended
header on the 49G+ (pixel rows 1-8). This
messes up the second row, so this entry
should only be used together with
DISPROW2_plus . A good way to automatically
do the right thing is DISPSTATUS2 .
First available in ROM 1.22.
|
25FBD |
DISPROW2
|
( $ → )
aka: DISP@09 , BIGDISPROW2
|
25EAC |
DISPROW2*
|
( $ → )
Displays relative to window corner.
|
0C9002 |
(^DISPROW2_plus)
|
( $ → )
Only useful in ROM 1.22-2.0! Deprecated since
ROM 2.0!
Write text to the second line of the extended
header on the 49G+ (pixel rows 9-16). Should
be used together with DISPROW1_plus .
First available in ROM 1.22.
|
25FC2 |
DISPROW3
|
( $ → )
aka: DISP@17 , BIGDISPROW3
|
25FC7 |
DISPROW4
|
( $ → )
aka: DISP@25 , BIGDISPROW4
|
25FCC |
DISPROW5
|
( $ → )
|
261F7 |
DISPROW6
|
( $ → )
|
25FD1 |
DISPROW7
|
( $ → )
|
25FD6 |
DISPROW8
|
( $ → )
May not be possible depending on the size of
the font and whether the menu is on or off.
|
25FDB |
DISPROW9
|
( $ → )
May not be possible depending on the size of
the font and whether the menu is on or off.
|
25FE0 |
DISPROW10
|
( $ → )
May not be possible depending on the size of
the font and whether the menu is on or off.
|
25FB3 |
DISPN
|
( $ #row → )
aka: BIGDISPN
|
25EBC |
Disp5x7
|
( $ #start #max → )
Displays string on multiple lines, starting
at #start and no using more than #max
rows. New lines must be manually
specified. Segments longer than 22 characters
are truncated and appended with "...".
|
2F038 |
(Save16)
|
( → grob )
Returns top 16 rows.
|
2F3CF |
(Save16Patch)
|
( → grob )
Get the Header area as a grob. On the 49G+,
this gets the extra 16 lines of the screen.
On a machine with small screen (48gII,49G),
this is equivalent to Save16 . Also, starting
from ROM 2.0, this again just calls Save16 .
First available in ROM 1.22.
|
2F3B6 |
(Restore16)
|
( grob → )
Restores top 16 rows.
|
2F3D0 |
(Rest16Patch)
|
( grob → )
Display grob in the top 16 rows of the
display. This works with the extended screen
on the 49G+ - on a smaller screen, it is
equivalent to Restore16 . Also, starting from
ROM 2.0, this again just calls Restore16 .
First available in ROM 1.22.
|
25EAD |
DISPSTATUS2
|
( $ → )
Displays message in status area using two
lines.
|
38C00 |
(DoPrompt)
|
( $ → )
DISPSTATUS2 and freeze status area.
|
2EEFF |
DispCoord1
|
( $ → )
Displays $ in menu grob using minifont.
|
2F32B |
DISPCOORD2
|
( $ → )
Displays $ in menu grob using minifont and
waits for a key. Then refreshes menu
display.
|
25FE5 |
DISPLASTROW
|
( $ → )
Displays $ in the last stack display row,
just above the menu.
|
25FEA |
DISPLASTROWBUT1
|
( $ → )
Displays $ in the last stack display row. If
menu is turned on it can cover displayed
text.
|