Assembly Language Help (alang.hlp) (
Table of Contents;
Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software,
purely for historical purposes.
If you're looking for up-to-date documentation, particularly for programming,
you should not rely on the information found here, as it will be woefully
out of date.
@Scroll Macro
◄Up► ◄Contents► ◄Index► ◄Back►
────────────────────────────────────────────────────────────────────────────
Include: BIOS.INC
Syntax: @Scroll dist [,[attr][,[upcol [,[uprow [,[dncol][,dnrow]]]]]]]
Summary: Scrolls a specified window up or down
Arguments: <dist> 8-bit number of lines to scroll; positive
scrolls down; negative scrolls up; 0 clears.
<attr> 8-bit attribute for blank lines; if none
given, 07h (white on black).
<upcol> Upper left column; if none given, CL used.
<uprow> Upper left row; if none given, CH used.
<dncol> Lower right column; if none given, DL used.
<dnrow> Lower right row; if none given, DH used.
Returns: No return value
Modifies: AX, CX, DX, BH
See also: Int 10h Functions 06h and 07h
-♦-