links · people · groups · tags | My: links · tags · groups · watchlists · notes login · sign up now! | help · blog
Simpy simpy
 
Michael Shook, member since May 27, 2004
.
Search Everyone: "simulator",

Top "simulator" experts: pmareschal, zeda, salzinger, eolo, gdw, pixxel,

1 - 9 of 9   Watch mshook
 
gdb and simulavr are the backend of AVR studio. With gdb and simulavr you can do the same things you can do with AVR studio. Ubuntu has in its repository some ready packages. Look for gcc-avr, binutils-avr, avr-libc, avrdude, gdb-avr, simulavr. Just install them, that's it Cool The downside is that you don't have a GUI, you probably need to simulate your code from the command line.
by mshook 2009-06-05 18:48 avr · arduino · linux · ubuntu · emulator · howto · up · microprocessor · simulate
http://forum.sparkfun.com/viewtopic.php?t=12095 - cached - mail it - history
This tutorial will demonstrate the following development process:

Write C programs in AVR Studio.

Compile them into a .hex file using the AVR-GCC compiler (which integrates into AVR Studio).

Simulate the target AVR chip and debug the code within AVR Studio.

Program the actual chip using the AVRISP mkII USB device, which is attached to our target chip with a special 6-pin cable.

Once programmed, the chip runs the program in your circuit.
by mshook 2009-05-25 19:03 via · avr · popular · microprocessor · simulation · howto · chip · simple · tutorial
http://imakeprojects.com/Projects/avr-tutorial/ - cached - mail it - history
	TITLE 'DEMOAST1 - READ AND PRINT'
*
* AUTHOR.  DON HIGGINS.
* DATE.    12/30/82.
* REMARKS. PC/370 DEMO TO ILLUSTRATE ASSIST DUMP AND LOG OUTPUT.
*
* THIS PROGRAM READS CARDS FROM DEMOAST1.DAT AND LISTS THEM ALONG
* WITH SELECTED DUMPS OF REGISTERS AND STORAGE ON DEMOAST1.LOG.
*
* MAINTENANCE
*
* 05/18/87 CONVERTED TO R2.0 XFILI/XFILO PATH/FILENAME FORMAT
*
*
DEMOAST1  CSECT
	USING *,R15
	XFILI =C'DEMOAST1.DAT'
	XFILO =C'DEMOAST1.LOG'
	XDUMP
LOOP     EQU   *
	XREAD CARD
	BNZ   EOF
	XPRNT CARD,80
	B     LOOP
EOF      EQU   *
	XDUMP CARD,80
	XDUMP CARD
	SVC   EXIT
R15      EQU   15
EXIT     EQU   0
CARD     DC    CL80' '
	END   DEMOAST1
/pre>
                  
by mshook 2009-05-10 21:30 ibm · assembler · emulator · cool · nostalgia · editor · simulator · code · example · dos · pc · 10 · may · 2009 · f · tinyurl · pyvh2k
http://mshook.googlepages.com/d4m.htm?/mshook/10+may+2009+f - cached - mail it - history
  • "The PC/370 package provides the capability to assemble, link, and execute IBM 370 assembler programs on any 80x86 MSDOS 2.0+ micro computer such as the IBM PC, XT, AT, PS/2, Compaq, etc. " ~1988
  • A more detailed description in an ACM abstract
  • Based on ASSIST which was implemented as a batch 360 system ~1974
  • includes lots of short example programs
  • includes the source for a working full screen character-based editor
  • I found it at http://www.ibmmainframes.com/downloads/PC-370.zip
  • I put a copy at http://mshook.googlepages.com/PC-370.zip
by mshook 2009-05-10 21:10 ibm · assembler · emulator · cool · nostalgia · editor · simulator · code · example · dos · pc · 10 · may · 2009 · e
http://mshook.googlepages.com/d4m.htm?/mshook/10+may+2009+e - cached - mail it - history
by mshook 2008-01-19 18:37 adventure · game · history · if · interactive · fiction · simulation
http://www.ifiction.org/games/play.phpz?cat=&game=1&mode=html - cached - mail it - history
" The Hermes Network Simulator is a program that allows us to design a network on a city and observe the level of service it can provide , i.e. how many people and how fast can be served. It features an easy to use Graphical User Interface. "
by mshook 2007-10-29 12:13 saved · prt · greece · simulator · network · transit · interesting · download · cool
http://students.ceid.upatras.gr/~xithalis/simulation_en.html - cached - mail it - history
by mshook 2007-10-24 19:03 google · sketchup · list · viapopular · aero · flight · simulator · earth
http://lifehacker.com/software/lifehacker-top-10/top-10-google-products-you-forgot-all-about-313530.php - cached - mail it - history
Requires a download & install of Viatools. Not me.
by mshook 2007-09-05 12:42 flight · aero · toy · game · simulator · download · mynote
http://flightsim.airhogs.com:8080/ - cached - mail it - history
1 - 9 of 9  
Related Tags
 
- exclude ~ optional + require
Add Dates