1.0 - New project新的工程 Create a new folder named 'mosaic' in your asm projects folder (it is advice
这个教程写得非常好,希望你能喜欢。 -译者 Mosaic tutorial拼图游戏教程 Introduction介绍 In this lesson you will cre
6.0 - The tiles window图块窗口 We will now create a static control which we will draw the tiles on. 我
5.0 - Adding a menu添加菜单 Our program should have a menu to set some options. Firstly we need to crea
2.0 - Design of the game游戏的设计 Before we get started with programming, we will design the game firs
7.0 - Drawing the tiles画图块 The tile control is already made, now it's time for the drawing of the t
4.0 - Creating the main frame创建主框架 Now we will create the main frame of our program: 现在我们将创建我们程序
翻译以得到原作者的授权。在此向他表示感谢! -译者 3.0 - Resource file资源文件 We will only add some icons to our resource f
9.0更多的伪代码 这儿有更多的伪代码 TEST Test对两个参数(目标,源)执行AND逻辑操作,并根据结果设置标志寄存器。结果本身不会保存。Test用来测试一个位,例如寄存器: T
5.0伪代码 伪代码是给处理器的指令,它实际上是原始十六进制代码的可读版。因此,汇编是最低级的编程语言。汇编中的所有东西被直接翻译为十六进制码。换句话说,你没有把高级语言翻译为低级语言的编译器上的