This website requires JavaScript.
Explore
Help
Sign In
cli
/
q
Code
Issues
Pull Requests
Activity
5 lines
49 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Implemented negative numbers
2024-07-27 15:48:03 +00:00
main() {
a := -32
b := 64
Implemented move with sign extension
2024-07-28 19:09:42 +00:00
assert a + b == 32
Implemented negative numbers
2024-07-27 15:48:03 +00:00
}
Reference in New Issue
Copy Permalink