* reduced the stack area to 256 bytes

git-svn-id: branches/z80@45096 -
This commit is contained in:
nickysn 2020-04-26 13:31:45 +00:00
parent 3afdab19a1
commit ded6fdd04f

View File

@ -7,5 +7,6 @@ start::
jp PASCALMAIN
.area _DATA
stack_area_start: .rs 1022
stack_area_start: ;.rs 1022
.rs 254
stack_area_end: .rs 2