b43-asm: Add an option to print the code sizes after assembling.
[b43-tools.git] / assembler / main.c
2008-05-18 Michael Bueschb43-asm: Add an option to print the code sizes after...
2008-05-18 Michael Bueschb43-asm: Change JMP emulation from JE to JEXT
2008-05-18 Michael Bueschb43-asm: Fix the reverse search for JMPs before RETs
2008-05-18 Michael Bueschb43-asm: Fix memory allocation bug.
2008-05-18 Michael Bueschasm/dasm: Let's simply comment out these lines that...
2008-05-17 Michael Bueschb43-asm: Throw error when using RET after a jump
2008-01-25 Michael Bueschb43-asm: Pass external conditions as immediates
2007-11-17 Michael Bueschasm: Fix the preprocessing script.
2007-11-16 Michael Bueschassembler: Remove two fixmes.
2007-11-11 Michael Bueschassembler: Fix label-immediate for v15
2007-11-11 Michael BueschPartial support for the new v15 architecture.
2007-11-10 Michael BueschInitial commit.