GoofKing
All your bases are belong to us
My dad recently found a crap load of old floppy disks that mostly contained old Linux distros that he used to play around with in the 90's but he also has a few games and the classic MS-Dos 6 and 6.2 So I install it on an old Compaq laptop over MS Windows 98 and I love playing around with the old debugger and writing batch files to make it seem use Linux commands like 'ls' and etc.
I also got a neat book to IBM assembly and programming from my dad after he found it I dunno why DEBUGGER doesn't write the correct file size after following an example from the book on using the 'N' switch to write the name of the file and then 'W' which said (if I could remember correctly) to use a combination of the length of the code segment when you do something like
CS:100 A9 00 BD 08 D9 00
CS:106 and blah blah blah
which you're suppose to type the number 12 in when it prompts you for a number :/ ... Anyways I think I found a new toy and I can't wait to start developing my own programs for it I'm trying to think of a way to implement a screensaver-like program for MS-DOS that goes off every thirty minutes ....
I also got a neat book to IBM assembly and programming from my dad after he found it I dunno why DEBUGGER doesn't write the correct file size after following an example from the book on using the 'N' switch to write the name of the file and then 'W' which said (if I could remember correctly) to use a combination of the length of the code segment when you do something like
CS:100 A9 00 BD 08 D9 00
CS:106 and blah blah blah
which you're suppose to type the number 12 in when it prompts you for a number :/ ... Anyways I think I found a new toy and I can't wait to start developing my own programs for it I'm trying to think of a way to implement a screensaver-like program for MS-DOS that goes off every thirty minutes ....