home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / amiga / programm / 11615 < prev    next >
Encoding:
Internet Message Format  |  1992-07-25  |  777 b 

  1. Path: sparky!uunet!sun-barr!olivea!hal.com!darkstar.UCSC.EDU!cats.ucsc.edu!torp
  2. From: torp@cats.ucsc.edu (Judith Lynn Nakamura)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Registers from C
  5. Message-ID: <14q2h5INNoee@darkstar.UCSC.EDU>
  6. Date: 24 Jul 92 23:08:21 GMT
  7. Distribution: usa
  8. Organization: University of California; Santa Cruz
  9. Lines: 12
  10. NNTP-Posting-Host: am.ucsc.edu
  11.  
  12.  
  13. To quote the 2.0 RKM:Includes & Autodocs page 647 NP_Arguments entry:
  14.  
  15.     "cstring of arguments - passed with str in a0, length in d0."
  16.  
  17. Ok.  So, assuming the function is CreateNewProc()-ing correctly, how
  18. do I pull these arguments out of the registers from C.  I realize this
  19. is a probably a very simple thing to do, but I would really appreciate
  20. help from anyone with some experience.
  21.  
  22. Thanks,
  23. Judy
  24.