PyVM icon indicating copy to clipboard operation
PyVM copied to clipboard

A virtual machine written in Python that executes x86 binaries according to the Intel Software Developer Manual

Results 2 PyVM issues
Sort by recently updated
recently updated
newest added

TODO list: - [x] Update README with directory structure (or probably add READMEs to other directories and link to them from the main one?) - [ ] Add more example...

enhancement

ModR/M byte processing is currently only for 32-bit addressing, and there's a whole table of possible values of the ModR/M byte for 16-bit addressing, which isn't supported at all. Should...

enhancement