1
0
mirror of https://github.com/mnaberez/py65.git synced 2024-07-08 22:28:56 +00:00
Commit Graph

593 Commits

Author SHA1 Message Date
Mike Naberezny
ffb0a19391 Fix --mpu option to be case insensitive 2012-01-01 15:47:24 -08:00
Mike Naberezny
111541cd90 Fix monitor's "mpu" command to not be case sensitive 2012-01-01 15:35:32 -08:00
Mike Naberezny
96bbe8b7e8 Note 65Org16 simulation module 2012-01-01 15:22:19 -08:00
Mike Naberezny
a991a7862c Merge branch 'master' of https://github.com/BigEd/py65
Conflicts:
	src/py65/assembler.py
	src/py65/disassembler.py
	src/py65/tests/devices/test_mpu6502.py
2012-01-01 14:59:55 -08:00
BigEd
57d5e71913 adding examples including hexloader boot rom 2011-08-28 20:35:31 +01:00
BigEd
10f6681798 monitor: add usage and several command line options 2011-08-28 20:20:27 +01:00
Mike Naberezny
55a06fcc2a Back to -dev until the next release 2011-08-27 13:40:09 -07:00
Mike Naberezny
3170df9e56 Prepare 0.10 release 2011-08-27 13:36:54 -07:00
BigEd
3b70e8f495 bugfix: sbc calculation for 16-bit 2011-08-22 15:50:42 +01:00
BigEd
c437d3ee3f monitor: add memory-mapped blocking getc 2011-08-22 15:45:20 +01:00
BigEd
5802220fc5 monitor: swap byte order for load and save (affects 16-byte binaries) 2011-08-22 11:02:04 +01:00
Mike Naberezny
624b828796 Add test that "mpu" command is not case sensitive 2011-08-21 15:38:58 -07:00
BigEd
36a0731483 memory model: remove blist dependency, model just 256k memory for 32bit address space 2011-08-21 21:52:22 +01:00
BigEd
40f77afd67 monitor: add command line interface to pre-select the MPU 2011-08-21 21:33:37 +01:00
BigEd
454bfa0f03 fixup broken test 2011-08-21 12:05:14 -07:00
BigEd
8627231865 fixup broken tests 2011-08-21 12:05:07 -07:00
Mike Naberezny
6dd2312e6a Wrap lines at 80 columns 2011-08-21 12:01:42 -07:00
BigEd
460ad72449 add simple benchmark to support pypy testing 2011-08-21 11:49:51 -07:00
Mike Naberezny
3bed1d2247 Add tests for branch calculation fixes 2011-08-21 11:43:39 -07:00
Mike Naberezny
4b96bdee65 Note branch calculation fix in changelog 2011-08-21 11:31:00 -07:00
BigEd
edd730bb6e bugfix: long standing branch bug in assembler and disassembler 2011-08-21 11:23:09 -07:00
BigEd
8294727858 monitor: extend save and load to 16-bit 2011-08-21 10:51:15 +01:00
BigEd
4b453e3b7a note the definition of 65Org16 and point to github implementaion 2011-08-21 09:48:13 +01:00
BigEd
7e48fade90 bugfix: long standing branch bug in assembler and disassembler 2011-08-20 22:35:03 +01:00
BigEd
c264bd6707 finish basic support for 65Org16, all tests passing 2011-08-20 21:50:26 +01:00
BigEd
0eb140d6c1 first steps to support 65Org16 cpu 2011-08-19 17:40:07 +01:00
BigEd
fc3cb0be34 fixup broken test 2011-08-19 17:33:21 +01:00
BigEd
6abcb5c8d8 fixup broken tests 2011-08-19 17:32:54 +01:00
BigEd
b6c9b3c124 add simple benchmark to support pypy testing 2011-08-19 13:38:44 +01:00
BigEd
24b9fcf867 Merge branch 'master' of git://github.com/mnaberez/py65 2011-08-15 17:31:06 +01:00
martti
3024912096 more bcd tests! okay, stop bcd tests. 2011-08-15 18:02:18 +08:00
martti
28826cd478 adjust code to the standards 2011-08-15 18:02:08 +08:00
martti
680b2dca2e added page wrapping bugs and tests for them 2011-08-15 18:00:26 +08:00
Mike Naberezny
b5a8846455 Back to -dev until the next release 2011-08-15 18:00:26 +08:00
Mike Naberezny
7280801116 Update license for 2011 2011-08-15 18:00:09 +08:00
Mike Naberezny
63832459e1 Update link to documentation 2011-08-15 18:00:09 +08:00
Mike Naberezny
4240b6698d Prepare 0.9 release 2011-08-15 18:00:09 +08:00
Mike Naberezny
27367da0f8 Replace deprecated assertEquals() with assertEqual() 2011-08-15 18:00:08 +08:00
martti
df41a78c9c more bcd tests! okay, stop bcd tests. 2011-07-16 13:56:47 -07:00
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