Pushes and Pops to/from stack?
From: Kenneth Lantrip (nunya_at_bidny.ok)
Date: 07/30/04
- Next message: Alan Balmer: "Re: Please help!"
- Previous message: Douglas A. Gwyn: "Re: lastest C standard version"
- Next in thread: Jens.Toerring_at_physik.fu-berlin.de: "Re: Pushes and Pops to/from stack?"
- Reply: Jens.Toerring_at_physik.fu-berlin.de: "Re: Pushes and Pops to/from stack?"
- Reply: Emmanuel Delahaye: "Re: Pushes and Pops to/from stack?"
- Reply:(deleted message) Stefan Ram: "Re: Pushes and Pops to/from stack?"
- Reply: Lew Pitcher: "Re: Pushes and Pops to/from stack?"
- Reply: Julian V. Noble: "Re: Pushes and Pops to/from stack?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 30 Jul 2004 10:24:19 -0400
In Ansi-C C99 or Standard C or in GCC...
Is there a way to push a value onto the stack and then later retrieve it
within the same function?
void foo(void) {
.
.
push my value here;
.
.
pop my value here;
.
.
}
Or is this only machine dependant and/or compiler dependant?
- Next message: Alan Balmer: "Re: Please help!"
- Previous message: Douglas A. Gwyn: "Re: lastest C standard version"
- Next in thread: Jens.Toerring_at_physik.fu-berlin.de: "Re: Pushes and Pops to/from stack?"
- Reply: Jens.Toerring_at_physik.fu-berlin.de: "Re: Pushes and Pops to/from stack?"
- Reply: Emmanuel Delahaye: "Re: Pushes and Pops to/from stack?"
- Reply:(deleted message) Stefan Ram: "Re: Pushes and Pops to/from stack?"
- Reply: Lew Pitcher: "Re: Pushes and Pops to/from stack?"
- Reply: Julian V. Noble: "Re: Pushes and Pops to/from stack?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|