fachat / GeckOS-V2

GeckOS version 2, a multi-tasking and multithreading operating system for the 6502
http://www.6502.org/users/andre/osa/index.html
GNU General Public License v2.0
240 stars 28 forks source link

"echo" in lsh skips first character #82

Closed fachat closed 8 months ago

fachat commented 8 months ago

entering echo "foo" prints out oo

This was seen on C64 port directly after start

fachat commented 8 months ago

Off-by-one error in lsh