Sunday, July 26, 2009

Is there any built-in parameter-passing devices in Borland's Turbo Assembler 5.0?

I am getting confused with manipulating all the registers, so I was wondering if there's some built-in parameter-passing devices in TASM like that in C and Java. I believe MASM has one but, fortunately or unfortunately, we use TASM for my Assembly Programming class.

Is there any built-in parameter-passing devices in Borland's Turbo Assembler 5.0?
You can use the CALL instruction (it's extended to support the calling of object methods)..





CALL instance_otr METHOD [object_name:]method_name [USES [segreg:]offreg] [language_and_args]





If you have the TASM manual, you ge the syntax in chapter 13..


No comments:

Post a Comment