I'm writing a procedure with two parameters, one is a number and the other is an address to an array. How can I write the prototype for this? I was trying:
Print proto dword: Asz, Addr Arrayn
as well as:
Print proto dword: Asz, OFFSET Arrayn
but neither of these are working for me.