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
Untitled diff
Created
8 years ago
Diff never expires
Clear
Export
Share
Explain
4 removals
Lines
Total
Removed
Characters
Total
Removed
To continue using this feature, upgrade to
Diff
checker
Pro
View Pricing
31 lines
Copy
10 additions
Lines
Total
Added
Characters
Total
Added
To continue using this feature, upgrade to
Diff
checker
Pro
View Pricing
36 lines
Copy
Copy
Copied
Copy
Copied
new array[
3
];
enum E_SOME_ENUM {
E_SOME_ITEM_1,
E_SOME_ITEM_2,
E_SOME_ITEM_3,
}
new array[
E_SOME_ENUM
];
main() {
main() {
Copy
Copied
Copy
Copied
array[
0
] = 1;
array[
E_SOME_ITEM_1
] = 1;
}
}
CODE 0 ; 0
CODE 0 ; 0
;program exit point
;program exit point
halt 0
halt 0
DATA 0 ; 0
DATA 0 ; 0
dumpn 0 3
dumpn 0 3
CODE 0 ; 8
CODE 0 ; 8
proc ; main
proc ; main
Copy
Copied
Copy
Copied
; line
3
; line
8
; line
4
; line
9
break ; c
break ; c
zero.pri
zero.pri
move.alt
move.alt
const.pri 1
const.pri 1
stor.i
stor.i
;$exp
;$exp
zero.pri
zero.pri
retn
retn
STKSIZE 1000
STKSIZE 1000
Saved diffs
Original text
Open file
new array[3]; main() { array[0] = 1; } CODE 0 ; 0 ;program exit point halt 0 DATA 0 ; 0 dumpn 0 3 CODE 0 ; 8 proc ; main ; line 3 ; line 4 break ; c zero.pri move.alt const.pri 1 stor.i ;$exp zero.pri retn STKSIZE 1000
Changed text
Open file
enum E_SOME_ENUM { E_SOME_ITEM_1, E_SOME_ITEM_2, E_SOME_ITEM_3, } new array[E_SOME_ENUM]; main() { array[E_SOME_ITEM_1] = 1; } CODE 0 ; 0 ;program exit point halt 0 DATA 0 ; 0 dumpn 0 3 CODE 0 ; 8 proc ; main ; line 8 ; line 9 break ; c zero.pri move.alt const.pri 1 stor.i ;$exp zero.pri retn STKSIZE 1000
Find difference