Closed bergjohan closed 5 years ago
The compiler is depending on bool being one byte in size and holding the value 1 or 0. Using bool makes an empty solution pass all the tests, because rax will hold garbage on function entry.
Ref: https://github.com/exercism/x86-64-assembly/issues/69
The compiler is depending on bool being one byte in size and holding the value 1 or 0. Using bool makes an empty solution pass all the tests, because rax will hold garbage on function entry.
Ref: https://github.com/exercism/x86-64-assembly/issues/69