Quoting Leon Heller <leon.heller@...>: > ----- Original Message ----- > From: "jk jlkj" <njad2002@...> > To: "LPC 2000" <lpc2000@yahoogroups.com> > Sent: Thursday, May 04, 2006 11:12 AM > Subject: [lpc2000] Stubs > > >> Hi Friends, >> >> Can some one pls tell me the meaning of assembly stubs. > > They are often used during "top down" software development - they are > subroutines that haven't been written and simply have a label and a return > instruction. The higher-level routines can then be tested and debugged > without getting bogged down in the low-level stuff. It can also refer to short assembly routines used to translate from one calling convention to another. In particular from interrupt to standard C or vice versa. Robert
Message
Re: [lpc2000] Stubs
2006-05-04 by Robert Adsett
Attachments
- No local attachments were found for this message.