browser

ADD

add
calendarsave
address instructions a b -- a+b ADD -> Pushes a + b (byte) to the stack ADDx -> Pushes a + x (byte) to the stack ADDy -> Pushes a + y (byte) to the stack ADDxy -> Pushes x + y (byte) to the stack