Do not post to this thread

The part of the forum where the silliest things happen. Conversations that sound like they belong here, will be moved here. Maybe.
User avatar
Del
Usher
Usher
Posts: 2833
Joined: 11 Apr 2022, 22:08
Location: Madison, WI
Has thanked: 243 times
Been thanked: 394 times

Do not post to this thread

Post by Del »

Cereal poster.
Image
User avatar
Yohanan
Sunday School Teacher
Sunday School Teacher
Posts: 350
Joined: 23 Jun 2022, 08:13
Has thanked: 39 times
Been thanked: 41 times

Do not post to this thread

Post by Yohanan »

Image
***Smoke What You Like, and Like What You Smoke, No Matter What Anyone Else Thinks!!!***
User avatar
Del
Usher
Usher
Posts: 2833
Joined: 11 Apr 2022, 22:08
Location: Madison, WI
Has thanked: 243 times
Been thanked: 394 times

Do not post to this thread

Post by Del »

This is not a post.

Image

It's just a stump.
User avatar
Biff
Darth Floof Floof
Darth Floof Floof
Posts: 1302
Joined: 05 Apr 2022, 17:26
Has thanked: 71 times
Been thanked: 147 times

Do not post to this thread

Post by Biff »

Yohanan wrote: 03 Aug 2023, 19:09 Image
Here I stand. I can do no other. :flags-wavegreatbritain: :flags-canada:
User avatar
Jocose
Usher
Usher
Posts: 2409
Joined: 09 Apr 2022, 12:10
Location: Ulaanbaatar
Has thanked: 309 times
Been thanked: 272 times

Do not post to this thread

Post by Jocose »

The views expressed here are either mine or not my own, not sure.
The opinions expressed here may or may not be my own.
I post links to stuff.
Make your own choices.
User avatar
Jocose
Usher
Usher
Posts: 2409
Joined: 09 Apr 2022, 12:10
Location: Ulaanbaatar
Has thanked: 309 times
Been thanked: 272 times

Do not post to this thread

Post by Jocose »

Jocose wrote: 11 Aug 2023, 14:49
The views expressed here are either mine or not my own, not sure.
The opinions expressed here may or may not be my own.
I post links to stuff.
Make your own choices.
User avatar
coco
JimVH from the old site
JimVH from the old site
Posts: 1480
Joined: 08 Apr 2022, 15:54
Location: Sweet Home Alabama
Has thanked: 19 times
Been thanked: 255 times

Do not post to this thread

Post 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
I am not as cool as JimVH. Nor or you. Well, unless you ARE JimVH.
User avatar
Jocose
Usher
Usher
Posts: 2409
Joined: 09 Apr 2022, 12:10
Location: Ulaanbaatar
Has thanked: 309 times
Been thanked: 272 times

Do not post to this thread

Post 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
The views expressed here are either mine or not my own, not sure.
The opinions expressed here may or may not be my own.
I post links to stuff.
Make your own choices.
User avatar
coco
JimVH from the old site
JimVH from the old site
Posts: 1480
Joined: 08 Apr 2022, 15:54
Location: Sweet Home Alabama
Has thanked: 19 times
Been thanked: 255 times

Do not post to this thread

Post by coco »

Code: Select all

print('post')
I am not as cool as JimVH. Nor or you. Well, unless you ARE JimVH.
User avatar
coco
JimVH from the old site
JimVH from the old site
Posts: 1480
Joined: 08 Apr 2022, 15:54
Location: Sweet Home Alabama
Has thanked: 19 times
Been thanked: 255 times

Do not post to this thread

Post by coco »

The powder-post beetle
Image
I am not as cool as JimVH. Nor or you. Well, unless you ARE JimVH.
Post Reply