This website requires JavaScript.
Explore
Help
Sign in
d0p1
/
ack
Watch
1
Star
0
Fork
You've already forked ack
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
feea5a269f
ack
/
mach
/
6500
/
libem
/
end.s
13 lines
114 B
ArmAsm
Raw
Normal View
History
Unescape
Escape
*** empty log message ***
1984-12-17 11:11:37 +00:00
.define
endtext,
e
n
d
d
a
t
a
,
e
n
d
b
s
s
,
e
n
d
.text
endtext
:
The universal assembler has a bug that precludes use of .align in text segments, except as the very last command.
1985-03-15 10:50:35 +00:00
.align
2
*** empty log message ***
1984-12-17 11:11:37 +00:00
.data
Added .align 2. Especially important for malloc.
1985-02-17 00:57:19 +00:00
.align
2
*** empty log message ***
1984-12-17 11:11:37 +00:00
enddata
:
.bss
Added .align 2. Especially important for malloc.
1985-02-17 00:57:19 +00:00
.align
2
*** empty log message ***
1984-12-17 11:11:37 +00:00
endbss
:
end
:
Reference in a new issue
Copy permalink