CoryXie

一垄青竹映陋室,半枝桃花衬碧窗。

  :: :: 博问 :: 闪存 :: 新随笔 :: :: 订阅 订阅 :: 管理 ::

2014年9月6日

摘要: This document is the user manual for the Yasm assembler. It is intended as both an introduction and a general-purpose reference for all Yasm users. 1.Introduction Yasm is a BSD-licensed assembler tha... 阅读全文
posted @ 2014-09-06 22:21 CoryXie 阅读(1134) 评论(0) 推荐(0)

摘要: NASM has a simplified syntax designed to let the user code with minimum overhead. In its simplest form, a NASM program needs nothing more than the assembly-language instructions; no assembler directiv... 阅读全文
posted @ 2014-09-06 22:18 CoryXie 阅读(348) 评论(0) 推荐(0)

摘要: GAS orGNU assyntax is a different form of syntax for assembly language files, known also as AT&T syntax after the original style. It is commonly used by other versions of GAS for other architectures... 阅读全文
posted @ 2014-09-06 22:04 CoryXie 阅读(353) 评论(0) 推荐(0)

摘要: User Credentials In order to understand security in OS X, it is important to understand that there are two security models at work. One of these is the kernel security model, which is based on users,... 阅读全文
posted @ 2014-09-06 10:44 CoryXie 阅读(242) 评论(0) 推荐(0)