From: Irgendwer Date: Sun, 14 Aug 2016 17:35:35 +0000 (+0200) Subject: Update smc.inc X-Git-Tag: V2.16~80^2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=aea312746b595aad1d76097672edee4a2a2ec071;p=cc65 Update smc.inc --- diff --git a/asminc/smc.inc b/asminc/smc.inc index 8a06f3222..d5752a5f5 100644 --- a/asminc/smc.inc +++ b/asminc/smc.inc @@ -1,7 +1,7 @@ ; smc.mac ; ca65 Macro-Pack for Self Modifying Code (SMC) ; -; (c) Christian Krüger, latest change: 17-Jul-2016 +; (c) Christian Krüger, latest change: 17-Jul-2016 ; ; This software is provided 'as-is', without any expressed or implied ; warranty. In no event will the authors be held liable for any damages @@ -75,7 +75,7 @@ _SMCDesignator: statement .elseif .match ({register}, y) ldy _SMCDesignator .else - .error "Invalid usage of macro 'SMC_TransferOpcode'" + .error "Invalid usage of macro 'SMC_LoadOpcode'" .endif .endmacro