jrCONFIG.SYS annotated disassembly

Discussions on programming older machines
Post Reply
alanh
Posts: 339
Joined: Tue May 10, 2011 6:52 pm
Location: Atlanta, GA

jrCONFIG.SYS annotated disassembly

Post by alanh »

This is a continuation of this thread:

http://www.brutman.com/forums/viewtopic ... 2&start=30

Since no one has given me a shotgun to kill the rabbit yet, I'm still mucking around in the hole. Even though I probably should be working on other things :)

I've updated the code here:

https://www.retrotronics.org/svn/jride/trunk/jrconfig/

I've added a 3.10 disassembly and more extensively commented and annotated both. I've also removed the offsets and byte decodes so that both files can be diff'd. There is actually a lot more common code than I realized. Both versions still assembly bit-perfect. I'm 99.99% sure all the static references are fixed up so that it can be modified. However I'm a little unsure about most of the manual encoding fixups (search for 'fixup'). I'd appreciate some advice on how I can eliminate most if not all of those.

Enjoy! -Alan
Trixter
Posts: 720
Joined: Mon Sep 01, 2008 12:00 am
Location: Illinois, USA
Contact:

Re: jrCONFIG.SYS annotated disassembly

Post by Trixter »

Image
You're all insane and trying to steal my magic bag!
Post Reply