mirror of
https://github.com/mnaberez/py65.git
synced 2025-04-06 04:41:09 +00:00
Prepare 0.2 release.
This commit is contained in:
parent
996694c4bd
commit
5688488a8f
10
CHANGES.txt
10
CHANGES.txt
@ -1,9 +1,13 @@
|
||||
Next Release
|
||||
|
||||
0.2
|
||||
|
||||
- Added a new "disassemble" command to the monitor. It can disassemble
|
||||
any range of memory (e.g. "disassemble c000:c0010"). If labels have been
|
||||
any range of memory ("disassemble c000:c010"). If labels have been
|
||||
defined, the disassembly will show them in the operands.
|
||||
|
||||
- Added a new "assemble" command to the monitor. It can assemble a
|
||||
single instruction at an address ("assemble c000 jsr $ffd2").
|
||||
Labels in the operands are also supported ("assemble c000 jsr charout").
|
||||
|
||||
- Moved the character I/O area from $E000 to $F000 for compatibility with
|
||||
the EhBASIC binary saved from Michal Kowalski's Windows-based simulator.
|
||||
In a future version of Py65, the I/O area will be configurable.
|
||||
|
6
TODO.txt
6
TODO.txt
@ -4,3 +4,9 @@ Instructions needing unit tests:
|
||||
cpx
|
||||
cpy
|
||||
sbc
|
||||
|
||||
Better error messages when assembling fails.
|
||||
|
||||
Ability to assemble more than one instruction at a time.
|
||||
|
||||
Windows support for non-blocking character input.
|
||||
|
@ -1 +1 @@
|
||||
0.1
|
||||
0.2
|
||||
|
Loading…
x
Reference in New Issue
Block a user