X-Git-Url: http://gitweb.hachti.de/?a=blobdiff_plain;f=lib%2Ffortran%2Fsrc%2Freboot.asm;fp=lib%2Ffortran%2Fsrc%2Freboot.asm;h=a178e48db61e858642e77b1dfa0261e80b3c5a7f;hb=faae1561176447b3da7f953fdba7095b777dfeb9;hp=0000000000000000000000000000000000000000;hpb=fcb7b340c0c50feddfd0b1a4b2df25e41c374a12;p=h316.git diff --git a/lib/fortran/src/reboot.asm b/lib/fortran/src/reboot.asm new file mode 100644 index 0000000..a178e48 --- /dev/null +++ b/lib/fortran/src/reboot.asm @@ -0,0 +1,15 @@ +* (REBOOT) RESTART COMPUTER AT LOCATION 1 (BOOT LOADER) +* +* +****** USAGE +* +* JST REBOOT +* +* +* + SUBR REBOOT,RB + REL +RB JMP 1 + JMP 1 +* + END