mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-17 13:39:36 +02:00
* jump to PASCALMAIN in the ZX Spectrum startup code
git-svn-id: branches/z80@44868 -
This commit is contained in:
parent
77058d0877
commit
4bc5270f34
@ -1,10 +1,10 @@
|
||||
.area _CODE
|
||||
.globl _todo_pascal_main_
|
||||
.globl PASCALMAIN
|
||||
.globl FPC_SAVE_IY
|
||||
start::
|
||||
ld sp, #stack_area_end
|
||||
ld (FPC_SAVE_IY), iy
|
||||
jp _todo_pascal_main_
|
||||
jp PASCALMAIN
|
||||
|
||||
.area _DATA
|
||||
stack_area_start: .rs 1022
|
||||
|
Loading…
Reference in New Issue
Block a user