2_isa: alias for brr and callr
authorBernhard Urban <lewurm@gmail.com>
Mon, 1 Nov 2010 13:29:21 +0000 (14:29 +0100)
committerBernhard Urban <lewurm@gmail.com>
Mon, 1 Nov 2010 13:29:21 +0000 (14:29 +0100)
fuer meinen lieblingspern0r

2_isa/misc.ptex

index 177c42932e51baccd2877934e0101f8da3a31d5f..c25791e7adfbaa048b32d4693408251b20561199 100644 (file)
@@ -5,7 +5,9 @@ ins ('32', 'jumpop', 'Branch/ret operation', '4 | 5 | 16 | 3 | 2 | 1 | 1',
 
 ins ('32', 'branchreg', 'Branch; jump to value of reg', '4 | 5 | 4 | 16 | 1 | 2 ',
 'Conditions | OpCode (10111) | Register A | - | Type | -',
-'This instruction should be used with it\'s aliases \texttt{brr} and \texttt{callr}. No flags will be affected by this instructions. If Type is set to 1, the current value of the programcounter is pushed onto the stack.');
+'This instruction should be used with its aliases \texttt{brr} and \texttt{callr}. No flags will be affected by this instructions. If Type is set to 1, the current value of the programcounter is pushed onto the stack.'
+,'','',
+'brr-Branch to value of reg-4/0|callr-Branch to value of reg and save PC to stack-4/1');
 
 #ins ('32', 'call', 'Call; save pc+4 in stack, jump to pc+imm', '4 | 5 | 16 | 5 | 1 | 1', 'Conditions | OpCode | Immediate | - | +/- | S');