;Example 2-9 Page 93 ;Modified and Tested by David Munguia #include "C:\Reg9s12.H" ;Needed for many Programs ORG $2000 LDS #$1200 ;Initiate Stack Pointer at location 1200H LDY #$F395 ;Load Y with F395H LDAA #$25 ;Load A with 25H LDAB #$12 ;Load B with 12H PSHA ;Send (Push) A to the Stack PSHB ;Push B to the Stack PSHY ;Push Y to the Stack END