From 50c807d42e10d3444685d20c917436996e59aa9d Mon Sep 17 00:00:00 2001 From: arno01 Date: Thu, 11 Apr 2013 14:11:06 +0200 Subject: [PATCH] minor updates --- exam4/decoder.nasm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exam4/decoder.nasm b/exam4/decoder.nasm index bce620f..376912d 100644 --- a/exam4/decoder.nasm +++ b/exam4/decoder.nasm @@ -64,4 +64,4 @@ _runshellcode: call edx _down: - call _up ; ESP now has and address that points to the next instruction, however we are going UP + call _up ; ESP now has an address that points to the next instruction, however we are going UP