Release 0.94.5: Fixed bugs in wrap-around branches and left-shifting floats. Several changes in library.

git-svn-id: https://svn.code.sf.net/p/acme-crossass/code-0/trunk@15 4df02467-bbd4-4a76-a152-e7ce94205b78
This commit is contained in:
marcobaye
2013-06-26 23:01:00 +00:00
parent 6de19a5afe
commit 059238874d
27 changed files with 655 additions and 249 deletions

View File

@@ -9,8 +9,8 @@
*= $1300
!ct pet
!source <6502/std.a>
!ifndef Lib_6502_std_a {
!serious "To assemble this program, you need to install the ACME library."
!ifndef lib_6502_std_a {
!serious "To assemble this program, you need to install the current ACME library."
}
!source "me/macros.a"
!source "me/const.a"
@@ -74,3 +74,5 @@ Spätere Änderungen am Source:
Now throws serious error if the library file could not be loaded.
7 Apr 2013:
Converted to UTF-8
27 Jun 2013:
Adjusted to change in library.