home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
POINT Software Programming
/
PPROG1.ISO
/
pascal
/
swag
/
hardware.swg
/
0020_Quick Reset and BOOT.pas
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Pascal/Delphi Source File
|
1993-11-02
|
145 b
|
11 lines
{Laurent M. CHARTINIER}
{computer do a RESET using a small Pascal routine?}
Procedure Reboot;
Begin
Asm
JMP FFFF:0000
End;
End;