diff options
| author | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2021-12-06 22:53:58 +0100 |
|---|---|---|
| committer | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2021-12-06 22:53:58 +0100 |
| commit | 990df9a9fcb5ae6f1142f49865404e42ec01439c (patch) | |
| tree | 3d1f3c95500b7d17a8389a5075aa2ca9d414d6fa /test/arch/x86/arch.py | |
| parent | 0cd2cad02dd1b300d61bdc985b09de65f92261b4 (diff) | |
| download | focaccia-miasm-990df9a9fcb5ae6f1142f49865404e42ec01439c.tar.gz focaccia-miasm-990df9a9fcb5ae6f1142f49865404e42ec01439c.zip | |
Fix html; Add reg test
Diffstat (limited to 'test/arch/x86/arch.py')
| -rw-r--r-- | test/arch/x86/arch.py | 1 |
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)) |