issues
search
google
/
buzzer
Apache License 2.0
429
stars
32
forks
source link
Delete duplicated code around the handling of jmp instructions
#41
Closed
thatjiaozi
closed
12 months ago
thatjiaozi
commented
1 year ago
Introduce a BaseJmpInstruction struct that holds fields common to both immediate jumps and register jumps
Introduce a JmpInstruction interface that can be used to reduce code duplication when handling building a instruction sequence containing jumps.