2
0

nwl_main.as 136 B

123456
  1. //for a library we should not have main
  2. //link this only for non libraries
  3. .text
  4. .globl main
  5. main:
  6. jmp _FPC_NLM_Entry