1
0
mirror of https://github.com/mnaberez/py65.git synced 2024-07-05 19:28:57 +00:00
Commit Graph

544 Commits

Author SHA1 Message Date
Sam Colwell
c2a64546cb Add try block around stdin.read for cygwin 2019-01-12 14:48:45 -05:00
Sam Colwell
d38831db1f Removing unused imports 2019-01-12 12:58:39 -05:00
Sam Colwell
1e1791652e Comment fixups and remove unused import 2019-01-12 12:48:00 -05:00
Sam Colwell
b6e00ea196 Added fix from mlauke and restored input on ^C 2019-01-12 12:33:00 -05:00
Sam Colwell
ea7ed58979 Fix whitespace and comments. 2018-11-07 23:30:42 -05:00
Sam Colwell
a705252440 Moved platform-specific code into utils.console.py as functions 2018-11-07 22:48:17 -05:00
Sam Colwell
c2eb7897bc Change non-blocking reads to have 0.1 second timeout 2018-11-04 12:04:59 -05:00
Sam Colwell
8a0471e45d Move linux termios changes into Monitor._run 2018-11-04 11:50:48 -05:00
Mike Naberezny
cd673d50d1 Revert "Ignore termios error in getch_noblock(). Fixes #46"
This reverts commit 7ed4d95885.
2018-10-12 10:30:29 -07:00
Mike Naberezny
2df8152d27 Drop support for older Python, bump major version 2018-10-09 18:44:32 -07:00
Mike Naberezny
1ca859196f Remove older Python 3 versions from CI 2018-10-09 18:34:49 -07:00
Mike Naberezny
7ed4d95885 Ignore termios error in getch_noblock(). Fixes #46 2018-10-06 12:50:59 -07:00
Mike Naberezny
3193a348f7 Fix test for assembling by label. [Michael A. Morris] 2018-09-26 19:11:05 -07:00
Mike Naberezny
e0722dcb6a Use BSD 3-Clause text preferred by GitHub 2018-07-18 13:56:10 -07:00
Mike Naberezny
7d47be55a9 Back to .dev0 until next release 2018-07-01 14:20:12 -07:00
Mike Naberezny
730e39c029 Prepare 1.1.0 release 2018-07-01 14:11:08 -07:00
Mike Naberezny
a5dc853e9b Update changelog 2018-07-01 14:06:46 -07:00
Mike Naberezny
6e21008b89 Fix --rom, add tests for argv. Closes #41 2018-06-26 15:52:27 -07:00
Mike Naberezny
88ae860720 Raise NotImplementedError when disassembling unknown mode 2018-06-25 17:03:26 -07:00
Mike Naberezny
ceba4dbafa
Merge pull request #38 from mnaberez/BigEd-patch-1
fixup command line setting of mpu in monitor.py
2018-04-15 12:56:37 -07:00
BigEd
35e0150e77
fixup indentation 2018-04-15 18:46:12 +01:00
BigEd
5774528125
fixup command line setting of mpu in monitor.py 2018-04-15 18:42:21 +01:00
Mike Naberezny
d014a20a73 Add test for 65C02 decimal flag after reset. Refs #14 2017-12-15 19:02:06 -08:00
Mike Naberezny
511e478338 Remove redundant assignment 2017-12-15 18:54:58 -08:00
Mike Naberezny
858883017e Add Python 3.5 and 3.6 2017-12-15 17:12:26 -08:00
Mike Naberezny
f4c7ecdc35 Remove unused hexdump loader. Closes #37 2017-09-20 08:42:30 -07:00
Mike Naberezny
cc40261499 Replace if/elif/elif/else with dict lookup 2017-09-19 15:30:15 -07:00
Mike Naberezny
9d8957e32b Add test for unsupported base. Refs #36 2017-09-19 09:09:06 -07:00
Mike Naberezny
c5e01ad788 Merge pull request #36 from scotws/master
Rewrite of itoa() in utils/conversions.py
2017-09-19 09:01:39 -07:00
Scot W. Stevenson
910df52414 Rewrite of itoa() 2017-09-19 14:27:07 +02:00
Mike Naberezny
414b4a51d5 Merge pull request #34 from irmen/master
option to set external (existing) memory, options to change or disable getc/putc addresses
2017-08-21 12:56:40 -07:00
Irmen de Jong
2f11f74431 added testcase for Monitor external memory 2017-08-18 22:06:51 +02:00
Irmen de Jong
feeb3efb8a option to set external (existing) memory, options to change or disable getc/putc addresses 2017-08-18 21:39:54 +02:00
Mike Naberezny
51e1ca3cdb Back to .dev0 until next release 2017-05-11 10:14:39 -07:00
Mike Naberezny
9d2381601b Prepare 1.0.0 release 2017-05-11 09:47:06 -07:00
Mike Naberezny
9d59f057d3 Fix Z flag handling for TSB and TRB. Closes #32 2017-05-08 17:08:38 -07:00
Mike Naberezny
16d21704cc Fix typo in test names 2017-05-08 17:01:55 -07:00
Mike Naberezny
bd2bef179c Add Mario to the contributors list 2016-12-07 10:03:24 -08:00
Mike Naberezny
70dd9687a9 Catch exception from address overflow in "add_label" command 2016-12-07 09:03:02 -08:00
Mike Naberezny
37cefce91a Catch exception from bad label in "fill" command 2016-12-07 08:57:08 -08:00
Mike Naberezny
60921f9691 Add changelog entry for #30 2016-10-07 13:50:29 -07:00
Mike Naberezny
52a23b0958 Add changelog entry for #31 2016-10-07 13:48:00 -07:00
Mike Naberezny
9e4fad6588 Remove flag/value duplication 2016-10-07 13:44:56 -07:00
Mike Naberezny
1d031cab3c Set exitstatus 0 for --help 2016-10-07 13:40:33 -07:00
Mike Naberezny
71f41cc0c7 Move defaults outside of getopt try/except block 2016-10-07 13:39:28 -07:00
Mike Naberezny
fe72839124 Remove unnecessary upper()
>>> int('ffff',16)
65535
>>> int('FFFF',16)
65535
2016-10-07 13:38:31 -07:00
BigEd
71073be244 Merge pull request #31 from mkeller0815/master
Fixing order dependencies of commandline args
2016-10-07 08:41:59 +01:00
Mario Keller
ec2f103188 fixed bug in load and mpu argument order 2016-10-06 23:42:11 +02:00
Mario Keller
cfcc892a64 fixed no mpu set if rom is loaded 2016-10-06 23:32:09 +02:00
Mario Keller
7cf6e09824 Merge remote-tracking branch 'upstream/master' 2016-10-06 23:21:00 +02:00