OpenCores
URL https://opencores.org/ocsvn/zipcpu/zipcpu/trunk

Subversion Repositories zipcpu

[/] [zipcpu/] [trunk/] [sw/] [zasm/] [zasm.l] - Diff between revs 98 and 126

Show entire file | Details | Blame | View Log

Rev 98 Rev 126
Line 149... Line 149...
(?i:fpsub)      { yylval.u_op = OP_FPSUB;  return DUALOP; }
(?i:fpsub)      { yylval.u_op = OP_FPSUB;  return DUALOP; }
(?i:fpmul)      { yylval.u_op = OP_FPMUL;  return DUALOP; }
(?i:fpmul)      { yylval.u_op = OP_FPMUL;  return DUALOP; }
(?i:fpdiv)      { yylval.u_op = OP_FPDIV;  return DUALOP; }
(?i:fpdiv)      { yylval.u_op = OP_FPDIV;  return DUALOP; }
(?i:fpcvt)      { yylval.u_op = OP_FPCVT;  return DUALOP; }
(?i:fpcvt)      { yylval.u_op = OP_FPCVT;  return DUALOP; }
(?i:fpint)      { yylval.u_op = OP_FPINT;  return DUALOP; }
(?i:fpint)      { yylval.u_op = OP_FPINT;  return DUALOP; }
 
(?i:mpyshi)     { yylval.u_op = OP_MPYSHI;  return DUALOP; }
 
(?i:mpyuhu)     { yylval.u_op = OP_MPYUHI;  return DUALOP; }
 
(?i:mpy)        { yylval.u_op = OP_MPY;  return DUALOP; }
(?i:equ)        { return EQU; }
(?i:equ)        { return EQU; }
(?i:fill)       { return FILL; }
(?i:fill)       { return FILL; }
(?i:word)       { return WORD; }
(?i:word)       { return WORD; }
"__"[hH][eE][rR][eE]"__" { return HERE; }
"__"[hH][eE][rR][eE]"__" { return HERE; }
[\.][dD][aA][tT] { return WORD; }
[\.][dD][aA][tT] { return WORD; }

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.