HP 48gII Advanced User's Reference Manual page 516

Graphing calculator
Hide thumbs Also See for 48gII:
Table of Contents

Advertisement

::
{{ A B }}
B A!
ABND
;
Note that it is your responsibility to destroy the local environment using ABND and that MASD does not handle
multiple level of definition of local variables, nor it is destroying the current environment, even if ABND is used.
Variables defined this way will be valid until a new set of variables are defined.
Defines
If the instruction matches a define, the correct code is inserted (see the
Labels
If the instruction matches the name of a constant or a label, the value of the said constant or label is inserted (if you
insert a label, be sure to know what you are doing and to be in absolute mode).
extable
If the instruction matches an entry in the extable (see appropriate section at the end of this document) the value
associated with this entry is used.
Will produce
DUP
88130
Note: Using an external table is much faster than using constants. On the other hand, constants are project
dependent, which is not the case of an external table.
Tokens
Then, the following instructions are tested:
::
or
;
END
{
}
MATRIX
SYMBOLIC
UNIT
FPTR2 ^constant
FPTR bank value
# cst
PTR cst
ACPTR cst1 cst2
ROMPTR2 ~xlib_nam
e
ROMPTR LibN ObjN
% real
%% real
C% real1 real2
C%% real1 real2
"..."
ZINT decimalvalue
ID name
LAM name
TAG chrs
6-30 The Development Library
::
' NULLLAM TWO NDUPN DOBIND
2GETLAM 1PUTLAM
ABND
;
Program prologue $02D9D
List, Program or Algebraic end $0312B
List prologue $02A74
List end $0312B
Algebraic matrix object
Algebraic prologue $02AB8
Unit prolog $02ADA
flash pointer from constant
flash pointer from value
System Binary of cst value, given in hexadecimal. If there is no spaces between
the
and the cst, MASD will try, if possible to use the internally defined
#
system binary
Address.
generates
PTR 4E2CF
Extended pointer with given hexadecimal values for the address and switch
address
XLIB object from constant
XLIB object from value
Real number
Long real number
Complex number
Long complex number
Character string. Special characters can be included by typing
value on two hexadecimal characters. \ can be inserted by typing \\
Integer
Global name (see
for info on character encoding)
"
Local name (see
for info on character encoding)
"
Tagged object
instruction)
DEFINE
.
FC2E4
and the ASCII
\

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

49g+

Table of Contents