Can some clever chap (or chapess) tell me what is wrong with this:
It is supposed to print the letter A to the screen..... But it doesn't.

export  _main
_main:
        mov     eax,#4
        mov     ebx,#1
        mov     ecx,#13
        mov     edx,#1
        int     $80

        mov     eax,#1
        int     $80
.data
.bss


Luke(Boo) Farrar.

Reply via email to