progmboy

Results 2 issues of progmboy

When I use Clue to generate lua, I found that the original comments are discarded, can the compiler add an option to keep the comments.

enhancement

I noticed the definition of the EIP register in "src\register.rs" as follows: ```rust RegisterInfo { register: Register::EIP, base: Register::EIP, full_register32: Register::RIP, full_register: Register::RIP, size: 4 }, RegisterInfo { register: Register::RIP,...