?? readme.txt
字號:
-----FILES-----readme.txt This filesimple_calculator.asm A simple calculator program which I use to test RISCMCUmemory_game.asm A simple memory game which I use to test RISCMCUriscmcu.inc AVR Assembler include file for this RISCMCUriscmcu.aio AVR Studio I/O View setting file for RISCMCUcounter.asm Simulation DEMO program for RISCMCU, which is the program contains in program.mif in the vhdl directory and the program the MCU run in the simulation waveform (simulation directory)counter.lst List file for counter.asm-----------------AVR Assember 1.30-----------------Click on 'Options...' Menu1. Select 'Generic Format' under the Output file format (MUST for HEX2MIF to work!)2. Check the 'Save before assemble' box.riscmcu.inc Include File for *.ASM (I/O register and bit definition for this design)With an ASM file and the riscmcu.inc file, AVR Assembler generates*.hex Hex file : used by HEX2MIF*.lst Listing file*.obj Object file : used by AVR Studio for simulation--------------AVR Studio 3.0--------------Open the OBJ file, setProg.Memory 512Data Memory 256* EEPROM 0 I/O Size 64Hardware Stack checkLevels 4Map I/O in Data Area checkFrequency anyYou can go to Simulator Options (under Options menu) to set this anytime.Then pressALT-0 Registers ViewALT-4 New Memory ViewALT-5 New I/O View, choose riscmcu.aio* The design only have 128 bytes of data RAM, but the simulator can not display the 128 locations when I put 128. 256 works, just ignored anything after the valid 128 byes.
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -