;Example 2-11 Page 95 ;Modified and Tested by David Munguia #include "C:\Reg9s12.H" ;Needed for many Programs ORG $2000 LDS #$4000 ;Initiate RAM and set it to location 4000H LDAA #$25 LDAB #$12 ABA ;Add B to A PSHA ;Send A to the Stack PSHB ; ABA PSHA END