Missing x86 mnemonics and registers (self-hosted backend encoder) #19773
Labels
arch-x86_64
64-bit x86
backend-self-hosted
enhancement
Solving this issue will likely involve adding new logic or components to the codebase.
Milestone
There are some assembly instruction mnemonics missing on the x86 backend, specially some CPL0 instructions like
cli
,sti
,wrmsr
,rdmsr
,hlt
,ltr
,lidt
,iretq
,hlt
... There are some registers missing too, namely the control registers (cr0
,cr2
, and so on).The text was updated successfully, but these errors were encountered: