Login

Subversion Repositories NedoOS

Rev

Blame | Last modification | View Log | Download | RSS feed

    ORG $1000

    RELOCATE_START
label1:     DB  0x12
        ALIGN   16      ; relalign-ok ; suppressed warning
        ALIGN   32      ; warn about relocation mode
            ld  hl,label1
    RELOCATE_END

    RELOCATE_TABLE