Click here to Skip to main content
15,893,622 members
Home / Discussions / C#
   

C#

 
GeneralRe: My up and coming vote of 1. Pin
The Man from U.N.C.L.E.15-Mar-10 7:45
The Man from U.N.C.L.E.15-Mar-10 7:45 
AnswerRe: update tables Pin
JHizzle15-Mar-10 23:52
JHizzle15-Mar-10 23:52 
QuestionCalling particular instance form method from another form Pin
polyconnect15-Mar-10 4:44
polyconnect15-Mar-10 4:44 
AnswerRe: Calling particular instance form method from another form Pin
DaveyM6915-Mar-10 4:54
professionalDaveyM6915-Mar-10 4:54 
AnswerRe: Calling particular instance form method from another form Pin
Not Active15-Mar-10 4:59
mentorNot Active15-Mar-10 4:59 
GeneralRe: Calling particular instance form method from another form Pin
DaveyM6915-Mar-10 5:10
professionalDaveyM6915-Mar-10 5:10 
GeneralRe: Calling particular instance form method from another form Pin
polyconnect15-Mar-10 7:53
polyconnect15-Mar-10 7:53 
Questionmaking a microprocessor simulator in C# Pin
Djtech0115-Mar-10 2:52
Djtech0115-Mar-10 2:52 
I'm trying to make a 8086 microprocessor simulator in c# which will simulate the code written by the user on hypotetical microprocessor and give the same ideal result as real microprocessor. just like other compilers the architecture of my compiler is the same until Microsoft Intermediate language (MSIL). Specifically in my code generator phase of the compiler I face one problem which may actually be conceptual problem. It is the fact that MSIL uses the stack based archiceture which is confusing me because i'm expecting it to be register based, which i thought it would be easy for implementation. I think that this stack based execuition is not suitable for making such kind of compiler or is there any other way of implementing my needs in .NET please help.
thank you!
AnswerRe: making a microprocessor simulator in C# Pin
OriginalGriff15-Mar-10 3:45
mveOriginalGriff15-Mar-10 3:45 
GeneralRe: making a microprocessor simulator in C# Pin
Djtech0115-Mar-10 4:11
Djtech0115-Mar-10 4:11 
GeneralRe: making a microprocessor simulator in C# Pin
OriginalGriff15-Mar-10 4:20
mveOriginalGriff15-Mar-10 4:20 
GeneralRe: making a microprocessor simulator in C# Pin
Dave Kreskowiak15-Mar-10 4:39
mveDave Kreskowiak15-Mar-10 4:39 
GeneralRe: making a microprocessor simulator in C# Pin
OriginalGriff15-Mar-10 4:46
mveOriginalGriff15-Mar-10 4:46 
AnswerRe: making a microprocessor simulator in C# Pin
Richard MacCutchan15-Mar-10 3:57
mveRichard MacCutchan15-Mar-10 3:57 
AnswerRe: making a microprocessor simulator in C# [modified] Pin
harold aptroot15-Mar-10 4:08
harold aptroot15-Mar-10 4:08 
AnswerRe: making a microprocessor simulator in C# Pin
Luc Pattyn15-Mar-10 4:09
sitebuilderLuc Pattyn15-Mar-10 4:09 
GeneralRe: making a microprocessor simulator in C# Pin
DaveyM6915-Mar-10 5:09
professionalDaveyM6915-Mar-10 5:09 
GeneralRe: making a microprocessor simulator in C# Pin
Luc Pattyn15-Mar-10 5:25
sitebuilderLuc Pattyn15-Mar-10 5:25 
GeneralRe: making a microprocessor simulator in C# Pin
DaveyM6915-Mar-10 5:48
professionalDaveyM6915-Mar-10 5:48 
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 

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.