From ac909fc71f60c5d5ea8b7669687795b4aee21248 Mon Sep 17 00:00:00 2001 From: mykola2312 <49044616+mykola2312@users.noreply.github.com> Date: Sat, 27 Jul 2024 21:23:18 +0300 Subject: [PATCH] add some notes --- plan.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 plan.txt diff --git a/plan.txt b/plan.txt new file mode 100644 index 0000000..c76c29b --- /dev/null +++ b/plan.txt @@ -0,0 +1,3 @@ +Just parse all prefixes and skip them, but some of the prefixes like 0x66 can dictate size of immediate +"args" parser field would tell if instruction has immediate and what type it could be, +while "op_enc" dictates presense of ModRM, and ModRM tells if instruction has SIB byte \ No newline at end of file