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.
22 lines
352 B
D
22 lines
352 B
D
#source: start.s
|
|
#source: pushja.s
|
|
#source: a.s
|
|
#as: -no-expand
|
|
#ld: -m mmo
|
|
#objdump: -dr
|
|
|
|
.*: file format mmo
|
|
|
|
Disassembly of section \.text:
|
|
|
|
0+ <(Main|_start)>:
|
|
0: e3fd0001 setl \$253,0x1
|
|
|
|
0+4 <pushja>:
|
|
4: e3fd0002 setl \$253,0x2
|
|
8: f20c0002 pushj \$12,10 <a>
|
|
c: e3fd0003 setl \$253,0x3
|
|
|
|
0+10 <a>:
|
|
10: e3fd0004 setl \$253,0x4
|