(the code formatting in the video is all messed up, it's the first time that I manage to connect all 3 parts of together and I was too excited to bother fixing up the syntax parser)
The two hexadecimal editors are:
- left: a rom file(binary blob with the bytecode)
- right: a symbols file(label names and comments)
Assigning a type to a label(just a suffix extension in this case) allows me to display its content in whichever way I need(as opcodes, as letters, as hex bytes, or ..)