1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-06-12 23:29:32 +00:00

Update for v1.7.3-dev3

Andy McFadden 2021-08-01 20:25:12 -07:00
parent 3647995fd9
commit db9760fb17

@ -1,5 +1,18 @@
A detailed log of changes, in reverse chronological order.
### 2021/08/01 1.7.5-dev3 ###
New features:
* Added symbols for Super Nintendo Entertainment System (SNES).
Other changes:
* Loosened restrictions on string formatting (issue #100).
* Updated ACME code generation for assembler v0.97.
Bug fixes:
* Fixed address table formatter tagging of embedded instructions (issue #103).
* Fixed 64tass source generation for non-loadable files (issue #98).
* Fixed "goto address" behavior in overlapping segments.
### 2021/07/20 1.7.5-dev2 ###
Bug fixes:
* Fixed width limitation in local variable editor (issue #96).