Codepage-437.png(304 × 144 ピクセル、ファイルサイズ: 2キロバイト、MIME タイプ: image/png)

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

概要

解説
English: Full character set of Template:W°, as displayed by an IBM PC
日付
原典 投稿者自身による著作物
English: Created on QEMU.
作者 MattGiuca (トーク · 投稿記録) (Log)
その他のバージョン

ライセンス

この著作物は、完全に常識的な情報から構成され創作性を欠くために、著作権発生の資格がなく、故にパブリックドメインの状態にあります。

Reproduction instructions

Compile the following source code (which I wrote, MattGiuca (トーク · 投稿記録), 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

キャプション

このファイルの内容を1行で記述してください

このファイルに描写されている項目

題材

18 2 2009

c12af8b7c6c071d77f9a72b88d5533f2b782d47c

2,513 バイト

144 ピクセル

304 ピクセル

ファイルの履歴

過去の版のファイルを表示するには、その版の日時をクリックしてください。

日付と時刻サムネイル寸法利用者コメント
現在の版2010年6月7日 (月) 13:072010年6月7日 (月) 13:07時点における版のサムネイル304 × 144 (2キロバイト)Blacki4{{Information |Description={{es|1=Carácteres del código de página 437}} |Source={{own}} |Author=Blacki4 |Date= |Permission= |other_versions= }}

以下の​ 2 ページがこのファイルを使用しています:

グローバルなファイル使用状況

以下に挙げる他のウィキがこの画像を使っています: