12
votes
16answers
1k views
Is there a programming language “below” Assembly?
Is there a programming language "below" Assembly?
Thanks.
6
votes
3answers
489 views
Can a .NET app be complied to native.
Hi all,
Just wondering if a .NET app can be compiled down to native machine code ahead of time? I'm not planning on doing so if you can, I'm just curious.
Thanks
2
votes
7answers
1k views
Assembly code vs Machine code vs Object code?
What is the difference between object code, machine code and assembly code?
Can you give a visual example of their difference?
1
vote
5answers
212 views
machine code to compare two numbers
what is the assembler syntax to see which of two numbers is greater? what is the lower level (machine code) for it? can we go even lower? once we get to the bit level, what happens …
1
vote
9answers
472 views
Why can’t we create programs cross-platforms these days?
Hi guys,
I just wonder, if all compilers in any language transform the code into the only language "talked" in the computer guts (Machine Code - zeros and ones), why is it so hard …
0
votes
4answers
360 views
Kind of self-modifying program in C [closed]
Is it possible to write a C function that does the following?
Allocate a bunch of memory in the heap
Writes machine code in it
Executes those machines instructions
Of course, I …
-1
votes
5answers
236 views
Are there any managed programming languages that compile to machine code?
Managed languages being the ones that handle memory cleanup for you.
EDIT I'm not talking about garbage collection. I was just interested in knowing about languages that would fre …
