8086 Interpreter: This program should allow the user to type in 8086 assembly language programs, syntax check them line by line, and run them.
This is my summer project for this year, I just want to better understand, what do I have to do. Is a interpreter the same as a emulator or compiler ? Would anybody have some hints ,or tutorials on assembly and writing interpreters ?