Jump to content

  •  

  • iBotModz CBox


    Photo

    OLD PERSON RESIGNER!


    • Please log in to reply
    25 replies to this topic

    #21 miinaturvat

    miinaturvat

      miiinaturvat

    • Donors+

    • 927 posts
    • Joined: 09-April 08
    • Gender:Male
    • Location:Dragon Shores!

    Posted 27 October 2009 - 10:17 AM

    I dunno... I prefer the 8086 myself...

    You can code assembly for that and it'll work with amost every processor in the series.

    But if the 4004 is what you want, then more power to you! But I have one thing to say to you...


    name "8086"
    org 100h
    mov ax, 3   
    int 10h     
    mov ax, 1003h
    mov bx, 0
    int 10h
    mov     ax, 0b800h
    mov     ds, ax
    mov [02h], '8'
    mov [04h], '0'
    mov [06h], '8'
    mov [08h], '6'
    mov [0ah], ' '
    mov [0ch], 'O'
    mov [0eh], 'W' 
    mov [10h], 'N'
    mov [12h], 'S'
    mov [14h], '!'
    mov cx, 10   
    mov di, 03h 
    c:  mov [di], 11101100b 
        add di, 2 
        loop c
    mov ah, 0
    int 16h
    ret
    

    Compile that one! :D

    #22 kink

    kink

      Recruit

    • Donors

    • 7 posts
    • Joined: 19-February 09
    • Gender:Male
    • Location:Kirkland,WA

    Posted 22 November 2009 - 08:17 AM

    Oops..someone forgot Assembly xD

    [warn] We don't decompile applications, and then post the source[/warn]

    #23 ELEMENT18592

    ELEMENT18592

      Private Grade 2

    • Members+

    • 56 posts
    • Joined: 08-September 08
    • Gender:Male
    • Location:Mississippi

    Posted 23 November 2009 - 11:12 PM

    Oops..someone forgot Assembly xD

    [warn] We don't decompile applications, and then post the source[/warn]

    lol he dosent care, He made this as a joke. Im not even sure it works

    #24 gruntmods

    gruntmods

      Commander Grade 2

    • Donors+

    • 1,889 posts
    • Joined: 26-November 08
    • Gender:Male
    • Location:Unknown World

    Posted 26 February 2010 - 10:50 PM

    lol he dosent care, He made this as a joke. Im not even sure it works

    People like you are the reason my grandpa was an arsonist.

    #25 gruntmods

    gruntmods

      Commander Grade 2

    • Donors+

    • 1,889 posts
    • Joined: 26-November 08
    • Gender:Male
    • Location:Unknown World

    Posted 22 September 2010 - 05:18 PM

    People like you are the reason my grandpa was an arsonist.

    BUMP FOR GREAT JUSTICE!

    #26 ELEMENT18592

    ELEMENT18592

      Private Grade 2

    • Members+

    • 56 posts
    • Joined: 08-September 08
    • Gender:Male
    • Location:Mississippi

    Posted 05 January 2011 - 05:29 PM

    Jk :]

    Edited by ELEMENT18592, 12 January 2011 - 09:11 PM.