- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Mediatroni x/pBlazASM tools
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
06-02-2012 02:29 AM
Please direct any pBlazASM/pBlazIDE related questions to the pblazasm@mediatronix.com maillist, instead of this list to keep this list Picoblaze and Xilinx specific.
Thanks,
Henk van Kampen
Mediatronix BV
Re: Mediatroni x/pBlazASM tools
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
12-19-2012 12:56 AM
Hi Henk,
Is this email adress still active?
Rgds,
Technicolor
Re: Mediatroni x/pBlazASM tools
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
12-19-2012 03:59 AM
I have a piece of code
.ORG 0x000 // code entry
JUMP main
main:
load sA, 33
JUMP main
When I this assemble with the command: pBlazASM.exe -6 -l movement.psm in a dosbox this generates a movement.lst file.
When I try to simulate this in pBlazSIM the program can't be run because the 'step' button stays greyed out.
Why is that?
Re: Mediatroni x/pBlazASM tools
[ Edited ]
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
12-21-2012 04:13 AM - edited 12-21-2012 04:17 AM
The solution is to compile it also with the -s option.
So like this: pBlazASM.exe -6 -l -s movement.psm
Then it works











