Split each ASM line into tokens

create_line_tokens(asm)

Arguments

asm

a single character string containing full ASM code, including newlines

Value

A list where element contains the tokens for a single row. Rows with just comments or whitespace are discarded