Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@kpmy
Created April 14, 2016 20:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kpmy/13c6422d9bd349f19174db518cf55f22 to your computer and use it in GitHub Desktop.
Save kpmy/13c6422d9bd349f19174db518cf55f22 to your computer and use it in GitHub Desktop.
name: TestLogic
variable:
a:
uuid: 01FH
type: BOOLEAN
modifier: none
b:
uuid: 020H
type: BOOLEAN
modifier: none
c:
uuid: 021H
type: BOOLEAN
modifier: none
p:
uuid: 022H
type: TRILEAN
modifier: none
q:
uuid: 023H
type: TRILEAN
modifier: none
r:
uuid: 024H
type: TRILEAN
modifier: none
begin:
- statement: assign
leaf:
expression:
type: constant
leaf:
type: BOOLEAN
value: true
selector:
- type: variable
leaf:
object: 01FH
- statement: assign
leaf:
expression:
type: constant
leaf:
type: BOOLEAN
value: false
selector:
- type: variable
leaf:
object: 020H
- statement: assign
leaf:
expression:
type: dyadic
leaf:
left:
type: dyadic
leaf:
left:
type: dyadic
leaf:
left:
type: monadic
leaf:
operand:
type: variable
leaf:
object: 01FH
operation: "~"
operation: '&'
right:
type: variable
leaf:
object: 020H
operation: '|'
right:
type: variable
leaf:
object: 021H
operation: '|'
right:
type: constant
leaf:
type: BOOLEAN
value: true
selector:
- type: variable
leaf:
object: 021H
close:
- statement: assign
leaf:
expression:
type: constant
leaf:
type: BOOLEAN
value: true
selector:
- type: variable
leaf:
object: 022H
- statement: assign
leaf:
expression:
type: constant
leaf:
type: BOOLEAN
value: false
selector:
- type: variable
leaf:
object: 023H
- statement: assign
leaf:
expression:
type: constant
leaf:
type: TRILEAN
value: null
selector:
- type: variable
leaf:
object: 024H
- statement: assign
leaf:
expression:
type: dyadic
leaf:
left:
type: dyadic
leaf:
left:
type: dyadic
leaf:
left:
type: variable
leaf:
object: 022H
operation: '&'
right:
type: monadic
leaf:
operand:
type: variable
leaf:
object: 023H
operation: "~"
operation: '|'
right:
type: variable
leaf:
object: 024H
operation: '|'
right:
type: constant
leaf:
type: BOOLEAN
value: true
selector:
- type: variable
leaf:
object: 024H
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment