קובץ:Codepage-437.png

תוכן הדף אינו נתמך בשפות אחרות.
מתוך ויקיפדיה, האנציקלופדיה החופשית

Codepage-437.png(304 × 144 פיקסלים, גודל הקובץ: 2 ק"ב, סוג MIME‏: image/png)

ויקישיתוף זהו קובץ שמקורו במיזם ויקישיתוף. תיאורו בדף תיאור הקובץ המקורי (בעברית) מוצג למטה.

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

תקציר

תיאור
English: Full character set of code page 437, 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

הוגדר לפי: SHA-1 אנגלית

144 פיקסל

304 פיקסל

היסטוריית הקובץ

ניתן ללחוץ על תאריך/שעה כדי לראות את הקובץ כפי שנראה באותו זמן.

תאריך/שעהתמונה ממוזערתממדיםמשתמשהערה
נוכחית16:07, 7 ביוני 2010תמונה ממוזערת לגרסה מ־16:07, 7 ביוני 2010‪144 × 304‬ (2 ק"ב)Blacki4{{Information |Description={{es|1=Carácteres del código de página 437}} |Source={{own}} |Author=Blacki4 |Date= |Permission= |other_versions= }}

הדף הבא משתמש בקובץ הזה:

שימוש גלובלי בקובץ

אתרי הוויקי השונים הבאים משתמשים בקובץ זה: