[Icc-mot] XGate asm beta
Richard
richard at imagecraft.com
Tue Nov 28 03:46:23 PST 2006
Thanks for the comments, mostly from Edward. The 2nd version of the Xgate
capable asm is ready for beta testing:
http://www.dragonsgate.net/pub/BETAS/ias6812w.exe Put it in your
c:\iccv712\bin\ directory after saving the previous one. The directive
.CPU XGATE
.CPU S12
switches between the two instruction set. Constant expression is supported
by using the # prefix, e.g.
SCR1 = 4
SCR2 = 5
SCR3 = 3
LDW R3, #(SCR1*SCR2+SCR3/SCR1&SCR2^SCR1%SCR3)
LDB R2, (R1, #L1+SCR2)
// richard <http://www.imagecraft.com>
<http://www.dragonsgate.net/mailman/listinfo>
More information about the Icc-mot
mailing list