|
if I do
@a
M=2
I get "expression expected" error, 0 or 1 are fine, 2 doesn't work, 10 doesn't work, are you really limited to a single bit or is there something I am totally and completely missing here? I have read up to 4.2 in the book over and over and I seriously have no idea what this error is about. As I understand it in C this would be:
RAM[a]=2;
please any help is appreciated.
|