Is it possible to import labels from c code into asm? c: ----------------------- void function (void) { label1: some c code label2: some c code } ------------------------ asm: ------------------------ .IMPORT _label1, _label2 some asm code ---------------------------------------------------------------------- To unsubscribe from the list send mail to majordomo@musoftware.de with the string "unsubscribe cc65" in the body(!) of the mail.Received on Mon Jan 28 10:30:27 2013
This archive was generated by hypermail 2.1.8 : 2013-01-28 10:30:32 CET