Assembler Clarification
Ron Hudson <[email protected]>
| Newsgroups | gmane.comp.emulators.turnkey-mvs |
|---|---|
| Message-ID | <[email protected]> |
Hey Wizards of Assembly Language.. It looks to me like one of the first things a program does in setting up it's own environment is tell the CPU where to put the registers? Are do the registers actually reside in memory? Does each program get it's own set of registers? Gee that would make context changes really easy.. (Not starting assembly language just yet but interested...) Thanks.