shithub: mc

Download patch

ref: 304ee978408b4e75119887b6f68b96bf242ea16b
parent: 2713494493ca1d5f438dbf4c1a109c07ef758973
author: Ori Bernstein <[email protected]>
date: Mon Dec 22 18:41:31 EST 2014

Some more plan9 spelling differences.

    Sign/zero extending instructions.

--- a/6/insns.def
+++ b/6/insns.def
@@ -38,12 +38,12 @@
     Def(.l={2}))
 Insn(Imovzx,    
     "\tmovz%1t%2t %x,%x\n",         
-    "\tMOVZ%1T%2T %X,%X\n",
+    "\tMOV%1T%2TZX %X,%X\n",
     Use(.l={1}),
     Def(.l={2}))
 Insn(Imovsx,    
     "\tmovs%1t%2t %x,%x\n",         
-    "\tMOVS%1T%2T %X,%X\n",
+    "\tMOV%1T%2TSX %X,%X\n",
     Use(.l={1}),
     Def(.l={2}))
 Insn(Irepmovsb,