Re: [cc65] Inserting Assembly Routines

Date view Thread view Subject view

From: Ullrich von Bassewitz (uz_at_musoftware.de)
Date: 2002-11-25 19:27:27


On Mon, Nov 25, 2002 at 03:09:28PM +0100, MagerValp wrote:
> and assemble with cc65 -O -t c64 test.c. 

Adding the -T switch will interleave the assembler code with the statements
from the source file, so it's easy to see the code generated by a specific
line of C code. Using an additional -g will generate debug information in the
output file, this adds source file line numbers.

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.


Date view Thread view Subject view

This archive was generated by hypermail 2.1.3 : 2002-11-25 19:27:32 CET