axy
philosophy
assembly
instructions
modes
ADD
add
2026-03-11 @ 21:50:55
2026-03-11 @ 21:50:55
page
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