blob: 59e4abf26e88f0b236b3fdf57d5dcce3e77760a6 [file] [log] [blame]
Eric Anholt6be3ba42006-09-01 13:57:02 -07001- Add support for push, pop, msave, and mrest instructions
Eric Anholt9b40c372006-08-30 10:38:44 -07002- Fix up send argument formatting for some send instructions
3- Add send arguments for more send instructions
Eric Anholt6be3ba42006-09-01 13:57:02 -07004- Fix up the sets of registers allowed for send arguments
Eric Anholt9b40c372006-08-30 10:38:44 -07005- manpage
6- binary output?
Eric Anholt6be3ba42006-09-01 13:57:02 -07007- check for more error cases.
8- boolean types in parser internal structs where appropriate
Eric Anholt9b40c372006-08-30 10:38:44 -07009- replace GL* with non-GL?
Eric Anholt6be3ba42006-09-01 13:57:02 -070010- support labels for branch/jump instruction destinations
11- support math on immediate operand values
12- break/cont syntax should be better
13- valgrind it
14- do something to allow use as a library?