迷惘的码农。
分类:
2009-04-29 00:03:42
A No-Frills Introduction to Lua 5.1 VM Instructions
Lua 5.1 虚拟机指令简明手册
作者 Kein-Hong Man, esq.
版本 0.1, 20060313
1 Introduction 序言 2
2 Lua Instruction Basics Lua指令基础 3
3 Really Simple Chunks 十分简单的程序块 5
4 Lua Binary Chunks Lua二进制程序快 7
5 Instruction Notation 指令记法 15
6 Loading Constants 加载常量 16
7 Upvalues and Globals Upvalue和全局变量 20
8 Table Instructions 表指令 22
9 Arithmetic and String Instructions 算术和字符串指令 23
10 Jumps and Calls 跳转和调用 28
11 Relational and Logic Instructions 关系和逻辑指令 35
12 Loop Instructions 循环指令 42
13 Table Creation 表创建 48
14 Closures and Closing 闭包和结束 52
15 Comparing Lua 5.0.2 and Lua 5.1 比较Lua 5.0.2和Lua 5.1 56
16 Digging Deeper 深入探究 57
17 Acknowledgements 致谢 57
18 ChangeLog & ToDos 变更纪录&待做的 57
“A No-Frills Introduction to Lua 5.1 VM Instructions” is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License 2.0. You are free to copy, distribute and display the work, and make derivative works as long as you give the original author credit, you do not use this work for commercial purposes, and if you alter, transform, or build upon this work, you distribute the resulting work only under a license identical to this one. See the following URLs for more information:
“Lua 5.1 虚拟机指令简明手册”遵循Creative Commons Attribution-NonCommercial-ShareAlike许可2.0。只要你给出原作者署名,不把本作品用作商业目的,即可自由拷贝、分发和展示本作品,以及制作衍生品,并且如果你修改、改变或拓展本作品,你只能遵循该同样的许可发布衍生品。更多信息见下面的URL: