One for fellow #ARM #Thumb and #gnu #binutils users...
Say I want to load the value "0x22000000" into R3.
Using "LDR R3, =0x22000000" drops the 32bit value in the literal pool, which encodes to 6 bytes.
A better encoding is: "MOVS R3, #0x88, LSLS R3, R3, #22" which saves 2 bytes.
Is there a […]
GNU Binutils 2.45 Expands RISC-V Support Discover how GNU Binutils 2.45 enhances RISC-V support, offering improved tools for developers. Explore the latest features and updates now. The post GNU Bi...
#Blog #GNU #Binutils #GNU #Binutils #2.45 #GNU #Binutils #tools
Origin | Interest | Match
GNU Binutils 2.45 Expands RISC-V Support GNU Binutils 2.45 adds SFrame V2 support for s390x and major enhancements for RISC-V, Armv9.6, LoongArch, and x86.
#Software #Linux #& #Open #Source #News #binutils #gnu
Origin | Interest | Match
#Binutils 2.45 has been released ( #GNU / #GNUBinaryUtilities / #BinaryUtilities ) gnu.org/software/bin...
Linux 6.16 will need GCC 8 and Binutils 2.30 to build.
#Linux #Kernel #LinuxKernel #Computers #Laptops #TechNews #TechUpdates #GCC #Clang #LLVM #Binutils
Introduction to GNU Binutils: A Beginner's Guide #Binutils #Linux #Assembler #Linker #Debugger #ELF #ObjectFiles #ExecutableFiles #AssemblyLanguage #Opensource #Linuxhowto #Linuxbasics #Commandline
ostechnix.com/introduction...
How would you like it to analyze binary files (like ELF, PE, etc.) in a professional way directly inside #VScode? No more commands like readelf, objdump etc.. #linux #gcc #binutils #windows #internals #reverseengineering