Skip to content

Commit c5d963d

Browse files
committed
Add constant LR
1 parent 0cc5524 commit c5d963d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Memory/Constants.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ const INCREMENT = 1
44
const MEMORY_SIZE = 4096
55
const STACK_SIZE = 256
66
const XZR = 31
7-
const SP = 28
7+
const SP = 28
8+
const LR = 30

0 commit comments

Comments
 (0)