mirror of
https://github.com/SEPPDROID/Digital-Research-Source-Code.git
synced 2025-12-10 07:13:02 +00:00
14 lines
182 B
Plaintext
14 lines
182 B
Plaintext
$nolist
|
|
|
|
emitinit: proc external;
|
|
end emitinit;
|
|
|
|
emitterminate: proc external;
|
|
end emitterminate;
|
|
|
|
emitcodebyte: proc(ch,typ) external;
|
|
dcl (ch,typ) byte;
|
|
end emitcodebyte;
|
|
|
|
$list
|