opcode-projects/README.md

637 B

Opcode Projects

This is my humble directory of opcode projects.

The 80286 BIOS-based project folders are named using prototype letter designators and a number.

The number 0 designates the main program, and numbers afterward are tests or necessary components to that program.

Prototype A is just a simple injector and a couple basic BIOS capability tests. Prototype B is a hex editor, with a couple test functions to debug some weird segmentation issues. Turned out to be bad DS values from sloppy BIOSes. Prototype C, what I'm working on right now, is an advanced editor and debugger that is started from a full-on program loader.