Commit graph

17 commits

Author SHA1 Message Date
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
e844ff4904 Added Brainstorming for Jump List Execution and Seeking Function (Arbitrary Memory Add) 2024-09-23 16:08:15 -05:00
9463305c5f Woohoo brainstorming!
Brainstorm the next parts of the program loader.
2024-09-06 19:41:05 -05:00
9519ccf735 Brushed up text file and added .gitignore
Will now ignore vim's .sw* files.
2024-09-06 18:56:18 -05:00
b1a90e62ce More modifications to development disk
Slowly adding the pieces necessary to form a disk read-seek-display-input-load loop.
2024-09-06 14:39:53 -05:00
Shark Command
3eb1d8c1ed Adjusted the development program
Added and tweaked routines, got the basic parts of the program loader display routine.
2024-09-05 11:50:22 -04:00
b3180a34d5 Finished writing math routine
Time to add this thing to the bootloader prototype and work on the rest. 
Resulting code is nice and small!
2024-08-09 16:02:02 -05:00
50a972fa79 Updated Disassembly.txt
Added the field variable to account for how many rows make up one field, as indicated in Constants.
Prepped variables for making a compacted function.
2024-07-26 10:06:51 -05:00
98cad5c01c Updated brainstorming file.
Added another variable to account for variable spacing of data fields (Rows that contain data).
2024-07-19 20:09:00 -05:00
b522a6ed1e Updated Disassembly Text File
Added a math tree and will be producing a revised grid-to-memory math function and re-examining the ones already used from there.
2024-07-13 16:01:05 -05:00
8975dc8e4b Added a file for disassembling tda.bin and making changes
Working on the program loader again, needed somewhere to pick apart the current test program.
2024-07-05 14:43:14 -05:00
87a8a95bfa Various small adjustments
Reverted extension jump from startup (hangs if no program extension is there to catch the IP), placed window at 0x008E by default, and restored default cursor position to top left of grid.
2024-07-03 18:04:48 -05:00
bedf272395 Adjust small editor to use 40x25 mode by default 2024-07-03 17:53:47 -05:00
4c563d1c65 Modify hex editor window to use 40x25 compatible grid
The new editor copy is stored as "editor-small.bin".
2024-07-03 17:29:48 -05:00
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
Olivier Poirier
18a3cf9457 Restructured directories. Added in files from earlier prototypes and cleanly organized them. 2023-09-26 01:54:34 -07:00
Olivier Poirier
6eeb80fde1 Initial commit. Populating this with all my binary files. 2023-09-26 01:22:55 -07:00