Skip to content

Commit

Permalink
Added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pipecaniza committed May 18, 2021
1 parent 563dd28 commit 6f7d010
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Rincewind/CodeGenerator.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
#define NO_JUMP "-2"

enum ERincewindRegisters {
RR_FStringRegister,
RR_FNameRegister,
RR_IntRegister,
RR_BoolRegister,
RR_FStringRegister, // SR
RR_FNameRegister, // NR
RR_IntRegister, // IR
RR_BoolRegister, // BR

// Memory
RR_MemoryFStringRegister,
RR_MemoryFNameRegister,
RR_MemoryIntRegister
RR_MemoryFStringRegister, // MSR
RR_MemoryFNameRegister, // MNR
RR_MemoryIntRegister // MIR
};

enum ERincewindInstructionSet {
Expand Down

0 comments on commit 6f7d010

Please sign in to comment.