1
0
mirror of https://github.com/mnaberez/py65.git synced 2024-06-06 20:29:34 +00:00
Commit Graph

604 Commits

Author SHA1 Message Date
martti
9b1e1d6465 adjust code to the standards 2011-07-17 04:29:44 +08:00
martti
44e4d9bc6c added page wrapping bugs and tests for them 2011-07-17 04:23:36 +08:00
Mike Naberezny
6434983e52 Back to -dev until the next release 2011-04-03 10:52:37 -07:00
Mike Naberezny
7fb21d7354 Update license for 2011 2011-04-03 10:50:24 -07:00
Mike Naberezny
f93fee5e77 Update link to documentation 2011-03-27 11:28:43 -07:00
Mike Naberezny
e8df099ed2 Prepare 0.9 release 2011-03-27 10:49:40 -07:00
Mike Naberezny
774737d9ec Replace deprecated assertEquals() with assertEqual() 2011-02-05 15:30:09 -08:00
Ed Spittles
f4fba9b06a fix two failing BCD tests: now passes the Bruce Clark exhaustive test for all flags 2010-12-15 20:22:48 +00:00
Ed Spittles
4bd92cf80e two more BCD tests, presently failing according to Bruce Clark's test 2010-12-15 20:20:17 +00:00
Ed Spittles
80c9d10a54 rewrite SBC decimal mode - now passes the 2 tests 2010-12-13 13:39:47 +00:00
Ed Spittles
93d07b88ba rewrite ADC decimal mode - now passes the sole test 2010-12-13 13:14:30 +00:00
Ed Spittles
b234ac4c32 add 3 (failing) BCD tests and comment a weak spot in opSBC 2010-11-29 17:40:13 +00:00
BigEd
f7c7d97a96 Merge branch 'master' of git://github.com/mnaberez/py65 2010-11-24 22:45:42 +00:00
BigEd
6d31e06e59 fixup probable typos in 65c02 test suite flag preparation 2010-11-25 06:43:40 +08:00
BigEd
008aa35c14 Merge branch 'master' of git://github.com/mnaberez/py65 2010-11-24 22:38:00 +00:00
BigEd
35bba0c201 fixup probable typos in 65c02 test suite flag preparation 2010-11-24 22:36:49 +00:00
BigEd
21805e8e7a fixup probable typos in test suite flag preparation 2010-11-25 06:30:52 +08:00
BigEd
4449ce0a97 fixup probable typos in test suite flag preparation 2010-11-24 22:22:37 +00:00
Mike Naberezny
d2a20c1949 Fixed two monitor tests that were broken under Windows. 2010-09-11 17:05:22 -07:00
Mike Naberezny
87b8e9c7b6 Removed download_url. 2010-05-16 11:30:44 -07:00
Mike Naberezny
b8d3e62bae Use get() instead of setdefault(). 2010-05-16 11:30:29 -07:00
Mike Naberezny
8415155249 Removed use of defaultdict to fix compatibility with Python 2.4. 2010-03-08 22:32:55 -08:00
Mike Naberezny
be70a5946c Back to -dev until next release. 2010-03-08 21:49:34 -08:00
Mike Naberezny
58d45f45e3 Incremented version to 0.8. 2010-03-08 21:41:27 -08:00
Mike Naberezny
6508262fca Removed ez_setup.py. 2010-03-07 23:12:17 -08:00
Mike Naberezny
b1eb16d8fd Added ">" as a monitor shortcut for the fill command for consistency with VICE. 2009-11-25 18:26:29 -08:00
Mike Naberezny
6d998b117e Updated changelog. 2009-11-21 16:32:43 -08:00
Mike Naberezny
d7e353f3d9 Applied patch by Ed Spittles that fixes the behavior of the BREAK and UNUSED flags in the processor status register. Closes #16. 2009-11-21 16:17:26 -08:00
Mike Naberezny
729e3f9641 We no longer bundle ez_setup to bootstrap setuptools installation. 2009-11-08 10:39:05 -08:00
Mike Naberezny
8d50164ecf Fixed deprecation warnings on Python 2.6. 2009-10-13 20:27:47 -07:00
Mike Naberezny
019a755315 Prepare 0.7 release. 2009-09-03 22:49:00 -07:00
Mike Naberezny
460cc4e48e Applied patch from Ed Spittles to fix Z and C flags for SBC. Closes #15. 2009-09-03 22:46:37 -07:00
Mike Naberezny
7a54ad06f3 Small tweaks to the README. 2009-09-03 22:36:02 -07:00
Mike Naberezny
07bdfc4dbf Added tests for monitor shortcuts. 2009-08-22 22:59:52 -07:00
Mike Naberezny
db61ba853b Added tests for "load" command. 2009-08-22 20:37:32 -07:00
Mike Naberezny
a577c71be5 Added a new "save" command to the monitor. 2009-08-22 20:15:55 -07:00
Mike Naberezny
2b25cc9f90 Help now accepts command shortcuts. 2009-08-22 13:12:26 -07:00
Mike Naberezny
4245b24a40 Added maxwidth to specify maximum address width. 2009-08-22 12:20:10 -07:00
Mike Naberezny
614a255ee5 Tilde command now works as in VICE (e.g. "~c000"). 2009-08-22 11:27:32 -07:00
Mike Naberezny
ba12c63666 Move interactive mode machinery into console utils. 2009-08-22 10:56:39 -07:00
Mike Naberezny
2c5f3cb892 Removed interactive assembly mode from TODO list. 2009-08-21 23:40:45 -07:00
Mike Naberezny
b1ea5652dc See http://peak.telecommunity.com/DevCenter/setuptools#namespace-packages 2009-08-21 23:35:19 -07:00
Mike Naberezny
475c929011 Interactive assembler continues at same address on error. 2009-08-21 21:01:09 -07:00
Mike Naberezny
87de997a78 Command shortcuts now work when the command has no args. 2009-08-21 20:49:26 -07:00
Mike Naberezny
ab7c84659a Removed special case for "flags". 2009-08-21 19:31:51 -07:00
Mike Naberezny
af3fc635ff Processor status (p) is now "p" instead of "flags". 2009-08-21 19:30:12 -07:00
Mike Naberezny
6b61cdf5b3 Use lstrip() to remove leading dots. 2009-08-20 19:07:25 -07:00
Mike Naberezny
c714480580 Ignore leading dots in monitor commands. 2009-08-20 19:04:17 -07:00
Mike Naberezny
c33fd61b36 SBC now properly sets the V flag. Closes #6. 2009-08-20 18:58:59 -07:00
Mike Naberezny
5ea9dc9a70 Fixed opCMPR to use register_value instead of accumulator. 2009-08-20 13:35:56 -07:00