diff --git a/cia-global_8asm.html b/cia-global_8asm.html index 0d50cce..8a3efff 100644 --- a/cia-global_8asm.html +++ b/cia-global_8asm.html @@ -145,7 +145,7 @@
Checks if the fire button is pressed on joystick port 1.
-This macro checks if the fire button is pressed on joystick port 1. It loads the data from CIA1's data port B into the accumulator and then performs a bitwise AND operation with the JOY_FIRE constant.
+This macro checks if the fire button is pressed on joystick port 1. It loads the data from CIA1's data port B into the accumulator and then performs a bitwise AND operation with the JOY_FIRE constant.;
Checks if the fire button is pressed on joystick port 2.
-This macro checks if the fire button is pressed on joystick port 2. It loads the data from CIA1's data port A into the accumulator and then performs a bitwise AND operation with the JOY_FIRE constant.
+This macro checks if the fire button is pressed on joystick port 2. It loads the data from CIA1's data port A into the accumulator and then performs a bitwise AND operation with the JOY_FIRE constant.;