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
lcms2.library: fixed strict aliasing issue detected with gcc 4.8.3
[AROS.git]
/
arch
/
m68k-amiga
/
boot
/
ext_entry.S
blob
b1d74658e5b5dafc572ec60e487783f6b0256ea1
1
Version = 46
2
Revision= 11
3
4
.text
5
6
.globl ext_entry
7
.align 4
8
9
.word 0x1114
10
ext_entry:
11
jmp software_reset
12
13
// make programs that peek rom header happy
14
.word 0x0000
15
.word 0xffff
16
.word Version
17
.word Revision
18
.word Version
19
.word Revision
20
.word 0xffff
21
.word 0xffff
22
.asciz "AROS EXT Extension Libraries"
23
.asciz "Copyright \251 1995-2016 "
24
.asciz "The AROS Development Team, "
25
.asciz "All Rights Reserved."
26
.asciz ADATE
27
28
.align 4
29
.org 0xd0