Re: sid cgen cpus broken by absence of pic libiberty
Ben Elliston <[email protected]>
| Newsgroups | gmane.comp.emulators.sid.devel,gmane.comp.tools.cgen.devel |
|---|---|
| Message-ID | <[email protected]> |
"Frank Ch. Eigler" <[email protected]> writes: > > And then arranging to carefully set it back before we leave, either > > successfully or with an error? From any of the callback functions we > > might be using to read memory, like those in GDB, that use longjmp? > > OK (though it sounds strange that we would do keyword parsing from > within such contexts). I saw an academic simulator a couple of years ago that allowed students to run their assembly language programs on the simulator, bypassing the assembler. The simulator parsed the assembly source directly, largely eliminating the need for operand field cracking. It's an interesting idea. Ben