diff options
| author | iximeow <me@iximeow.net> | 2026-06-19 03:02:35 +0000 |
|---|---|---|
| committer | iximeow <me@iximeow.net> | 2026-07-05 00:09:22 +0000 |
| commit | 97dbde69221127d2552cb4fc442b90a2c0ff2a95 (patch) | |
| tree | d31f0fb9c01d3729e8a491f12e59268b466d1178 /test/real_mode/display.rs | |
| parent | b35fd33629ab53925302f34747faf86ee2f90ace (diff) | |
add DisplayRules, docs, doc tests, ..
this includes `trait DisplayRules` as a generic mechanism to control
parts of instruction printing, a `DefaultRules` for the existing
formatting style, and `AbsoluteAddressFormatter` to print instructions
as at some location in an address space.
Diffstat (limited to 'test/real_mode/display.rs')
| -rw-r--r-- | test/real_mode/display.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/real_mode/display.rs b/test/real_mode/display.rs new file mode 100644 index 0000000..0769351 --- /dev/null +++ b/test/real_mode/display.rs @@ -0,0 +1 @@ +mod display_rules; |
