mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-10 17:18:25 +02:00

startup code for all memory models and not just for small, tiny and medium git-svn-id: trunk@27261 -
4 lines
77 B
NASM
4 lines
77 B
NASM
; nasm -f obj -o prt0s.o prt0s.asm
|
|
%define __SMALL__
|
|
%include "prt0comn.asm"
|