Today is also ๐๐ฉ๐ถ๐ฎ๐ฃ ๐๐ฑ๐ฑ๐ณ๐ฆ๐ค๐ช๐ข๐ต๐ช๐ฐ๐ฏ ๐๐ข๐บ, so can I get a #thumbsup from you on #TheOdyssey prelaunch page?
https://www.kickstarter.com/projects/redwulfcomics/space-odyssey-1-homers-epic-like-youve-never-seen-it
#indiecomics #comicbooks #comics #booksky #odyssey #epic #literature #books #ancient #thumb
#thumb : the short, thick first digit of the human hand, differing from the other fingers in having but two phalanges
- French: pouce
- German: der Daumen
- Italian: pollice
- Portuguese: dedรฃo
- Spanish: dedo
------------
Try Christian's word chain building game @ https://wordwallgame.com
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 pseudo-op or macro to generate the best possible encoding with GNU AS?
(I've been spoiled by RISC OS assemblers which kinda can, but now I'm writing code which others need to be able to assemble...)