Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sequences of assembled code not displayed. #2

Open
TommyGH opened this issue Jul 22, 2017 · 6 comments
Open

Sequences of assembled code not displayed. #2

TommyGH opened this issue Jul 22, 2017 · 6 comments

Comments

@TommyGH
Copy link

TommyGH commented Jul 22, 2017

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

@Michaelangel007
Copy link
Owner

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
Copy link
Owner

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
Copy link
Owner

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

  • 1st pass = Text
  • 2nd pass = Address & Opcodes
  • 3rd pass = HTML / Hyperlinks
    • Numbers marked up HTML span
    • Magic Numbers
    • Page Numbers
    • HTML branch arrows
  • 4th pass = Commentary / Annotation

@TommyGH
Copy link
Author

TommyGH commented Jul 27, 2017

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
Copy link
Owner

No harm done.

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

@Michaelangel007
Copy link
Owner

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

Now starting a pass on all the address + opcodes.

@TommyGH TommyGH mentioned this issue Aug 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants