Assembler programming question (no hurry)

Issues related to applications and software problems
Post Reply
lightman47
Posts: 1522
Joined: 2014/05/21 20:16:00
Location: Central New York, USA

Assembler programming question (no hurry)

Post by lightman47 » 2018/11/17 17:38:15

When last I programmed in assembler it was with MASM 16 bit in DOS 3.3 / 6.2. I did have a fantastic GUI debugger at that time, I believe it was Codeview or something similar.

I have been watching videos and am thinking about playing with assembler again. I'd like a GUI debugger that supported single-stepping while displaying the registers as you go, etc. Does anyone know of such a program that would run under CentOS 7/Gnome? The dream is to not have to compile anything (.i.e. - from a reliable repo hopefully).

Thank you.

dunch
Posts: 66
Joined: 2018/11/07 13:48:53
Location: Yorkshire

Re: Assembler programming question (no hurry)

Post by dunch » 2018/11/19 09:30:03

Good old gdb will probably do what you want. Odds on you've already got it installed anyway and there are numerous GUI wrappers if you so choose.

Post Reply