Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
en:docs:macrolib:setcurpos [2022/03/25 02:17] – created prokushev | en:docs:macrolib:setcurpos [2022/11/25 03:44] (current) – prokushev | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== @SetCurPos ====== | + | {{page> |
+ | |||
+ | ====== @SetCurPos/@SetCsrPos ====== | ||
+ | |||
+ | ===== Version | ||
+ | |||
+ | IBM 5150 and higher | ||
===== Brief ===== | ===== Brief ===== | ||
Set Cursor Position | Set Cursor Position | ||
+ | |||
+ | ===== BIOS Interrupt ===== | ||
+ | |||
+ | [[en: | ||
+ | |||
+ | ===== Family API ===== | ||
+ | |||
+ | [[en: | ||
===== Syntax ===== | ===== Syntax ===== | ||
+ | <code asm> | ||
@SetCurPos column, row, page | @SetCurPos column, row, page | ||
+ | </ | ||
===== Parameters ===== | ===== Parameters ===== | ||
- | * column (BYTE) - new cursor column (zero based) | + | * column (BYTE) - optional |
- | * row (BYTE) - new cursor row (zero based) | + | * row (BYTE) - optional |
- | * page (BYTE) - optional video page number | + | * page (BYTE) - optional video page number |
===== Return ===== | ===== Return ===== | ||
Line 19: | Line 35: | ||
none | none | ||
+ | {{page> | ||