index
:
delta/nasm.git
avx512
baserock/morph
branch-0_98-j
branch-0_98-j5
branch-0_98_24-gasalign
branch-0_98bf
branch-0_98e
buildfix-2.03rc4
ctype
defid
elf
elf16
elfmerge
evalmacro
evalstr
extnames
indirect
insns
insns-flags
latex
loops
macho64
machofix
machomerge
master
mempool
mkwarnings
nasm-0.98.x
nasm-2.03.x
nasm-2.05.xx
nasm-2.07.xx
nasm-2.08.xx
nasm-2.09.xx
nasm-2.10.xx
nasm-2.11.xx
nasm-2.12.xx
nasm-2.13.xx
nasm-2.14.xx
nasm-2.15.xx
nasm-2.15.xx-pre
new-preproc
newaddr
note
nsis
nsis2
owc
path
phi
pp-inline
pragma
preproc-paste-fix
preproc-rewrite
reldef
signrel
sse5
repo.or.cz: nasm.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
insns.pl
Commit message (
Expand
)
Author
Age
Files
Lines
*
insns.pl: remove redundant empty line in enum opcode
Cyrill Gorcunov
2009-08-08
1
-1
/
+1
*
insns.pl: smarter handling of operand flags
H. Peter Anvin
2009-07-26
1
-12
/
+31
*
NASM: relicense under the 2-clause BSD license
H. Peter Anvin
2009-07-06
1
-12
/
+0
*
Add copyright verbiage to Perl scripts; update LICENSE
H. Peter Anvin
2009-06-28
1
-5
/
+47
*
insns.pl: remove stray whitespace
H. Peter Anvin
2009-06-25
1
-1
/
+1
*
insns.pl: add "nohi" code for REX_NH
H. Peter Anvin
2009-06-25
1
-0
/
+2
*
insns.pl: fix indentation
H. Peter Anvin
2009-06-25
1
-141
/
+141
*
insns.pl: allow relaxed forms to be created without duplication
H. Peter Anvin
2009-06-24
1
-32
/
+77
*
insns.pl - add handling of pp VEX/XOP fields
Cyrill Gorcunov
2009-05-15
1
-3
/
+5
*
Use lower case for VEX and XOP in instructions table
H. Peter Anvin
2009-05-03
1
-3
/
+3
*
Infrastructure support for AMD's new XOP prefix
H. Peter Anvin
2009-05-03
1
-23
/
+38
*
insns.pl: handle the new VEX.DDS flag per AVX spec version 5
H. Peter Anvin
2009-02-18
1
-1
/
+1
*
Add extension bytecodes to support operands 4+
H. Peter Anvin
2008-10-23
1
-29
/
+55
*
Reshuffle and move the bytecodes for segment register push/pop
H. Peter Anvin
2008-10-08
1
-8
/
+8
*
Collect statistics on bytecode use in insnsb.c
H. Peter Anvin
2008-10-08
1
-1
/
+43
*
New opcode for 32->64 bit sign-extended immediate with warning
H. Peter Anvin
2008-10-07
1
-1
/
+3
*
New opcodes to deal with 8-bit immediate sign extended to opsize
H. Peter Anvin
2008-10-06
1
-0
/
+2
*
Mark Perl scripts executable
H. Peter Anvin
2008-06-15
1
-0
/
+0
*
insnsd.c: don't generate an inaccessible table
H. Peter Anvin
2008-06-05
1
-0
/
+1
*
insns.pl: better error messages, handle no-operand instructions better
H. Peter Anvin
2008-05-23
1
-25
/
+23
*
Add tokens vex.ww and vex.wx; vex.wx is the default
H. Peter Anvin
2008-05-22
1
-0
/
+4
*
insns.pl: error if we have a 'v' operand and no vex.nds/ndd
H. Peter Anvin
2008-05-21
1
-0
/
+5
*
insnsn.c: cleaner to *not* separate out conditional instructions
H. Peter Anvin
2008-05-21
1
-24
/
+2
*
insns.pl: match AMD documentation for DREX syntax
H. Peter Anvin
2008-05-21
1
-12
/
+9
*
Use "o64nw" instead of "o64i" for o64 without REX.W
H. Peter Anvin
2008-05-21
1
-1
/
+1
*
insns.pl: readabilty improvements for isnsnd.c
H. Peter Anvin
2008-05-21
1
-6
/
+6
*
Disassembler: select table based on VEX prefixes
H. Peter Anvin
2008-05-21
1
-4
/
+42
*
Fix skipping 0270 code when searching for disasm prefixes
H. Peter Anvin
2008-05-21
1
-4
/
+6
*
Handle is4 bytes without meaningful information in the bottom bits
H. Peter Anvin
2008-05-20
1
-3
/
+7
*
Officially specify - as the symbol for an implicit operand
H. Peter Anvin
2008-05-20
1
-0
/
+1
*
ndisasm: simple compare for conditional opcodes, no loop
H. Peter Anvin
2008-05-20
1
-2
/
+2
*
Make the syntax for immediates match the docs better
H. Peter Anvin
2008-05-20
1
-13
/
+13
*
Avoid #including .c files; instead compile as separate units
H. Peter Anvin
2008-05-20
1
-5
/
+5
*
insns.pl: don't require whitespace before / or \
H. Peter Anvin
2008-05-20
1
-1
/
+1
*
insns.pl: support operands that serve double duty
H. Peter Anvin
2008-05-20
1
-2
/
+13
*
insns.pl: fix regex subgroup of /is4= codes
H. Peter Anvin
2008-05-20
1
-1
/
+1
*
insns.pl: fix splitting of bracketted operations
H. Peter Anvin
2008-05-20
1
-4
/
+5
*
Opcode listing notation is /is4, consistently
H. Peter Anvin
2008-05-20
1
-3
/
+3
*
Same some space by introducing shorthand byte codes for SSE prefixes
H. Peter Anvin
2008-05-20
1
-4
/
+6
*
Allow explicit immediate syntax for imz2 as well as is4
H. Peter Anvin
2008-05-20
1
-4
/
+5
*
insns.pl: escape literal special character in regex
H. Peter Anvin
2008-05-19
1
-1
/
+1
*
Bytecode compiler: add support for is4/imz2 operands
H. Peter Anvin
2008-05-19
1
-0
/
+13
*
More work on bytecode compiler (not finished yet...)
H. Peter Anvin
2008-05-19
1
-14
/
+138
*
insns.pl: first steps toward a "smart" bytecode compiler
H. Peter Anvin
2008-05-19
1
-11
/
+115
*
Make insnsb.c an actual compilation unit
H. Peter Anvin
2008-05-13
1
-3
/
+5
*
insnsb.c: use 5 digits for index, not 4
H. Peter Anvin
2008-05-12
1
-1
/
+1
*
Make MAX_OPERANDS a parameter in insns.pl as well
H. Peter Anvin
2008-05-12
1
-1
/
+4
*
Remove special hacks to avoid zero bytecodes
H. Peter Anvin
2008-05-12
1
-4
/
+1
*
Generate a byte array instead of using strings for the byte codes
H. Peter Anvin
2008-05-12
1
-10
/
+93
*
Factor out string decoder in insns.pl
H. Peter Anvin
2008-05-12
1
-16
/
+29
[next]