mirror of
https://github.com/SEPPDROID/Digital-Research-Source-Code.git
synced 2025-10-23 08:24:18 +00:00
16 lines
398 B
ArmAsm
16 lines
398 B
ArmAsm
*************************************************************************
|
|
* *
|
|
* THIS IS THE SYSTEM STACK AREA *
|
|
* *
|
|
* *
|
|
* THIS IS THE DUAL PROCESSOR,ROMABLE CP/M-68K SYSTEM *
|
|
* ================================================== *
|
|
*************************************************************************
|
|
|
|
.globl stack
|
|
.bss
|
|
.ds.l 400
|
|
stack:
|
|
.ds.w 1
|
|
.end
|