I am new to programming. While using Hex Editor in Bird, it has 3 buttons labled 68k; Arm; and Thumb. Could you briefly explain these. I would like to know how to read the code synax.
Réponse n° 1 -------- le 08/09/2009 @ 12:41 par Philippe
visiteur
These buttons display the data in the record in the form of mnemonics of assembly language for the 3 processors that exist on Palm devices: 68k : 68000 (Dragonball) Arm : ARM in ARM mode Thumb : ARM in THUMB mode. The first column represents the adress, the second comumn the opcode, and the third column the operand. You can refer to documentation of these processors to get more information on the syntax.