Fatal: No program entry point - Embarcadero Website
https://edn.embarcadero.com/print/2202018.05.2000 · Fatal: No program entry point. How do I fix this? Answer: This problem is easily fixed, but often confuses beginner assembly programmers. The linker cannot make an executable out of an object file/s unless a program starting point is specified in one of the object files. This is done by following the last 'END' statement of your assembly file ...