Skip navbar

File 09_command.asm


Function summary
c_beep
           BEEP command
c_clear
           CLEAR command
c_cont
           CONT command
c_data
           DATA command
c_def
           DEF command
c_doke
           DOKE command
c_else
           ELSE command
c_end
           END command
c_for
           FOR command
c_gosub
           GOSUB command
c_goto
           GOTO command
c_if
           IF command
c_input
           INPUT command
c_key
           KEY command
c_next
           NEXT command
c_out
           OUT command
c_poke
           POKE command
c_print
           PRINT command
c_randomize
           RANDOMIZE command
c_read
           READ command
c_rem
           REM command
c_renum
           RENUM command
c_restore
           RESTORE command
c_return
           RETURN command
c_run
           RUN command
c_sound
           SOUND command
c_stop
           STOP command
c_wait
           WAIT command
c_wend
           WEND command
check_end
           check end
class_00
           command class 00
class_01
           command class 01
class_02
           command class 02
class_03
           command class 03
class_04
           command class 04
class_05
           command class 05
class_06
           command class 06
class_07
           command class 07
class_08
           command class 08
class_09
           command class 09
class_0a
           command class 0A
class_0b
           command class 0B
expt_1num
           expect one number
expt_2num
           expect two numbers
expt_exp
           expect string expression
fetch_num
           fetch a number
find_int1
           find integer
find_line
           find line
in_assign
           IN assign
in_chan_k
           IN channel K
line_end
           line end
line_new
           new line
line_run
           run line entry point
line_scan
           BASIC main parser
line_use
           line use
look_prog
           look program
look_vars1
           long string variable name in assignment
next_2num
           expect numeric / string expression
next_line
           next line
next_loop
           next loop
pass_by
           pass by
pr_end_z
           end of printing
pr_item_1
           print items
pr_posn_1
           print position
print_cr
           print carraige return
scan_loop
           scan loop
separator
           separator
stk_to_a
           calculator stack to A
stk_to_bc
           calculator stack to BC
stmt_loop
           statement loop
stmt_next
           statement next
stmt_ret
           statement return
str_alter
           alter stream
test_room
           test room
two_param
           two parameters
use_zero
           use zero
val_fet_1
           fetch a value
var_a_1
           variable in assignment

Function detail

c_beep

BEEP command
See Also:
Language reference
Throws:
Syntax error.

c_clear

CLEAR command
See Also:
Language reference

c_cont

CONT command
See Also:
Language reference

c_data

DATA command
See Also:
Language reference

c_def

DEF command
See Also:
Language reference

c_doke

DOKE command
See Also:
Language reference

c_else

ELSE command
See Also:
Language reference

c_end

END command
See Also:
Language reference

c_for

FOR command
See Also:
Language reference

c_gosub

GOSUB command
See Also:
Language reference

c_goto

GOTO command
See Also:
Language reference

c_if

IF command
See Also:
Language reference

c_input

INPUT command
See Also:
Language reference

c_key

KEY command
See Also:
Language reference

c_next

NEXT command
See Also:
Language reference

c_out

OUT command
See Also:
Language reference

c_poke

POKE command
See Also:
Language reference

c_print

PRINT command
See Also:
Language reference

c_randomize

RANDOMIZE command
See Also:
Language reference

c_read

READ command
See Also:
Language reference

c_rem

REM command
See Also:
Language reference

c_renum

RENUM command
See Also:
Language reference

c_restore

RESTORE command
See Also:
Language reference

c_return

RETURN command
See Also:
Language reference

c_run

RUN command
See Also:
Language reference

c_sound

SOUND command
See Also:
Language reference
Throws:
Syntax error.

c_stop

STOP command
See Also:
Language reference

c_wait

WAIT command
See Also:
Language reference

c_wend

WEND command
See Also:
Language reference

check_end

check end

class_00

command class 00

class_01

command class 01

class_02

command class 02

class_03

command class 03

class_04

command class 04

class_05

command class 05

class_06

command class 06

class_07

command class 07

class_08

command class 08

class_09

command class 09

class_0a

command class 0A

class_0b

command class 0B

expt_1num

expect one number

expt_2num

expect two numbers

expt_exp

expect string expression
See Also:
UnoDOS 3 entry points

fetch_num

fetch a number

find_int1

find integer

find_line

find line

in_assign

IN assign

in_chan_k

IN channel K

line_end

line end

line_new

new line

line_run

run line entry point

line_scan

BASIC main parser

line_use

line use

look_prog

look program

look_vars1

long string variable name in assignment

next_2num

expect numeric / string expression

next_line

next line

next_loop

next loop

pass_by

pass by

pr_end_z

end of printing

pr_item_1

print items

pr_posn_1

print position

print_cr

print carraige return

scan_loop

scan loop

separator

separator

stk_to_a

calculator stack to A

stk_to_bc

calculator stack to BC

stmt_loop

statement loop

stmt_next

statement next

stmt_ret

statement return

str_alter

alter stream

test_room

test room

two_param

two parameters

use_zero

use zero

val_fet_1

fetch a value

var_a_1

variable in assignment


Skip navbar