We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi, I need to be able to call a c function from within the STARTUP.A51 file (actually, any *.a51 file), so that the code listing has the startup code, then the call of this new function, then the LJMP to main. I imagine this will involve 'exporting' the C function name (label), and using this label as an operand of the asm CALL instruction, but I can't seem to figure out how to do this. I'd also be really interested if someone can suggest a more readily understandable assembler manual than the A51 user guide... Thanks for any suggestions! David