Hi and thanks for the reply.
I am currently trying to read C18 with the aim of slowly porting to assembly. I was hoping to get a hint of whether it was a wasted attempt.
With microcontrollers, I only know assembly, as a hobbyist it was my chosen language, Point of departure to get started. I need to take my very successful assembly project into the comms arena ( I chose WiFi). I have read the exhausting microchip TCP/IP stack help "book". However I feel more comfortable in assembly.
Also my googling led me to believe you cannot call the stack from an assembly program. My "intelligent generator project which runs on assembly" (to which I want to add WiFi/ bluetooth/ Ethernet/ or USB, will apparently only qualify to the task at hand if it was in C18.
Listen, it would be a remarkable learning curve and a source of great elation if I convert just one stage of the stack to assembly but this going to take a lot of time.
Can you advise or show me an example a very simple one, of calling C18 routines from assembly. I am currently using MPLABX.
If you suggest I go the conversion route, my most recent Google led me to further research something called an .LST file. Just before replying here, I quickly ran a downloaded c18 program but could not find this elusive .LST file.
Thanks again
- - - Updated - - -
Thanks BigDog, FvM
Taking advice from the qualified got me this far.
Point taken, ignore last part of my reply above.
Any examples on calling on the stack from assembly?