Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Gian Enrico Conti
Total activity
7
Last activity
October 07, 2025 17:44
Member since
October 07, 2025 16:33
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
1
Activity overview
Posts (0)
Comments (6)
Sort by recent activity
Recent activity
Votes
Created
October 07, 2025 17:44
you are using 32 bit arch.
Community
CLion
assembly with clion
0 votes
Edited
October 07, 2025 17:44
writing asm is not supported.using: __asm{… ====================[ Build | untitled1 | Debug ]==============================="C:\Users\g.conti\AppData\Local\Programs\CLion 2025.2.1\bin\cmake\win\x...
Community
CLion
assembly with clion
0 votes
Edited
October 07, 2025 16:54
super absurd: on XCode (after setting intel x64 target..) I can write and RUN: #include <stdio.h> int main(int argc, const char * argv[]) { int a = 0; size_t l = sizeof(a); asm{ mo...
Community
CLion
assembly with clion
0 votes
Created
October 07, 2025 16:52
I dint know If You know about 64 bits assembly, but i think so! ;)
Community
CLion
assembly with clion
0 votes
Created
October 07, 2025 16:51
we corrently teach ASM for intel, in intel format.my collegues uses msvc so the can write; int main(){ _asm{ mov eax,22 }} 2 notes:1) this is msvc, woudl be nice to have in CLION ;)2) ...
Community
CLion
assembly with clion
0 votes
Created
October 07, 2025 16:33
would be very good, especially for schools.we do teach asm. and asm inline would be a comptetive advange upon MS Visual studio
Community
CLion
assembly with clion
0 votes