5 lines
70 B
ArmAsm
5 lines
70 B
ArmAsm
.define _brksize
|
|
.globl endbss, _brksize
|
|
.data
|
|
_brksize: .word endbss
|