projects
/
platform
/
upstream
/
nasm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
New opcode for 32->64 bit sign-extended immediate with warning
[platform/upstream/nasm.git]
/
insns.pl
2008-10-07
H. Peter Anvin
New opcode for 32->64 bit sign-extended immediate with...
blob
|
commitdiff
2008-10-07
H. Peter Anvin
New opcodes to deal with 8-bit immediate sign extended...
blob
|
commitdiff
|
diff to current
2008-06-17
H. Peter Anvin
Merge branch 'nasm-2.03.x'
blob
|
commitdiff
|
diff to current
2008-06-16
H. Peter Anvin
Merge branch 'nasm-2.03.x'
blob
|
commitdiff
|
diff to current
2008-06-16
H. Peter Anvin
Merge branch 'nasm-2.03.x'
blob
|
commitdiff
|
diff to current
2008-06-16
H. Peter Anvin
Merge branch 'nasm-2.03.x'
blob
|
commitdiff
|
diff to current
2008-06-16
H. Peter Anvin
Merge branch 'nasm-2.03.x'
blob
|
commitdiff
|
diff to current
2008-06-16
H. Peter Anvin
Merge branch 'nasm-2.03.x'
blob
|
commitdiff
|
diff to current
2008-06-15
H. Peter Anvin
Mark Perl scripts executable
blob
|
commitdiff
|
diff to current
2008-06-05
Charles Crayne
Merge branch 'master' of git+ssh://ccrayne@repo.or...
blob
|
commitdiff
|
diff to current
2008-06-05
H. Peter Anvin
insnsd.c: don't generate an inaccessible table
blob
|
commitdiff
|
diff to current
2008-05-28
H. Peter Anvin
Merge commit 'autotest/master'
blob
|
commitdiff
|
diff to current
2008-05-24
H. Peter Anvin
insns.pl: better error messages, handle no-operand...
blob
|
commitdiff
|
diff to current
2008-05-22
H. Peter Anvin
Add tokens vex.ww and vex.wx; vex.wx is the default
blob
|
commitdiff
|
diff to current
2008-05-22
H. Peter Anvin
insns.pl: error if we have a 'v' operand and no vex...
blob
|
commitdiff
|
diff to current
2008-05-21
H. Peter Anvin
insnsn.c: cleaner to *not* separate out conditional...
blob
|
commitdiff
|
diff to current
2008-05-21
H. Peter Anvin
insns.pl: match AMD documentation for DREX syntax
blob
|
commitdiff
|
diff to current
2008-05-21
H. Peter Anvin
Use "o64nw" instead of "o64i" for o64 without REX.W
blob
|
commitdiff
|
diff to current
2008-05-21
H. Peter Anvin
insns.pl: readabilty improvements for isnsnd.c
blob
|
commitdiff
|
diff to current
2008-05-21
H. Peter Anvin
Disassembler: select table based on VEX prefixes
blob
|
commitdiff
|
diff to current
2008-05-21
H. Peter Anvin
Fix skipping 0270 code when searching for disasm prefixes
blob
|
commitdiff
|
diff to current
2008-05-21
H. Peter Anvin
Handle is4 bytes without meaningful information in...
blob
|
commitdiff
|
diff to current
2008-05-21
H. Peter Anvin
Officially specify - as the symbol for an implicit...
blob
|
commitdiff
|
diff to current
2008-05-21
H. Peter Anvin
ndisasm: simple compare for conditional opcodes, no...
blob
|
commitdiff
|
diff to current
2008-05-20
H. Peter Anvin
Make the syntax for immediates match the docs better
blob
|
commitdiff
|
diff to current
2008-05-20
H. Peter Anvin
Avoid #including .c files; instead compile as separate...
blob
|
commitdiff
|
diff to current
2008-05-20
H. Peter Anvin
insns.pl: don't require whitespace before / or \
blob
|
commitdiff
|
diff to current
2008-05-20
H. Peter Anvin
insns.pl: support operands that serve double duty
blob
|
commitdiff
|
diff to current
2008-05-20
H. Peter Anvin
insns.pl: fix regex subgroup of /is4= codes
blob
|
commitdiff
|
diff to current
2008-05-20
H. Peter Anvin
insns.pl: fix splitting of bracketted operations
blob
|
commitdiff
|
diff to current
2008-05-20
H. Peter Anvin
Opcode listing notation is /is4, consistently
blob
|
commitdiff
|
diff to current
2008-05-20
H. Peter Anvin
Same some space by introducing shorthand byte codes...
blob
|
commitdiff
|
diff to current
2008-05-20
H. Peter Anvin
Allow explicit immediate syntax for imz2 as well as is4
blob
|
commitdiff
|
diff to current
2008-05-20
H. Peter Anvin
insns.pl: escape literal special character in regex
blob
|
commitdiff
|
diff to current
2008-05-20
H. Peter Anvin
Bytecode compiler: add support for is4/imz2 operands
blob
|
commitdiff
|
diff to current
2008-05-20
H. Peter Anvin
More work on bytecode compiler (not finished yet...)
blob
|
commitdiff
|
diff to current
2008-05-20
H. Peter Anvin
insns.pl: first steps toward a "smart" bytecode compiler
blob
|
commitdiff
|
diff to current
2008-05-13
H. Peter Anvin
Make insnsb.c an actual compilation unit
blob
|
commitdiff
|
diff to current
2008-05-12
H. Peter Anvin
insnsb.c: use 5 digits for index, not 4
blob
|
commitdiff
|
diff to current
2008-05-12
H. Peter Anvin
Make MAX_OPERANDS a parameter in insns.pl as well
blob
|
commitdiff
|
diff to current
2008-05-12
H. Peter Anvin
Remove special hacks to avoid zero bytecodes
blob
|
commitdiff
|
diff to current
2008-05-12
H. Peter Anvin
Generate a byte array instead of using strings for...
blob
|
commitdiff
|
diff to current
2008-05-12
H. Peter Anvin
Factor out string decoder in insns.pl
blob
|
commitdiff
|
diff to current
2008-05-06
H. Peter Anvin
Initial NDISASM support for AVX instructions/VEX prefixes
blob
|
commitdiff
|
diff to current
2008-05-05
H. Peter Anvin
First cut at AVX machinery.
blob
|
commitdiff
|
diff to current
2007-12-29
Beroset
regularized spelling of license to match name of LICENS...
blob
|
commitdiff
|
diff to current
2007-11-19
H. Peter Anvin
insns.pl: remove debugging output
blob
|
commitdiff
|
diff to current
2007-11-19
H. Peter Anvin
BR 1834292: Fix multiple disassembler bugs
blob
|
commitdiff
|
diff to current
2007-10-19
H. Peter Anvin
Formatting: kill off "stealth whitespace"
blob
|
commitdiff
|
diff to current
2007-09-24
H. Peter Anvin
0F0F is a 3Dnow! prefix; remove from prefix list
blob
|
commitdiff
|
diff to current
2007-09-23
H. Peter Anvin
Centaur XSHA1, XSHA256, MONTMUL
blob
|
commitdiff
|
diff to current
2007-09-23
H. Peter Anvin
Implement Centaur's XCRYPT instructions
blob
|
commitdiff
|
diff to current
2007-09-21
Charles Crayne
Merge branch 'master' of git+ssh://ccrayne@repo.or...
blob
|
commitdiff
|
diff to current
2007-09-20
Frank Kotler
Merge branch 'master' of git+ssh://fbkotler@repo.or...
blob
|
commitdiff
|
diff to current
2007-09-19
H. Peter Anvin
Merge commit 'origin/sse5'
blob
|
commitdiff
|
diff to current
2007-09-19
H. Peter Anvin
Merge commit 'origin/master' into sse5
blob
|
commitdiff
|
diff to current
2007-09-18
H. Peter Anvin
Merge commit 'origin/master' into sse5
blob
|
commitdiff
|
diff to current
2007-09-18
H. Peter Anvin
Remove 0FC2 from list of instruction prefixes
blob
|
commitdiff
|
diff to current
2007-09-18
H. Peter Anvin
Speed up the disassembler by allowing prefixed instruct...
blob
|
commitdiff
|
diff to current
2007-09-18
H. Peter Anvin
Disassembler support for SSE5 instructions
blob
|
commitdiff
|
diff to current
2007-09-18
H. Peter Anvin
Actually generate SSE5 instructions
blob
|
commitdiff
|
diff to current
2007-09-17
H. Peter Anvin
Merge commit 'origin/master' into sse5
blob
|
commitdiff
|
diff to current
2007-09-17
H. Peter Anvin
Initial support for four arguments per instruction
blob
|
commitdiff
|
diff to current
2007-09-13
H. Peter Anvin
Support r/m operands for non-integer types
blob
|
commitdiff
|
diff to current
2007-09-13
H. Peter Anvin
Use enumerations where practical to ease debugging
blob
|
commitdiff
|
diff to current
2007-09-11
H. Peter Anvin
Use enums to make debugging easier
blob
|
commitdiff
|
diff to current
2007-09-11
H. Peter Anvin
Make the big instruction arrays "const"
blob
|
commitdiff
|
diff to current
2007-09-10
H. Peter Anvin
Use an actual enum for the opcode
blob
|
commitdiff
|
diff to current
2007-04-13
Keith Kanios
Fixed distinction between char and int8_t data types.
blob
|
commitdiff
|
diff to current
2007-04-12
Keith Kanios
General push for x86-64 support, dubbed 0.99.00.
blob
|
commitdiff
|
diff to current
2002-09-12
H. Peter Anvin
Clean up unnecessary dependencies.
blob
|
commitdiff
|
diff to current
2002-05-14
H. Peter Anvin
Change "const static" -> "static const" to keep gcc...
blob
|
commitdiff
|
diff to current
2002-05-14
H. Peter Anvin
Code cleanup fixes from Ed Beroset
blob
|
commitdiff
|
diff to current
2002-04-30
H. Peter Anvin
NASM 0.98.30
blob
|
commitdiff
|
diff to current
2002-04-30
H. Peter Anvin
NASM 0.98
blob
|
commitdiff
|
diff to current
2002-04-30
H. Peter Anvin
NASM 0.98p3.4
blob
|
commitdiff
|
diff to current
2002-04-30
H. Peter Anvin
NASM 0.98p3.3
blob
|
commitdiff
|
diff to current
2002-04-30
H. Peter Anvin
NASM 0.98p3-hpa
blob
|
commitdiff
|
diff to current
2002-04-30
H. Peter Anvin
NASM 0.96
blob
|
commitdiff
|
diff to current
2002-04-30
H. Peter Anvin
NASM 0.95
blob
|
commitdiff
|
diff to current
2002-04-30
H. Peter Anvin
NASM 0.94
blob
|
commitdiff
|
diff to current
2002-04-30
H. Peter Anvin
NASM 0.91
blob
|
commitdiff
|
diff to current