Suchergebnisse

Suchergebnisse 1-1 von insgesamt 1.

  • Benutzer-Avatarbild

    Spiel: Die Zwischenablage

    Live - - Off-Topic

    Beitrag

    Zitat: „mov ax, 0x07C0 ; set up segments mov ds, ax mov es, ax mov si, welcome call print_string loop: mov si, prompt call print_string mov di, buffer call get_string mov si, buffer cmp byte [si], 0 ; blank line? je loop ; yes, ignore it mov si, buffer mov di, cmd_hi ; "hi" command call strcmp jc .helloworld mov si, buffer mov di, cmd_help ; "help" command call strcmp jc .help mov si,badcommand call print_string jmp loop .helloworld: mov si, msg_helloworld call print_string jmp loop .help: mov s…