From the README:
What Microcontroller is emulated?
I aimed for an ATmega8. The AVR platform is an 8 Bit Processor with 16 Bit memory addresses. The hardware version is shipped with 1 KByte of RAM and 8 Kbyte Flash memory, but of course, the emulated processor can handle more memory.
I think someone’s taken literate programming a bit too far…