[Back to HARDWARE SWAG index] [Back to Main SWAG index] [Original]
{Laurent M. CHARTINIER}
{computer do a RESET using a small Pascal routine?}
Procedure Reboot;
Begin
 Asm
  JMP FFFF:0000
 End;
End;
[Back to HARDWARE SWAG index] [Back to Main SWAG index] [Original]