Click here to Skip to main content
15,891,136 members
Home / Discussions / C#
   

C#

 
GeneralRe: making a microprocessor simulator in C# Pin
Luc Pattyn15-Mar-10 6:39
sitebuilderLuc Pattyn15-Mar-10 6:39 
GeneralRe: making a microprocessor simulator in C# Pin
DaveyM6915-Mar-10 7:22
professionalDaveyM6915-Mar-10 7:22 
GeneralRe: making a microprocessor simulator in C# Pin
CPallini15-Mar-10 7:52
mveCPallini15-Mar-10 7:52 
GeneralRe: making a microprocessor simulator in C# Pin
DaveyM6915-Mar-10 8:10
professionalDaveyM6915-Mar-10 8:10 
GeneralRe: making a microprocessor simulator in C# Pin
harold aptroot15-Mar-10 8:17
harold aptroot15-Mar-10 8:17 
GeneralRe: making a microprocessor simulator in C# Pin
CPallini15-Mar-10 9:09
mveCPallini15-Mar-10 9:09 
GeneralRe: making a microprocessor simulator in C# Pin
CPallini15-Mar-10 9:06
mveCPallini15-Mar-10 9:06 
AnswerRe: making a microprocessor simulator in C# Pin
Djtech0115-Mar-10 4:19
Djtech0115-Mar-10 4:19 
Let me explain in a more detail way.
I'm creating my own language and compiler for.NET framework for the purpose of simulating microprocessor specifally 8086.
so what my user going to do is to write a code in my new language grammer and compile the result by my compiler to see what a real processor will resposed for that code. just like emu8086 software if u see it.

to this end I have to go through all the steps of compiler construction. that's why I got through MSIL and then to registers which actually uses machine language.

my problem is i can't get machine code through MSIL which uses stack based execuition but i need register based execuition for getting these machine code.

or if u have any other options please suggest me?
thank you!
GeneralRe: making a microprocessor simulator in C# Pin
Dave Kreskowiak15-Mar-10 4:33
mveDave Kreskowiak15-Mar-10 4:33 
AnswerRe: making a microprocessor simulator in C# Pin
Dave Kreskowiak15-Mar-10 4:30
mveDave Kreskowiak15-Mar-10 4:30 
AnswerRe: making a microprocessor simulator in C# Pin
Djtech0115-Mar-10 4:42
Djtech0115-Mar-10 4:42 
GeneralRe: making a microprocessor simulator in C# Pin
OriginalGriff15-Mar-10 4:49
mveOriginalGriff15-Mar-10 4:49 
GeneralRe: making a microprocessor simulator in C# Pin
Djtech0115-Mar-10 4:57
Djtech0115-Mar-10 4:57 
QuestionAdvanced C# Question Pin
Dave Kerr15-Mar-10 1:19
mentorDave Kerr15-Mar-10 1:19 
AnswerRe: Advanced C# Question Pin
Richard MacCutchan15-Mar-10 1:34
mveRichard MacCutchan15-Mar-10 1:34 
AnswerRe: Advanced C# Question Pin
Mirko198015-Mar-10 1:50
Mirko198015-Mar-10 1:50 
GeneralRe: Advanced C# Question Pin
ThatsAlok15-Mar-10 1:55
ThatsAlok15-Mar-10 1:55 
GeneralRe: Advanced C# Question Pin
Mirko198015-Mar-10 2:05
Mirko198015-Mar-10 2:05 
GeneralRe: Advanced C# Question Pin
Dave Kerr15-Mar-10 2:26
mentorDave Kerr15-Mar-10 2:26 
GeneralRe: Advanced C# Question Pin
Pete O'Hanlon15-Mar-10 5:44
mvePete O'Hanlon15-Mar-10 5:44 
GeneralRe: Advanced C# Question Pin
ThatsAlok15-Mar-10 4:02
ThatsAlok15-Mar-10 4:02 
QuestionWindows Explorer shell context menu Pin
shah zad14-Mar-10 23:40
shah zad14-Mar-10 23:40 
Questionhow to convert Microsoft.Office.Interop.Excel.range to a dataset Pin
neodeaths14-Mar-10 23:30
neodeaths14-Mar-10 23:30 
AnswerRe: how to convert Microsoft.Office.Interop.Excel.range to a dataset Pin
Gaurav Dudeja India14-Mar-10 23:40
Gaurav Dudeja India14-Mar-10 23:40 
QuestionClipboard doesn't get image after Ctrl-C is pressed Pin
highton14-Mar-10 22:15
highton14-Mar-10 22:15 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.