pub fn write_words_to_memory_pop_pointer(n: usize) -> Vec<LabelledInstruction>
Expand description
Return the code to write n
words to memory. Pops the memory pointer.
BEFORE: _ [words_to_write; n] *first_word
AFTER: _
pub fn write_words_to_memory_pop_pointer(n: usize) -> Vec<LabelledInstruction>
Return the code to write n
words to memory. Pops the memory pointer.
BEFORE: _ [words_to_write; n] *first_word
AFTER: _