machine-code
Building a custom machine code from the ground up
I have recently begun working with logic level design as an amateur hobbyist but have now found myself running up against software, where I am much less competent. I have completed designing a custom[详细]
2023-03-11 20:21 分类:问答How does an assembler work?
I am looking for a brief description of the use of an assembler in producing machine code. So I know that assembly is a 1:1 translation of machine code. But I am getting confused about object code an[详细]
2023-03-08 21:12 分类:问答Is x86-64 machine language big endian?
0x0000000000400507 <main+28>:74 0cje0x400515 <main+42> 0x0000000000400509 <main+30>:bf 28 06 40 00 mov$0x400628,%edi[详细]
2023-03-06 10:51 分类:问答Is there a way to get all instructions my CPU supports programmatically?
Or is there a tool for this kind of job? I want also get the corresponding machine code for each ins开发者_如何转开发truction.The CPUID instruction reports what functionality the CPU supports for x86[详细]
2023-03-06 05:53 分类:问答Anticipating program crashes
I\'m working on a program that should be able to tell if any program I run on my computer will crash.[详细]
2023-03-05 20:43 分类:问答How to check the Language in which Exe is made
We were studying about compilers at college so this raised me curiosity that when we use the compilers and they form assemblies so is there any w开发者_开发知识库ay you could know that ,if you are giv[详细]
2023-02-20 08:42 分类:问答How many machine instructions are needed for a function call in C?
I\'d like to know how ma开发者_如何学JAVAny instructions are needed for a function call in a C program compiled with gcc for x86 platforms from start to finish.[详细]
2023-02-19 14:19 分类:问答How to write and execute PURE machine code manually without containers like EXE or ELF?
I just need a hello world demo to see how machine code actually works. Though windows\' EXE and linux\' ELF is near machine code,but it\'s not PURE[详细]
2023-02-16 07:28 分类:问答AMD64 -- nopw assembly instruction?
In this compiler output, I\'m trying to understand how machine-code encoding of the nopw instruction works:[详细]
2023-02-07 04:35 分类:问答How was the first computer program created? [duplicate]
This question already has answers here: Closed 12 years ago. Possible Duplicate: How was the first compiler written?[详细]
2023-02-06 19:03 分类:问答