This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # -------- | |
| # Hardware | |
| # -------- | |
| # Opcode - operational code | |
| # Assebly mnemonic - abbreviation for an operation | |
| # Instruction Code Format (IA-32) | |
| # - Optional instruction prefix | |
| # - Operational code |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| KISSY CSS Reset | |
| 理念:清除和重置是紧密不可分的 | |
| 特色:1.适应中文 2.基于最新主流浏览器 | |
| 维护:玉伯(lifesinger@gmail.com), 正淳(ragecarrier@gmail.com) | |
| */ | |
| /* 清除内外边距 */ | |
| body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */ | |
| dl, dt, dd, ul, ol, li, /* list elements 列表元素 */ |