Hi good afternoon.
I have the compiler for asm: pasmo.
"add 4" does not work with pasmo.
why not ?
"Error: Invalid operand"
Thank you.
greeting
I don't use PASMO, but "add a,4" is the official format. "sub 4" should work though. (I suggest you to use RASM instead of PASMO!)
hello, thanks.