Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
yurichev committed Aug 13, 2015
1 parent 897e853 commit a07f8de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/chapter-11.md
Expand Up @@ -1020,7 +1020,7 @@ pushed on the stack will point to the instruction we want to continue
with. The code works out like this:

```nasm
jmpshort popfskip
jmp short popfskip
popfiret:
iret; branches to the instruction after the
; call, popping the word below the address
Expand Down Expand Up @@ -1082,8 +1082,8 @@ an 8088.)
.286
:
EMULATE_POPFmacro
pushcs
pushoffset $+4
push cs
push offset $+4
iret
endm
```
Expand Down

0 comments on commit a07f8de

Please sign in to comment.