Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: whitequark/glasgow
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ed76a975e2c0
Choose a base ref
...
head repository: whitequark/glasgow
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f07885339842
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Dec 8, 2018

  1. Copy the full SHA
    f078853 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 software/glasgow/arch/boneless/instr.py
4 changes: 2 additions & 2 deletions software/glasgow/arch/boneless/instr.py
Original file line number Diff line number Diff line change
@@ -7,8 +7,8 @@
"R0", "R1", "R2", "R3", "R4", "R5", "R6", "R7",
"ADD", "ADDI", "AND", "CMP", "J", "JAL", "JC", "JE", "JNC", "JNE", "JNO", "JNS", "JNZ", "JO",
"JR", "JS", "JSGE", "JSGT", "JSLE", "JSLT", "JUGE", "JUGT", "JULE", "JULT", "JZ", "LD", "LDI",
"LDX", "MOV", "MOVA", "MOVH", "MOVI", "MOVL", "NOP", "OR", "ROT", "SLL", "SRA", "SRL", "ST",
"STI", "STX", "SUB", "SUBI", "XOR",
"LDX", "MOV", "MOVA", "MOVH", "MOVI", "MOVL", "NOP", "OR", "ROT", "ROL", "ROR", "SLL", "SRA",
"SRL", "ST", "STI", "STX", "SUB", "SUBI", "XOR",
"L", "assemble",
]