fpc/rtl/msdos/prt0m.asm
nickysn f4c463b6bd * prt0stm.asm renamed prt0comn.asm, as it will probably be used as the common
startup code for all memory models and not just for small, tiny and medium

git-svn-id: trunk@27261 -
2014-03-24 13:23:36 +00:00

4 lines
78 B
NASM

; nasm -f obj -o prt0m.o prt0m.asm
%define __MEDIUM__
%include "prt0comn.asm"