Skip to content

Commit

Permalink
Merge pull request #1 from hosza/patch-1
Browse files Browse the repository at this point in the history
Update gh-pages
  • Loading branch information
skilldrick committed Jul 14, 2012
2 parents b72fbf6 + f955fe5 commit 9bd24f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simulator/assembler.js
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,7 @@ function SimulatorWidget(node) {
},

i45: function () {
var addr = (popByte() + regX) & 0xff;
var addr = popByte() & 0xff;
var value = memory.get(addr);
regA ^= value;
EOR();
Expand Down

0 comments on commit 9bd24f3

Please sign in to comment.