sasm: set stack size correctly
This commit is contained in:
parent
ecff04a7a0
commit
901a2b3e6d
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
(* Copyright 2021-2024 Sebastian Lederer. See the file LICENSE.md for details *)
|
(* Copyright 2021-2024 Sebastian Lederer. See the file LICENSE.md for details *)
|
||||||
{$MODE objfpc}
|
{$MODE objfpc}
|
||||||
{$H600}
|
{$H600}
|
||||||
{$S4}
|
{$S32}
|
||||||
program sasm;
|
program sasm;
|
||||||
{$!}{$ifdef FPC}uses math,crt;{$endif}
|
{$!}{$ifdef FPC}uses math,crt;{$endif}
|
||||||
{$R+}
|
{$R+}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue