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