WikiPendium

(beta)

Physbase()

WikiPendium :: RecentChanges :: RecentlyCommented :: UserSettings :: You are 216.73.216.179
Ceci est une version archivée de Physbase() à 2006-05-25 22:26:16.

Physbase()


VOIDP Physbase( VOID )


Physbase() returns the base address in memory of the PhysicalScreen buffer.

Opcode

2 (0x02)

Availability

Physbase() is available in all TOS versions.

Binding

	move.w	#$02,-(sp)
	trap	#14
	addq.l	#2,sp


Return Value

Physbase() returns the base address of the PhysicalScreen.

Comments

The physical base address is the memory area where the video chip reads its data. The logical address is the memory area where the VDI draws. These are normally the same but are addressed individually to enable screen flipping.

See Also

PhysicalScreen, Logbase(), LogicalScreen

Il n'y a pas de commentaire sur cette page. [Afficher commentaires/formulaire]