lucky6969b
Member level 2
Hello,
The following code is copied from a book.....
FAR, C, PUBLIC seem to be macros.
How do I pass parameters to the subroutine using the name 'buf'?
I don't want to use global variables. What should I do?
The book is very incomplete
Thanks
The following code is copied from a book.....
Code:
1. FontInfo proc FAR C PUBLIC USES DS SI, buf:FAR PTR, choice:byte
2. ;;;;;;;;;;;;;;;;;;;;
FAR, C, PUBLIC seem to be macros.
How do I pass parameters to the subroutine using the name 'buf'?
I don't want to use global variables. What should I do?
The book is very incomplete
Thanks