View Single Post
  #2  
Old 06-07-2024, 19:14
Eleven Eleven is offline
Friend
 
Join Date: May 2002
Posts: 44
Rept. Given: 0
Rept. Rcvd 0 Times in 0 Posts
Thanks Given: 3
Thanks Rcvd at 4 Times in 3 Posts
Eleven Reputation: 0
Quote:
Originally Posted by chants View Post
3.3 is already on the web...
I remember reading through the old leaked source code years ago and checking the MS-DOS 4.0 code release I'm glad they left all the swearing in the comments and names:
Code:
invoke	path_search			; find the mother (result in execpath)
or	AX, AX				; did we find anything?
je	badcomj45			; null means no (sob)
cmp	AX, 04H 			; 04H and 08H are .exe and .com
jl	rsrch_br1			; fuckin' sixteen-bit machine ought
jmp	execute 			; to be able to handle a SIXTEEN-BIT
rsrch_br1:				; DISPLACEMENT!!
Reply With Quote