en:docs:macrolib:charin

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:charin [2022/04/07 13:26] prokusheven:docs:macrolib:charin [2022/10/02 03:33] (current) prokushev
Line 5: Line 5:
 ===== Brief ===== ===== Brief =====
  
 +Read char from keyboard
 +
 +===== BIOS Interrupt =====
 +
 +[[en:docs:bios:api:int|INTH]]: [[en:docs:bios:api::|H]]
 +
 +===== Family API =====
 +
 +[[en:docs:fapi:]]
  
 ===== Syntax ===== ===== Syntax =====
  
 <code asm> <code asm>
 +INCLUDE BIOS.INC
 +
 @CharIn @CharIn
 </code> </code>