资源简介

nasm源代码.详细,用C和汇编写的,编写操作系统或者linux开发需要的东西

资源截图

代码片段和文件信息

/* assemble.c   code generation for the Netwide Assembler
 *
 * The Netwide Assembler is copyright (C) 1996 Simon Tatham and
 * Julian Hall. All rights reserved. The software is
 * redistributable under the licence given in the file “Licence“
 * distributed in the NASM archive.
 *
 * the actual codes (C syntax i.e. octal):
 * \0            - terminates the code. (Unless it‘s a literal of course.)
 * \1 \2 \3    - that many literal bytes follow in the code stream
 * \4 \6        - the POP/PUSH (respectively) codes for CS DS ES SS
 *                 (POP is never used for CS) depending on operand 0
 * \5 \7        - the second byte of POP/PUSH codes for FS GS depending
 *                 on operand 0
 * \10 \11 \12 - a literal byte follows in the code stream to be 

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      63216  2005-01-15 14:15  nasm源代码\assemble.c

     文件        635  2005-01-15 14:15  nasm源代码\assemble.h

     文件       2717  2003-08-27 04:33  nasm源代码\AUTHORS

     文件       2036  2002-05-17 03:38  nasm源代码\ChangeLog

     文件      47890  2005-01-12 18:52  nasm源代码\CHANGES

     文件       2055  2005-01-15 14:20  nasm源代码\config.h.in

     文件     161042  2005-01-15 14:21  nasm源代码\configure

     文件       3585  2004-12-15 15:02  nasm源代码\configure.in

     文件      24958  2002-04-30 14:09  nasm源代码\COPYING

     文件      30325  2005-01-15 14:15  nasm源代码\disasm.c

     文件        620  2005-01-15 14:15  nasm源代码\disasm.h

     文件      23514  2005-01-15 14:15  nasm源代码\eval.c

     文件        819  2005-01-15 14:15  nasm源代码\eval.h

     文件      12014  2005-01-15 14:15  nasm源代码\float.c

     文件        496  2005-01-15 14:15  nasm源代码\float.h

     文件     123370  2003-09-02 14:38  nasm源代码\insns.dat

     文件       4692  2005-01-15 14:15  nasm源代码\insns.h

     文件       7190  2002-09-12 09:34  nasm源代码\insns.pl

     文件     174774  2005-01-15 14:21  nasm源代码\insnsa.c

     文件     171262  2005-01-15 14:21  nasm源代码\insnsd.c

     文件       6663  2005-01-15 14:21  nasm源代码\insnsi.h

     文件       6800  2005-01-15 14:21  nasm源代码\insnsn.c

     文件       1277  2003-08-31 21:19  nasm源代码\INSTALL

     文件       5836  2002-04-30 14:09  nasm源代码\install-sh

     文件      16488  2005-01-15 14:15  nasm源代码\labels.c

     文件       1025  2005-01-15 14:15  nasm源代码\labels.h

     文件       6780  2005-01-15 14:15  nasm源代码\listing.c

     文件        413  2005-01-15 14:15  nasm源代码\listing.h

     文件       2349  2005-01-15 14:21  nasm源代码\macros.c

     文件       1296  2002-05-18 18:51  nasm源代码\macros.pl

............此处省略231个文件信息

评论

共有 条评论