Location:
Search - nasm D
Search list
Description: 启动扇区,nasm 编译,在DOS下运行,载入loader.bin 突破512字节-Boot sector, nasm compile, run in DOS, loading loader.bin breakthrough 512 bytes
Platform: |
Size: 3072 |
Author: huangheng |
Hits:
Description: 操作系统开发4,包含nasm调试工具,td调试工具-4 operating system development, including debugging nasm tool, td debug tools
Platform: |
Size: 399360 |
Author: boozer |
Hits:
Description: 我亲自注解的vc6可编译的x264源码,非常详细啊。
编译需要安装一些附加的东西:
1、下载vc6工程的x264源码 。
打开D:\x264-060805\build\win32\libx264.dsw进入VC6简体中文企业版,此时编译,会出现很多错误,需要做以下的各种工作:
2、下载并安装Service Pack 5 for Visual Studio 6        (vs6sp5.exe    130 MB )
    安装此升级包后,VC6的菜单等绝大部分全变为英文版
3、下载并安装Visual C++ 6.0 Processor Pack        (vcpp5.exe    1.12 MB,)
4、下载并安装NASM    (nasm-2.07-installer.exe    671 KB,)
并将“C:\Program Files\NASM\nasm.exe” 复制到 “C:\Program Files\Microsoft Visual Studio\VC98\Bin\”文件夹下。
5、下载并安装DirectX 9.0 SDK    (directx_9c_redist.exe    33.4 MB,见附件)
6、打开下载的x264源码,D:\x264-060805\x264-060805\build\win32\libx264.dsw,编译,成功-I can personally comment vc6 compile the x264 source code, very detailed ah.
Platform: |
Size: 1788928 |
Author: zjh |
Hits:
Description: NASM 的安卓编译版本,现在在手机上也可以玩 x86 汇编了!-Android compilation for Nasm, now we can play x86 assembly on andro-phones!
Platform: |
Size: 406528 |
Author: Wiseluster |
Hits:
Description: 参考《Orange’s》,在之前搭建的 nasm + bochs 实验平台上完成一个接受键盘输入,回显到屏幕上的程序,具体要求如下:
• 从屏幕左上角开始,显示键盘输入的字符。可以输入并显示 a-z 和 0-9 字 符。
• 支持大小写,包括 Shift 组合键以及大写锁定两种方式。
• 支持回车键换行。
• 支持删除退格,退格如果退回上一行,必须退回该行编辑的最后一个字符 处。
• 支持空格键和 Tab 键,其中对于 Tab 键如果实现其作为制表符(即使用 了 Tab 的位置输入退格时会退四格),将会得到加分。
• 每隔 20 秒左右, 清空屏幕。输入的字符重新从屏幕左上角开始显示。
• 若按下 F1 到 F5, 分别切换到不同颜色进行输出。
• 要求有光标显示, 固定光标或者闪烁光标均可, 但一定要跟随输入字符的 位置变化。
• 要求支持一种特殊的组合键,规则为当同时按下 Shift 和 Tab 键的情况 下,输入键盘上的 Q, A, Z, W, S, X 键时,显示的内容是其右边一个键的 内容,即对应显示 W, S, X, E, D, C。对其他键不做要求。
-Reference Orange s , in the previous nasm+ bochs built a complete experimental platform to accept keyboard input echo to the program on the screen, the specific requirements are as follows:
• From the upper left corner of the screen to display the character keyboard. You can enter and display a-z, and 0-9 characters.
• support case, including the key combination Shift and Caps Lock in two ways.
• Support the Enter key line feed.
• supported the deletion backspace, backspace if the return on the line must be returned at the last character of the line editing.
• Support Spacebar, and Tab key, wherein if the Tab key to achieve it as a tab character (ie, when using the Tab position input backspace backspace four-frame), you will get extra points.
• Every 20 seconds, clear the screen. Character input display re-start the top left corner of the screen.
• If you press F1 to F5, respectively, switching to a different color output.
• req
Platform: |
Size: 101376 |
Author: mj |
Hits: