tasm_lib::memory

Function write_words_to_memory_pop_pointer

Source
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:  _