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

  • Home
  • SEARCH
  • 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 6851331
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T01:14:07+00:00 2026-05-27T01:14:07+00:00

Goal: have a single assembler source file which will assemble both to x86 (i386)

  • 0

Goal: have a single assembler source file which will assemble both to x86 (i386) and to x86_64 (amd64)?

Is this possible, for instance with YASM?

  • 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-27T01:14:07+00:00Added an answer on May 27, 2026 at 1:14 am

    If you use conditional assemblying, you can. But don’t expect to write all the code once for x86 and have it work the same on x64 or the other way around. Use %if and %ifdef.

    You could also create some macros that would expand to different things. For example, some RAXPTR would expand to EAX or RAX depending on what platform you’re compiling and you can use this RAXPTR where EAX/RAX is used as a pointer. Likewise you could create some macros PARAM1/2/etc that would expand to the routine params, to things like ECX/RCX and EDX/RDX for the first two parameters in the fastcall convention and [EBP+some constant]/[RBP+some constant] for the rest. Using macros in this manner can help you write mostly portable x86/x64 assembly code, but still, you can’t do this without things like %if and %ifdef.

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

Sidebar

Related Questions

The goal is to have a single-threaded event-driven framework. The end-user will do something
So my goal here is to have a single search field in an application
My goal is to have the url routing as following: http://www.abc.com/this-is-peter-page http://www.abc.com/this-is-john-page What is
I'm using this in conjunction with the tablesorter plug-in, my goal is to have
I have some project where I have a single producer thread which writes events
I have a single table with this schema: |code|time|fk| -------------- |a |0.1 |2 |
I have a single java bean, which is already annotated for JPA, that I
goal: I have the string 1234432144 I want to only replace the first 2
Let me first describe my goal: I have created an object with 3 properties:
My goal is to have a jQuery datepicker pop up when the user clicks

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.