Nostalgia - Hello World - Amiga 500

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 ...

Comments

Popular posts from this blog

Could not load file or assembly 'System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. The system cannot find the file specified at Configuration class initiation in CrmServiceHelper.cv

Complex Query in QueryExpression in Microsoft CRM 2011

Microsoft Power Apps Portal integration with Dynamics 365 CE On-Premise - Step By Step Guide