Re: LZ: RST
[Prev][Next][Index][Thread]
Re: LZ: RST
On Wed, 31 Jul 1996, David Kristensen wrote:
> What exactly does the RST instruction mean/stand for/do, etc? I haven't come
> across it in computer assembly (but I know less about that than I do z80, so
> that doesn't say much). Does it just call a function on rom page 0? (oh
> yeah, if it does, do I need to make sure that the rom page is on 0, or will
> it do that automatically?). Any answers would be appreciated (well, almost
> any answers...:)
RST is a software interrupt, similar to INT in 8088.
Barry
References:
- LZ: RST
- From: David Kristensen <dkristensen@cctr.umkc.edu>