Category : Dbase (Clipper, FoxBase, etc) Languages Source Code
Archive   : ASMFILE.ZIP
Filename : BOOT.ASM

 
Output of file : BOOT.ASM contained in archive : ASMFILE.ZIP
;==============================================================================
; Title: BOOT.ASM
; Author: F. Ho
; Date: May 1986
; Syntax: call BOOTIT
; Note: - reboots the system
;
;
public BOOTIT ; warm boot
;
_prog segment byte ; byte aligned
assume cs:_prog
;
BOOTIT proc far
push bp
mov bp,sp

int 19h

pop bp
ret
BOOTIT endp
;
_prog ends
end
;
;==============================================================================


  3 Responses to “Category : Dbase (Clipper, FoxBase, etc) Languages Source Code
Archive   : ASMFILE.ZIP
Filename : BOOT.ASM

  1. Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!

  2. This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.

  3. But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/