It would be nice to have these tools for Linux and have them give return codes for success and fail when running. I would like to create a make file on linux to compile apps. Interestingly the windows versions of these commands do not appear to set ErrorLevel for batch scripting in windows.
well, you can use "wine": COMPILER_PATH=../dosasm/keil MAIN_FILE=monitor.asm all: wine compiler/A51.EXE @sps.dir wine compiler/BL51.EXE MONITOR.OBJ wine compiler/OH51.EXE MONITOR