A project repository for anything and everything opcode.
Go to file
Olivier Poirier eaa0d577fd More directory restructuring. Adjusted language of Table B-1r to be more readable. Adjusted README.md to associate naming scheme with BIOS-based projects only. 2023-09-26 10:39:45 -07:00
80286 More directory restructuring. Adjusted language of Table B-1r to be more readable. Adjusted README.md to associate naming scheme with BIOS-based projects only. 2023-09-26 10:39:45 -07:00
README.md More directory restructuring. Adjusted language of Table B-1r to be more readable. Adjusted README.md to associate naming scheme with BIOS-based projects only. 2023-09-26 10:39:45 -07:00

README.md

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.