- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I want to compile the instruction sets for 32/64 bit processors.How can i do it? I want to know from the scratch.
I want to compile the instruction sets for 32/64 bit processors.How can i do it? I want to know from the scratch.
Link Copied
4 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The Intel 64 and IA-32 Architectures Software Developers Manual Combined Volumes 2 (available here) contains a description of the instruction set.
However, building a compiler is a huge effort and requires much more than just knowing the instruction set. I therefore recommend that you start with reading a book or lecture notes of acompiler class.
However, building a compiler is a huge effort and requires much more than just knowing the instruction set. I therefore recommend that you start with reading a book or lecture notes of acompiler class.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Here is a link to IntelSoftware Development Manuals:
http://www.intel.com/content/www/us/en/processors/architectures-software-developer-manuals.html?wapkw=Manuals
http://www.intel.com/content/www/us/en/processors/architectures-software-developer-manuals.html?wapkw=Manuals
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
My guess is that he just wants to compile a list of instructions :)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Use inline assembly wrapped by the C code.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page