home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / 3b1 / 3846 < prev    next >
Encoding:
Text File  |  1992-11-17  |  1.4 KB  |  35 lines

  1. Newsgroups: comp.sys.3b1
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!usenet.ins.cwru.edu!agate!spool.mu.edu!uwm.edu!linac!att!cbnews!adh
  3. From: adh@cbnews.cb.att.com (andrew.d.hay)
  4. Subject: Re: Accessing the assembler
  5. Organization: AT&T
  6. Distribution: na
  7. Date: Tue, 17 Nov 1992 11:13:39 GMT
  8. Message-ID: <1992Nov17.111339.11663@cbnews.cb.att.com>
  9. Keywords: Assembly language 68010 processor registers
  10. References: <gcorke.721955276@cunews>
  11. Lines: 22
  12.  
  13. In article <gcorke.721955276@cunews> gcorke@wassily.carleton.ca (Graham Corke) writes:
  14. "Hello 3b1 supporters,
  15. "          
  16. "          Can anyone out there tell me how to access the assembler on
  17. "the 3b1?. Is there a debugger for the 68010 assembly language?
  18.  
  19. if you give your files a .s extension, cc will compile them.
  20. bear in mind that the compiler's assembler syntax is a little odd.
  21. you can see a sample by compiling a c file with -S, which generates a
  22. .s file.
  23. there's no debugger _specifically_ for assembly...
  24.  
  25. "          Unrelated question, Does anyone know where I can obtain 
  26. "the schematics for the 3b1, or anything close to it.
  27.  
  28. this info was just posted to this group last weekend.
  29.  
  30. -- 
  31.         +--------------------------------------------------------------+
  32. Andrew Hay    |    I am not an expert,                       |
  33. a_d_hay@att.com    |             but I play one on the Internet!       |
  34.         +--------------------------------------------------------------+
  35.