Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Explicit parameter checking instead of taking First & Last
If opcode AND operand are not null we should go into the two-parameter constructor methods. If opcode is not null but operand is, we go into single parameter constructor method. If both are null, the app will probably crash. :D (But it already crashes on a whole lot of invalid functions anyway lol)
- Loading branch information