pub fn load_words_from_memory_pop_pointer(n: usize) -> Vec<LabelledInstruction>
Expand description
Return the code to read n
words from memory. Top of stack must point
to last word of words to read. Pops the memory pointer from the stack.
BEFORE: _ *last_word
AFTER: _ [loaded_words; n]