The machine-code tag has no wiki summary.
0
votes
4answers
109 views
How many lines of machine code are generated by one statement in programming language X?
Reading an article about Lost Programming Skills, the author brings up this chat:
Me: How much horsepower do you need?
SE: I don't know.
Me: Let's see, how many lines of code in your main ...
2
votes
2answers
283 views
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 ...
0
votes
1answer
56 views
How to find the function called on button click
Using programs like Cheat Engine and OllyDbg I'm editing the memory of a program as it's running.
I need to find the address of a function that is executed when the user clicks a certain button.
Are ...
0
votes
1answer
48 views
Instruction detection at run-time
I would like to identify and analyze different machine instruction executed and required clock cycle for each of them, throughout running of a code.
Is there any way to do this simply? Dynamic ...
0
votes
1answer
87 views
What AOP tools exist for doing aspect-oriented programming at the assembly language level against x86 application files for native OS X and MS-Windows native executables?
Looking for a tool I can use to do aspect-oriented programming at the assembly language level. For experimentation purposes, I would like the code weaver to operate native application level ...
1
vote
0answers
211 views
MIPS Assembly Instruction translation to micro-instructions
I am trying to understand how to figure out the micro-instructions for the sw assembly instruction for the following question:
The machine instruction corresponding to the symbolic assembly language ...
1
vote
0answers
28 views
Shift, Rotate and Rotate All: What are they used for and do I need them all?
My question: What exactly is the Rotate All function used for and can it be implemented another way in software if needed?
Why? I'm trying to build a CPU out of discrete logic chips, similar to what ...
0
votes
0answers
80 views
There is open-source generates machine code project from byte-code at run-time interpreter?
There is open-source generates machine code project from byte-code at run-time interpreter? (By mean byte-code I mean other byte-code type like IL and etc)
I would like to learn a little how machine ...