From 9b24ada2c3a7afa42448fff7ee441ad983530d88 Mon Sep 17 00:00:00 2001 From: iximeow Date: Sun, 31 May 2026 05:51:50 +0000 Subject: add MASM-style formatting support in all modes this includes a mildly nightmarish bit of test harness to compare against ml.exe/ml64.exe/dumpbin.exe, which in turn chased out a bunch of bugs. yay! --- test/test.rs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test/test.rs') diff --git a/test/test.rs b/test/test.rs index 6dfeb91..dd5bb8a 100644 --- a/test/test.rs +++ b/test/test.rs @@ -1,6 +1,10 @@ extern crate yaxpeax_arch; extern crate yaxpeax_x86; +// target-specific impls for some kinds of testing, such as wrappers for +// "assemble text through {nasm,masm,gas,..}" +mod tools; + mod long_mode; mod protected_mode; mod real_mode; -- cgit v1.1