Re: fullscreen debugger
"paoloG" <[email protected]>
| Newsgroups | gmane.comp.emulators.hercules390.vm |
|---|---|
| Message-ID | <[email protected]> |
--- In [email protected], "Rocky" <rocsystems@...> wrote: > > Paul > > Does the "C" code generate an assembler listing? > Haven't really given thoughts to that yet. > > Basic idea was to get a one to one debugger against Machine Language. > STOP on address and display/alter various storage and registers > > Here I am really working blind so all all ideas are welcome. > I am not going to start for another week or two - Have to make with my wife > for the last project. > > I know COBOL or PL1 can give assembler listings. > Does the "C" do that also? > > Roc > Rocky, AFAIK 'C' doesn't create a TEXT directly; it creates an ASSEMBLER Source that you have to assemble and link. Regards. Paul