Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Shape table

From Wikipedia, the free encyclopedia
Apple II graphics feature
This article has multiple issues. Please helpimprove it or discuss these issues on thetalk page.(Learn how and when to remove these messages)
This articleis written like apersonal reflection, personal essay, or argumentative essay that states a Wikipedia editor's personal feelings or presents an original argument about a topic. Pleasehelp improve it by rewriting it in anencyclopedic style.(July 2018) (Learn how and when to remove this message)
This articleneeds additional citations forverification. Please helpimprove this article byadding citations to reliable sources. Unsourced material may be challenged and removed.
Find sources: "Shape table" – news ·newspapers ·books ·scholar ·JSTOR
(April 2015) (Learn how and when to remove this message)
(Learn how and when to remove this message)

Shape tables are a feature of theApple II ROMs which allows for manipulation of small images encoded as a series of vectors. An image (orshape) can be drawn in the high-resolution graphics mode—with scaling and rotation—via software routines in the ROM. Shape tables are supported viaApplesoft BASIC and from machine code in the "Programmer's Aid" package that was bundled with the originalInteger BASIC ROMs for that computer.

Applesoft's high-resolution graphics routines were not optimized for speed,[1] so shape tables were not typically used for performance-critical software such as games, which were typically written in assembly language and used pre-shifted bitmap shapes. Shape tables were used primarily for static shapes and sometimes for fancy text; Beagle Bros offered a number of fonts inFont Mechanic as Applesoft shape tables.

Technical details

[edit]

Thevectors of a two-dimensional graphic, each encoding a direction from the previous pixel along with a flag indicating whether the new pixel should be illuminated or not, were encoded up to three in a byte. These were stored in a table via the Monitor or thePOKE command. From there, the graphic could be referenced by number (a table could contain up to 255 shapes), and built-in Applesoft routines permitted scaling, rotating, and drawing or erasing the shape. AnXOR mode was also available to allow the shape to be visible on any color background; this had the advantage, also, of allowing the shape to be easily erased by redrawing it.

Apple did not provide any utilities for creating shape tables; they had to be created by hand, usually by plotting on graph paper, then calculating the hexadecimal values and entering them into the computer.Beagle Bros created a shape table editing program, which eliminated the "number crunching", calledApple Mechanic, and a related program,Font Mechanic.

See also

[edit]

References

[edit]
  1. ^Simoni, Richard T. Jr. (August 1983)."A New Shape Subroutine for the Apple".BYTE. p. 292. Retrieved9 February 2015.

External links

[edit]
Retrieved from "https://en.wikipedia.org/w/index.php?title=Shape_table&oldid=1226100619"
Category:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp