; test8 - subroutines, saving registers to the stack begin: mov A, 7 mov B, 8 mov ax, A mov bx, B add ax, bx end: hlt A: B: