| ... | @@ -37,14 +37,14 @@ pub const Inst = struct { | ... | @@ -37,14 +37,14 @@ pub const Inst = struct { |
| 37 | /// It uses the nop field. | 37 | /// It uses the nop field. |
| 38 | nop, | 38 | nop, |
| 39 | | 39 | |
| | 40 | /// A.45 RETURN |
| | 41 | /// It uses the arithmetic_2op field. |
| | 42 | @"return", |
| | 43 | |
| 40 | /// A.46 SAVE and RESTORE | 44 | /// A.46 SAVE and RESTORE |
| 41 | /// Those uses the arithmetic_3op field. | 45 | /// Those uses the arithmetic_3op field. |
| 42 | save, | 46 | save, |
| 43 | restore, | 47 | restore, |
| 44 | | | |
| 45 | /// A.45 RETURN | | |
| 46 | /// It uses the arithmetic_2op field. | | |
| 47 | @"return", | | |
| 48 | }; | 48 | }; |
| 49 | | 49 | |
| 50 | /// The position of an MIR instruction within the `Mir` instructions array. | 50 | /// The position of an MIR instruction within the `Mir` instructions array. |