PalatinCoder/PIC-Simulator

Stack kann mehr als 8 Elemente beinhalten, darf er aber nicht

Opened this issue · 0 comments

Kann uns das zum Problem werden? Falls ja: eigene Stack Implementierung nötig

After the stack has been PUSHed eight times, the ninth
push overwrites the value that was stored from the first
push. The tenth push overwrites the second push (and
so on).