Memory allocation: Difference between revisions

Line 40:
* Finally, the code is REENTRANT, meaning it could be loaded in a system module directory (LINKLIST, LPA), and executed simultaneously by multiple callers. Though not a requirement for this type of sample code it is a best practice in assembler coding.
<lang 360 Assembly>
STOREXNO CSECT ,
STOREXNO AMODE 31
STOREXNO RMODE ANY
Anonymous user