From jim at fiocca.net Thu May 28 10:15:10 2009 From: jim at fiocca.net (Jim Fiocca) Date: Thu May 28 11:22:13 2009 Subject: [Icc-mot] S12X instruction set Message-ID: <4A1EC69E.5040607@fiocca.net> I'm doing a command line build with ICC12 V7.3 for an S12X. I am using the following command line to build the assembly files: c:/Apps/mcu/hc12/iccv712_v7.03/bin/icc12w -c -e -Wa-g -Wa-I../inc -Wa-I../../s12 x ../src/motor.s And I am getting the following error: !E ../src/motor.s(1059): no such mnemonic 'asry' Am I missing a compiler option to use the S12X instruction set? Thanks, Jim From richard-lists at imagecraft.com Thu May 28 12:20:04 2009 From: richard-lists at imagecraft.com (Richard Man) Date: Thu May 28 13:29:45 2009 Subject: [Icc-mot] S12X instruction set In-Reply-To: <4A1EC69E.5040607@fiocca.net> References: <4A1EC69E.5040607@fiocca.net> Message-ID: <200905282029.n4SKTi7E081105@mail.imagecraft.com> I am hoping to finally finish off S12X and XGate asm support in June, now that the Cypress contract is signed. Will make announcement when it is ready. Thanks and sorry for the inconvenience. At 10:15 AM 5/28/2009, you wrote: >I'm doing a command line build with ICC12 V7.3 for an S12X. I am >using the following command line to build the assembly files: > >c:/Apps/mcu/hc12/iccv712_v7.03/bin/icc12w -c -e -Wa-g -Wa-I../inc >-Wa-I../../s12 >x ../src/motor.s > >And I am getting the following error: > >!E ../src/motor.s(1059): no such mnemonic 'asry' > >Am I missing a compiler option to use the S12X instruction set? > >Thanks, >Jim > // richard