From: D W. <dou...@ya...> - 2010-05-28 01:47:17
|
Hi Guys I tried version 3.9 for my ATmega128. I got it to compile without errors, but it does not display a prompt. Did you run across issues with the extended I/O ports? m128.inc: ; Definitions marked "MEMORY MAPPED"are extended I/O ports ; and cannot be used with IN/OUT instructions .equ SPMCSR = 0x68 ; MEMORY MAPPED change IN to LDS - istore_nrww.asm(109) change OUT to STS - istore_nrww.asm(116) I saw that Andy had to sort out issues with interupts and asynchronous, did these make into the core portion of the package or is that only apply to the ardurino? My results are attached if you would be so kind as to take a look. Thanks! D |