Click here to Skip to main content
15,890,947 members
Home / Discussions / C#
   

C#

 
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 
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 
This exact same quetsion came up last week. Again, .NET's compiler and the fact that it's exection is stack based has absolutely no bearing on your compiler or simulator. The only way it could was if you were using the .NET compilers in your own "compiler" to do all of the work for you. In that case, you're not writing your own compiler, just wrapping the .NET compilers. This won't work for you since the .NET compilers do not generate native x86 code.

A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008
But no longer in 2009...




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 
AnswerRe: Clipboard doesn't get image after Ctrl-C is pressed Pin
AspDotNetDev14-Mar-10 22:25
protectorAspDotNetDev14-Mar-10 22:25 
GeneralRe: Clipboard doesn't get image after Ctrl-C is pressed Pin
highton14-Mar-10 22:43
highton14-Mar-10 22:43 

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.