aquova / chip8-book

An introduction to Chip-8 emulation using Rust

Home Page:https://aquova.net/chip8/chip8.pdf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Document] Stack is LIFO not FIFO

jyorien opened this issue · comments

Hi, not sure if the book issues are meant to be opened here, but I did not know where to post it.
I was wondering if there was a mistake in this section as you mentioned Stack but described it as FIFO even though it is usually LIFO and the pancake example sounds like a LIFO example as well?

image

You are correct. Fixed in cc7d586