X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=device%2Flib%2Fz80%2Fcrt0.s;h=d5d68dd829064e767967eeb7c43a0b0cffb97bfb;hb=44a3cdde790cdde99156133b12ea6263dbde536c;hp=23843568f76eec4bf474141185bc912f3c3102cf;hpb=b08365679f95e6cb1c7e8ef150ef304cc40cf305;p=fw%2Fsdcc diff --git a/device/lib/z80/crt0.s b/device/lib/z80/crt0.s index 23843568..d5d68dd8 100644 --- a/device/lib/z80/crt0.s +++ b/device/lib/z80/crt0.s @@ -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