Mynd:Codepage-437.png

Page contents not supported in other languages.
Úr Wikipediu, frjálsa alfræðiritinu

Codepage-437.png(304 × 144 mynddílar, skráarstærð: 2 KB, MIME-gerð: image/png)

Skrá þessi er af Wikimedia Commons, og deilt meðal annarra verkefna og nýtist því þar. Hér fyrir neðan er afrit af skráarsíðunni þar.

)y&é╞╦σ¬.é0ü

Lýsing

Lýsing
English: Full character set of Template:W°, as displayed by an IBM PC
Dagsetning
Uppruni eigin skrá
English: Created on QEMU.
Höfundarréttarhafi MattGiuca (spjall · framlög) (Log)
Aðrar útgáfur

Leyfisupplýsingar:

This work is ineligible for copyright and therefore in the public domain because it consists entirely of information that is common property and contains no original authorship.

Reproduction instructions

Compile the following source code (which I wrote, MattGiuca (spjall · framlög), under the same license as this image) using NASM to assemble into a binary. Boot with QEMU.

; PRINT ENTIRE OF CODE PAGE 437 TO THE SCREEN
; (NASM Source)

_start:
    ; Set to 0
    xor ax, ax
    xor bx, bx
    xor cx, cx
    xor dx, dx

    mov ah, 0x5 ; Select active display page al
    mov al, 1
    int 0x10

    mov bh, 1   ; Page number
    mov ah, 0x2 ; Set cursor position to (dl, dh)
    int 0x10

    xor ax, ax
    ; For each character (0-255)
    loop:
        mov ah, 0xa ; Write character al at cursor position
        mov cx, 1   ; Write only once
        int 0x10
        inc dl      ; x++
        ; Create a newline every 32 characters
        test dl, 0x1f   ; if dl & 0x1f == 0
        jnz nonewline
            inc dh      ; y++
            xor dl, dl  ; x = 0
        nonewline:
        mov ah, 0x2 ; Set cursor position to (dl, dh)
        int 0x10
        inc al      ; al++
        test al, al ; if al != 0 goto loop
        jnz loop

hang:
    jmp hang

; Count up size of each section
%assign text_length ($-$$)

; Pad the boot sector out to 512 bytes
; All bytes are padded with nop, except the last to (0x55 0xaa).
times 510 - text_length nop

db 0x55, 0xaa

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts enska

18. febrúar 2009

media type enska

image/png

checksum enska

c12af8b7c6c071d77f9a72b88d5533f2b782d47c

data size enska

2.513 Bæti

144 díll

304 díll

Breytingaskrá skjals

Smelltu á dagsetningu eða tímasetningu til að sjá hvernig hún leit þá út.

Dagsetning/TímiSmámyndVíddirNotandiAthugasemd
núverandi7. júní 2010 kl. 13:07Smámynd útgáfunnar frá 7. júní 2010, kl. 13:07304 × 144 (2 KB)Blacki4{{Information |Description={{es|1=Carácteres del código de página 437}} |Source={{own}} |Author=Blacki4 |Date= |Permission= |other_versions= }}

Það eru engar síður sem nota þessa skrá.

Altæk notkun skráar

Eftirfarandi wikar nota einnig þessa skrá: