Are there any programs for people like myself who dont know real programming. Something that I can insert sections from a hex editor, and just create my own labels as I go along. Basically, I am asking if there is a utility, that isnt specific to any particular game, but lets me place chunks of code, or even graphics, and then label it accordingly.
I would be looking for something that works like game specific editors, only I will program the functions and labels.
Here is an example, so I can find the best option. Say I want to take a chunk of code that runs from 10330 to 1034f. I would name the label, and then set whatever function I want for (each or any amount of bytes). Whether it is a single byte, 2 bytes, 3 bytes, or larger assembled sections.
I want to take everything off of notepad, and turn it into a working utility.