Page 1 of 1

Gpsim-0.27.9 pet and gpasm

Posted: Sun 26 Jan 2014, 22:26
by mister_electronico
Hello after hard efforts I've gotten this pet, that works in Slacko Puppy-5.6 but I hope to work in other puppies

http://www.mediafire.com/download/xxa7d ... 0.27.9.pet

Has input menu in Menu> Utility> Gpsim

Comes also including commands:

gpasm, gpdasm, gplib, gplink, gpstrip, gpvc, gpvo

If someone use in other distro of Puppy please say me if works.

Hope someone usefull

See you.


______________________________________________________________________
My blog

https://misterelectronicoes.wordpress.com/

Example use Gpsim

Posted: Sun 26 Jan 2014, 22:30
by mister_electronico
Compile your program in assembler by for example:

gpasm -p 16f873 file.asm

The inclusion p16f873.inc file must be in the same directory.

I am receiving messages but everything else right.

file.asm:6:Warning [215] Processor superseded by command line.
file.asm:32:Message [302] Register in operand not in bank 0. Ensure bank bits are correct.
file.asm:35:Message [302] Register in operand not in bank 0. Ensure bank bits are correct.
file.asm:39:Message [302] Register in operand not in bank 0. Ensure bank bits are correct.
file.asm:42:Message [302] Register in operand not in bank 0. Ensure bank bits are correct.
file.asm:74:Message [302] Register in operand not in bank 0. Ensure bank bits are correct.
file.asm:333:Message [305] Using default destination of 1 (file).


If all goes well the following files are created.

file.cod, file.hex, file.lst


After executing the command execute

gpsim -s file.cod file.asm

The program window opens.

To see the different program windows and go to the Windows menu can open. There we can visualize the Program Memory window, Source, RAM .....


See you.


______________________________________________________________________
My blog

https://misterelectronicoes.wordpress.com/

U

Posted: Fri 28 Feb 2014, 20:15
by mister_electronico
N






______________________________________________________________________
My blog

https://misterelectronicoes.wordpress.com/