repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Test initialisation of MUIA_List_AdjustWidth and MUIA_List_AdjustHeight, and
[AROS.git]
/
arch
/
.unmaintained
/
m68k-pp-native
/
loader
/
util.S
blob
ba012148ac78776ef161fadfe49960694a9a8875
1
/*
2
Copyright © 1995-2001, The AROS Development Team. All rights reserved.
3
$Id$
4
*/
5
6
.text
7
.balign 16
8
.globl get_ssp
9
10
get_ssp:
11
move.l %ssp,%d0
12
rts
13
14
15
/*
16
* Leave this!
17
*/
18
.text
19
.balign 16
20
.globl end_marker
21
22
end_marker:
23
rts