fpc/rtl/msdos/prt0t.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
76 B
NASM

; nasm -f obj -o prt0t.o prt0t.asm
%define __TINY__
%include "prt0comn.asm"