mirror of
https://github.com/SEPPDROID/Digital-Research-Source-Code.git
synced 2025-10-27 10:24:19 +00:00
Upload
Digital Research
This commit is contained in:
22
MPM OPERATING SYSTEMS/MPM I/MPM I SOURCE/02/th.ext
Normal file
22
MPM OPERATING SYSTEMS/MPM I/MPM I SOURCE/02/th.ext
Normal file
@@ -0,0 +1,22 @@
|
||||
$nolist
|
||||
/*
|
||||
Th Externals
|
||||
*/
|
||||
|
||||
attach:
|
||||
procedure (pdadr) external;
|
||||
declare pdadr address;
|
||||
end attach;
|
||||
|
||||
detach:
|
||||
procedure (pdadr) external;
|
||||
declare pdadr address;
|
||||
end detach;
|
||||
|
||||
assign:
|
||||
procedure (pname) byte external;
|
||||
declare pname address;
|
||||
end assign;
|
||||
|
||||
$list
|
||||
|
||||
Reference in New Issue
Block a user