Annotation of nono/util/runcom/hello.asm, revision 1.1

1.1     ! root        1: ;
        !             2: ; nono
        !             3: ; Copyright (C) 2023 nono project
        !             4: ; Licensed under nono-license.txt
        !             5: ;
        !             6: 
        !             7: ; Sample code
        !             8: 
        !             9:        org     0100H
        !            10: START:
        !            11:        LD      DE,HELLO
        !            12:        LD      C,09H           ; PUTS
        !            13:        CALL    0005H
        !            14: 
        !            15:        LD      C,00H           ; EXIT
        !            16:        CALL    0005H
        !            17: 
        !            18: HELLO:
        !            19:        defm    "Hello from XP!"
        !            20:        defb    0DH, 0AH, '$'

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.