mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-11 14:48:47 +02:00

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