How to make multiple entry points into a single assembler code?
Alarus
Posts: 48
How to make multiple entry points into a single assembler code?
Comments
In the object some procedures are written in the PASM (Init, StartMaster, StartSlave).
I need to run a procedure StartMaster or StartSlave depending on the procedure Init.