File: README

package info (click to toggle)
gpsim-logic 0.0.2-10
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 576 kB
  • ctags: 65
  • sloc: sh: 7,916; cpp: 265; makefile: 68; asm: 9
file content (15 lines) | stat: -rw-r--r-- 465 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
logic example module

The Logic-module is an example on how to create modules that can 
interface to gpsim. 

You may examine the source to see the steps one must go through
to create a custom module. There's a lot of clutter associated 
with implementing the graphics.

The examples/ subdirectory illustrates a pic assembly file along
with a .stc file that will exercise the module. Here are the steps
on how to use it:

gpasm logic_mod.asm
gpsim -c logic_mod.stc