en:docs:macrolib:putch

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:docs:macrolib:putch [2022/03/27 14:35] prokusheven:docs:macrolib:putch [2022/11/28 03:51] (current) prokushev
Line 1: Line 1:
 {{page>en:templates:biosint}} {{page>en:templates:biosint}}
  
-====== @PutCh ======+====== @PutCh/@PutChar ====== 
 + 
 +===== Version ===== 
 + 
 +IBM 5150 and higher
  
 ===== Brief ===== ===== Brief =====
  
 Print Char Print Char
 +
 +===== BIOS Interrupt =====
 +
 +[[en:docs:bios:api:int10|INT10H]]: [[en:docs:bios:api:int10:0A|0AH]]
 +
 +===== Family API =====
 +
 +[[en:docs:fapi:VioWrtNCell]] [[en:docs:fapi:VioWrtNAttr]] [[en:docs:fapi:VioWrtNChar]]
  
 ===== Syntax ===== ===== Syntax =====
Line 24: Line 36:
  
  
 +{{page>en:templates:biosapi}}