]> git.saurik.com Git - apple/ld64.git/blob - unit-tests/test-cases/custom-segment-layout/zero.s
ld64-351.8.tar.gz
[apple/ld64.git] / unit-tests / test-cases / custom-segment-layout / zero.s
1
2 .section __MYZEROPAGE,_data
3 _min: .long 0
4
5 #if __arm__
6 .zerofill __MYZEROPAGE,__zerofill,_padding,536870910
7 #else
8 .zerofill __MYZEROPAGE,__zerofill,_padding,2147483644
9 #endif
10
11
12
13