Skip to content

Commit 1a6cc01

Browse files
author
Luke Jones
authored
Merge pull request #40 from hristog/fix-formatting-assembly
Fix formatting
2 parents c5a0f33 + 3cab0be commit 1a6cc01

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

chapters/assembly.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,8 @@ This line:
335335

336336
[source, txt]
337337
mov eax,DWORD PTR [rbp-0xc]
338-
Assigns the content at [rbp-0xc], to eax. By now, [rbp-0xc], which is the spot that stores the value of the variable ‘i’ we declared on C, already has the value that the user input. So, eax currently has the value that the user input.
338+
339+
assigns the content at [rbp-0xc], to eax. By now, [rbp-0xc], which is the spot that stores the value of the variable ‘i’ we declared on C, already has the value that the user input. So, eax currently has the value that the user input.
339340
The line:
340341

341342
[source, txt]

0 commit comments

Comments
 (0)