I use the 68020 IDE Motorola assembly on my windows 7. It's a program that compiles and run my assembly code (along with other languages). When I run my program, it shows every step of the execution or if there are any errors in my codes. I just switched to Ubuntu 17. and I need a replacement for that program. I know I can learn to install Wine but I want to see if there exists a simulator that works like the one I use.
Asked
Active
Viewed 187 times
0
-
Can you phrase this as a question and give some more details? – DDay Dec 01 '17 at 19:05
-
1OP wants basically a simulator of Motorola 68000 processor, which were very popular in the past. I've seen something in the Ubuntu repositories on it a while back, so there's definitely something OP wants – Sergiy Kolodyazhnyy Dec 01 '17 at 19:11
-
The question was edited. – M. Chakhtoura Dec 02 '17 at 10:29
1 Answers
0
Hatari has a debugger with single stepping https://hatari.tuxfamily.org/doc/debugger.html, see apt list hatari
.

Polluks
- 103