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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T23:22:35+00:00 2026-06-12T23:22:35+00:00

Possible Duplicate: Retrieve JIT output Generating Assembly from C# code? I started to learn

  • 0

Possible Duplicate:
Retrieve JIT output
Generating Assembly from C# code?

I started to learn assembler!

I would like to know if it is possible to see the assembly code for my c# code?

For example if I have:

int i;

How can I:

  1. see the assembly code?
  2. identify exactly in the assembly code what that does?
  • 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-06-12T23:22:36+00:00Added an answer on June 12, 2026 at 11:22 pm

    Use the debugger to see the machine code that’s generated by the jitter. Start debugging and single step or set a breakpoint. Right-click the editor window, select Go To Disassembly. Or use Debug + Windows + Disassembly. Other debug windows you’ll want to use are Registers and Memory, they show the raw cpu register and memory view. Right-click the Registers window to add registers to the view.

    There are a few quirks about the assembly code you see there. All code starts at address 0, it doesn’t show the actual address since that’s entirely unpredictable due to the jitter. But that also causes a bug, the target address of CALL instructions is wrong. And you typically want to see the optimized code since that’s what actually runs on the user’s machine. Switch to the Release build and use Tools + Options, Debugging, General, untick the “Suppress JIT optimization on module load” option.

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

Sidebar

Related Questions

Possible Duplicate: Reliable way of generating unique hardware ID I would like to retrieve
Possible Duplicate: Retrieve JIT output Is this possible to do, and if so how
Possible Duplicate: Python: Retrieve items from a set Consider the following code: >>> item1
Possible Duplicate: Retrieve (or simulate) full query from PDO prepared statement I can't figure
Possible Duplicate: get all available fonts from google font api How we can retrieve
Possible Duplicate: Retrieve column names from java.sql.ResultSet I have query which returns the result
Possible Duplicate: Extract decimal part from a floating point number in C I would
Possible Duplicate: How to retrieve the values for the particular key from CFMutableDictionary In
Possible Duplicate: How to retrieve and display images from a database in a JSP
I want to retrieve all case-insensitive duplicate entries from an array. Is this possible

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.