Web-based Assembler
843841Jun 20 2004 — edited Jun 20 2004hai
if i want to build up a web-based Assembler system that can provided services likes MASM. It can compiler the 8086 assembly code enter by client and come out a result and send back to client and display the result on client screen. How to develop it? i am using Tomcat-apache to built it. So, can i ask how do i link the assembler 8086 MASM to Tomcat-apache, so that it can call the assembler when it receive the code by the client?How to display the result on the client site when received the result?
thanks