当前位置:首页 » 软件开发
开发技术指南» 文章正文
    引言: 这个教程写得非常好,希望你能喜欢。
 

 

 ·怎样建立你自己的masm导入库    »显示摘要«
    摘要:怎样建立你自己的masm导入库 by iczelion (翻译:花心萝卜yqzq@163.net) 9.5.2000 这篇短文是讲述关于建立masm导入库(import libraries)技巧,我假设你已经知道什么是导入库。在下面,我将集中讲述建立masm导入库的方法。 masm导入库的格式: masm和vc++可以使用相同的导入库,ms导入库使用不同于tasm的omf格式的变更的co......
 ·(译)win32asm教程-10    »显示摘要«
    摘要: 11.0 windows中的汇编基础 现在你已经有了一些汇编语言的基础知识,你将要学习在windows中怎样学习汇编。 10.1api windows编程的根本在于windows api,应用程序接口。这是由操作系统提供的一套函数。每个windows程序员都要用这些函数。这些函数在像kernel, user, gdi, shell, advapi等系统dll中。函数有两类:ansi和u......


(译)win32asm实例-0

  这个教程写得非常好,希望你能喜欢.

-译者 【程序编程相关:Constructing a WebSe

【推荐阅读:openshell初期思路

mosaic tutorial拼图游戏教程 【扩展信息:发现了一个论坛

introduction介绍

in this lesson you will create a simple mosaic game. you probably know this kind of puzzles. an image or a matrix of numbers have to be placed in the right order by shuffeling the pieces into place. this lesson will teach you how to create this game step by step. it is useful to read the tutorials first before you start with this lesson. its level is aimed at the beginner, everything is explained.

在本教程中,你将创建一个简单的拼图游戏.你可能知道这种字画迷.一幅画或一个数字矩阵必须由从一个地方拖到另一个地方来摆好顺序.本教程将一步步教你怎样创建这个游戏.在开始这个教程前,读一读前面的教程(win32asm教程-译者注)是很有帮助的.难度面向初学者,每件事都会得到解释.

prologue前言

this lesson is aimed at the beginner in asm. every step in creating the program is explained. it is not just source code with comments, but it teaches you how to build up a program from scratch. my advice is to fully read the tutorial, and try to make the program yourself. this lesson is quite long but it will help you very much if you read it all.

本教程着眼于asm的初学者.程序创建中的每一步都会解释.这不仅仅是带有注释的源代码,而是教你如何白手起家的创建一个程序.我的建议是通读前面的教程,并且试着自己来写程序.本教程相当的长,但如果你都读了的话将对你很有益处.


...   下一页
 ·(译)win32asm教程-8    »显示摘要«
    摘要: 9.0更多的伪代码 这儿有更多的伪代码 test test对两个参数(目标,源)执行and逻辑操作,并根据结果设置标志寄存器。结果本身不会保存。test用来测试一个位,例如寄存器: test eax, 100b;b后缀意为二进制jnz bitset 如果eax右数第三个位被设置了,jnz将会跳转。test的一个非常普遍的用法是用来测试一方寄存器是否为空: test ecx, ec......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE