Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
en:docs:bios:api:int16:00 [2022/03/26 14:59] – created prokushev | en: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: | ||
===== 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 | ||
- | </ | ||
===== Notes ===== | ===== Notes ===== |