Diff
checker
Text
Text
Images
Documents
Excel
Folders
Legal
Enterprise
Desktop
Pricing
Sign in
Download Diffchecker Desktop
Compare text
Find the difference between two text files
Tools
History
Real-time editor
Hide unchanged lines
Disable line wrap
Layout
Split
Unified
Diff precision
Smart
Word
Char
Syntax highlighting
Choose syntax
Ignore
Transform text
Go to first change
Edit input
Diffchecker Desktop
The most secure way to run Diffchecker. Get the Diffchecker Desktop app: your diffs never leave your computer!
Get Desktop
Assembler output of string parameters without and with const (read only)
Created
10 years ago
Diff never expires
Clear
Export
Share
Explain
36 removals
Lines
Total
Removed
Characters
Total
Removed
To continue using this feature, upgrade to
Diff
checker
Pro
View Pricing
33 lines
Copy
7 additions
Lines
Total
Added
Characters
Total
Added
To continue using this feature, upgrade to
Diff
checker
Pro
View Pricing
8 lines
Copy
Copy
Copied
Copy
Copied
P$CONSTPARAMETERSTR_$$_
BYVALUEREADONLY
$ANSISTRING:
P$CONSTPARAMETERSTR_$$_
BYREFERENCEREADONLY
$ANSISTRING:
#
Temps al
located
between ebp-44 and ebp-4
#
Var V
located
in register eax
# [
30
] begin
# [
35
] begin
pushl %ebp
# Var V located in register eax
movl %esp,%ebp
# [
36
] DoIt(V);
leal -44(%esp),%esp
# Var V located at ebp-4, size=OS_32
movl %eax,-4(%ebp)
call fpc_ansistr_incr_ref
movl $1,%eax
leal -40(%ebp),%edx
leal -16(%ebp),%ecx
call fpc_pushexceptaddr
call fpc_setjmp
pushl %eax
testl %eax,%eax
jne .Lj15
# [
31
] DoIt(V);
movl -4(%ebp),%eax
call P$CONSTPARAMETERSTR_$$_DOIT$ANSISTRING
call P$CONSTPARAMETERSTR_$$_DOIT$ANSISTRING
Copy
Copied
Copy
Copied
.Lj15:
# [
37
] end;
call fpc_popaddrstack
# [
32
] end;
leal -4(%ebp),%eax
call fpc_ansistr_decr_ref
popl %eax
testl %eax,%eax
je .Lj16
call fpc_reraise
.Lj16:
movl %ebp,%esp
popl %ebp
ret
ret
Saved diffs
Original text
Open file
P$CONSTPARAMETERSTR_$$_BYVALUEREADONLY$ANSISTRING: # Temps allocated between ebp-44 and ebp-4 # [30] begin pushl %ebp movl %esp,%ebp leal -44(%esp),%esp # Var V located at ebp-4, size=OS_32 movl %eax,-4(%ebp) call fpc_ansistr_incr_ref movl $1,%eax leal -40(%ebp),%edx leal -16(%ebp),%ecx call fpc_pushexceptaddr call fpc_setjmp pushl %eax testl %eax,%eax jne .Lj15 # [31] DoIt(V); movl -4(%ebp),%eax call P$CONSTPARAMETERSTR_$$_DOIT$ANSISTRING .Lj15: call fpc_popaddrstack # [32] end; leal -4(%ebp),%eax call fpc_ansistr_decr_ref popl %eax testl %eax,%eax je .Lj16 call fpc_reraise .Lj16: movl %ebp,%esp popl %ebp ret
Changed text
Open file
P$CONSTPARAMETERSTR_$$_BYREFERENCEREADONLY$ANSISTRING: # Var V located in register eax # [35] begin # Var V located in register eax # [36] DoIt(V); call P$CONSTPARAMETERSTR_$$_DOIT$ANSISTRING # [37] end; ret
Find difference