• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

README.mdH A D11-Feb-2021378 1411

arm-dis.cH A D11-Feb-2021242.7 KiB6,9215,710

elfarm.hH A D11-Feb-202113.2 KiB340266

floatformat.cH A D11-Feb-202121.7 KiB792588

floatformat.hH A D11-Feb-20215.7 KiB15356

opcode-arm.hH A D11-Feb-202119.1 KiB392311

README.md

1Instructions to update this code
2================================
3
4Download latest GNU binutils
5
6* overwrite
7* s/#%/%/g - no # for decimal numbers
8* s/\t/ /g - no tabs plz
9* find all '" ; "' and remove related code
10* find `info->symbols` references and comment them out
11* Find " ; 0x" and remove all those refs
12* Use git diff in case of doubt
13* Remove all references to abort()
14