From 990df9a9fcb5ae6f1142f49865404e42ec01439c Mon Sep 17 00:00:00 2001 From: Fabrice Desclaux Date: Mon, 6 Dec 2021 22:53:58 +0100 Subject: Fix html; Add reg test --- test/arch/x86/arch.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test/arch/x86/arch.py') 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)) -- cgit 1.4.1