PalatinCoder / PIC-Simulator

Repo für den PIC-Simulator im Rahmen der VL Systemnahes Programmieren
5 stars 2 forks source link

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

Open d-Rickyy-b opened 7 years ago

d-Rickyy-b commented 7 years ago

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).