7 lines
105 B
OpenEdge ABL
7 lines
105 B
OpenEdge ABL
ifnd SYSCALL_I
|
|
SYSCALL_I equ 1
|
|
; Handle a syscall
|
|
; Syscall number in d0
|
|
xref handle_syscall
|
|
endif
|