Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12
  1. #11

    mao ni ayyy

    cseg segment para 'code'
    assume cs:cseg
    org 100h

    main: jmp start

    input db "New Directory: $"
    dirName db " ",0

    start proc far


    mov ah,09
    lea dx,input
    int 21h

    mov ah,0ah
    mov dx,offset dirName
    int 21h



    mov ah,39h
    mov dx, offset dirName
    int 21h

    mov ah,0
    int 10h

    mov ah,02h
    mov bh,00
    mov dh,13
    mov dl,35
    int 10h

    jmp stop

    stop:
    mov ah,4ch
    int 21h


    start endp
    cseg ends
    end main

  2. #12
    ka-LOL sa tubag sa mga tawo oi... HAHAHA!

  3.    Advertisement

Page 2 of 2 FirstFirst 12

Similar Threads

 
  1. How to Make Her Fall in Love with You
    By botyok in forum "Love is..."
    Replies: 783
    Last Post: 03-08-2010, 01:03 PM
  2. How to make an alternate DSL line with extension?
    By skydive777 in forum Networking & Internet
    Replies: 11
    Last Post: 07-13-2009, 08:31 PM
  3. How to make carbonara with mushroom and ham?
    By schanqz in forum Food & Dining
    Replies: 2
    Last Post: 09-20-2008, 06:28 AM
  4. How to make Fasterfox compatible with Firefox 3.0.1 Tutorial
    By yanypie in forum Networking & Internet
    Replies: 0
    Last Post: 08-28-2008, 05:23 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
about us
We are the first Cebu Online Media.

iSTORYA.NET is Cebu's Biggest, Southern Philippines' Most Active, and the Philippines' Strongest Online Community!
follow us
#top