Hi again, I apologies again, and would like to submit the code that this problem lead to, nothing to do with the original topic, by the way.
I was trying to do something like a project i've read about "Design of a Microcontroller-Based Ethernet Messaging Device" from David Clausen. I've got it assembled on a protoboard to test the design and got his ASM code for an AT90S8515, but I'm trying to run it on a ATTiny2313 for now, and have translated de ASM code to C, but having some trouble to test it, since my "construction" here isn't too "professional"... Anyway, here is the code I have so far: http://www.nabble.com/file/p15172557/avr-ne2k-c.tar.gz avr-ne2k-c.tar.gz and the PDF with the original ASM code is in: http://www.dclausen.net/projects/avr_ethernet/ dclausen_ee281_writeup.pdf Gabriel Gabriel Ortiz Lour wrote: > > Hi all, > > I apologies for asking a question whithout doing o good search, but > anyway: > > I would like to call functions coded in ASM from C code and was wondering > if > someone could give me some pointers on that. > > Thanks in advance, > Gabriel > > _______________________________________________ > AVR-GCC-list mailing list > [email protected] > http://lists.nongnu.org/mailman/listinfo/avr-gcc-list > > -- View this message in context: http://www.nabble.com/C-code-calling-ASM-functions-tp15087663p15172557.html Sent from the AVR - gcc mailing list archive at Nabble.com. _______________________________________________ AVR-GCC-list mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/avr-gcc-list
