]> granicus.if.org Git - yasm/commitdiff
Added "TO".
authorPeter Johnson <peter@tortall.net>
Mon, 21 May 2001 22:10:02 +0000 (22:10 -0000)
committerPeter Johnson <peter@tortall.net>
Mon, 21 May 2001 22:10:02 +0000 (22:10 -0000)
svn path=/trunk/yasm/; revision=29

modules/parsers/nasm/token.l.in
src/parsers/nasm/token.l.in
src/token.l.in

index 47278dc4527e5f22696d32b9f2c2afdf130ca3a1..2ceff815c268cb3f7156892df613e1fca70358d8 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: token.l.in,v 1.4 2001/05/21 21:44:47 mu Exp $
+/* $Id: token.l.in,v 1.5 2001/05/21 22:10:02 peter Exp $
  * Main lexer
  *
  *  Copyright (C) 2001  Peter Johnson
@@ -144,6 +144,8 @@ nosplit     { return NOSPLIT; }
 
 org    { return ORG; }
 
+to     { return TO; }
+
     /* operand size overrides */
 o16    { yylval.int_val = 16; return OPERSIZE; }
 o32    { yylval.int_val = 32; return OPERSIZE; }
index 47278dc4527e5f22696d32b9f2c2afdf130ca3a1..2ceff815c268cb3f7156892df613e1fca70358d8 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: token.l.in,v 1.4 2001/05/21 21:44:47 mu Exp $
+/* $Id: token.l.in,v 1.5 2001/05/21 22:10:02 peter Exp $
  * Main lexer
  *
  *  Copyright (C) 2001  Peter Johnson
@@ -144,6 +144,8 @@ nosplit     { return NOSPLIT; }
 
 org    { return ORG; }
 
+to     { return TO; }
+
     /* operand size overrides */
 o16    { yylval.int_val = 16; return OPERSIZE; }
 o32    { yylval.int_val = 32; return OPERSIZE; }
index 47278dc4527e5f22696d32b9f2c2afdf130ca3a1..2ceff815c268cb3f7156892df613e1fca70358d8 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: token.l.in,v 1.4 2001/05/21 21:44:47 mu Exp $
+/* $Id: token.l.in,v 1.5 2001/05/21 22:10:02 peter Exp $
  * Main lexer
  *
  *  Copyright (C) 2001  Peter Johnson
@@ -144,6 +144,8 @@ nosplit     { return NOSPLIT; }
 
 org    { return ORG; }
 
+to     { return TO; }
+
     /* operand size overrides */
 o16    { yylval.int_val = 16; return OPERSIZE; }
 o32    { yylval.int_val = 32; return OPERSIZE; }