Skip navbar

File 10_expression.asm


Function summary
alpha
           alphabetic
alphanum
           alphanumeric
bin_digit
           binary digit
c_dim
           DIM command
c_let
           LET command
c_on
           ON command
de_plus_1_to_de
           DE, (DE + 1)
dec_to_fp
           decimal to floating point
fn_skpovr
           function skip over
get_hl_x_de
           get HL * DE
hex_digit
           hexadecimal digit
int_exp1
           integer expression
int_to_fp
           integer to floating point
look_vars
           look variables
lstrng
           long-named string variable assignment
numeric
           numeric
oct_digit
           octal digit
rstrng
           long-named string re-assignment
s_fn_sbrn
           scanning function (FN)
s_letter
           scanning variable
s_loop
           scanning main loop
s_lstr
           '$' at the end of long variable names
s_u_plus
           scanning function
scanning
           scanning
slicing
           slicing
stack_a
           stack A
stack_bc
           stack BC
stk_digit
           stack digit
stk_f_arg
           stack function argument
stk_fetch
           stack fetch
stk_st_0
           stack store
syntax_z
           syntax z
v_cont
           Check last character of a long variable name

Function detail

alpha

alphabetic

alphanum

alphanumeric

bin_digit

binary digit

c_dim

DIM command
See Also:
Language reference

c_let

LET command
See Also:
Language reference

c_on

ON command
See Also:
Language reference

de_plus_1_to_de

DE, (DE + 1)

dec_to_fp

decimal to floating point

fn_skpovr

function skip over

get_hl_x_de

get HL * DE

hex_digit

hexadecimal digit

int_exp1

integer expression

int_to_fp

integer to floating point

look_vars

look variables

lstrng

long-named string variable assignment

numeric

numeric

oct_digit

octal digit

rstrng

long-named string re-assignment

s_fn_sbrn

scanning function (FN)

s_letter

scanning variable

s_loop

scanning main loop

s_lstr

'$' at the end of long variable names

s_u_plus

scanning function

scanning

scanning

slicing

slicing

stack_a

stack A

stack_bc

stack BC

stk_digit

stack digit

stk_f_arg

stack function argument

stk_fetch

stack fetch
See Also:
UnoDOS 3 entry points

stk_st_0

stack store

syntax_z

syntax z
See Also:
UnoDOS 3 entry points

v_cont

Check last character of a long variable name


Skip navbar