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

C#

 
GeneralRe: Image croping Pin
Game-point13-Sep-09 18:42
Game-point13-Sep-09 18:42 
GeneralRe: Image croping Pin
Christian Graus13-Sep-09 18:56
protectorChristian Graus13-Sep-09 18:56 
QuestionAdd event to a WPF custom control library in Windows Form Pin
Shashuma13-Sep-09 15:27
Shashuma13-Sep-09 15:27 
AnswerRe: Add event to a WPF custom control library in Windows Form Pin
Christian Graus13-Sep-09 18:36
protectorChristian Graus13-Sep-09 18:36 
QuestionExecute code in another process? Pin
o m n i13-Sep-09 13:52
o m n i13-Sep-09 13:52 
QuestionRe: Execute code in another process? Pin
Adam Maras13-Sep-09 14:18
Adam Maras13-Sep-09 14:18 
GeneralRe: Execute code in another process? Pin
o m n i13-Sep-09 14:21
o m n i13-Sep-09 14:21 
AnswerRe: Execute code in another process? Pin
Christian Graus13-Sep-09 16:21
protectorChristian Graus13-Sep-09 16:21 
QuestionHandle exceptions in GTK# Pin
4yb@ka13-Sep-09 11:27
4yb@ka13-Sep-09 11:27 
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 

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.