Page 18 of 20

Do not post to this thread

Posted: 02 Aug 2023, 18:44
by Del
Cereal poster.
Image

Do not post to this thread

Posted: 03 Aug 2023, 19:09
by Yohanan
Image

Do not post to this thread

Posted: 04 Aug 2023, 17:48
by Del
This is not a post.

Image

It's just a stump.

Do not post to this thread

Posted: 04 Aug 2023, 21:34
by Biff
Yohanan wrote: 03 Aug 2023, 19:09 Image

Do not post to this thread

Posted: 11 Aug 2023, 14:49
by Jocose

Do not post to this thread

Posted: 13 Aug 2023, 12:22
by Jocose
Jocose wrote: 11 Aug 2023, 14:49

Do not post to this thread

Posted: 13 Aug 2023, 13:21
by coco

Code: Select all

.686p                   
        .xmm                    
        .model flat,c          

;       include C libraries
        includelib      msvcrtd
        includelib      oldnames
        includelib      legacy_stdio_definitions.lib    

        .data                   
msg     db      "Post!",00dh,00ah,000h    

        .data?                  

        .stack  4096            

        .code                    
        extrn   printf:near
        public  main

main    proc
        push    offset msg
        call    printf
        add     esp,4
        xor     eax,eax
        ret
main    endp

        end

Do not post to this thread

Posted: 13 Aug 2023, 14:18
by Jocose
coco wrote: 13 Aug 2023, 13:21

Code: Select all

.686p                   
        .xmm                    
        .model flat,c          

;       include C libraries
        includelib      msvcrtd
        includelib      oldnames
        includelib      legacy_stdio_definitions.lib    

        .data                   
msg     db      "Post!",00dh,00ah,000h    

        .data?                  

        .stack  4096            

        .code                    
        extrn   printf:near
        public  main

main    proc
        push    offset msg
        call    printf
        add     esp,4
        xor     eax,eax
        ret
main    endp

        end

Do not post to this thread

Posted: 13 Aug 2023, 15:34
by coco

Code: Select all

print('post')

Do not post to this thread

Posted: 13 Aug 2023, 15:37
by coco
The powder-post beetle
Image