ff4ff35918
Red Bear OS is a full fork. All sources must be available from git clone with zero network access. Removed gitignore rules that excluded fetched source trees under recipes/*/source/, local/recipes/kde/*/source/, local/recipes/qt/*/source/, and vendor source trees. Build artifacts (target/, build/, source.tar, *.o, *.so) remain excluded. 127291 files added — kernel, relibc, base, bootloader, pkgar, all KDE/Qt frameworks, mesa, wayland, DRM drivers, and every other recipe source.
21 lines
411 B
D
21 lines
411 B
D
#name: Z8002 backward relative load just in range
|
|
#source: branch-target.s -z8002
|
|
#source: 0filler.s -z8002 --defsym BYTES=32762
|
|
#source: ldr-opcode.s -z8002
|
|
#ld: -T reloc.ld -mz8002 -e 0
|
|
#objdump: -dr
|
|
|
|
.*: file format coff-z8k
|
|
|
|
|
|
Disassembly of section \.text:
|
|
|
|
00001000 <target>:
|
|
1000: bd04 ldk r0,#0x4
|
|
|
|
00001002 <\.text>:
|
|
\.\.\.
|
|
|
|
00008ffc <\.text>:
|
|
8ffc: 3100 8000 ldr r0,0x1000
|