Go to file
Yanyan Jiang e37d216afd have an app makefile 2017-05-21 09:43:53 -04:00
am refactor 2017-05-21 03:01:08 -04:00
apps have an app makefile 2017-05-21 09:43:53 -04:00
klib have an app makefile 2017-05-21 09:43:53 -04:00
scripts move out makefile 2017-05-21 09:17:11 -04:00
.gitignore move out makefile 2017-05-21 09:17:11 -04:00
Makefile have an app makefile 2017-05-21 09:43:53 -04:00
Makefile.app have an app makefile 2017-05-21 09:43:53 -04:00
Makefile.compile move out makefile 2017-05-21 09:17:11 -04:00
README.md clean up 2017-04-29 21:24:28 +08:00

README.md

The Abstract Machine (AM)

抽象计算机:必要的抽象,帮你编写一个完整的计算机系统!

目录组织:

  • am/AM头文件、每个体系结构分别实现的AM代码。
  • klib/建立在AM上、体系结构无关的基础运行库提供诸如memcpy等基础功能。
  • apps/基于AM实现的各类应用。

参考:AM Specification