fpc/rtl/msdos/prt0c.asm
nickysn 0236c2823a + added startup modules for compact, large and huge model that define the
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 -
2014-03-24 13:42:42 +00:00

4 lines
79 B
NASM

; nasm -f obj -o prt0c.o prt0c.asm
%define __COMPACT__
%include "prt0comn.asm"