| Age | Commit message (Collapse) | Author |
|
decoding an ARM instruction.
(Note: may fix issue #2, haven't checked yet)
|
|
|
|
increasing while supporting inc and dec views to the interpreter and in printing
Fix bugs exposed by running idlarm several instructions (after fixing above)
|
|
Fix up parsing on 2** precedence
Fix errors on type variables in function definition
|
|
Split out specification specific memory and external functions
Reduce the presence of big_int
Reduce the use of inc direction, instead using a default from the spec. Still a few places need to be parameterised over direction
Also some bug fixes exposed by above and running ARM second instruction
|
|
|
|
|
|
|
|
Also stop rewriting code in the pretty printer, instead move it all into a new general rewriting pass
|