Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Count to 10

Name: Anonymous 2010-06-17 15:14

Lets see if /prog/ can count to 10 in C. I'll start:

int main(void){

Name: Anonymous 2010-06-24 11:18

>>94

DOSSEG
.MODEL TINY
.CODE
    ORG   100h
s:
    pusha
    mov al,0
    mov ah,0eh
l:
    inc al
    int 10h
    cmp al,0ah
    jne l
    popa
END s

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List