apt1002 / mijit

Experimental JIT compiler generator
https://github.com/apt1002/mijit/
25 stars 4 forks source link

x86_64: provide access to R12 and RSP #10

Closed apt1002 closed 3 years ago

apt1002 commented 4 years ago

The R12 and RSP registers need special treatment in some bits of x86_64 assembly language. Currently, we just pretend that they don't exist. Do better.