INC

Top  Previous  Next

 

Add the argument to accu 1

 

 Syntax:                INC number

 

The number must be between 0 and 255, it is added to accu 1-LL and the result is stored again in accu 1-LL. The other bytes of the accu stay untouched.

 

INC is a nice abbreviation for:

 L        number

 +I

especially because accu 2 stays untouched. But you have to take care that the result does not get bigger than 255 because there is no transfer into the higher bytes.

 

Just as practical is + (Plus).

 

See also:

CPU

DEC

+I

+D

 

List of operations