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
/
assemble.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Permit short intersegment jumps
H. Peter Anvin
2010-05-06
1
-9
/
+13
*
Add support for one-byte relocations
H. Peter Anvin
2010-05-06
1
-12
/
+4
*
BR 2496848: Tighten ea checks
Victor van den Elzen
2010-03-12
1
-5
/
+27
*
BR2907058: insn_size - close file handle before returning
Cyrill Gorcunov
2009-12-05
1
-3
/
+5
*
Comment out matches() operand flags logic
Cyrill Gorcunov
2009-11-06
1
-60
/
+83
*
matches: simplify check operand size actions
Cyrill Gorcunov
2009-11-03
1
-5
/
+4
*
nasmlib: Introduce idata_bytes helper
Cyrill Gorcunov
2009-10-31
1
-53
/
+5
*
continue using is_class helper
Cyrill Gorcunov
2009-10-18
1
-1
/
+1
*
assemble: xsizeflags[] is an opflags_t variable
H. Peter Anvin
2009-10-13
1
-1
/
+1
*
opflags: more int32_t -> opflags_t conversions
H. Peter Anvin
2009-10-13
1
-16
/
+15
*
assemble.c: check constants for overflow
Cyrill Gorcunov
2009-10-13
1
-17
/
+27
*
assemble.c: use is_class helper
Cyrill Gorcunov
2009-10-13
1
-3
/
+3
*
use opflags_t type for operands
Cyrill Gorcunov
2009-10-13
1
-1
/
+1
*
assemble: when looking for a REGISTER operand, do an exclusive test
H. Peter Anvin
2009-10-06
1
-1
/
+1
*
assemble: treat register operands without size as wildcards
H. Peter Anvin
2009-10-05
1
-5
/
+20
*
Use I_none opcode instead of hardcoded number
Cyrill Gorcunov
2009-08-23
1
-1
/
+1
*
Merge commit 'cyr/hpa-list'
H. Peter Anvin
2009-07-30
1
-2
/
+2
|
\
|
*
assemble.c -- use list helpers
Cyrill Gorcunov
2009-07-27
1
-2
/
+2
*
|
assemble.c: quiet warning
H. Peter Anvin
2009-07-27
1
-0
/
+3
|
/
*
assemble.c: clean up matches()
H. Peter Anvin
2009-07-26
1
-79
/
+44
*
assemble: defer "operand size missing" until end of type check
H. Peter Anvin
2009-07-25
1
-1
/
+5
*
Enable fuzzy matching of operand sizes
H. Peter Anvin
2009-07-25
1
-3
/
+46
*
assemble: move the instruction-matching loop into a common function
H. Peter Anvin
2009-07-25
1
-184
/
+203
*
assemble: replace random integers with an enum for match results
H. Peter Anvin
2009-07-25
1
-33
/
+53
*
NASM: relicense under the 2-clause BSD license
H. Peter Anvin
2009-07-06
1
-12
/
+0
*
Add copyright headers to the *.c/*.h files in the main directory
H. Peter Anvin
2009-06-28
1
-5
/
+46
*
assemble.c: stylistic nitpick
H. Peter Anvin
2009-06-27
1
-3
/
+2
*
ndisasm: fix disassembly of JRCXZ
H. Peter Anvin
2009-06-26
1
-1
/
+1
*
Add support for instructions which always use low 8-bit registers
H. Peter Anvin
2009-06-24
1
-1
/
+17
*
Infrastructure support for AMD's new XOP prefix
H. Peter Anvin
2009-05-03
1
-10
/
+11
*
Most instruction codes are octal, so print errors that way too
H. Peter Anvin
2009-03-01
1
-2
/
+2
*
sbyte: optimization is OK if UNKNOWN isn't set
H. Peter Anvin
2009-02-26
1
-1
/
+1
*
BR 2413265: don't pessimize displacements
H. Peter Anvin
2009-02-26
1
-1
/
+1
*
Do not confuse segmentless adresses and unknown forward references
Victor van den Elzen
2009-02-25
1
-1
/
+1
*
assemble: only be optimistic with NO_SEG if we're really in pass 1
H. Peter Anvin
2009-02-23
1
-1
/
+1
*
BR 2420167: jmp not always optimized
Victor van den Elzen
2009-02-23
1
-0
/
+5
*
BR 2592476: Treat WAIT as a prefix even though it's really an instruction
H. Peter Anvin
2009-02-21
1
-0
/
+12
*
Unify all-zero buffers; add fwritezero()
H. Peter Anvin
2009-02-21
1
-4
/
+1
*
BR 2432826: Fix enforcement of the LONG bit
H. Peter Anvin
2008-12-29
1
-4
/
+5
*
BR 2413272: Warn about byte displacement overflow
Victor van den Elzen
2008-12-10
1
-12
/
+7
*
assemble: use opx and opy in a few more places
H. Peter Anvin
2008-10-25
1
-4
/
+6
*
Fix op2 references that had not yet been converted; introduce opy
H. Peter Anvin
2008-10-23
1
-29
/
+22
*
Add extension bytecodes to support operands 4+
H. Peter Anvin
2008-10-23
1
-14
/
+41
*
When issuing warnings for EA displacements, use the *EA* operand
nasm-2.05
H. Peter Anvin
2008-10-23
1
-1
/
+1
*
assemble: not all backends handle intra-segment OUT_REL*ADR
H. Peter Anvin
2008-10-22
1
-4
/
+11
*
assemble: for OUT_REL*ADR, the "size" argument is not really size...
H. Peter Anvin
2008-10-17
1
-5
/
+8
*
BR 2172659: Fix incorrect output value for byte operands
H. Peter Anvin
2008-10-16
1
-2
/
+2
*
assemble.c: use case4() macros like in disasm.c
H. Peter Anvin
2008-10-09
1
-227
/
+147
*
Reshuffle and move the bytecodes for segment register push/pop
H. Peter Anvin
2008-10-08
1
-50
/
+52
*
New opcode for 32->64 bit sign-extended immediate with warning
H. Peter Anvin
2008-10-07
1
-0
/
+22
[next]