You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
11 months ago | |
---|---|---|
.. | ||
boot.bin | 11 months ago | |
boot.bin.hex | 11 months ago | |
boot.d | 11 months ago | |
boot.lst | 11 months ago | |
boot.o | 11 months ago | |
boot.s | 11 months ago | |
defines.s | 11 months ago | |
readme.md | 11 months ago |
readme.md
powerpc-linux-gnu-as -a64 -mbig-endian -ma2 boot.s -ahlnd -o boot.o > boot.lst
powerpc-linux-gnu-objdump -d boot.o > boot.d
# creat binary
powerpc-linux-gnu-objcopy -O binary boot.o boot.bin
# create ascii hex
../bin/bin2init boot.bin