⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 changelog

📁 汇编编译器的最新版本的源码.买了自己动手写操作系统这本书的人一定要下
💻
📖 第 1 页 / 共 5 页
字号:
  * More \321 -> \324
Wed May 30 03:44:02 2007 +0000 H. Peter Anvin 
  * Remove bogus check for 64-bitness
Wed May 30 03:25:21 2007 +0000 H. Peter Anvin 
  * Get rid of magic open-coded "register numbers"
Wed May 30 02:48:51 2007 +0000 H. Peter Anvin 
  * MOV reg64,reg64 takes \324 (64 bit with REX) not \321 (32 bit)
Wed May 30 00:18:26 2007 +0000 H. Peter Anvin 
  * Rename REGNORM to REG_EA
Wed May 30 00:15:25 2007 +0000 H. Peter Anvin 
  * More instruction flag surgery
Wed May 30 00:05:00 2007 +0000 H. Peter Anvin 
  * More cleanup of operand flags/register classes
Tue May 29 23:57:12 2007 +0000 H. Peter Anvin 
  * Clean up the existing operand flag definitions, and document
Tue May 29 21:44:55 2007 +0000 H. Peter Anvin 
  * Run "make alldeps"
Thu May 24 22:33:07 2007 +0000 Frank Kotler 
  * update version number to 0.99.01
Tue May 15 04:33:43 2007 +0000 H. Peter Anvin 
  * regs.dat: fix comment
Fri May 4 18:47:16 2007 +0000 H. Peter Anvin 
  * 16-bit relocations are standard in ELF64 (at my request, incidentally)
Fri May 4 02:16:08 2007 +0000 Chuck Crayne 
  * Addition of elf32 and elf64 output formats.
Wed May 2 04:21:26 2007 +0000 Chuck Crayne 
  * Allow '!' to be used in expressions with same meaning as in C.
Wed May 2 01:59:16 2007 +0000 Chuck Crayne 
  * Add %IFN and %ELIFN as per RFE #786286
Mon Apr 30 22:26:58 2007 +0000 Chuck Crayne 
  * Accept responsibility for support of outelf64.c
Sun Apr 29 20:57:53 2007 +0000 Chuck Crayne 
  * Clarify comments about relocation entries.
Sun Apr 29 00:28:24 2007 +0000 Chuck Crayne 
  * Allow ELF32 to be invoked either as -f elf or -f elf32
Sat Apr 28 22:18:04 2007 +0000 Chuck Crayne 
  * Eliminate shift count warnings when building on 32-bit systems
Sat Apr 28 06:18:48 2007 +0000 Chuck Crayne 
  * Initial support for ELF64
Wed Apr 18 02:27:18 2007 +0000 H. Peter Anvin 
  * Fix the handling of \324 for computing the length
Wed Apr 18 02:24:34 2007 +0000 Keith Kanios 
  * Fixed RDF/2 to comply with "maxbits" use.
Tue Apr 17 20:23:11 2007 +0000 H. Peter Anvin 
  * Handle "LOCK as REX.R" for MOV CRx; fix warning for invalid 64-bit regs
Mon Apr 16 18:16:46 2007 +0000 Keith Kanios 
  * MEM_OFFSET Instructions Fixed.
Mon Apr 16 15:46:46 2007 +0000 Keith Kanios 
  * Fixed 64-bit Mode Segment Selection.
Mon Apr 16 14:31:54 2007 +0000 Keith Kanios 
  * Fixed distinction between [LOCAL]SYMBOL/IMMEDIATE for RIP-relative addressing.
Mon Apr 16 14:05:01 2007 +0000 Keith Kanios 
  * Fixed long mode MEM_OFFS issue.
Mon Apr 16 13:54:49 2007 +0000 Keith Kanios 
  * Filled in all RIP Register Flags.
Mon Apr 16 05:26:29 2007 +0000 H. Peter Anvin 
  * More \321 -> \324 for 64-bit instructions
Mon Apr 16 04:56:06 2007 +0000 Keith Kanios 
  * Fixed 64-bit offset generation.
Mon Apr 16 02:39:56 2007 +0000 H. Peter Anvin 
  * More 64-bit ndisasm fixes.
Mon Apr 16 02:02:06 2007 +0000 H. Peter Anvin 
  * Fixes for 64-bit ndisasm.
Mon Apr 16 01:21:29 2007 +0000 H. Peter Anvin 
  * Use + instead of * for extension; it feels cleaner with the new meaning.
Mon Apr 16 01:18:30 2007 +0000 H. Peter Anvin 
  * Initial 64-bit support for ndisasm.  Still a work in progress.
Sun Apr 15 23:12:17 2007 +0000 H. Peter Anvin 
  * Clean up the 64-bitification of regs.dat for 64-bit ndisasm support
Sun Apr 15 23:10:26 2007 +0000 H. Peter Anvin 
  * Remove @GCCFLAGS@
Sun Apr 15 23:09:23 2007 +0000 H. Peter Anvin 
  * CR8 is not special in any way as far as the assembler is concerned.
Sun Apr 15 23:03:28 2007 +0000 H. Peter Anvin Sat Nov 24 16:31:48 2007 -0800 H. Peter Anvin 
  * Typo fixes in documentation
Tue Nov 20 23:37:46 2007 -0800 H. Peter Anvin 
  * NASM 2.00rc3
Tue Nov 20 21:45:16 2007 -0800 H. Peter Anvin 
  * Unbreak CMPSW/CMPSD/CMPSQ
Tue Nov 20 13:23:34 2007 -0800 H. Peter Anvin 
  * Merge branch 'master' of git+ssh://repo.or.cz/srv/git/nasm
Tue Nov 20 13:22:58 2007 -0800 H. Peter Anvin 
  * ndisasm: handle the case of "no more sync points"
Mon Nov 19 23:09:31 2007 -0800 H. Peter Anvin 
  * NASM 2.00rc2
Mon Nov 19 23:09:24 2007 -0800 H. Peter Anvin 
  * tag-release: a simple script to tag the repository for release
Mon Nov 19 13:14:59 2007 -0800 H. Peter Anvin 
  * Slightly faster implementation of the deadman counter
Mon Nov 19 12:26:50 2007 -0800 H. Peter Anvin 
  * BR 812417: Deadman counter for macro expansion
Mon Nov 19 12:02:38 2007 -0800 H. Peter Anvin 
  * BR 877583: Fix RAA memory leak
Mon Nov 19 11:53:18 2007 -0800 H. Peter Anvin 
  * BR 863173: Fix offsets of TIMES/INCBIN in list file
Mon Nov 19 11:45:40 2007 -0800 H. Peter Anvin 
  * BR 1834731: Remove redundant error messages for no input file
Mon Nov 19 11:44:05 2007 -0800 H. Peter Anvin 
  * insns.pl: remove debugging output
Sun Nov 18 22:18:09 2007 -0800 H. Peter Anvin 
  * Clean up remaining build warnings
Sun Nov 18 21:55:26 2007 -0800 H. Peter Anvin 
  * BR 1834292: Fix multiple disassembler bugs
Sun Nov 18 12:01:05 2007 -0800 H. Peter Anvin 
  * BR 1834056: Remove warnings in rdoff/rdoff.c
Sun Nov 18 11:55:10 2007 -0800 H. Peter Anvin 
  * BR 1091926: Bounds checking for command line parsing
Sat Nov 17 21:21:18 2007 -0800 H. Peter Anvin 
  * Remove FIXME from documentation
Sat Nov 17 21:08:33 2007 -0800 Charles Crayne 
  * Check in Keith's Fixes
Sat Nov 17 14:35:19 2007 -0800 H. Peter Anvin 
  * Make the definition for float_const() match the prototype
Fri Nov 16 00:03:02 2007 -0800 H. Peter Anvin 
  * NASM 2.00rc1
Thu Nov 15 17:12:29 2007 -0800 H. Peter Anvin 
  * Clean up the command-line parsing; make -w/-W match others
Thu Nov 15 14:38:19 2007 -0800 H. Peter Anvin 
  * BR 993895: Support zero-operand floating-point insn
Thu Nov 15 10:25:52 2007 -0800 H. Peter Anvin 
  * Remove some vestiges of "native" RESW/RESD support
Thu Nov 15 10:24:55 2007 -0800 H. Peter Anvin 
  * outbin.c: fix one missed change from type -> size
Tue Nov 13 19:52:54 2007 -0800 root 
  * Support setting OSABI value in ELF header.
Tue Nov 13 11:34:34 2007 -0800 H. Peter Anvin 
  * Enable a few warnings by default; clean up warning descriptions
Tue Nov 13 11:31:15 2007 -0800 H. Peter Anvin 
  * Add gcc-style -W/-Wno- warning selections; -Wall; -Werror
Tue Nov 13 10:37:23 2007 -0800 H. Peter Anvin 
  * Clean up the fwrite*() function definitions somewhat
Tue Nov 13 09:49:51 2007 -0800 H. Peter Anvin 
  * Cast 64-bit switch expressions to (int) to keep OpenWatcom happy
Tue Nov 13 09:46:38 2007 -0800 H. Peter Anvin 
  * x86-host-specific performance improvement
Tue Nov 13 09:37:59 2007 -0800 H. Peter Anvin 
  * Address data is int64_t; simplify writing an address object
Mon Nov 12 23:00:31 2007 -0800 H. Peter Anvin 
  * ndisasm: factor out the common operand-extraction code
Mon Nov 12 22:56:07 2007 -0800 H. Peter Anvin 
  * Un-special-case "xchg rax,rax"; disassemble o64
Mon Nov 12 22:11:46 2007 -0800 H. Peter Anvin 
  * BR 1709392: Fix alignment handling in Mach-O formatSat Nov 24 16:31:48 2007 -0800 H. Peter Anvin 
  * Typo fixes in documentation
Tue Nov 20 23:37:46 2007 -0800 H. Peter Anvin 
  * NASM 2.00rc3
Tue Nov 20 21:45:16 2007 -0800 H. Peter Anvin 
  * Unbreak CMPSW/CMPSD/CMPSQ
Tue Nov 20 13:23:34 2007 -0800 H. Peter Anvin 
  * Merge branch 'master' of git+ssh://repo.or.cz/srv/git/nasm
Tue Nov 20 13:22:58 2007 -0800 H. Peter Anvin 
  * ndisasm: handle the case of "no more sync points"
Mon Nov 19 23:09:31 2007 -0800 H. Peter Anvin 
  * NASM 2.00rc2
Mon Nov 19 23:09:24 2007 -0800 H. Peter Anvin 
  * tag-release: a simple script to tag the repository for release
Mon Nov 19 13:14:59 2007 -0800 H. Peter Anvin 
  * Slightly faster implementation of the deadman counter
Mon Nov 19 12:26:50 2007 -0800 H. Peter Anvin 
  * BR 812417: Deadman counter for macro expansion
Mon Nov 19 12:02:38 2007 -0800 H. Peter Anvin 
  * BR 877583: Fix RAA memory leak
Mon Nov 19 11:53:18 2007 -0800 H. Peter Anvin 
  * BR 863173: Fix offsets of TIMES/INCBIN in list file
Mon Nov 19 11:45:40 2007 -0800 H. Peter Anvin 
  * BR 1834731: Remove redundant error messages for no input file
Mon Nov 19 11:44:05 2007 -0800 H. Peter Anvin 
  * insns.pl: remove debugging output
Sun Nov 18 22:18:09 2007 -0800 H. Peter Anvin 
  * Clean up remaining build warnings
Sun Nov 18 21:55:26 2007 -0800 H. Peter Anvin 
  * BR 1834292: Fix multiple disassembler bugs
Sun Nov 18 12:01:05 2007 -0800 H. Peter Anvin 
  * BR 1834056: Remove warnings in rdoff/rdoff.c
Sun Nov 18 11:55:10 2007 -0800 H. Peter Anvin 
  * BR 1091926: Bounds checking for command line parsing
Sat Nov 17 21:21:18 2007 -0800 H. Peter Anvin 
  * Remove FIXME from documentation
Sat Nov 17 21:08:33 2007 -0800 Charles Crayne 
  * Check in Keith's Fixes
Sat Nov 17 14:35:19 2007 -0800 H. Peter Anvin 
  * Make the definition for float_const() match the prototype
Fri Nov 16 00:03:02 2007 -0800 H. Peter Anvin 
  * NASM 2.00rc1
Thu Nov 15 17:12:29 2007 -0800 H. Peter Anvin 
  * Clean up the command-line parsing; make -w/-W match others
Thu Nov 15 14:38:19 2007 -0800 H. Peter Anvin 
  * BR 993895: Support zero-operand floating-point insn
Thu Nov 15 10:25:52 2007 -0800 H. Peter Anvin 
  * Remove some vestiges of "native" RESW/RESD support
Thu Nov 15 10:24:55 2007 -0800 H. Peter Anvin 
  * outbin.c: fix one missed change from type -> size
Tue Nov 13 19:52:54 2007 -0800 root 
  * Support setting OSABI value in ELF header.
Tue Nov 13 11:34:34 2007 -0800 H. Peter Anvin 
  * Enable a few warnings by default; clean up warning descriptions
Tue Nov 13 11:31:15 2007 -0800 H. Peter Anvin 
  * Add gcc-style -W/-Wno- warning selections; -Wall; -Werror
Tue Nov 13 10:37:23 2007 -0800 H. Peter Anvin 
  * Clean up the fwrite*() function definitions somewhat
Tue Nov 13 09:49:51 2007 -0800 H. Peter Anvin 
  * Cast 64-bit switch expressions to (int) to keep OpenWatcom happy
Tue Nov 13 09:46:38 2007 -0800 H. Peter Anvin 
  * x86-host-specific performance improvement
Tue Nov 13 09:37:59 2007 -0800 H. Peter Anvin 
  * Address data is int64_t; simplify writing an address object
Mon Nov 12 23:00:31 2007 -0800 H. Peter Anvin 
  * ndisasm: factor out the common operand-extraction code
Mon Nov 12 22:56:07 2007 -0800 H. Peter Anvin 
  * Un-special-case "xchg rax,rax"; disassemble o64
Mon Nov 12 22:11:46 2007 -0800 H. Peter Anvin 
  * BR 1709392: Fix alignment handling in Mach-O format
Mon Nov 12 22:05:31 2007 -0800 H. Peter Anvin 
  * BR 1828866: fix handling of LAR/LSL
Mon Nov 12 21:57:00 2007 -0800 H. Peter Anvin 
  * Better (but not *good!*) handling of 64-bit addressing in ndisasm
Mon Nov 12 21:02:33 2007 -0800 H. Peter Anvin 
  * Fix disassembly of XCHG
Mon Nov 12 20:18:33 2007 -0800 H. Peter Anvin 
  * Test of XCHG
Mon Nov 12 20:18:05 2007 -0800 H. Peter Anvin 
  * Fix handling of XCHG in 64-bit mode
Mon Nov 12 19:36:13 2007 -0800 H. Peter Anvin 
  * More \321 -> \324 bug fixes
Mon Nov 12 18:26:31 2007 -0800 H. Peter Anvin 
  * float.c: all warnings and errors are pass 1 only
Sat Nov 10 21:55:19 2007 -0800 Charles Crayne 
  * Update documentation for stack relative directives.
Sat Nov 10 17:52:23 2007 -0800 Charles Crayne 
  * Clean up a few more 32-bit bottlenecks
Fri Nov 9 16:37:41 2007 -0800 Charles Crayne 
  * Update documantation for stack relative directives
Fri Nov 9 16:33:54 2007 -0800 Charles Crayne 
  * Merge branch 'master' of /home/chuck/development/gitnasm/
Fri Nov 9 16:25:43 2007 -0800 Charles Crayne 
  * Update documentation for stack relative directives
Fri Nov 9 14:44:02 2007 -0800 H. Peter Anvin 
  * Don't combine type and size into a single argument
Thu Nov 8 22:11:14 2007 -0800 Charles Crayne 
  * Add flat64 to %stacksize choices
Thu Nov 8 20:43:22 2007 -0800 H. Peter Anvin 
  * Fix building under OpenWatcom
Thu Nov 8 20:29:37 2007 -0800 H. Peter Anvin 
  * ps2pdf: remove -dOptimize=true
Thu Nov 8 20:21:41 2007 -0800 H. Peter Anvin 
  * No binary files left in the source distro; unbreak release script
Thu Nov 8 20:01:11 2007 -0800 H. Peter Anvin 
  * BR 1828103: Fix %arg and %local
Thu Nov 8 19:34:01 2007 -0800 H. Peter Anvin 
  * nasmlib.c: prefix_name(): use the elements() macro
Thu Nov 8 19:30:22 2007 -0800 H. Peter Anvin 
  * Move elements() to nasmlib.h
Thu Nov 8 19:15:33 2007 -0800 H. Peter Anvin 
  * constipate the "str" argument to bsi() and bsii()
Wed Nov 7 19:03:46 2007 -0800 Charles Crayne 
  * Upgrade RAA functions to hold 64-bit data.
Tue Nov 6 21:48:12 2007 -0800 Charles Crayne 
  * Pass 64-bit instruction lengths to back-ends.
Tue Nov 6 18:27:23 2007 -0800 Charles Crayne 
  * Prepare for 64-bit instruction lengths
Mon Nov 5 21:49:49 2007 -0800 Charles Crayne 
  * Disambiguate error messages
Mon Nov 5 17:19:32 2007 -0800 Charles Crayne 
  * Upgrade label functions to 64-bit
Sun Nov 4 21:10:42 2007 -0800 H. Peter Anvin 
  * Permit opcode names as labels as long as they are followed by a colon
Sun Nov 4 15:28:30 2007 -0800 Charles Crayne 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -