From e0451c836699f869c97094b590a2a348506f2f1a Mon Sep 17 00:00:00 2001 From: Gentoo Date: Wed, 12 Aug 2020 19:51:04 +1000 Subject: spelling fixes --- yes.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yes.asm b/yes.asm index 6d61525..62127df 100644 --- a/yes.asm +++ b/yes.asm @@ -1,6 +1,6 @@ ; Version : 0.1 ; Last update : 12/8/2020 -; Description : Do you need ultimate yes peformance? Well, you've come to the right place. +; Description : Do you need ultimate yes performance? Well, you've come to the right place. ; Licence : GPLv3 ; Note : Assumes that the stack is at least 65536 bytes. @@ -11,7 +11,7 @@ section .text global _start _start: -xor ecx,ecx ;0 out the counter registor +xor ecx,ecx ;0 out the counter register ALIGN 16 ;Align the stack to 16 bytes ;; rsp is pointing to the "start" of the stack -- cgit v1.2.3