about summary refs log tree commit diff stats
path: root/test/arch/x86/arch.py
diff options
context:
space:
mode:
authorserpilliere <serpilliere@users.noreply.github.com>2021-12-07 06:53:16 +0100
committerGitHub <noreply@github.com>2021-12-07 06:53:16 +0100
commit0c87b6cc420720dc38156197d064cbc2c1bf848f (patch)
tree3d1f3c95500b7d17a8389a5075aa2ca9d414d6fa /test/arch/x86/arch.py
parent0cd2cad02dd1b300d61bdc985b09de65f92261b4 (diff)
parent990df9a9fcb5ae6f1142f49865404e42ec01439c (diff)
downloadmiasm-0c87b6cc420720dc38156197d064cbc2c1bf848f.tar.gz
miasm-0c87b6cc420720dc38156197d064cbc2c1bf848f.zip
Merge pull request #1403 from serpilliere/fix_html
Fix html; Add reg test
Diffstat (limited to 'test/arch/x86/arch.py')
-rw-r--r--test/arch/x86/arch.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/arch/x86/arch.py b/test/arch/x86/arch.py
index 55694dfe..22cfcf39 100644
--- a/test/arch/x86/arch.py
+++ b/test/arch/x86/arch.py
@@ -3153,6 +3153,7 @@ for mode, s, l, in reg_tests:
     a = mn_x86.asm(l)
     print('asm result', [x for x in a])
     print(repr(b))
+    print(l.to_html())
 
     for x in a:
         print("BYTES", repr(x))