[Z88dk-commits] CVS: z88dk/libsrc/_DEVELOPMENT/z80/c/lr_sccz80 z80_p

Bridge to the z88dk-commits mailing list
Post Reply
alvin

[Z88dk-commits] CVS: z88dk/libsrc/_DEVELOPMENT/z80/c/lr_sccz80 z80_p

Post by alvin »

Update of /cvsroot/z88dk/z88dk/libsrc/_DEVELOPMENT/z80/c/lr_sccz80
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv21288/c/lr_sccz80

Added Files:
z80_pop_int_state.asm z80_push_int_state.asm
Removed Files:
z80_pop_di.asm z80_pop_ei.asm z80_push_di.asm z80_push_ei.asm
Log Message:
changing names of functions that push and pop ei/di state from the stack

--- NEW FILE: z80_pop_int_state.asm ---

; void z80_pop_int_state(void)

XDEF z80_pop_int_state

z80_pop_int_state:

INCLUDE "z80/z80/asm_z80_pop_int_state.asm"

--- NEW FILE: z80_push_int_state.asm ---

; void z80_push_int_state(void)

XDEF z80_push_int_state

z80_push_int_state:

INCLUDE "z80/z80/asm_z80_push_int_state.asm"

--- z80_pop_di.asm DELETED ---

--- z80_pop_ei.asm DELETED ---

--- z80_push_di.asm DELETED ---

--- z80_push_ei.asm DELETED ---


------------------------------------------------------------------------------
Post Reply