Michaelangel007 / apple2_dos33

Apple ][ DOS 3.3
17 stars 3 forks source link

Sequences of assembled code not displayed. #2

Open TommyGH opened 7 years ago

TommyGH commented 7 years ago

There are gaps in the display of 6502 generated instructions.
For example: 3714: to 3732: 3735: to 3767: 376C: to 378C:

Michaelangel007 commented 6 years ago

Hey Tommy

Thanks for the notes.

Yes, there are still TONS of gaps. I'm slowly working on getting them removed. The first step is to get ALL the text. You'll notice WRITADR and RWTSONE are still missing large chunks of source.

I've also added a TODO so I can keep track of what needs to be done where. It is slowly becoming accurate.

Michaelangel007 commented 6 years ago

The reason for the gaps is because "Believe it or not" I'm doing this all by hand. Eventually I'll get a single .s file I can assemble.

This issue will sadly stay open for quite some time. :-/

Michaelangel007 commented 6 years ago

Here is a list of what needs to be done for every line:

TommyGH commented 6 years ago

I opened this issue long before I realized how well you have documented where you are and where you are going with this project. Afterwards I felt somewhat foolish having opened this issue.

Michaelangel007 commented 6 years ago

No harm done.

I'll leave it open as a reminder. :-)

Michaelangel007 commented 6 years ago

ALL the source code has been typed / copied (sans the hexdumps)

Now starting a pass on all the address + opcodes.