From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on gnuweeb.org X-Spam-Level: X-Spam-Status: No, score=-1.8 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NICE_REPLY_A,NO_DNS_FOR_FROM, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from [192.168.12.80] (unknown [182.2.71.236]) by gnuweeb.org (Postfix) with ESMTPSA id BCD307E6FF; Thu, 24 Mar 2022 06:35:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=default; t=1648103701; bh=oSqED6tizvixWfuq/z50kYbhw58ysPL7LtiPshktY3s=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=kTrxCId4QLEWSWGjrjEXyZbbk7QoQdXeQxn7Ye0F7bH0/3BcpVxlbz7lXJT9Z1rlN IwroFOUbqlP2wheIVlHEhtHu0kp8euzZK8pbQo+JpCeLhurE/o6RfhbbGRy4dtwIQd zrNDmL91yF+3SAVFJyFvSyRCEO4/NuweUu7FrXsK9E6UByJQwE0d5h8g7QHHhFLZFx /qEuQWgK8Rvi0OEgJ/ZIF1XSEKovaUS18csjfxjFRgdxJMRPPZeaBuuWa7KAcIKuj3 +ouNtSWT9jZi0FeVlqZ6wZ1WBSZMk8m3n1OdpUgGcgjHf5QzzDaRkG0edvIB3Avdx8 S35yRpYA5Ndnw== Message-ID: Date: Thu, 24 Mar 2022 13:34:57 +0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0 Subject: Re: Please give me some help with assembly code! Content-Language: en-US To: Anisa Elezi <19177366@brookes.ac.uk> Cc: GNU/Weeb Mailing List References: From: Ammar Faizi In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit List-Id: On 3/24/22 1:31 PM, Ammar Faizi wrote: >         inc     rdi             ; Increment the string pointer. >         cmp     esi, 7 >         jl      .do_loop        ; Jump back to the top if esi < 6 ^ That comment got a typo, should be if esi < 7, of course. -- Ammar Faizi