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

Update production from gh-pages #44

Merged
merged 10 commits into from
Mar 16, 2017
Merged

Update production from gh-pages #44

merged 10 commits into from
Mar 16, 2017

Conversation

BigEd
Copy link
Collaborator

@BigEd BigEd commented Mar 16, 2017

No description provided.

BigEd and others added 10 commits November 8, 2016 16:37
… of numeric strings, fix JMP indirect mnemonic

Patches for the general chipsim code and the 6502 emulation.

    For the general chipsim code, allNodes() was constructing a list of
numeric strings for the node indexes instead of a list of numbers for them.
During the first iteration inside recalcNodeList(), the numeric string node
indexes would end up being the first elements of their respective node group
lists. This in turn would allow instances of a duplicate node index to be added
to the node group list. The duplicate in each case would be the numeric
equivalent of the initial numeric string index: indexOf() would not recognize
the string element as being the equivalent of the numeric node index, so the
numeric version would be added also.

For an example (from real log data), a node group list of: [ "49", 483 ] has a
node index of 49 tested against it. indexOf() says "49" is not an occurrence
of 49, so it allows 49 to be
Patch allNodes() to generate list of numbers for the node indexes instead of numeric strings, fix JMP indirect mnemonic
Two small changes from master into staging
Update gh-pages from staging for testing
Merge two small changes to staging
Update gh-pages preview site
@BigEd BigEd merged commit 7056873 into production Mar 16, 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

Successfully merging this pull request may close these issues.

2 participants