From e2f2c952267bdc62591582078dc47e4be29989be Mon Sep 17 00:00:00 2001 From: nils-eilers Date: Tue, 8 Dec 2015 02:40:00 +0100 Subject: [PATCH] Fix assembly MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- msbasic.s | 1 + 1 file changed, 1 insertion(+) diff --git a/msbasic.s b/msbasic.s index bb7fd05..7ef660f 100644 --- a/msbasic.s +++ b/msbasic.s @@ -1,3 +1,4 @@ +.feature force_range .debuginfo + .setcpu "6502"