From a87935509535b933cf3f5f703f65daafcc8adc5c Mon Sep 17 00:00:00 2001 From: Test_User Date: Wed, 15 Feb 2023 22:01:03 -0500 Subject: Make conditional stuff work nicely --- cpu/instructions/conditions/save_condition.txt | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 cpu/instructions/conditions/save_condition.txt (limited to 'cpu/instructions/conditions') diff --git a/cpu/instructions/conditions/save_condition.txt b/cpu/instructions/conditions/save_condition.txt deleted file mode 100644 index a7df9d2..0000000 --- a/cpu/instructions/conditions/save_condition.txt +++ /dev/null @@ -1,18 +0,0 @@ -Number of parameters: - -Usage: - save_condition - -conditional parameter: same as is_conditional from ../opcode.txt, but with the following changes: - Values to be compared are instead xor'd - -Effect: - Saves the selected flags to at bitwise position - Flags are xor'd with the comparison value - Resulting value is shifted down to not have gaps from unused flags - -Exceptions: - None - -Notes: - Will be executed in the conditional phase -- cgit v1.2.3