Skip navbar

File 01_restarts.asm


Function summary
bc_1_space
           make one space
c_error
           ERROR command
ch_add_plus_1
           increment CH-ADD
error_2
           error-2
nmi
           non-maskable interrupt
rst_08
           error
rst_10
           print a character
rst_18
           collect character
rst_20
           collect next character
rst_28
           calculator
rst_30
           make spaces
rst_38
           maskable interrupt
skip_over
           skip over

Function detail

bc_1_space

make one space

c_error

ERROR command
See Also:
Language reference

ch_add_plus_1

increment CH-ADD

error_2

error-2

nmi

non-maskable interrupt

rst_08

error

rst_10

print a character
See Also:
UnoDOS 3 entry points

rst_18

collect character
See Also:
UnoDOS 3 entry points

rst_20

collect next character
See Also:
UnoDOS 3 entry points

rst_28

calculator

rst_30

make spaces
Parameter:
BC - number of spaces

rst_38

maskable interrupt

skip_over

skip over


Skip navbar