Simplified code
This commit is contained in:
src/build
core
Compare.goCompileCall.goCompileDefinition.goExecute.goExpressionToRegister.goFunction.goNewFunction.goTokenToRegister.go
register
AddLabel.goCall.goComment.goFreeRegister.goJump.goMachine.goMemoryNumber.goNewRegister.goRegister.goRegisterIsUsed.goRegisterLabel.goRegisterNumber.goRegisterRegister.goReturn.goSaveRegister.goSyscall.goUseRegister.goisDestructive.gopostInstruction.go
z
tests/programs
@ -63,6 +63,10 @@ main() {
|
||||
sys.exit(1)
|
||||
}
|
||||
|
||||
if inc(x) == dec(x) {
|
||||
sys.exit(1)
|
||||
}
|
||||
|
||||
if x == 0 {
|
||||
sys.exit(0)
|
||||
}
|
||||
|
Reference in New Issue
Block a user