A project repository for anything and everything opcode.
e232d78abf
It's really easy to just do all your work in one lump instead of where it goes. Fixed that. Since right now I'm getting the program loader to work, that's where the files should be. Then I'll do the debugger, and that will reuse stuff in the program loader bootsector, probably. |
||
---|---|---|
80286 | ||
.gitignore | ||
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.