A Stack in Marie Assembly - Note No subroutines
Write a sequence of instructions that pushes the values 8, 7, 6 onto the stack and then pops them again, printing each value using the Output instruction. Stepping through the code to make sure that the StackPointer is decremented and increased correctly, and that the values end up in the right memory locations.