mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 14:48:18 +02:00
7 lines
136 B
ActionScript
7 lines
136 B
ActionScript
//for a library we should not have main
|
|
//link this only for non libraries
|
|
.text
|
|
.globl main
|
|
main:
|
|
jmp _FPC_NLM_Entry
|