0

I have some code for a PEEL173 form the early 90's. I would like to understand the logic of this code, but I don't recognize this syntax.

Question 1: Do you recognize the syntax of this language? What is this programming language called?

enter image description here

Question 2: This is my attempts to decode the first line. Let me know what you think:

My guess: * are AND, + are OR and / are NOT:

FUN0 = N AND NOT(F1) AND NOT(F2) AND NOT(F4) ND NOT(F8) AND NOT(F16)

And one of the other lines:

RE = NOT(FUN0 OR FUN1 OR FUN2 OR FUN5)

Best Regards.

CakeMaster
  • 31
  • 1
  • 3

1 Answers1

0

As pointed out by commenters, it is likely PALASM and my interpretation of the logic is accurate.

CakeMaster
  • 31
  • 1
  • 3