Skip to content

Commit

Permalink
Acme version: 0.99mp
Browse files Browse the repository at this point in the history
  • Loading branch information
martinpiper committed Jul 13, 2020
1 parent 01def1f commit 867dba1
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
6 changes: 6 additions & 0 deletions ACME.vcxproj
Expand Up @@ -74,6 +74,12 @@
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
</Link>
<PostBuildEvent>
<Command>copy /Y $(TargetPath) ..\C64\acme.exe</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>Copying release binary</Message>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
<ClInclude Include="src\acme.h" />
Expand Down
11 changes: 6 additions & 5 deletions docs/Changes.txt
Expand Up @@ -6,13 +6,14 @@

--- change log ---

NOTE: This is a fork of the original code ( https://sourceforge.net/projects/acme-crossass/ ) and forked versions are suffixed with "mp".

This text only contains descriptions of changes independent of the
platform used. There should be another help file in this archive
outlining the platform specific changes.

----------------------------------------------------------------------
Section: New in release 0.99
Section: New in release 0.99mp
----------------------------------------------------------------------

Improved PO: "!for" now supports forward references for labels, meaning that if a label is undefined or "not sure" then extra passes will be used to try to resolve the value.
Expand All @@ -21,27 +22,27 @@ To help give a hint where the new forward reference attempts were used, a new se


----------------------------------------------------------------------
Section: New in release 0.96
Section: New in release 0.96mp
----------------------------------------------------------------------

Improved PO: "!binary" now has "interleave" parameter.

----------------------------------------------------------------------
Section: New in release 0.95
Section: New in release 0.95mp
----------------------------------------------------------------------

Added !pdb "filename.pdb"
Save program debug information file. Useful for source level debugging.

----------------------------------------------------------------------
Section: New in release 0.94
Section: New in release 0.94mp
----------------------------------------------------------------------

New CLI switch: "--lib <path>" Adds a path to search for library
includes.

----------------------------------------------------------------------
Section: New in release 0.93
Section: New in release 0.93mp
----------------------------------------------------------------------

New CLI switch: "--vicelabeldump"
Expand Down
6 changes: 3 additions & 3 deletions src/acme.c
Expand Up @@ -16,9 +16,9 @@
// along with this program; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

#define RELEASE "0.99" // update before release (FIXME)
#define CODENAME "Delta" // update before release
#define CHANGE_DATE "23 May" // update before release
#define RELEASE "0.99mp" // update before release (FIXME)
#define CODENAME "Echo" // update before release
#define CHANGE_DATE "13 July" // update before release
#define CHANGE_YEAR "2020" // update before release
#define HOME_PAGE "http://www.wellytop.com/C64.html\nhttps://github.com/martinpiper/ACME/"

Expand Down

0 comments on commit 867dba1

Please sign in to comment.