|
I am working on the fill.asm and I don't understand why if I do
@-1
D=A
I get a "can't continue past line" error, but if I just do
D=-1 it fills in just fine.
I've read the book, but I am still not understanding. All I'm doing is using an A instruction to the D register right?
Thanks for any advice
|