Curt J. Sampson
cfe7ffc5d0
docs/index.rst: Fix URL for VICE
...
The viceteam.org domain was lost to a domain squatter in
2014[[1]], and is now the site of a law firm. The curent site
is vice-emu.sourceforge.net.
Also, we deep link directly into the VICE monitor documentation,
since that's likely what people will want to see when following
this link. It's easy from there to get back to the top page (just
delete `vice_12.html` in the URL bar) if that's what the user wants.
[1]: https://web.archive.org/web/20140601000000*/viceteam.org
2019-09-09 16:04:10 +09:00
Curt J. Sampson
34fc7c16af
docs/index.rst: Fix list_breakpoints
typo
2019-09-09 15:28:49 +09:00
Mike Naberezny
a421a9c425
Fix relative branch displacement tests. Closes #57
2019-09-05 09:28:17 -07:00
Mike Naberezny
4b67a3133f
Add Python 3.7 to tox and travis
2019-08-15 02:37:23 -07:00
Mike Naberezny
95856ae37c
Add Python 3.7 classifier
2019-08-15 02:35:58 -07:00
Mike Naberezny
136df16493
Use more recent virtualenv now that 3.2 is no longer supported
2019-08-15 02:33:20 -07:00
Mike Naberezny
1110f304a4
Merge pull request #52 from scotws/cmptests
...
Add tests for comparison instructions
2019-01-30 12:43:22 -08:00
Scot W. Stevenson
8cf1862f12
Fixes typo and whitespace
2019-01-16 08:05:54 +01:00
Scot W. Stevenson
4c89c23c87
Add comparison tests CMP imm, see #24
2019-01-14 09:00:54 +01:00
Mike Naberezny
f34b4efa5f
Merge pull request #50 from SamCoVT/bugfix/windows_load
...
Add string formatting to load option for Windows backslashes in paths
2018-12-03 17:58:15 -08:00
Sam Colwell
a86987eb2d
Add string formatting to load option for Windows backslashes
2018-12-03 20:46:28 -05:00
Mike Naberezny
cd673d50d1
Revert "Ignore termios error in getch_noblock(). Fixes #46 "
...
This reverts commit 7ed4d95885f91b70c5814ec308d5d2eb78d13f23.
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
1.1.0
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
1.0.0
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