diff options
| author | iximeow <me@iximeow.net> | 2026-05-31 05:51:50 +0000 |
|---|---|---|
| committer | iximeow <me@iximeow.net> | 2026-07-05 00:08:38 +0000 |
| commit | 9b24ada2c3a7afa42448fff7ee441ad983530d88 (patch) | |
| tree | e6a1ed54f5ce4fe5fc1fe5f462c25b4eada678c8 /test/test.rs | |
| parent | 9c676ba70cdbf0edfeae7b8a13e881724711383b (diff) | |
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!
Diffstat (limited to 'test/test.rs')
| -rw-r--r-- | test/test.rs | 4 |
1 files changed, 4 insertions, 0 deletions
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; |
