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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T10:09:20+00:00 2026-05-26T10:09:20+00:00

asm volatile(…); __asm__ __volatile__(…); I see both are used; why create some duplicate stuff?

  • 0
asm volatile(...);

__asm__ __volatile__(...);

I see both are used; why create some duplicate stuff?

  • 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-26T10:09:21+00:00Added an answer on May 26, 2026 at 10:09 am

    The C standard reserves ‘asm’ for use by users for any purpose. Therefore, GCC provides the __asm__ notation to avoid running into the user’s name space (because identifiers starting with double underscore are reserved for the implementation).

    The notation with the double underscore is ungainly, so GCC provides the pleasanter interface without the double underscores. But if you turn on a standard-compliant compilation mode (such as -std=c99), the asm option is turned off. By writing with the double underscore notation, it is always available.

    So, asm is pleasanter to read, but __asm__ is compliant with the C standard.

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

Sidebar

Related Questions

Recently, I am reading some Linux kernel space codes, I see this uint64_t used;
I'm doing some ASM code in a C code with the asm function. My
I've done some inline ASM coding for SSE before and it was not too
I set VC++ to generate ASM for a method which calls sqrt, to see
Assume this code: static inline void inc(int64_t* atomic) { __asm__ __volatile__ ( lock incq
I'm using the ASM Java library to replace some reflection. I generate the body
#define ngx_memory_barrier() __asm__ volatile ( ::: memory)
void* curbrk; __asm__ __volatile__( mov .curbrk, %%rax; mov %%rax, %0 : =r (curbrk) ::
Im writing some C/asm program for the AVR MCU. Im still learning as I
The following GCC inline asm is taken from LuaJit's coco library. Can someone provide

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.