Skip to content
Snippets Groups Projects
Commit e2a1fcd4 authored by Ingmar Steen's avatar Ingmar Steen
Browse files

Split x64_rip_rel_abs.py into 3 separate unit tests.

- x64_lea_label.py tests label addressing on x64 using all syntaxes (this
  demonstrates the incorrect addressing of labels on x64).
- x64_lea_label_rel.py tests rip relative label addressing on x64 using all
  available syntaxes (this demonstrates nasm syntax not being parsed).
- x64_lea_label_nasm_abs.py tests explicit absolute addressing on x64
  using nasm syntax (no equivalent exists in other syntaxes afaik).
parent 47d586b2
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment