; ; File generated by cc65 v 2.19 - Git ab8bb268 ; .fopt compiler,"cc65 v 2.19 - Git ab8bb268" .setcpu "6502" .smart on .autoimport on .case on .debuginfo off .importzp sp, sreg, regsave, regbank .importzp tmp1, tmp2, tmp3, tmp4, ptr1, ptr2, ptr3, ptr4 .macpack longbranch .export _system ; --------------------------------------------------------------- ; int __near__ __fastcall__ system (const char *s) ; --------------------------------------------------------------- .segment "CODE" .proc _system: near .segment "CODE" jsr pushax ldy #$00 lda (sp),y iny ora (sp),y bne L0002 tax jmp L0004 L0002: ldx #$FF txa L0004: jmp incsp2 .endproc