Compiling & LInking the Booter / Interpreter
6581
Posts: 132
I am currently working on some scripts which will hopefully compile, link and generate
unscrambled hex files for using in P1V projects. In case I have missed it - are there any
binary versions of these available, so I can compare my results?
unscrambled hex files for using in P1V projects. In case I have missed it - are there any
binary versions of these available, so I can compare my results?
Comments
So you can re-compile the booter and add custom functions? I have trouble finding your code.
As it happens, I have been working on a stand-alone assembler, written in Python. I have been testing it with the ROM source files, so I definitely know that it will work with those. The assembler's not quite complete, but I'll try to release it in the next day or so.
I have a program that links them together with the runner and sin/log tables and generates a unscrambled hex file.
Is this what you guys are after?
Exactly. I am planning to make a custom bootloader.
You can unscramble ,load binary files, modify Prop version number and insert some text info into the ROM.
Just enough functions to allow modifying the interpreter and booter code.
Hope this helps
Cheers
Brian