How do I assemble some of the Z80 sources found arround?
Thomas Scherrer: You download the TASM assembler, then you make a BAT file like this: cls tasm -80 -b -fFF -q -i -y test.asm test.bin where test.asm is your assembler source text file, and test.bin are the binary executable file, ready for programming into a eprom and then put in your Z80 system..