mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 10:47:57 +02:00

memory model and include the common startup code prt0comn.asm (which is not yet adapted for the new models, but eventually will be) git-svn-id: trunk@27262 -
4 lines
79 B
NASM
4 lines
79 B
NASM
; nasm -f obj -o prt0c.o prt0c.asm
|
|
%define __COMPACT__
|
|
%include "prt0comn.asm"
|