simulator

Assembler IDE/Simulator for beginner

I'd like to learn how to program in Assembler. I've done a bit of assembly before (during my A-Level Computing course) but that was very definitely a simplified 'pseudo-assembler'. I've borrowed my Dad's old Z80 Assembler reference manual, and that seems quite interesting so if possible I'd like to have a go with Z80 assembler. However,...

How to copy DLL file from PC to vs.net`s pocket pc 2003 simulator ?

I want to copy a DLL file from PC to vs.net`s pocket pc 2003 simulator, so i use the shared folder of the simulator, but i can not see the dll file in file list of simulator. How to do it, please ? ...

How many international languages does the iPhone Simulator support?

How many international languages does the iPhone Simulator support? Choose: Settings/General/International/Language Mine only has English listed, but I fear I may have inadvertently stripped out the localisations? ...

Microcontroller + Verilog/VHDL simulator?

Over the years I've worked on a number of microcontroller-based projects; mostly with Microchip's PICs. I've used various microcontroller simulators, and while they can be very helpful at times, I often find myself frustrated. In real life microcontrollers never exist alone and the firmware's behavior is dependent on the environment. How...

starting a microcontroller simulator/emulator

Hi All. I would like to create/start a simulator for the following microcontroller board: http://www.sparkfun.com/commerce/product_info.php?products_id=707# The firmware is written in assembly so I'm looking for some pointers on how one would go about simulating the inputs that the hardware would receive and then the simulator would res...

iPhone Development - Simulate Memory Warning

Background: I have a tab bar application. Each tab contains navigation controller allowing the user to transition from one view to the other showing a drill down information of the data (each view is being handled by a view controller and each view controller class has -didReceiveMemoryWarning method). Lists are populated by pulling the ...

Simulation tool for Bluetooth

Hi All Can any body suggest me the best simulation tool now a days for Bluetooth Networks. in order to test various algorithoms about Routing and Roaming issue. ...

Modelling message queues

I've this system that consists of lots of different stages piped together. Specifically, I've got lots of different processes that communicate via tcp-ip; messages are exchanged via a packet oriented protocol (more messages can be stuffed together in a single wire-protocol data unit if certains conditions are met); I've control flow queu...

Trouble Running Leaks Instrument

I'm having trouble running the Leaks Instrument since installing the 3.0 SDK. An NDA disclaimer here I don't think this is a 3.0 SDK issue, just a configuration problem. So I'm looking for advice on configuring the tools in question not the 3.0 SDK per se. Here’s the breakdown of the behavior I am seeing. My Application is compiled to ...

free electronic circuit and PIC simulator for linux?

I need a simulator for electronic circuit and PIC for linux to study PIC design, and I tried EAGLE,piklab,geda, hard to understand.. I don't know which is most suitable for learning circuits and PIC programming. Does anyone knows? ...

Blackberry - run a JAD file on the simulator

Hi I have a jad file for a BB app which I want to run on the simulator. When I do a "Load Java Program" it looks for a cod file. How can I run a JAD file on a BB simulator? Thanks. ...

Application not getting deployed on Blackberry simulator

Hi all, I am tried deploying .cod,.alx.jar files on blackberry simulator 8100;the application is not getting deployed on phone.I am using Blackberry plugin for Eclipse. How can I solve this issue? Please help ...

How to make the keyboard go away in the iphone simulator

I've got one text entry box in my iphone app, when you touch it in the simulator, the keyboard pops up. But there's no way to get rid of it. Other web pages give solutions, without explaining why they should work, and they don't work for me. One says make the text box's delegate your uiview then call resignfirstresponder on the object, b...

Bouncing ball not conforming to Conservation of Energy Rule!!!

Hi all, I am currently busy on writing a small ball physics engine for my programming course in Win32 API and c++. I have finished the GDI backbuffer renderer and the whole GUI (couple of more things to adjust) but i am very near to completion. The only big obstacles that last are ball to ball collision (but i can fix this on my own) but...

Is there a way to simulate multiple iphones using xcode/iphone sim?

I'm planning out a game that requires multiple users and I was wondering if there's a way to fire up multiple instances of the iPhone Simulator. I didn't see anything in menus or in Google search results, but I just wanted to make sure I wasn't missing anything. ...

Running a gcc execuatble in Iphone simulator or terminal

I have a helloworld.c file, with the contents : #include "stdio.h" main{ printf"Hello World\n");} I compile it using the arm-apple-darwin-gcc-4.0.1 toolchain and create a hello.out executable. Can i run this execuatble on iPhone Simulator / terminal ? ...

NS-2 filtering tracefile by node location

Is there an existing tool to filter an NS2 tracefile according to nodes' locations? I.e. only show events for nodes between x1,y1 and x2,y2. ...

How do you deploy an iPhone app to the simulator from the command line?

I'm using xcodebuild from the command line to compile several variations of an iPhone app but I've not been able to figure out how to deploy those builds into the iPhone Simulator from the command line. Could somebody please enlighten me? Thank you. ...

How should i "build" things now I've implemented polymorphism? (Java, sim game)

Hi all. I'm working on a small java game which is a sort of clone of the 1995 game Theme Hospital. I've recently been working on the GUI and the Level structure now I have the path finding and grid working. My current way of "building stuff" consists of one room and one reception desk, and it works ok so far, but I need to implement a wa...

How to improve the Speed of debugger attachment of Blackberry jde4.6 simulator?

Dear Friends, I m facing one problem.I m working on Blackberry development when i click debug in the JDE my simulator takes long time to load the program and my desktop configuration are current configuration with 3GHZ processor and 4GB ram ..i don't know why this happening can anyone tell how to solve this problem regards, s.kumaran. ...