10 lines
225 B
OpenEdge ABL
10 lines
225 B
OpenEdge ABL
|
ifnd TERM_I
|
||
|
TERM_I equ 1
|
||
|
; Initializes the terminal card driver
|
||
|
xref term_init
|
||
|
; Prints the string pointed to by a0
|
||
|
xref term_print
|
||
|
; Prints the string pointed to by a0 followed by a newline
|
||
|
xref term_println
|
||
|
endif
|