Fixed up support for the gbz80 such that it will at least run (and fail badly) the...
[fw/sdcc] / device / lib / z80 / crt0.s
index 23843568f76eec4bf474141185bc912f3c3102cf..d5d68dd829064e767967eeb7c43a0b0cffb97bfb 100644 (file)
@@ -45,16 +45,6 @@ __clock::
         rst     0x08
        ret
        
-_getsp::
-       ld      hl,#0
-       add     hl,sp
-       ret
-
-__printTStates::       
-       ld      a,#3
-       out     (0xff),a
-       ret
-
 _exit::
        ;; Exit - special code to the emulator
        ld      a,#0