xasm 3.2.0 release.

This commit is contained in:
Piotr Fusik 2021-06-22 21:20:00 +02:00
parent 8c7ef1a922
commit 52982169df
6 changed files with 23 additions and 6 deletions

View File

@ -1,4 +1,4 @@
VERSION = 3.1.1 VERSION = 3.2.0
prefix = /usr/local prefix = /usr/local
bindir = $(prefix)/bin bindir = $(prefix)/bin

View File

@ -99,7 +99,7 @@ These rights, on this notice, rely.
Download Download
-------- --------
[xasm 3.1.1](https://github.com/pfusik/xasm/releases) for Windows, macOS, Ubuntu and Fedora. [xasm 3.2.0](https://github.com/pfusik/xasm/releases) for Windows, macOS, Ubuntu and Fedora.
Links Links
----- -----

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
xasm (3.2.0-1) UNRELEASED; urgency=low
* New release.
-- Piotr Fusik <fox@scene.pl> Tue, 22 Jun 2021 20:59:45 +0200
xasm (3.1.1-1) UNRELEASED; urgency=low xasm (3.1.1-1) UNRELEASED; urgency=low
* New release. * New release.

View File

@ -1,6 +1,6 @@
// xasm 3.1.1 by Piotr Fusik <fox@scene.pl> // xasm 3.2.0 by Piotr Fusik <fox@scene.pl>
// http://xasm.atari.org // http://xasm.atari.org
// Can be compiled with DMD v2.096.0. // Can be compiled with DMD v2.097.0.
// Poetic License: // Poetic License:
// //
@ -37,7 +37,7 @@ int readByte(File *file) {
return c; return c;
} }
const string TITLE = "xasm 3.1.1"; const string TITLE = "xasm 3.2.0";
string sourceFilename = null; string sourceFilename = null;
bool[26] options; bool[26] options;

View File

@ -709,6 +709,14 @@ and pseudo commands, except for `MWA`, `MWX` and `MWY`:
HISTORY HISTORY
------- -------
Version 3.2.0 (2021-06-22)
~~~~~~~~~~~~~~~~~~~~~~~~~~
- <<new_locallabel,local labels>> (contributed by Adrian Matoga)
- fixed emitted bytes not shown in the listing after `OPT L+` (by Adrian Matoga)
- emit shorter code for moving a negative immediate value with `MWX`/`MWY`
- Windows binary signed
- macOS binary signed, notarized, installed in `/usr/local/bin`
Version 3.1.1 (2019-11-20) Version 3.1.1 (2019-11-20)
~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~
- remove partial object file on error (requested by Bill Kendrick) - remove partial object file on error (requested by Bill Kendrick)

View File

@ -1,5 +1,5 @@
Name: xasm Name: xasm
Version: 3.1.1 Version: 3.2.0
Release: 1 Release: 1
Summary: 6502 cross-assembler Summary: 6502 cross-assembler
License: Poetic License: Poetic
@ -33,6 +33,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man1/xasm.1.gz %{_mandir}/man1/xasm.1.gz
%changelog %changelog
* Tue Jun 22 2021 Piotr Fusik <fox@scene.pl>
- 3.2.0-1
* Wed Nov 20 2019 Piotr Fusik <fox@scene.pl> * Wed Nov 20 2019 Piotr Fusik <fox@scene.pl>
- 3.1.1-1 - 3.1.1-1