Click here to Skip to main content
15,881,559 members
Home / Discussions / C#
   

C#

 
AnswerRe: Handle exceptions in GTK# Pin
jdneul13-Sep-09 11:44
jdneul13-Sep-09 11:44 
AnswerRe: Handle exceptions in GTK# Pin
Christian Graus13-Sep-09 13:10
protectorChristian Graus13-Sep-09 13:10 
GeneralRe: Handle exceptions in GTK# Pin
4yb@ka13-Sep-09 19:37
4yb@ka13-Sep-09 19:37 
AnswerRe: Handle exceptions in GTK# Pin
Not Active13-Sep-09 13:52
mentorNot Active13-Sep-09 13:52 
AnswerRe: Handle exceptions in GTK# Pin
jdneul13-Sep-09 22:41
jdneul13-Sep-09 22:41 
AnswerRe: Handle exceptions in GTK# Pin
4yb@ka13-Sep-09 23:04
4yb@ka13-Sep-09 23:04 
Questionhow to make simulation softwares Pin
Djtech0113-Sep-09 11:15
Djtech0113-Sep-09 11:15 
AnswerRe: how to make simulation softwares Pin
Luc Pattyn13-Sep-09 11:48
sitebuilderLuc Pattyn13-Sep-09 11:48 
Hi
1. yes
2. some 10,000 lines of code; all the 8085 documentation you can get

Are you sure it is 8085 you want? that's a very old (and simple) CPU
Do you need logic simulation only? or has it to be cycle accurate too?
What kind of I/O will you need to handle? (CPU and memory is easy, I/O depends on functionality).
The hardest part is getting the condition flags (zero, overflow, ...) correct for each instruction.

Is performance relevant? Any idea what speed you want? Depending on previous answers, your slow-down will be
1000 or more.
And how do you plan to test your code?
Make sure you have sufficient programming experience and know the language well before you attempt this!

Smile | :)

Luc Pattyn

Have a look at my entry for the lean-and-mean competition; please provide comments, feedback, discussion, and don’t forget to vote for it! Thank you.

Local announcement (Antwerp region): Lange Wapper? Neen!


GeneralRe: how to make simulation softwares Pin
Djtech0114-Sep-09 1:30
Djtech0114-Sep-09 1:30 
GeneralRe: how to make simulation softwares Pin
Luc Pattyn14-Sep-09 2:21
sitebuilderLuc Pattyn14-Sep-09 2:21 
QuestionRe: how to make simulation softwares Pin
Djtech0115-Sep-09 4:18
Djtech0115-Sep-09 4:18 
AnswerRe: how to make simulation softwares Pin
Luc Pattyn15-Sep-09 4:30
sitebuilderLuc Pattyn15-Sep-09 4:30 
GeneralRe: how to make simulation softwares Pin
Djtech0115-Sep-09 5:01
Djtech0115-Sep-09 5:01 
GeneralRe: how to make simulation softwares Pin
PIEBALDconsult15-Sep-09 5:13
mvePIEBALDconsult15-Sep-09 5:13 
GeneralRe: how to make simulation softwares Pin
Djtech0115-Sep-09 5:29
Djtech0115-Sep-09 5:29 
GeneralRe: how to make simulation softwares Pin
Luc Pattyn15-Sep-09 5:41
sitebuilderLuc Pattyn15-Sep-09 5:41 
GeneralRe: how to make simulation softwares Pin
Djtech0115-Sep-09 6:11
Djtech0115-Sep-09 6:11 
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 

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.