Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
en:docs:bios:api:int10:01 [2022/03/17 09:24] – prokushev | en:docs:bios:api:int10:01 [2024/05/20 08:13] (current) – prokushev | ||
---|---|---|---|
Line 10: | Line 10: | ||
Set Cursor Size | Set Cursor Size | ||
+ | |||
+ | ===== osFree Macro Library ===== | ||
+ | |||
+ | [[en: | ||
===== Family API ===== | ===== Family API ===== | ||
Line 15: | Line 19: | ||
[[en: | [[en: | ||
- | ===== Input ===== | + | ===== Parameters |
- | AH = 01h | + | |
- | CH = Start line | + | |
- | CL = End line | + | |
===== Return ===== | ===== Return ===== | ||
- | + | none | |
- | ===== Macro ===== | + | |
- | + | ||
- | <code asm> | + | |
- | INCLUDE BIOS.INC | + | |
- | + | ||
- | @SetCurSz 7,10 | + | |
- | </ | + | |
===== Notes ===== | ===== Notes ===== | ||
Line 39: | Line 36: | ||
* on some adapters, setting the end line greater than the number of lines in the font will result in the cursor extending to the top of the next character cell on the right | * on some adapters, setting the end line greater than the number of lines in the font will result in the cursor extending to the top of the next character cell on the right | ||
* AMI 386 BIOS and AST Premier 386 BIOS will lock up the system if AL is not equal to the current video mode | * AMI 386 BIOS and AST Premier 386 BIOS will lock up the system if AL is not equal to the current video mode | ||
- | + | * Text based on [[http:// | |
- | ===== Note ===== | + | |
- | + | ||
- | Text based on [[http:// | + | |
{{page> | {{page> |