پرونده:Codepage-437.png

Page contents not supported in other languages.
از ویکی‌پدیا، دانشنامهٔ آزاد

Codepage-437.png(۳۰۴ × ۱۴۴ پیکسل، اندازهٔ پرونده: ۲ کیلوبایت، نوع 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

عنوان

شرحی یک‌خطی از محتوای این فایل اضافه کنید

آیتم‌هایی که در این پرونده نمایش داده شده‌اند

توصیف‌ها

checksum انگلیسی

c12af8b7c6c071d77f9a72b88d5533f2b782d47c

۲٬۵۱۳ بایت

۱۴۴ پیکسل

۳۰۴ پیکسل

تاریخچهٔ پرونده

روی تاریخ/زمان‌ها کلیک کنید تا نسخهٔ مربوط به آن هنگام را ببینید.

تاریخ/زمانبندانگشتیابعادکاربرتوضیح
کنونی‏۷ ژوئن ۲۰۱۰، ساعت ۱۳:۰۷تصویر بندانگشتی از نسخهٔ مورخ ‏۷ ژوئن ۲۰۱۰، ساعت ۱۳:۰۷۳۰۴ در ۱۴۴ (۲ کیلوبایت)Blacki4{{Information |Description={{es|1=Carácteres del código de página 437}} |Source={{own}} |Author=Blacki4 |Date= |Permission= |other_versions= }}

صفحهٔ زیر از این تصویر استفاده می‌کند:

کاربرد سراسری پرونده

ویکی‌های دیگر زیر از این پرونده استفاده می‌کنند: