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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
08/21/04 06:48
Read: times


 
Msg Score: -1
 -1 Didn't Search First
#76225 - Routine in Assembly
Hi all
I want to write a function in assembly and call it from the C file. I want to know the syntax of the start of the routine. Am i doing it in the right way
_routinename
;
;
;
;
RET
or is should write it like this (this is the way to write a procedure in the assembly of 8086 microprosser)
_routinename Proc FAR
;
;
;
;
RET

regards
Farhan

List of 5 messages in thread
TopicAuthorDate
Routine in Assembly            01/01/70 00:00      
   RE: Routine in Assembly            01/01/70 00:00      
   RE: Routine in Assembly            01/01/70 00:00      
      RE: Routine in Assembly            01/01/70 00:00      
         RE: Routine in Assembly            01/01/70 00:00      

Back to Subject List