Notepad++ How to Convert .asm file to .hex

http://downloads.sourceforge.net/mingw/mingw32-make-3.81-20080326.tar.gz

Try that :slight_smile:

Gonna wait till I get the new encoder before I do any more code changes but thanks for the direct link…

Sorry for bumping this up but i came across a contradiction…if i look at the PATH variables of TK for example, previously in this thread, i noticed that he doesn’t have have the variables of MSYS etc. as first like it’s described in the dokuwiki toolchain for windows setup.

Like this:

C:\MSYS\1.0\bin;C:\Program Files\gputils\bin;C:\Program Files\SDCC\bin;C:\MinGW\bin;C:\Program Files\Windows Resource Kits\Tools;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:\Program Files\ATI Technologies\ATI Control Panel;C:\Program Files\Symantec\pcAnywhere;C:\Program Files\ActivCard\ActivCard Gold\resources;c:\program files\MSSQL7\BINN;c:\Program Files\Microsoft SQLServer\90\Tools\binn;C:\Program Files\MKVtoolnix;  

TK’s:

Path=D:\posix_bin;C:\Programme\Perl\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\P

rogramme\Intel\DMIX;C:\Programme\Gemeinsame Dateien\Roxio Shared\DLLShared;C:\Programme\Java\jdk1.5.

0_10\bin;C:\Programme\QuickTime\QTSystem;C:\Programme\SDCC\bin;C:\Programme\gputils\bin

PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH

He has the system32 etc before the MSYS etc.

Does this make any difference?

If i type >set path in cmd DOS i get this:

C:\>set PATH=D:\posix_bin;%PATH%

C:\>set path

Path=D:\posix_bin;C:\MSYS\1.0\bin;C:\Program Files\gputils\bin;C:\Program Files\

SDCC\bin;C:\MinGW\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;

PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH

Which is the right one and should i change my system path variable?

Follow the wiki and all will be well.

http://www.midibox.org/dokuwiki/windows_toolchain_quickstart

Explanation: TK has his unix-emulation not from msys, but in a zip file extracted to the posix_bin directory.

Everything is working fine over here so it should be allright ;D had a mayor harddisk lockup under windows so re-installing the lot now in the windows partition. Came across this post because after the first install it didn’t work…so then you have to read some more and look for similar problems with other users. So when things where running i compared my cmd read out with Thorsten’s and found it to be different. Just wondering, now i know. :wink: