web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :
Dynamics 365 Community / Blogs / Dynamics of Things / Nostalgia - Hello World - A...

Nostalgia - Hello World - Amiga 500

Muhammet ATALAY Profile Picture Muhammet ATALAY 60
start
    ldx #$00
loop
    lda text,x
    sta $0400,x 
    beq finish
    inx
    jmp loop
finish
    rts
text .byte 8,5,12,12,15,32,23,15,18,12 
      .byte 4,33,0

Output : Hello World! 

I missed those days a lot ...


This was originally posted here.

Comments

*This post is locked for comments