Login

Subversion Repositories NedoOS

Rev

Rev 1287 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

;----------------------------------------------------------------------
; ╨Т╤Е╨╛╨┤: A(╤Б╨╕╨╝╨▓╨╛╨╗)
; ╨Я╨╡╤З╨░╤В╤М ╤Б╨╕╨╝╨▓╨╛╨╗╨░ ╨▓ ╨┐╨╛╤В╨╛╨║
; ----------------------------------------------------------------------

print_char: push    af
            ;push    bc
            ;push    de
            push    hl
            ld      hl, (video_cursor)
            ;cp      10
            ;jr      z, .pc2                 ; ╨Ъ╨╛╨┤ ╨┐╨╡╤А╨╡╨╜╨╛╤Б╨░ ╨╜╨░ ╨┤╤А╤Г╨│╤Г╤О ╤Б╤В╤А╨╛╨║╤Г
            ld (hl),a                 ; ╨Ч╨░╨┐╨╕╤Б╨░╤В╤М 8 ╨▒╨╕╤В
            inc hl
            ld (video_cursor),hl
            ; ------------
            ld      hl, _param_cnt
            inc     (hl)
            ; ------------
            pop     hl
            ;pop     de
            ;pop     bc
            pop     af
            ret