2009-08-01から1ヶ月間の記事一覧

ATtiny2313のアセンブラ

http://ioio.at.infoseek.co.jp/AVR/ProjectStart.html http://www.cqpub.co.jp/hanbai/books/46/46041/46041_p39-42.pdf http://jsdiy.web.fc2.com/avr_tiny2313_vblock/index.html

// // // #include <avr/interrupt.h> #include <avr/eeprom.h> #include <avr/io.h> #include <avr/signal.h> #include <avr/sleep.h> #include <avr/wdt.h> typedef unsigned char BYTE; typedef unsigned short WORD; BYTE MODESWState = 0; void WDT_off(void) { MCUSR &= ~(1<</avr/wdt.h></avr/sleep.h></avr/signal.h></avr/io.h></avr/eeprom.h></avr/interrupt.h>