Difference between revisions of "84PCSE:BCALLs:4555"
From WikiTI
(Created page with 'VPutMap 44F8 - VPutMap == Synopsis == '''Hypothesized Official Name:''' VPutMap '''BCALL Address:''' 455…') |
|||
Line 1: | Line 1: | ||
− | [[Category:84PCSE:BCALLs:By Name|VPutMap]] [[Category:84PCSE:BCALLs:By Address|44F8 - VPutMap]] | + | [[Category:84PCSE:BCALLs:By Name|VPutMap]] [[Category:84PCSE:BCALLs:By Address|44F8 - VPutMap]][[Category:84PCSE:BCALLs:By Name:Drawing|VPutMap]][[Category:84PCSE:BCALLs:By Name:Text|VPutMap]] |
== Synopsis == | == Synopsis == | ||
'''Hypothesized Official Name:''' VPutMap | '''Hypothesized Official Name:''' VPutMap |
Latest revision as of 17:36, 2 August 2014
Synopsis
Hypothesized Official Name: VPutMap
BCALL Address: 4555h
Displays a character at (penCol,penRow)
Inputs
- A = character to display
- (penCol), (penRow) = (X,Y) To display the character at
- penDrawColor = 1 to use penFGColor/penBGColor (0 to use black/white)
- (penFGColor) = foreground color
- (penBGColor) = background color
- penEraseBelow = 1 to erase a two-pixel border below the character
- penFontSelect = 1 for Large font 0 for Normal
- VerticalSplitBit = 1 Tells the routine you are in vertical split mode
Outputs
- Character displayed
Destroys
- Interrupts disabled
Comments
- Unknown : Seems todo something similar to penFontSelect needs more research