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 6898947
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T07:21:36+00:00 2026-05-27T07:21:36+00:00

I am currently writing a compiler which produces x86-32 code. However, I have a

  • 0

I am currently writing a compiler which produces x86-32 code.

However, I have a problem when trying to implement division.

idivl %ecx, %ebx

This code gives me the following error:

Error: operand type mismatch for `idiv'

Does anyone know why? The above lines are the only time idiv appears in my code.

  • 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-27T07:21:36+00:00Added an answer on May 27, 2026 at 7:21 am

    According to my reference, IDIV divides the 64-bit integer EDX:EAX by the provided register’s value.

    idiv — Integer Division

    The idiv instruction divides the contents of the 64 bit integer EDX:EAX (constructed by viewing EDX as the most significant four bytes
    and EAX as the least significant four bytes) by the specified operand
    value. The quotient result of the division is stored into EAX, while
    the remainder is placed in EDX.

    Syntax

    idiv <reg32>
    idiv <mem>
    

    Examples

    idiv ebx ; divide the contents of EDX:EAX by the contents of EBX. Place the quotient in EAX and the remainder in EDX.
    idiv DWORD PTR [var] ; divide the contents of EDX:EAS by the 32-bit value stored at memory location var. Place the quotient in EAX
    

    and the remainder in EDX.

    The idivl instruction behaves exactly like idiv, except idivl is a signed division.

    See http://www.cs.virginia.edu/~evans/cs216/guides/x86.html

    Another great ref: http://ref.x86asm.net/

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

Sidebar

Related Questions

I'm writing a compiler which uses C as an intermediate code which is (Currently)
I am experimenting with writing a toy compiler in ocaml. Currently, I am trying
I'm currently trying to create a C source code which properly handles I/O whatever
I'm currently writing a TYPO3 extension which is configured with a list of tt_content
I am writing a numerical code, in which I would like to use a
I'm currently writing an Objective-C class which has a relatively complex method in its
I'm currently writing a program in which I would like to access the variable
I'm writing a Linux program that currently compiles and works fine on x86 and
I am writing a compiler for a c-like language. Currently, the compiler supports arrays
I'm currently learning libgmp and to that end I'm writing a small program which

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.