I checked this site http://zxspectrumdev.blogspot.gr/2009/01/setting-up-developm...
it has instructions how to install a text editor with syntax highlighting for z80 asm.Then you can setup pasmo assembler to create tap files for spectrum zx with a click of a button f9 and with f10 it runs an emulator and the file is loaded.
From what i see in the editor you define the executable of the assembler with the options to create a tap file.
In theory can we do the same for msx?A way to make binary files or rom files,and then with f10 to load openmsx and run the file?It is very good method indeed.
I setup this with spectrum emulator,and run many examples and machine code programs very fast and directly,and with just a button i made changes to the source and had at once my new tap file loaded.
On msx on the other side i have to get my source load an assembler under msx,in order to see something which takes so much time.
So openmsx or bluemsx do they take optional parameters to load external files if run from a shell ?And what is the best windows z80 assember that can make binary files for msx?
UPDATE: http://pasmo.speccy.org/ it seems from the documentation pasmo can create binary files for msx too.So in theory the one click button to create msx executables is possible but only for binary files i assume.