1
0
mirror of https://github.com/mnaberez/py65.git synced 2024-12-27 09:30:37 +00:00

Commit Graph

  • 56cee6fbbd Add test for stopping at breakpoint Mike Naberezny 2014-12-13 19:37:02 -0800
  • 9695c5aa17 Add tests for add_label Mike Naberezny 2014-12-13 19:29:01 -0800
  • 586a227b7f Remove unnecessary call to address_for() Mike Naberezny 2014-12-13 19:09:56 -0800
  • 37749bbd50 Use the new build env on Travis Mike Naberezny 2014-11-20 19:51:46 -0800
  • afbfbf89a5 Add breakpoint support to changelog Mike Naberezny 2014-10-10 21:27:44 -0700
  • 33284b1689 Add Alessandro Gatti to the contributors list Mike Naberezny 2014-10-02 15:58:06 -0700
  • 8ec13250a6 Merge pull request #26 from agatti/breakpoint Mike Naberezny 2014-10-01 12:08:41 -0700
  • 3e002e4115 Basic breakpoint support. Alessandro Gatti 2014-10-01 13:31:31 +0200
  • 3502d32189 Add "Python :: 2" classifier Mike Naberezny 2014-08-28 18:55:41 -0700
  • ef83d79463 Add tests for conversions Mike Naberezny 2014-08-24 14:42:32 -0700
  • 11ef8d4de4 Use tuples to store conversion data Mike Naberezny 2014-08-24 14:42:20 -0700
  • 4c15430e02 Add Python 3.4 classifier Mike Naberezny 2014-05-08 14:46:59 -0700
  • d71338109f Back to -dev until next release Mike Naberezny 2014-05-08 14:43:05 -0700
  • 6c45bc5305 Prepare 0.20 release 0.20 Mike Naberezny 2014-05-08 14:41:12 -0700
  • 8517fbcf65 Add changelog entry for 1836596afc Mike Naberezny 2014-05-07 23:26:23 -0700
  • 1836596afc Revert "Remove page wrap bug from indexed indirect (X) on 65C02" Mike Naberezny 2014-05-07 21:31:48 -0700
  • f52c6ab702 Add Python 3.4 to travis Mike Naberezny 2014-05-03 18:27:03 -0700
  • c252735b7e Use tox to run the tests on travis Mike Naberezny 2014-05-03 17:36:49 -0700
  • 15dabcfd4c Add Python 3.4 to tox Mike Naberezny 2014-05-03 17:36:41 -0700
  • add6855399 Add tests for changing default radix Mike Naberezny 2014-03-26 20:21:16 -0700
  • 08979b1fa6 Add tests for parsing address ranges Mike Naberezny 2014-03-25 20:53:45 -0700
  • 6854fb9b3e Add test for help_radix() Mike Naberezny 2014-03-24 21:35:24 -0700
  • c333cdf1dd Add test for memory display wrap Mike Naberezny 2014-03-18 20:42:40 -0700
  • 5e5aab841e Remove unused import Mike Naberezny 2014-03-16 12:54:23 -0700
  • b049221b12 Add tests for changing terminal width Mike Naberezny 2014-03-16 12:49:19 -0700
  • a3d74489a9 Add tests for conversion errors Mike Naberezny 2014-03-16 12:34:29 -0700
  • df0478f70a Ignore coverage files Mike Naberezny 2014-03-16 12:30:29 -0700
  • 95066d11e8 Ignore coverage files Mike Naberezny 2014-03-16 12:22:19 -0700
  • 8f126be04a Back to -dev until next release Mike Naberezny 2014-03-12 10:09:03 -0700
  • 8d9cb71f6e Prepare 0.19 release 0.19 Mike Naberezny 2014-03-12 10:04:28 -0700
  • 7530f81507 Fix 65C02 opcode $D2: CMP Zero Page, Indirect Mike Naberezny 2014-03-12 10:02:25 -0700
  • dbd12228d4 Add tests for INC accumulator on 65C02 Mike Naberezny 2014-03-11 21:24:41 -0700
  • 943e236bd7 Add tests for Assembler constructor Mike Naberezny 2014-03-10 16:01:23 -0700
  • ffa1ba11e9 Fix running the tests under nosetests Mike Naberezny 2014-03-10 15:53:45 -0700
  • 07269529da Add test for disassembling a zero page indirect instruction Mike Naberezny 2014-03-09 19:44:57 -0700
  • 0a6f7b90a2 Remove blocking_getc at $f005 Mike Naberezny 2014-01-31 15:07:27 -0800
  • 589aed7ea7 Back to -dev until next release Mike Naberezny 2014-01-30 15:24:10 -0800
  • 7435c43fda Prepare 0.18 release 0.18 Mike Naberezny 2014-01-30 15:19:30 -0800
  • 2f524dd2bd Fix example to use the py65mon command Mike Naberezny 2014-01-28 19:33:20 -0800
  • 1434f28912 Add tests for assembling 65C02 instructions Mike Naberezny 2014-01-26 13:58:26 -0800
  • d63ec16966 Reorder instructions numerically Mike Naberezny 2014-01-26 13:22:54 -0800
  • c69ebc34ca Assembling now tolerates extra whitespace between opcode and operand Mike Naberezny 2014-01-25 21:30:27 -0800
  • f2fe2492c7 Remove unused borrow logic from SBC Mike Naberezny 2014-01-25 21:07:39 -0800
  • c40fde4c96 Remove unused addressing mode helper Mike Naberezny 2014-01-25 21:04:05 -0800
  • f664f312c8 Remove unused variable Mike Naberezny 2014-01-25 20:41:18 -0800
  • 2662da65cf Fix assertion Mike Naberezny 2014-01-25 20:39:44 -0800
  • c483450157 Remove unused imports Mike Naberezny 2014-01-25 20:31:42 -0800
  • a72b1aae60 Remove unnecessary pass statement Mike Naberezny 2014-01-25 20:26:02 -0800
  • 6e1ef339a2 Remove duplicate test Mike Naberezny 2014-01-25 20:25:49 -0800
  • dc927156f9 Fix duplicate test name Mike Naberezny 2014-01-25 20:14:02 -0800
  • f99e063a1c Use bitwise OR for flag updates Mike Naberezny 2014-01-25 15:39:04 -0800
  • 806bed0a80 Add tests for page wrapping with indirect indexed (Y) on NMOS 6502 Mike Naberezny 2014-01-24 11:56:29 -0800
  • 28ff8d1d31 Remove old benchmark code Mike Naberezny 2014-01-24 09:39:36 -0800
  • 3c6c631945 Remove page wrap bug from indexed indirect (X) on 65C02 Mike Naberezny 2014-01-23 17:27:41 -0800
  • ec311c879e Remove page wrap bug from JMP indirect on 65C02 Mike Naberezny 2014-01-22 22:56:02 -0800
  • 7cf76952a4 Run tests for page wrapping bugs on NMOS only Mike Naberezny 2014-01-22 21:58:02 -0800
  • d4d644d560 Fix disassembly and remove unused register Mike Naberezny 2014-01-22 19:57:47 -0800
  • 303cb30f37 Add tests for page wrapping Mike Naberezny 2014-01-22 14:40:18 -0800
  • ecf15d6171 Add changelog entry for page wrapping Mike Naberezny 2014-01-22 13:50:06 -0800
  • 1525f9e9b4 Fix BRK on 65C02 so it clears the decimal flag Mike Naberezny 2014-01-21 18:42:19 -0800
  • d1bf44be1b Add PyPy to travis Mike Naberezny 2014-01-21 15:59:16 -0800
  • 5268377e80 Add PyPy to tox Mike Naberezny 2014-01-21 15:59:06 -0800
  • 08a9c4681a Fix address in comment Mike Naberezny 2014-01-21 15:41:34 -0800
  • 18bfec083c Fix grammar Mike Naberezny 2014-01-21 15:41:26 -0800
  • ebd402e4de Fix program counter overflow bug in RTS Mike Naberezny 2014-01-21 15:06:36 -0800
  • 6b62908285 Update copyright year to 2014 Mike Naberezny 2014-01-14 19:06:19 -0800
  • d2ef9582b0 Show help if `goto` is issued without an address Mike Naberezny 2013-11-23 16:33:00 -0800
  • 0d35c2d351 Back to -dev until next release Mike Naberezny 2013-10-26 21:46:10 -0700
  • 549bfce450 Prepare 0.17 release 0.17 Mike Naberezny 2013-10-26 21:42:05 -0700
  • b1a0aaccba Add MANIFEST.in Mike Naberezny 2013-10-26 21:36:45 -0700
  • ebf620f074 Use pip in installation instructions Mike Naberezny 2013-10-26 21:31:27 -0700
  • 07dc7ea4b4 Reformat readme as reStructuredText Mike Naberezny 2013-10-26 21:30:44 -0700
  • cabe2ba0fd Add Python 3.2 and 3.3 to tox Mike Naberezny 2013-10-26 18:58:33 -0700
  • 0f5423d045 Add Python 3 classifiers Mike Naberezny 2013-10-26 18:49:39 -0700
  • e0846c1b73 Add Python 3 support to changelog Mike Naberezny 2013-10-26 18:44:38 -0700
  • b73bffe4d2 Check for supported Python 3 versions on install Mike Naberezny 2013-10-26 18:41:33 -0700
  • 497af00356 Fix load and save commands for Python 3 Mike Naberezny 2013-10-26 18:32:06 -0700
  • 3fe9420b82 Flush the stream after writing a char Mike Naberezny 2013-10-26 17:41:06 -0700
  • 7034d8f595 Convert to integer for Python 3 Mike Naberezny 2013-10-26 17:36:52 -0700
  • 90774cb9b6 Remove unused imports Mike Naberezny 2013-10-26 16:58:47 -0700
  • 55107b0d4b Fix pyflakes warning Mike Naberezny 2013-10-26 16:55:53 -0700
  • ef9621682f Fix duplicate tests Mike Naberezny 2013-10-26 16:54:57 -0700
  • ab4688c64c Fix hexdump loader for Python 3 Mike Naberezny 2013-10-26 16:51:49 -0700
  • 0a4663c875 Use bytes literal in assertion Mike Naberezny 2013-10-26 16:33:14 -0700
  • 42c5b6fc5b Support slices in __setitem__ and __getitem__ for Python 3 Mike Naberezny 2013-10-26 16:32:09 -0700
  • 820f9ad4b9 Add Python 3.2 and 3.3 to travis Mike Naberezny 2013-10-26 16:01:08 -0700
  • 560ef4374d Add .tox to gitignore Mike Naberezny 2013-10-26 16:00:54 -0700
  • 8a3bdd7870 Use a list comprehension to collect valid_modes Mike Naberezny 2013-10-26 15:51:56 -0700
  • f43a4c2048 Fix missing attribute exc.message Mike Naberezny 2013-10-26 15:48:13 -0700
  • a792672b35 Add stub file to fix running tests on Python 3 Mike Naberezny 2013-10-26 15:30:38 -0700
  • 38f390eb74 Fix deprecated assertions Mike Naberezny 2013-10-26 15:23:44 -0700
  • 086c9c2d7d Fix imports for Python 3 Mike Naberezny 2013-10-26 15:15:51 -0700
  • c2884eff6d Remove unused except clause Mike Naberezny 2013-10-26 14:33:24 -0700
  • 4e41d422c1 Remove unused import Mike Naberezny 2013-10-26 14:29:29 -0700
  • 6c0c0527c5 Wrap keys() and values() in list() for Python 3 Mike Naberezny 2013-10-26 14:27:10 -0700
  • 048dc64dfe Replace xrange() with range() Mike Naberezny 2013-10-26 14:08:21 -0700
  • 12f14447b1 Fix hexadecimal notation Mike Naberezny 2013-10-26 13:56:06 -0700
  • 455fb5da2d Remove exception indexing Mike Naberezny 2013-10-26 13:55:02 -0700
  • ee02520689 Remove old exception syntax Mike Naberezny 2013-10-26 13:39:35 -0700
  • 78d8852e18 Replace iteritems() with items() Mike Naberezny 2013-10-26 13:18:01 -0700