RCSNUSP/COBOL: Difference between revisions

Content added Content deleted
(Added support for Bloated SNUSP and added command-line options.)
m (Added note on maximum number of threads.)
Line 3: Line 3:
The file path to the code is passed as a parameter to the program. The file is assumed to be a text file with lines having a maximum length of 100 characters. It is also assumed the file will not be more than 1024 lines long.
The file path to the code is passed as a parameter to the program. The file is assumed to be a text file with lines having a maximum length of 100 characters. It is also assumed the file will not be more than 1024 lines long.


The memory is a 2048 byte array and the stack has a size of 512.
The memory is a 2048 byte array, the stack has a size of 512 and there is a maximum of 16 threads.


{{works with|GNU Cobol|2.0}}
{{works with|GNU Cobol|2.0}}