From: Ullrich von Bassewitz (uz_at_musoftware.de)
Date: 2001-08-03 10:17:13
On Fri, Aug 03, 2001 at 04:03:28AM -0400, Keates, Mark wrote: > The emulators have disassemblers in them and so don't really > require swapping between 'C' and 'asm' files. There is quite some difference between the output of a disassembler and the actual assembler source, so while you are right when saying that swapping is not really required, it would nevertheless be a nice feature. For native assembler files it is even nicer, since you can see comments, use of constants instead of raw numerical values and so on. > Typically if you're > building an app then the C file is compiled such that the S file > is deleted after being assembled (i.e. CL65 rather than CC65). > Therefore it wouldn't be available to the emulator :-( Yes, that is correct. That would mean that in most cases there is no decision between .c and .s source files, the emulator could just use what is available (which will usually be the .c file in case of C source and the .s file in case of ASM source). Regards Uz -- Ullrich von Bassewitz uz_at_musoftware.de ---------------------------------------------------------------------- To unsubscribe from the list send mail to majordomo_at_musoftware.de with the string "unsubscribe cc65" in the body(!) of the mail.
This archive was generated by hypermail 2.1.3 : 2001-12-14 22:05:40 CET