-
Notifications
You must be signed in to change notification settings - Fork 24
dosbox
lc@kun'sASUS edited this page Aug 21, 2020
·
13 revisions
这里收集了一些有趣的汇编代码,供参考使用。欢迎大家参与编辑整理,
- 百度汇编吧整理的代码https://gitee.com/zhishi/asm_for_all
注意请使用TASM进行编译,MASM似乎无法通过。
| 名称和链接 | 描述 | TASM是否通过 | MASM是否通过 |
|---|---|---|---|
| asm16_projects | ASCII画图,猜字符,井字棋 | ✔️ | |
| ASVr_Piano | 弹钢琴 | ✔️ | |
| RussiaCube(CSDN) | 俄罗斯方块 | ✔️(会警告,但是完全可玩) | |
| Pocman | 汇编语言写的吃豆人小游戏 | ✔️note | |
| snake | 贪吃蛇 上下左右键控制方向 好像是w开始 | ✔️ | |
| TASM-8086-Lab-Codes | TASM 8086 Assembly codes for Microprocessors Lab as part of course plan for 3rd Year CSE NIT Trichy | ✔️ | |
| dos-virus | 好像是一个病毒,不敢试 | ||
| file-manager-assembly-tasm | 文件系统 | ✔️(TASM通过但是有警告信息) | |
| snake_assembly | 贪吃蛇小游戏 | ✔️ | ✔️ |
| CAs-Exam/8086_code | 应该是他们考试的题目 | 注1 | ✔️ |
| ziceck/ASM | 简单数学运算、字符处理的几个小程序 | ✔️ | ✔️ |
| masm/8086 | 好像是学王爽汇编的代码(我没看懂) |
- 注1:CAs-Exam/8086_code标注的是可以用ml.exe(微软后来将masm和link合并了) 编译,按照他的教程很快就完成编译了,不知道为什么使用masm-code编译不了
- https://winworldpc.com/一个旧系统旧软件的博物馆,它还附带一些其他资源站点目录
- VSCode 拓展插件MASM/TASM
- VSCode 终端任务 VSC-ASMtasks
- 微机笔记 pages