Chinaunix首页 | 论坛 | 博客
  • 博客访问: 510705
  • 博文数量: 130
  • 博客积分: 10060
  • 博客等级: 上将
  • 技术积分: 1720
  • 用 户 组: 普通用户
  • 注册时间: 2007-12-21 12:35
文章分类

全部博文(130)

文章存档

2011年(2)

2010年(9)

2009年(41)

2008年(78)

我的朋友

分类:

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

Contents 目录

  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:

    

    

阅读(813) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~