pub fn write_words(n: usize) -> Vec<LabelledInstruction>
Expand description
Return the code to write n
words to output
BEFORE: _ [words; n]
AFTER: _
pub fn write_words(n: usize) -> Vec<LabelledInstruction>
Return the code to write n
words to output
BEFORE: _ [words; n]
AFTER: _