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
295 B
ArmAsm
21 lines
295 B
ArmAsm
.h8300h
|
|
.globl _start
|
|
_start:
|
|
mov.b @foo:16,r0l
|
|
mov.b r0l,@foo:16
|
|
mov.b @bar:32,r0l
|
|
mov.b r0l,@bar:32
|
|
|
|
mov.w @foo:16,r0
|
|
mov.w r0,@foo:16
|
|
mov.w @bar:32,r0
|
|
mov.w r0,@bar:32
|
|
|
|
mov.l @foo:16,er0
|
|
mov.l er0,@foo:16
|
|
mov.l @bar:32,er0
|
|
mov.l er0,@bar:32
|
|
|
|
.equ foo,0xffff64
|
|
.equ bar,0x4320
|