[program-l] Assembler.

  • From: <kperry@xxxxxxxxxxxxx>
  • To: <program-l@xxxxxxxxxxxxx>
  • Date: Sat, 26 Nov 2022 11:40:42 -0500

 

I have been working on goasm lately.  Currently I am just printing out
registers to see what they are.  Being that just printing stuff to console
is also a point where problems can come in.  I would like a command line
register debugger like the one that used to run under MsDos.  Unfortunately
it seems that Since windows 8 it no longer works because of the change to
the command line.  I could run a virtual box and older windows but I am
wondering if anyone knows of a good command  line debugger for ASM.    I
have seen some people are using GDB so I will try that right now.  With that
said GDB is a symbolic debugger and I just want to watch the registers as I
step through the program.    

Other related posts:

  • » [program-l] Assembler. - kperry