reading:the_elements_of_computing_systems

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
reading:the_elements_of_computing_systems [2023-01-02 01:37] – Struct data changed 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.author   : Nisan & Schocken
  • reading/the_elements_of_computing_systems.1672623437.txt.gz
  • Last modified: 2023-01-02 01:37
  • by asdf