mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-27 12:13:48 +02:00
11 lines
152 B
PHP
11 lines
152 B
PHP
_start:
|
|
clr r1
|
|
|
|
{$ifdef RELBRANCHES}
|
|
rjmp PASCALMAIN
|
|
{$else RELBRANCHES}
|
|
jmp PASCALMAIN
|
|
{$endif RELBRANCHES}
|
|
.text
|
|
|