Browse Source

Simplify a bit, again

Baglio Tabifata 4 years ago
parent
commit
5710d54ee0
1 changed files with 2 additions and 0 deletions
  1. 2 0
      docs/analysis.md

+ 2 - 0
docs/analysis.md

@@ -28,6 +28,8 @@ In short, PAL chips programmable content can be defined as a set of equations li
        /i6 & /o14
        /i6 & /o14
 ```
 ```
 
 
+**Note:** The `&` is an AND, the `+` is an OR, the `/` is a NOT and the `/` on the result of the equation indicates that the pin is active-low.
+
 Once programmed, most of the chips have their PROM set to **read-protected**, meaning their content cannot be trivially recovered and leaving a party interested in the recovery with just a few options:
 Once programmed, most of the chips have their PROM set to **read-protected**, meaning their content cannot be trivially recovered and leaving a party interested in the recovery with just a few options:
 
 
 - Decapping the chip and using a microscope to analyze the PROM
 - Decapping the chip and using a microscope to analyze the PROM