isa: jumpreg added
authorBernhard Urban <lewurm@gmail.com>
Tue, 26 Oct 2010 17:48:36 +0000 (19:48 +0200)
committerBernhard Urban <lewurm@gmail.com>
Tue, 26 Oct 2010 17:48:36 +0000 (19:48 +0200)
2_isa/misc.ptex

index e6e78ec6b1fd611ec7654563bb312a5541763b7f..951e2b5ad24fbed6261886aa168899c9dd056002 100644 (file)
@@ -2,6 +2,8 @@ ins ('32', 'branch', 'Branch; save pc+4 in stack, jump to pc+imm', '4 | 5 | 16 |
 
 ins ('32', 'jump', 'Jump; jump to pc+imm', '4 | 5 | 16 | 5 | 1 | 1', 'Conditions | OpCode | Immediate | - | +/- | S');
 
+ins ('32', 'jumpreg', 'Jump; jump to value of reg', '4 | 5 | 4 | 17 | 1 | 1', 'Conditions | OpCode | Register Source| - | +/- | S');
+
 ins ('32', 'ret', 'ret', '4 | 5 | 23 ', 'Conditions | OpCode | -');
 
 ins ('32', 'reti', 'reti', '4 | 5 | 23 ', 'Conditions | OpCode | -');