1
0
mirror of https://github.com/mnaberez/py65.git synced 2024-06-09 10:29:35 +00:00

Commit Graph

  • 8a0471e45d Move linux termios changes into Monitor._run Sam Colwell 2018-11-04 11:50:48 -0500
  • cd673d50d1 Revert "Ignore termios error in getch_noblock(). Fixes #46" Mike Naberezny 2018-10-12 10:30:29 -0700
  • 2df8152d27 Drop support for older Python, bump major version Mike Naberezny 2018-10-09 18:43:35 -0700
  • 1ca859196f Remove older Python 3 versions from CI Mike Naberezny 2018-10-09 18:34:45 -0700
  • 7ed4d95885 Ignore termios error in getch_noblock(). Fixes #46 Mike Naberezny 2018-10-06 12:50:59 -0700
  • 3193a348f7 Fix test for assembling by label. [Michael A. Morris] Mike Naberezny 2018-09-26 19:10:53 -0700
  • e0722dcb6a Use BSD 3-Clause text preferred by GitHub Mike Naberezny 2018-07-18 13:55:21 -0700
  • 7d47be55a9 Back to .dev0 until next release Mike Naberezny 2018-07-01 14:20:12 -0700
  • 730e39c029 Prepare 1.1.0 release 1.1.0 Mike Naberezny 2018-07-01 14:11:08 -0700
  • a5dc853e9b Update changelog Mike Naberezny 2018-07-01 14:06:46 -0700
  • 6e21008b89 Fix --rom, add tests for argv. Closes #41 Mike Naberezny 2018-06-26 15:49:49 -0700
  • 88ae860720 Raise NotImplementedError when disassembling unknown mode Mike Naberezny 2018-06-25 17:03:26 -0700
  • ceba4dbafa
    Merge pull request #38 from mnaberez/BigEd-patch-1 Mike Naberezny 2018-04-15 12:56:37 -0700
  • 35e0150e77
    fixup indentation BigEd 2018-04-15 18:46:12 +0100
  • 5774528125
    fixup command line setting of mpu in monitor.py BigEd 2018-04-15 18:42:21 +0100
  • d014a20a73 Add test for 65C02 decimal flag after reset. Refs #14 Mike Naberezny 2017-12-15 19:01:49 -0800
  • 511e478338 Remove redundant assignment Mike Naberezny 2017-12-15 18:54:58 -0800
  • 858883017e Add Python 3.5 and 3.6 Mike Naberezny 2017-12-15 17:12:26 -0800
  • f4c7ecdc35 Remove unused hexdump loader. Closes #37 Mike Naberezny 2017-09-20 08:41:29 -0700
  • cc40261499 Replace if/elif/elif/else with dict lookup Mike Naberezny 2017-09-19 15:30:15 -0700
  • 9d8957e32b Add test for unsupported base. Refs #36 Mike Naberezny 2017-09-19 09:09:06 -0700
  • c5e01ad788 Merge pull request #36 from scotws/master Mike Naberezny 2017-09-19 09:01:39 -0700
  • 910df52414 Rewrite of itoa() Scot W. Stevenson 2017-09-19 14:27:07 +0200
  • e4cf97a6a6 Merge 102375b12c into 414b4a51d5 6502cloud 2017-08-26 03:02:03 +0000
  • 102375b12c Fix branching issue with assembler. John Sutherland 2017-08-25 19:57:48 -0700
  • 414b4a51d5 Merge pull request #34 from irmen/master Mike Naberezny 2017-08-21 12:56:40 -0700
  • 2f11f74431 added testcase for Monitor external memory Irmen de Jong 2017-08-18 22:06:51 +0200
  • feeb3efb8a option to set external (existing) memory, options to change or disable getc/putc addresses Irmen de Jong 2017-08-18 21:39:54 +0200
  • 9b5e1f3945 Move two BCD test cases from the common 65x02 test cases to 6502-specific. The handling of invalid BCD arguments differs between 6502 and 65C02 and these are testing 6502-specific behaviour. kris 2017-07-22 23:42:29 +0100
  • 4f52c95511 Add functional test cases that exhaustively test BCD mode on 6502 and 65C02 including invalid BCD arguments. kris 2017-07-22 23:40:05 +0100
  • 666cd9cd99 Use the decimally adjusted aluresult to compute the value of flags. This fixes various bugs with ADC/SBC in decimal mode found by Klaus Dormann's test suite. kris 2017-05-11 22:43:08 +0100
  • 32896cc139 Support tracing execution for particular PC values. Use this to trace the execution of the currently failing decimal-mode ADC test, see https://github.com/mnaberez/py65/issues/33 kris 2017-05-11 22:01:33 +0100
  • 5e7ade9cb9 Add support for optionally tracing execution kris 2017-05-11 21:55:29 +0100
  • 51e1ca3cdb Back to .dev0 until next release Mike Naberezny 2017-05-11 10:14:39 -0700
  • 9d2381601b Prepare 1.0.0 release 1.0.0 Mike Naberezny 2017-05-11 09:47:06 -0700
  • 33b48ffbfb Merge branch 'master' of https://github.com/mnaberez/py65 User Apple2 2017-05-10 23:19:44 +0000
  • 7fec386d42 Test harness for executing Klaus Dormann's 6502-based test suites, see https://github.com/Klaus2m5/6502_65C02_functional_tests for source and binary images (GPL'ed so not committing here) kris 2017-05-10 23:16:23 +0100
  • 9d59f057d3 Fix Z flag handling for TSB and TRB. Closes #32 Mike Naberezny 2017-05-08 17:08:38 -0700
  • 16d21704cc Fix typo in test names Mike Naberezny 2017-05-08 17:01:55 -0700
  • bd2bef179c Add Mario to the contributors list Mike Naberezny 2016-12-07 10:03:24 -0800
  • 70dd9687a9 Catch exception from address overflow in "add_label" command Mike Naberezny 2016-12-07 09:03:02 -0800
  • 37cefce91a Catch exception from bad label in "fill" command Mike Naberezny 2016-12-07 08:57:08 -0800
  • 60921f9691 Add changelog entry for #30 Mike Naberezny 2016-10-07 13:50:29 -0700
  • 52a23b0958 Add changelog entry for #31 Mike Naberezny 2016-10-07 13:48:00 -0700
  • 9e4fad6588 Remove flag/value duplication Mike Naberezny 2016-10-07 13:44:56 -0700
  • 1d031cab3c Set exitstatus 0 for --help Mike Naberezny 2016-10-07 13:40:33 -0700
  • 71f41cc0c7 Move defaults outside of getopt try/except block Mike Naberezny 2016-10-07 13:39:28 -0700
  • fe72839124 Remove unnecessary upper() Mike Naberezny 2016-10-07 13:38:31 -0700
  • 71073be244 Merge pull request #31 from mkeller0815/master BigEd 2016-10-07 08:41:59 +0100
  • ec2f103188 fixed bug in load and mpu argument order Mario Keller 2016-10-06 23:42:11 +0200
  • cfcc892a64 fixed no mpu set if rom is loaded Mario Keller 2016-10-06 23:32:09 +0200
  • 7cf6e09824 Merge remote-tracking branch 'upstream/master' Mario Keller 2016-10-06 23:21:00 +0200
  • 7832a71e72 fixed failing tests Mario Keller 2016-10-06 23:17:28 +0200
  • c43686a532 reordered cmd parsing Mario Keller 2016-10-06 23:12:50 +0200
  • 4b093c232b Merge pull request #30 from mkeller0815/master BigEd 2016-10-06 21:01:15 +0100
  • fccd9cd0cf fixed wrong identation caused by tabs Mario Keller 2016-10-06 21:55:42 +0200
  • b7301f6aa7 added -i / -o option to set getc / putc addresses Mario Keller 2016-10-06 18:21:25 +0200
  • 13f60394b6 Fix typo in Travis env for Python 2.7 Mike Naberezny 2016-01-30 10:49:13 -0800
  • 4263972ad9 Fix Travis build on Python 3.5 Mike Naberezny 2016-01-30 10:47:41 -0800
  • 3634807647 Fix Travis build on Python 3.5 Mike Naberezny 2016-01-30 10:41:57 -0800
  • ee0e922689 Fix Travis build on Python 3.2 Mike Naberezny 2016-01-30 10:36:01 -0800
  • 32871f75e8 Add Python 3.5 to tox.ini and travis.yml Mike Naberezny 2016-01-30 10:31:32 -0800
  • 0ba44d35f0 Remove unused variable Mike Naberezny 2016-01-30 10:29:07 -0800
  • 845452ccd7 Back to .dev0 until next release Mike Naberezny 2015-03-31 13:14:42 -0700
  • bc32754899 Prepare 0.24 release 0.24 Mike Naberezny 2015-03-31 13:12:14 -0700
  • dcb99ddad7 Mark this package as a universal wheel Mike Naberezny 2015-03-31 12:06:48 -0700
  • a6fc48a875 Move help_save() above do_save() Mike Naberezny 2015-03-21 16:07:13 -0700
  • 459ee44636 Back to -dev until next release Mike Naberezny 2015-02-09 23:12:35 -0800
  • fd13b4ab2c Prepare 0.23 release 0.23 Mike Naberezny 2015-02-09 23:11:22 -0800
  • 993d542cbf Add workaround for encoding errors in $F001 handler. Closes #29 Mike Naberezny 2015-02-09 23:09:05 -0800
  • a88b2d8b24 Back to -dev until next release Mike Naberezny 2015-02-09 21:37:26 -0800
  • 041576277e Prepare 0.22 release 0.22 Mike Naberezny 2015-02-09 21:35:59 -0800
  • 173b40a809 Fix `py65mon --rom` on Python 3. Closes #28 Mike Naberezny 2015-02-09 21:31:26 -0800
  • 69f243265f Fix typo Mike Naberezny 2015-02-09 15:42:43 -0800
  • 8bebfa28f8 Back to -dev until next release Mike Naberezny 2015-02-09 15:14:42 -0800
  • 66768f5ca4 Prepare 0.21 release 0.21 Mike Naberezny 2015-02-09 15:10:58 -0800
  • 915b3b6b44 Fix console input when run under Python 3 on Windows. Closes #27 Mike Naberezny 2015-02-09 14:47:55 -0800
  • 716eeb4248 Add changelog entry for 23bd9b9a39 Mike Naberezny 2014-12-21 15:40:15 -0800
  • a167471b46 Rename list_breakpoints to show_breakpoints for parity with show_labels Mike Naberezny 2014-12-20 15:59:36 -0800
  • 603fd31a74 Add test for run path without breakpoints Mike Naberezny 2014-12-19 21:32:12 -0800
  • de37edae97 Add test for WAI instruction Mike Naberezny 2014-12-18 22:24:03 -0800
  • b8bfcfff06 Fix typo in test name Mike Naberezny 2014-12-17 20:09:00 -0800
  • d50458ca85 Make address_for() more like label_for(), add tests Mike Naberezny 2014-12-16 21:02:14 -0800
  • 0eb28bf4dc Fix loading into top of memory and document the feature Mike Naberezny 2014-12-15 12:08:12 -0800
  • 816bb3c713 Use a consistent naming style for constants Mike Naberezny 2014-12-15 11:11:36 -0800
  • 2dde6bdafe Handle all syntax errors in immediate values Mike Naberezny 2014-12-14 18:55:32 -0800
  • 23bd9b9a39 Add support for ASCII chars as immediate values Mike Naberezny 2014-12-14 18:50:28 -0800
  • 32a998abaf Remove unused import Mike Naberezny 2014-12-14 18:09:17 -0800
  • e8f5265912 Remove unused variable Mike Naberezny 2014-12-14 18:08:39 -0800
  • 02e7953373 Generate regexps to make addressing easier to read Mike Naberezny 2014-12-14 18:05:25 -0800
  • a996cbceec Use tuples for the addressing patterns Mike Naberezny 2014-12-14 17:26:18 -0800
  • 628593188e Remove duplication from addressing mode patterns Mike Naberezny 2014-12-14 17:17:35 -0800
  • a941071c92 Handle overflow when setting registers Mike Naberezny 2014-12-14 16:44:13 -0800
  • 1b639ebfd0 Show an error message if load command has no args Mike Naberezny 2014-12-14 15:58:57 -0800
  • 9f5cd2e425 Speed up run() by caching in local variables Mike Naberezny 2014-12-14 15:56:15 -0800
  • 1586b1808d Speed up run() by using sets for stopcodes and breakpoints Mike Naberezny 2014-12-14 14:35:40 -0800
  • 6b67749d50 Add tests for list_breakpoints, minor changes Mike Naberezny 2014-12-14 11:28:27 -0800
  • 35307df2fc Fix deleting a breakpoint Mike Naberezny 2014-12-13 20:06:34 -0800
  • f5668891b8 Fix breakpoint number displayed in add_breakpoint Mike Naberezny 2014-12-13 20:05:58 -0800
  • 442501f338 Move breakpoints out of AddressParser and into Monitor Mike Naberezny 2014-12-13 19:44:47 -0800