File:Codepage-437.png

頁面內容不支援其他語言。
這個檔案來自維基共享資源
維基百科,自由的百科全書

Codepage-437.png(304 × 144 像素,檔案大小:2 KB,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

說明

添加單行說明來描述出檔案所代表的內容

在此檔案描寫的項目

描繪內容

c12af8b7c6c071d77f9a72b88d5533f2b782d47c

斷定方法:​SHA-1 中文 (已轉換拼寫)

2,513 位元組

144 像素

304 像素

檔案歷史

點選日期/時間以檢視該時間的檔案版本。

日期/時間縮⁠圖尺寸使用者備⁠註
目前2010年6月7日 (一) 13:07於 2010年6月7日 (一) 13:07 版本的縮圖304 × 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= }}

下列3個頁面有用到此檔案:

全域檔案使用狀況

以下其他 wiki 使用了這個檔案: