ZipCPU/zipcpu

wrong comment

IvanVnucec opened this issue · 3 comments

Here below:

+ 32, // There's 34 bits_per_address.

Thank you. Yes, it does look like that comment is a bit out of date. The ZipCPU was originally a 32-bits per byte machine. Back when each address referenced 32-bits, a 32-bit address essentially accessed 2^34 octets of data. It now only has 8-bits per byte, so the comment "There's 32 bits per byte" in the line following is also out of date.

Dan

thank you for an explanation. god bless

This has now been fixed in #43a0cdb.

Dan