hlasm
美
英 
例句
HLASM programmers will be familiar with the LOAD macro for loading a module into storage ready to branch to.
HLASM程序员很熟悉通过LOAD宏把模块装载到存储中。
Apart from this, defining and calling HLASM modules is the same as any other module.
除此之外,定义和调用HLASM模块的过程与调用任何其他模块是一样的。
So when defining your HLASM program in your C code, you will have to include a #pragma statement defining the different linkage.
因此,在用C代码定义HLASM程序时,必须用#pragma语句定义不同的链接。
However, if your HLASM program is LE compliant, then this #pragma statement isn't needed.
但是,如果HLASM程序是LE兼容的,就不需要这个#pragma语句。
But it's not all bad news: the C compiler also comes with a DSECT conversion utility that can convert HLASM DSECTs to C declarations.
但是,也有好消息:C编译器还附带一个DSECT转换实用程序,它可以把HLASMDSECT转换为C声明。