This site is no longer active and is available for archival purposes only. Registration and login is disabled.

ARMASM MACRO


ARMASM MACRO

Postby ClearDay » Jul 17, 2003 @ 7:49am

How to define amount of arguments in macro and to touch them in a cycle?

pseudocode

MACRO
funcname %arg1,$arg2...$argN
LCLA count
count SETA ??? ;num args

WHILE count>0

arg[count]

count SETA count-1
WEND

MEND
ClearDay
 


Return to Windows Mobile


Forum Description

A discussion forum for mobile device developers on the Windows Mobile platform. Any platform specific topics are welcome.

Moderators:

Dan East, sponge, Digby, David Horn, Kevin Gelso, RICoder

Forum permissions

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum