I have been doing research and I figured out the format for G1A files(header structure) and learned a little about the assembly specifications for my calculator's cpu. I was wondering if someone could give me some directions to what it takes to write a simple program in assembly?
I am having trouble writing the entry point of my program because I do not know anything about the initialization steps.
TBit told me about the gint kernel so I will try looking at that for now, but any information will be helpful
Regards, hejsotnoss
This is the only thing I could find which shows moving the address(long) of _main to register 3 and jumping to the address of register 3. I'm not sure how I can set this up though.
Edited by hejsotnoss, 26 February 2020 - 10:25 PM.