tasm_lib::memory

Function write_words_to_memory_leave_pointer

Source
pub fn write_words_to_memory_leave_pointer(n: usize) -> Vec<LabelledInstruction>
Expand description

Return the code to write n words to memory. Leaves a modified pointer on the stack.

BEFORE: _ [words_to_write; n] *first_word
AFTER:  _ (*last_word + 1)