Installation guide
7 Additional Libraries OS-9 V2.4 on EUROCOM-17
40 Software Manual
Sys$EnAbort Enable abort switch
❏ Input:
d0.w = 8 (Sys$EnAbort function code)
d1.l = 1: enables abort switch (*)
0: disables abort switch
-1: read status only
❏ Output:
d0.l = Status
❏ Error Output:
cc = carry bit set
d1.w = error code if error
❏ Possible Errors:
E$Permit - you must belong to group 0 to use this function
❏ Function:
If d1.l equals -1, no action takes place. The status of this function is
always returned in d0.
Sys$AutoBoot Read autoboot setting
❏ Input:
d0.w = 9 (Sys$Autoboot function code)
❏ Output:
d0.w = 0: autoboot disabled
1: autoboot enabled
❏ Error Output:
cc = carry bit set
d1.w = error code if error
❏ Possible Errors:
E$Permit - you must belong to group 0 to use this function