1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
2<html>
3
4<head>
5<META http-equiv="Content-Type" content="text/html; charset=windows-1252">
6<META name="GENERATOR" content="Microsoft FrontPage 5.0">
7<META http-equiv="Content-Style-Type" content="text/css">
8<LINK rel="stylesheet" type="text/css" href="../../CSS/revolution.css">
9<title>OSGetStackPointer</title>
10</head>
11
12<body>
13
14<h1>OSGetStackPointer</h1>
15
16<h2>Syntax</h2>
17<dl><dd><pre class="construction">#include &lt;revolution/os.h&gt;
18
19u32 OSGetStackPointer(void);
20</pre></dd></dl>
21
22<h2>Arguments</h2>
23<p>None.</p>
24
25<h2>Return Values</h2>
26<p>Returns the current stack pointer address.</p>
27
28<H2>Description</H2>
29<P>Gets the current stack pointer address (r1).</P>
30
31<h2>See Also</h2>
32<p>None.</p>
33
34<H2>Revision History</H2>
35<P>
362006/03/01 Initial version.<br>
37</p>
38
39<hr><p>CONFIDENTIAL</p></body>
40</html>