Anonymous

X80: Difference between revisions

From Sinclair Wiki
2 bytes removed ,  21 March 2011
m
no edit summary
mNo edit summary
Line 16: Line 16:
address of the stack pointer. It then halts the Z80, and performs the floating
address of the stack pointer. It then halts the Z80, and performs the floating
point operations, reading the calculator instructions as native op-codes until it
point operations, reading the calculator instructions as native op-codes until it
reads the a FEND instruction. At this point it replaces the contents of the stack
reads the a FCE instruction. At this point it replaces the contents of the stack
pointer with the next address after the FEND instruction, forces a RET instruction
pointer with the next address after the FCE instruction, forces a RET instruction
onto the bus and returns control to the Z80.
onto the bus and returns control to the Z80.