We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe0c0a3 commit 835bc2dCopy full SHA for 835bc2d
acvm-repo/brillig/src/opcodes.rs
@@ -12,6 +12,7 @@ pub enum MemoryAddress {
12
/// Specifies an exact index in the VM's memory
13
Direct(usize),
14
/// Specifies an index relative to the stack pointer.
15
+ ///
16
/// It is resolved as the current stack pointer plus the offset stored here.
17
Relative(usize),
18
}
0 commit comments