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

Exception caught instantiating TERADATA report server extension SQL Reporting Services

you face "ISV code aborted the operation" when you change status of the any record in Dynamics CRM 2013