about summary refs log tree commit diff stats
path: root/example/samples/msp430.S (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Cpu: modify instructions' offset relative encodingFabrice Desclaux2015-04-011-0/+5
| | | | | | | | | | | | | | | | | | | The assembler will automatically use instruction len in offset computation In the following instruction: 0x10: EB 02 JMP 0x14 If we assemble this instruction, the requested instruction send to the assembler engine will be: JMP +0x4 And will be encoded to: EB 02 Previously, the assembly of: JMP +0x4 was: EB 04
* Example/ASM: Extract asm sources to sample dirCamille Mougey2015-01-231-0/+8