From: groepaz (groepaz_at_gmx.net)
Date: 2002-11-25 13:07:56
Hello Brian, Monday, November 25, 2002, 1:50:20 AM, you wrote: BB> I'm wondering if there are some docs about inserting assembly into C code [snip] if you want to create a library in assembler, just take the cc65 runtime library as an example.... basically nothing more than putting the asm code into seperate source files, assemble them to an object file and making a library from them. (if you know how other c compilers, ie gcc, work - its the same deal) and forget about the .org directive, its probably neither what you think it is - and in a library like that its not needed either 99.9% of the time :=) -- Best regards, groepaz mailto:groepaz_at_gmx.net ---------------------------------------------------------------------- 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 : 2002-11-25 13:08:26 CET