fpc/rtl/msdos/prt0s.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
77 B
NASM

; nasm -f obj -o prt0s.o prt0s.asm
%define __SMALL__
%include "prt0comn.asm"