reading:the_elements_of_computing_systems

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
reading:the_elements_of_computing_systems [2023-01-01 21:14] – created asdfreading:the_elements_of_computing_systems [2024-09-09 17:56] (current) asdf
Line 29: Line 29:
 cinstr: (DEST "=")? COMP (";" JUMP)? cinstr: (DEST "=")? COMP (";" JUMP)?
  
 +// not satisfied with this; could it be cleaner?
 +DEST: "A" "D"? "M"?
 +    | "A"? "D" "M"?
 +    | "A"? "D"? "M"
 +
 +JUMP: "JGT"
 +    | "JEQ"
 +    | "JGE"
 +    | "JLT"
 +    | "JNE"
 +    | "JLE"
 +    | "JMP"
 </file> </file>
  
Line 78: Line 90:
 INDEX: INT INDEX: INT
 </file> </file>
 +
 +{{tag>compsci electronics programming}}
 ---- struct data ---- ---- struct data ----
 +readinglist.author   : Nisan & Schocken
 +readinglist.title    : 
 +readinglist.summary 
 +readinglist.status   : reading
 +readinglist.subjects : computing, ee, programming
 ---- ----
  
  • reading/the_elements_of_computing_systems.1672607672.txt.gz
  • Last modified: 2023-01-01 21:14
  • by asdf