Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
11/23/99 21:40
Read: times


 
#1001 - RE: How to pass
You can pass char type parameters
by the way R7 register.
Your routine will be like this:
RD_CAR:
mov A,R7
.
.
When you call this from C
RD_CAR("x")
Accumulator value will be "x"..

No replies in thread

Back to Subject List