On 2011-12-19 23:13, Paul K. McKneely wrote:
> Yes. That's what I needed. So what word do you
> use in place of PROC if it is a data structure?
It's basically a declaration and you need to provide a type.
extern something:WORD
Here type 'PROC' covers all "procedures." If you have a record defined I
suppose you use the name of the record type. I'm kind of guessing here.
As I said, it's been a long time. If you can find some MASM
documentation it's probably all covered in there.
Peter