We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cc5524 commit c5d963dCopy full SHA for c5d963d
Memory/Constants.go
@@ -4,4 +4,5 @@ const INCREMENT = 1
4
const MEMORY_SIZE = 4096
5
const STACK_SIZE = 256
6
const XZR = 31
7
-const SP = 28
+const SP = 28
8
+const LR = 30
0 commit comments