A project repository for anything and everything opcode.
Find a file
Shark Command e232d78abf Restructured directories to follow standard folder hierarchy, moved current development to correct folder
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.
2024-10-08 12:41:58 -04:00
80286 Restructured directories to follow standard folder hierarchy, moved current development to correct folder 2024-10-08 12:41:58 -04:00
.gitignore Brushed up text file and added .gitignore 2024-09-06 18:56:18 -05: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

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.