This is my OS that I've been working on for almost 3 months now (not all at once.. in periods of a few days each time).
Would anyone skilled in NASM mind looking at parts of it and give me their opinion on my code?
Note that there are many files; I'll do my best to organize it all right here.
Anybody can use any of this code as long as my name is in the credits. :)
Boot.asm
--
Kernel.asm
Includes.asm
--[Kernel]
Calls.asm
Macros.asm
--[Kernel menu stuff]
Buttons.asm
Core.asm
Msgbox.asm
Textbox.asm
--[Kernel game engine]
Engine.asm
#Macros.asm
Crate.asm
Fences.asm
Player.asm
--[Apps]
Console.asm
MazeGame.asm
Password.asm
Videos--
Game engine
Login menu + textboxes etc
Thanks for taking a look. I was a bit hesitant on giving this out, but finally gave in since I haven't touched it in so long. Enjoy :)