avr11 icon indicating copy to clipboard operation
avr11 copied to clipboard

PDP11/40 simulator for atmega2560

Results 1 avr11 issues
Sort by recently updated
recently updated
newest added

cpu.cpp: In function 'void cpu::_ADC(uint16_t)': cpu.cpp:623: warning: statement has no effect PS != FLAGZ; Is this intended to be PS |= FLAGZ; or PS &= ~FLAGZ;