home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / alt / lang / asm / 582 < prev    next >
Encoding:
Text File  |  1993-01-28  |  1.0 KB  |  29 lines

  1. Newsgroups: alt.lang.asm
  2. Path: sparky!uunet!stanford.edu!agate!pasteur!cory.Berkeley.EDU!johnm
  3. From: johnm@cory.Berkeley.EDU (John D. Mitchell)
  4. Subject: Re: TASM help
  5. Message-ID: <1993Jan27.012736.7688@pasteur.Berkeley.EDU>
  6. Sender: nntp@pasteur.Berkeley.EDU (NNTP Poster)
  7. Nntp-Posting-Host: cory.berkeley.edu
  8. Organization: University of California, at Berkeley
  9. References: <1k4h9oINN1j2@menudo.uh.edu>
  10. Date: Wed, 27 Jan 1993 01:27:36 GMT
  11. Lines: 16
  12.  
  13. In article <1k4h9oINN1j2@menudo.uh.edu> cosc192o@menudo.uh.edu (Perplexed
  14. Prophet) writes:
  15. >I am a first time user of Turbo Assembler.  I currently am writing a program
  16. >which uses direct screen writes in C.  The procedure to aid me in direct 
  17. >screen writes is written in ASM.  Now originally, I wrote the ASM procedure
  18. >for Pascal programs, now I wish to incorporate it with C programs.  
  19. >
  20. >Will I have to change the .MODEL??
  21. >
  22. >If so what is the model....It is currently TPascal?
  23.  
  24. The Turbo Assembler manual has whole chapters devoted to interfacing with
  25. C/C++ and Turbo Pascal.
  26.  
  27. John
  28.  
  29.