mirror of
https://github.com/SEPPDROID/Digital-Research-Source-Code.git
synced 2025-10-26 18:04:07 +00:00
Upload
Digital Research
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
serial:
|
||||
/*******************************************************
|
||||
* *
|
||||
* This is a dummy serial program used to establish *
|
||||
* the top of memory for the production root module. *
|
||||
* *
|
||||
*******************************************************/
|
||||
|
||||
proc;
|
||||
dcl
|
||||
/* allocate 40 pages of memory */
|
||||
mem(80) char(128);
|
||||
|
||||
end serial;
|
||||
Reference in New Issue
Block a user