pyz80 with Notepad++ integration

2013-10-06 Thread SCjoe
Hi, please help me with the idea how to integrate pyz80 into the Notepad++ (Win7). I tried many forms of the Notepad++´s Menu Run, from the simple sentence... PYTHON PYZ80.PY source.s (which works in the CMD line) ... to ... c:\python25\python c:\python25\pyz80.py $(FULL_CURRENT_PATH) ... or

RE: pyz80 with Notepad++ integration

2013-10-06 Thread Stefan Drissen
1. get the NppExec plugin - it provides an output console and (just installed it so not sure) allows you to do something with the resulting file 2. there seems to be an issue with pyz80 and qualified input file names - as soon as you try to run python pyz80.py c:\source.s it chokes (also from

Re: pyz80 with Notepad++ integration

2013-10-06 Thread Andrew Collier
Hi, Hmm. It's a while since I wrote that code, but I think the effect of commenting out those lines may be that after an INCLUDE directive is used, it would continue assembling from the wrong line number in the parent file. Unfortunately I do appear to have made an implicit assumption about

Re: pyz80 with Notepad++ integration

2013-10-06 Thread Balor Price
Hello Josef I don't do anything complicated with the Run command, especially not with passing the command line error reports back into Notepad++. However I do make a little batch file for each project I work on, which I can double-click on to compile and run outside of Notepad++, and then