hlasm

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声明