I took hcs12 microcontroller course in which we used code warrior for writing and debugging the assembly codes. Now, I'm taking operating systems course in which we use intel 8080 assembly language. Since I'm used to use compiler for high-level languages inherently I'm used to use debuggers supplied by compilers.
My problem is that with codewarrior I can easily check and see at which line my error occurs or my mistake happen. Is there any tool/compiler(preferred) you know for intel 8080 assembly language programming likewise codewarrior?