Mickey Delp

Results 3 comments of Mickey Delp

I understand. In the MCUs I work with, RAM is much smaller, and hence, more precious than ROM. In fact, I would like to see all of the operators in...

I have been playing a bit with strings and arrays. I have a branch ( https://github.com/MickeyDelp/tinyscript/tree/assign_strings_to_arrays ) that includes 14 lines of extra code in the ArrayAssign function that allows...

Just to be clear, My branch is storing the characters as uint8_t. It is just doing it inside the same memory area that was set aside for the int array....