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.
26 lines
486 B
D
26 lines
486 B
D
#source: greg-1.s
|
|
#source: gregldo1.s
|
|
#source: start.s
|
|
#ld: -m mmo
|
|
#objdump: -dt
|
|
|
|
# Most simple greg usage: relocate to each possible location within an
|
|
# insn; mmo.
|
|
|
|
.*: file format mmo
|
|
|
|
SYMBOL TABLE:
|
|
0+c g \.text Main
|
|
0+c g \.text _start
|
|
0+fe g \*REG\* areg
|
|
|
|
Disassembly of section \.text:
|
|
|
|
0+ <Main-0xc>:
|
|
0: 8c0c20fe ldo \$12,\$32,areg
|
|
4: 8d7bfe22 ldo \$123,areg,34
|
|
8: 8dfeea38 ldo areg,\$234,56
|
|
|
|
0+c <(Main|_start)>:
|
|
c: e3fd0001 setl \$253,0x1
|