Fix assembly

More modern ca65 versions don’t allow
negative values as constants. This commit
disables the range-check and re-enables the
assembly.

http://www.cc65.org/mailarchive/2012-01/9892.html
This commit is contained in:
nils-eilers 2015-12-08 02:40:00 +01:00
parent b3f9bbecea
commit e2f2c95226
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
.feature force_range
.debuginfo +
.setcpu "6502"