home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.3b1
- 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
- From: adh@cbnews.cb.att.com (andrew.d.hay)
- Subject: Re: Accessing the assembler
- Organization: AT&T
- Distribution: na
- Date: Tue, 17 Nov 1992 11:13:39 GMT
- Message-ID: <1992Nov17.111339.11663@cbnews.cb.att.com>
- Keywords: Assembly language 68010 processor registers
- References: <gcorke.721955276@cunews>
- Lines: 22
-
- In article <gcorke.721955276@cunews> gcorke@wassily.carleton.ca (Graham Corke) writes:
- "Hello 3b1 supporters,
- "
- " Can anyone out there tell me how to access the assembler on
- "the 3b1?. Is there a debugger for the 68010 assembly language?
-
- if you give your files a .s extension, cc will compile them.
- bear in mind that the compiler's assembler syntax is a little odd.
- you can see a sample by compiling a c file with -S, which generates a
- .s file.
- there's no debugger _specifically_ for assembly...
-
- " Unrelated question, Does anyone know where I can obtain
- "the schematics for the 3b1, or anything close to it.
-
- this info was just posted to this group last weekend.
-
- --
- +--------------------------------------------------------------+
- Andrew Hay | I am not an expert, |
- a_d_hay@att.com | but I play one on the Internet! |
- +--------------------------------------------------------------+
-