b43-asm, b43-dasm: Add 5 new instructions.
authorFrancesco Gringoli <francesco.gringoli@ing.unibs.it>
Mon, 12 Sep 2011 17:49:37 +0000 (19:49 +0200)
committerMichael Buesch <m@bues.ch>
Mon, 12 Sep 2011 17:49:37 +0000 (19:49 +0200)
commita392db777966d9e35be7c95590cdb24aa7f41ec1
tree5c6bb7b2aef95ab31d3da8eeac9ace200a8e4adc
parenteeef94262b78494c27c36c80080ff8c7e525b9e8
b43-asm, b43-dasm: Add 5 new instructions.

The following changes are made to b43-tools

1) b43-asm assembles new instructions jdn, jdnz, jdp, jdpz, mul;
2) b43-asm new instructions added to test.asm source;
3) b43-dasm disassembles opcodes 0xD6, 0xD7, 0xD8, 0xD9, 0x101.

Signed-off-by: Francesco Gringoli <francesco.gringoli@ing.unibs.it>
Signed-off-by: Michael Buesch <m@bues.ch>
assembler/main.c
assembler/parser.y
assembler/scanner.l
assembler/test.asm
disassembler/main.c