DOCUMENTATION
DOCUMENTATION
FORMAT : keyword flag symbol
KEYWORDS : not , .inc , .dec
FLAGS : .data .result .xword
POSSIBLE COMBINATIONS :
keyword .data symbol
keyword .result
keyword .xword
(No Symbols are required for working on Virtual Accumulators)
Example of using not with .result
Example of using .dec
Example of using .inc
FORMAT : keyword flag symbol shift_amount output
KEYWORDS : rshift , lshift
FLAGS : .data , .result . xword
SHIFT AMOUNT : Any number between 0-255
POSSIBLE COMBINATIONS
keyword .result shift_amount output
keyword .xword shift_amount output
keyword .data symbol shift_amount output
(.result & .xword don't require usage of symbol)
OUTPUT : .result , .xword or any user defined symbol , the result of the shifts are stored here without modifying inputs