Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 786395
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T21:02:02+00:00 2026-05-14T21:02:02+00:00

(ia32) for example, test $eax, $eax why would you ever want to do that?

  • 0

(ia32) for example,

test $eax, $eax

why would you ever want to do that? it does $eax & $eax, right? shouldn’t this always set the flag register to say that they are equal..?

addendum:
so test will set the ZF (as mentioned below) if the register is zero. so is test (as used above) mainly just used to tell if a register is empty? and ZF is set if so?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-14T21:02:02+00:00Added an answer on May 14, 2026 at 9:02 pm

    It’ll set ZF (the zero flag) if the register is zero. That’s probably what it’s most commonly used to test. It’ll also set other flags appropriately, but there’s probably far less use for those.

    Also, I should mention that test doesn’t really perform a comparison – it performs a bitwise and operation (throwing away the result, except for the flags).

    To perform a comparison of the operands, the cmp instruction would be used, which performs a sub operation, throwing away the results except for the flags. You are correct that a

    cmp $eax, $eax
    

    would not have much point, as the flags would be set according to a zero result every time.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In Intel architecture IA32, instructions like movl, movw does not allow operands that are
I am the new maintainer for an in-house Python system that uses a set
I want to write code that compiles easily for either 32 or 64 bit
I'm researching buffer overflows (on IA32 architecture) and I would like to clarify one
I was wondering about the following. I've noticed when writing assembly language that IA32
I know that stacks are per thread, but registers are limited,like on IA32,only 8
so I have this project in java that uses a jni .dll i wrote
I'm building a compiler/assembler/linker in Java for the x86-32 (IA32) processor targeting Windows. High-level
When the ebp register is pushed onto the stack (this is on IA-32 architecture)
Is the width of the stack 8 bit wide for IA32 architecture and for

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.