en:docs:bios:api:int16:00

Differences

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

Link to this comparison view

Next revision
Previous revision
en:docs:bios:api:int16:00 [2022/03/26 14:59] – created prokusheven:docs:bios:api:int16:00 [2022/04/07 13:33] (current) prokushev
Line 10: Line 10:
  
 Read char from keyboard Read char from keyboard
 +
 +===== osFree Macro Library =====
 +
 +[[en:docs:macrolib:@CharIn]]
  
 ===== Family API ===== ===== Family API =====
Line 23: Line 27:
   * AH = BIOS scan code   * AH = BIOS scan code
   * AL = ASCII character   * AL = ASCII character
- 
-===== Macro ===== 
- 
-<code asm> 
-INCLUDE BIOS.INC 
- 
-@CharIn 
-</code> 
  
 ===== Notes ===== ===== Notes =====