Click here to Skip to main content
15,895,799 members
Home / Discussions / C#
   

C#

 
GeneralRe: how to make simulation softwares Pin
Luc Pattyn15-Sep-09 6:48
sitebuilderLuc Pattyn15-Sep-09 6:48 
GeneralRe: how to make simulation softwares Pin
Djtech0119-Sep-09 4:49
Djtech0119-Sep-09 4:49 
GeneralRe: how to make simulation softwares Pin
Luc Pattyn19-Sep-09 6:27
sitebuilderLuc Pattyn19-Sep-09 6:27 
GeneralRe: how to make simulation softwares Pin
Djtech0120-Sep-09 6:02
Djtech0120-Sep-09 6:02 
GeneralRe: how to make simulation softwares Pin
Luc Pattyn20-Sep-09 6:32
sitebuilderLuc Pattyn20-Sep-09 6:32 
AnswerRe: how to make simulation softwares Pin
PIEBALDconsult13-Sep-09 13:44
mvePIEBALDconsult13-Sep-09 13:44 
GeneralRe: how to make simulation softwares Pin
Djtech0115-Sep-09 4:25
Djtech0115-Sep-09 4:25 
GeneralRe: how to make simulation softwares Pin
PIEBALDconsult15-Sep-09 6:53
mvePIEBALDconsult15-Sep-09 6:53 
My only experience with such things was waaay back in college. We had an assignment to emulate a very primitive computer. The assignment wasn't based on a real computer; the text book describes a computer with only twenty operations. Programs are entered as ten-digit decimal numbers, as if from punch cards.

I'm fairly sure I was the only student in the class who had a working program (written in VAX Pascal as I recall). I also have a version in C that I wrote in 2003. I may yet write it in C# because it's kinda fun.

What you need to do will probably be much more complex (although you could simplify it if you choose).
What exactly do you want to achieve? Do you really want to simulate the CPU or simply execute the assembly code?

I suggest that the simpler the processor, the easier it is to simulate (4004 or 8008?). Your choice may depend on what your instructor thinks is a worthy level of expertise to demonstrate for the degree you're seeking.

As I recall, the instruction sets for 4004, 8008, 8080, 8088, etc. build upon the previous generation, so I would begin by implementing the 4004 instructions and then progress from there.


I can't tell you how to accomplish your task; that will depend on your own creativity.
Questionxml serialisation Pin
jdneul13-Sep-09 10:48
jdneul13-Sep-09 10:48 
AnswerRe: xml serialisation Pin
Christian Graus13-Sep-09 13:17
protectorChristian Graus13-Sep-09 13:17 
GeneralRe: xml serialisation [modified] Pin
jdneul13-Sep-09 20:58
jdneul13-Sep-09 20:58 
QuestionHow To get/download videos from device like camera? Pin
n0name2013-Sep-09 10:04
n0name2013-Sep-09 10:04 
AnswerRe: How To get/download videos from device like camera? Pin
Richard MacCutchan13-Sep-09 23:49
mveRichard MacCutchan13-Sep-09 23:49 
Questionspd Pin
moein.serpico13-Sep-09 9:50
moein.serpico13-Sep-09 9:50 
AnswerRe: spd Pin
Henry Minute13-Sep-09 9:54
Henry Minute13-Sep-09 9:54 
AnswerRe: spd Pin
Luc Pattyn13-Sep-09 11:52
sitebuilderLuc Pattyn13-Sep-09 11:52 
GeneralRe: spd Pin
Henry Minute13-Sep-09 12:31
Henry Minute13-Sep-09 12:31 
GeneralRe: spd Pin
Luc Pattyn13-Sep-09 12:52
sitebuilderLuc Pattyn13-Sep-09 12:52 
GeneralRe: spd Pin
Henry Minute13-Sep-09 13:25
Henry Minute13-Sep-09 13:25 
Questionis0 8583 Pin
moein.serpico13-Sep-09 9:48
moein.serpico13-Sep-09 9:48 
AnswerRe: is0 8583 Pin
Henry Minute13-Sep-09 9:57
Henry Minute13-Sep-09 9:57 
AnswerRe: is0 8583 Pin
Christian Graus13-Sep-09 13:21
protectorChristian Graus13-Sep-09 13:21 
QuestionModify file attributes... Access denied. Pin
JollyMansArt13-Sep-09 8:46
JollyMansArt13-Sep-09 8:46 
AnswerRe: Modify file attributes... Access denied. Pin
Henry Minute13-Sep-09 9:34
Henry Minute13-Sep-09 9:34 
GeneralRe: Modify file attributes... Access denied. Pin
JollyMansArt13-Sep-09 10:01
JollyMansArt13-Sep-09 10:01 

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.