Announcement

Collapse
No announcement yet.

DB Character table tool

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • DB Character table tool

    This is one of the standard tools in the MASM32 Project and it only took a minor modification for it to output a 256 character table for PB.

    It creates table of this type.

    Code:
      ! db 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
      ! db 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
      ! db 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
      ! db 1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0
      ! db 0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
      ! db 1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0
      ! db 0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
      ! db 1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0
      ! db 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
      ! db 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
      ! db 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
      ! db 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
      ! db 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
      ! db 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
      ! db 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
      ! db 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
    If ayone is interested in the source you are welcome to ask but its written in MASM.
    Attached Files
    hutch at movsd dot com
    The MASM Forum - SLL Modules and PB Libraries

    http://www.masm32.com/board/index.php?board=69.0
Working...
X