Hacker News new | ask | show | jobs
by kristiandupont 1060 days ago
I created this for x86 many years ago: [link redacted]

It's not an emulator, it allows you to assemble code in C++ at runtime. It breaks down the architecture (as it looked at the time) quite detailed, if you are interested :-)

EDIT to add: the .cbi file is a text file that contains most of the documentation: [link redacted]

1 comments

thank you!!