mirror of
https://github.com/open-simh/simtools.git
synced 2026-01-25 19:56:30 +00:00
Fix .asciz <expr>... where an overzealous parsing wants to parse too much of the remaining text
In particular, the example was .asciz <cr><lf>/<SOH>/ where it tried to make a division betweem <lf> and the delimited string /<SOH>/.
This commit is contained in: