; JED2EQN -- JEDEC file to Boolean Equations disassembler (Version V063) ; Copyright (c) National Semiconductor Corporation 1990-1993 ; Disassembled from J096-U06.jed. Date: 10-28-112 ; 2024-10-21 Initial analysis, not verified. chip J096-U06 PAL16L8 SYSRST = 1 ; STEbus System Reset in EP = 2 ; TYP = 4 ; Type of EEPROM CM2 = 5 ; STEbus Command Modifier 2 CM1 = 6 ; STEbus Command Modifier 1 X = 8 ; RB = 9 ; GND = 10 ; /WR = 11 ; MRY = 12 ; RESET = 13 ; /AC = 14 ; board access LED (active low) f15 = 15 ; /IRQ1 = 16 ; /IRQ2 = 17 ; /EWR = 18 ; EEPROM Write VCC = 20 equations ; intermediates: STEbus_memory_access = CM2 * CM1 ; pins: EWR = /SYSRST * /X * /RESET /EWR.oe = vcc IRQ2 = /TYP * RB /IRQ2.oe = /TYP * RB ; open collector IRQ1 = TYP * /EWR /IRQ1.oe = TYP * /EWR ; open collector /f15 = /EP * /SYSRST * WR f15.oe = vcc AC = EWR /AC.oe = vcc /RESET = /f15 + /SYSRST * /X * /RESET RESET.oe = vcc /MRY = STEbus_memory_access MRY.oe = vcc