文件名称:nemu
介绍说明--下载内容均来自于网络,请自行研究使用
用c语言实现一个简单的IA32x86模拟器,主要分为四个模块——监视器、CPU、段页式机制、I/O-Using c language to achieve a simple IA32x86 simulator, mainly divided into four modules- monitors, CPU, paragraph-page mechanism, I/O
(系统自动生成,下载前可以参看下载内容)
下载文件列表
nemu-master
...........\.gitignore
...........\Makefile
...........\Makefile~
...........\README.md
...........\config
...........\......\Makefile.build
...........\......\Makefile.git
...........\game
...........\....\Makefile.part
...........\....\include
...........\....\.......\adt
...........\....\.......\...\linklist.h
...........\....\.......\common.h
...........\....\.......\debug.h
...........\....\.......\device
...........\....\.......\......\palette.h
...........\....\.......\......\video.h
...........\....\.......\game-common.h
...........\....\.......\x86.h
...........\....\src
...........\....\...\common
...........\....\...\......\device
...........\....\...\......\......\font.c
...........\....\...\......\......\palette.c
...........\....\...\......\......\timer.c
...........\....\...\......\......\video.c
...........\....\...\......\lib
...........\....\...\......\...\syscall.c
...........\....\...\......\main.c
...........\....\...\nemu-pal
...........\....\...\........\battle
...........\....\...\........\......\battle.c
...........\....\...\........\......\fight.c
...........\....\...\........\device
...........\....\...\........\......\input.c
...........\....\...\........\......\palette.c
...........\....\...\........\......\video.c
...........\....\...\........\game
...........\....\...\........\....\game.c
...........\....\...\........\....\play.c
...........\....\...\........\....\script.c
...........\....\...\........\global
...........\....\...\........\......\global.c
...........\....\...\........\......\palcommon.c
...........\....\...\........\......\res.c
...........\....\...\........\hal
...........\....\...\........\...\keyboard.c
...........\....\...\........\...\timer.c
...........\....\...\........\...\video.c
...........\....\...\........\include
...........\....\...\........\.......\_common.h
...........\....\...\........\.......\ascii.h
...........\....\...\........\.......\battle.h
...........\....\...\........\.......\big5font.h
...........\....\...\........\.......\ending.h
...........\....\...\........\.......\fight.h
...........\....\...\........\.......\font.h
...........\....\...\........\.......\game.h
...........\....\...\........\.......\gbfont.h
...........\....\...\........\.......\getopt.h
...........\....\...\........\.......\global.h
...........\....\...\........\.......\hal.h
...........\....\...\........\.......\input.h
...........\....\...\........\.......\itemmenu.h
...........\....\...\........\.......\magicmenu.h
...........\....\...\........\.......\main.h
...........\....\...\........\.......\main_PSP.h
...........\....\...\........\.......\map.h
...........\....\...\........\.......\midi.h
...........\....\...\........\.......\palcommon.h
...........\....\...\........\.......\palette.h
...........\....\...\........\.......\play.h
...........\....\...\........\.......\res.h
...........\....\...\........\.......\rixplay.h
...........\....\...\........\.......\rngplay.h
...........\....\...\........\.......\scene.h
...........\....\...\........\.......\script.h
...........\....\...\........\.......\sound.h
...........\....\...\........\.......\text.h
...........\....\...\........\.......\ui.h
...........\....\...\........\.......\uibattle.h
...........\....\...\........\.......\uigame.h
...........\....\...\........\.......\util.h
...........\....\...\........\.......\video.h
...........\....\...\........\main.c
...........\....\...\........\misc
...........\....\...\........\....\ending.c
...........\....\...\........\....\rngplay.c
...........\....\...\........\....\util.c
...........\....\...\........\....\yj1.c
...........\....\...\........\scene
...........\....\...\........\.....\map.c
...........\....\...\........\.....\scene.c
...........\....\...\........\ui
...........\....\...\........\..\font.c
...........\....\...\........\..\itemmenu.c
...........\....\...\........\..\magicmenu.c
...........\....\...\........\..\text.c
...........\....\...\........\..\ui.c