上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 59 下一页
  2017年1月2日
摘要: 原文地址:http://kipirvine.com/asm/gettingStartedVS2015/index.htm#CreatingProject 下面内容根据上面文章翻译整理而来! 开发32位程序需要安装内容 当安装Visual Studio,确定你已经在语言种类里选择了Visual C++ 阅读全文
posted @ 2017-01-02 12:02 sunylat 阅读(10483) 评论(1) 推荐(1)
摘要: 从emu8086软件的文档中看到的,觉得不错,所以拷贝出来了! Complete 8086 instruction set Quick reference: Operand types:REG: AX, BX, CX, DX, AH, AL, BL, BH, CH, CL, DH, DL, DI, 阅读全文
posted @ 2017-01-02 00:39 sunylat 阅读(3738) 评论(0) 推荐(0)
  2017年1月1日
摘要: 操作系统:win7 32位 DOS环境:DosBox 下载:http://www.dosbox.com/ 选择当前适合自己版本,下载就可以了。 汇编编译器:MASM 5.0 下载:http://download.csdn.net/detail/sunylat/9726678 里面包含了所有DOS下开 阅读全文
posted @ 2017-01-01 22:23 sunylat 阅读(1296) 评论(0) 推荐(0)
  2016年12月30日
摘要: SYSMETS.c SYSMETS.h 阅读全文
posted @ 2016-12-30 00:48 sunylat 阅读(290) 评论(0) 推荐(0)
  2016年12月29日
摘要: RadASM版本:2.2.2.0 在这个版本的RadASM代码编辑器里面,如果输入中文,则会乱码,经过一些尝试后,终于解决了这个问题,通过修改RadASM的字体设置就可以了!! 修改字体说明:通过本人对比,发现“微软雅黑”是比较适合编码的字体,字体大小根据自己屏幕分辨率决定!! 1,点击“选项”-> 阅读全文
posted @ 2016-12-29 14:47 sunylat 阅读(1080) 评论(0) 推荐(1)
  2016年12月27日
摘要: 原文地址:https://mylinuxramblings.wordpress.com/2010/12/05/linux-mint-debian-edition-lmde-first-impressions/ Whilst WINE is a great Linux API for Microsof 阅读全文
posted @ 2016-12-27 00:14 sunylat 阅读(1970) 评论(0) 推荐(0)
摘要: 原文地址:http://kipirvine.com/asm/debug/vstudio2013/index.htm This tutorial explains how to use the Microsoft Visual Studio 2013 Debugger to debug 32-bit 阅读全文
posted @ 2016-12-27 00:05 sunylat 阅读(1034) 评论(0) 推荐(0)
  2016年12月26日
摘要: 原文地址:http://kipirvine.com/asm/gettingStartedVS2015/index.htm#CreatingProject Updated 10/3/2016 This tutorial assumes that you are using the Seventh Ed 阅读全文
posted @ 2016-12-26 23:57 sunylat 阅读(2700) 评论(0) 推荐(0)
  2016年12月25日
摘要: 1,Windows数据类型。 2,Windows数据类型命名规律。 3,匈牙利表示法。 阅读全文
posted @ 2016-12-25 01:02 sunylat 阅读(678) 评论(0) 推荐(0)
摘要: #include LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM); int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, PSTR szCmdLine, int ICmdShow) { static TCHAR szAppName[] = TEXT(... 阅读全文
posted @ 2016-12-25 00:29 sunylat 阅读(863) 评论(0) 推荐(0)
上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 59 下一页