Yahoo Groups archive

Lpc2000

Index last updated: 2026-04-28 23:31 UTC

Thread

Stubs

Stubs

2006-05-04 by jk jlkj

Hi Friends,
   
  Can some one pls tell me the meaning of assembly stubs.
   
  Regards,
  Jerome

				
---------------------------------
 Yahoo! India Answers: Share what you know. Learn something new. Click here

[Non-text portions of this message have been removed]

Re: [lpc2000] Stubs

2006-05-04 by Leon Heller

----- Original Message ----- 
Show quoted textHide quoted text
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.

Leon
--
Leon Heller, G1HSM
leon.heller@...
http://www.geocities.com/leon_heller

Re: [lpc2000] Stubs

2006-05-04 by Robert Adsett

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

Move to quarantaine

This moves the raw source file on disk only. The archive index is not changed automatically, so you still need to run a manual refresh afterward.