Skip to content

team asm #2

@abdelmalek13

Description

@abdelmalek13

;common anode seven segment is used
.model small
.data
lookup db 7Eh, 06h, 5Bh, 4Fh, 27H, 6Dh,3Dh,46h,7Fh,67h
.code
mov ax, @DaTa ; Initialize data section
mov ds, ax
mov bx, offset lookup ; Load offset of lookup in bx
in al,110
xlat ; translate byte in al
mov bh, al ; al = lookup(key)
out 199,al
end

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions