mirror of https://github.com/yasm/yasm.git
* x86id.re (str_insn): Fix #68. Based on the patch submitted but with some
other cleanups as well. * str.asm: New test for above. Reported by: bird-yasm@anduin.net svn path=/trunk/yasm/; revision=13670.5.0rc2
parent
91ac655c47
commit
1d4aab4fc5
5 changed files with 21 additions and 6 deletions
@ -0,0 +1,4 @@ |
||||
[bits 32] |
||||
str [esp] |
||||
[bits 16] |
||||
str [bp] |
@ -0,0 +1,8 @@ |
||||
0f |
||||
00 |
||||
0c |
||||
24 |
||||
0f |
||||
00 |
||||
4e |
||||
00 |
Loading…
Reference in new issue