43 outline1(
"LD A, $%2.2x", ( _direction & 0xff ) );
49 outline0(
"JMP lib_text_hscroll_screen_after");
51 outhead0(
"lib_text_hscroll_screen:" );
53 outline0(
"JP C, lib_text_hscroll_screen_right");
55 outhead0(
"lib_text_hscroll_screen_left:");
58 outhead0(
"lib_text_hscroll_screen_left4:");
61 outhead0(
"lib_text_hscroll_screen_left3:");
65 outhead0(
"lib_text_hscroll_screen_left2:");
71 outline0(
"JP NZ,lib_text_hscroll_screen_right2");
75 outline0(
"JP NZ,lib_text_hscroll_screen_right3");
79 outline0(
"JP NZ,lib_text_hscroll_screen_right4");
82 outhead0(
"lib_text_hscroll_screen_right:");
85 outhead0(
"lib_text_hscroll_screen_right4:");
88 outhead0(
"lib_text_hscroll_screen_right3:");
92 outhead0(
"lib_text_hscroll_screen_right2:");
96 outline0(
"JP NZ,lib_text_hscroll_screen_right2");
98 outline0(
"JP NZ,lib_text_hscroll_screen_right3");
100 outline0(
"JP NZ,lib_text_hscroll_screen_right4");
103 outhead0(
"lib_text_hscroll_screen_after:");
109 outline0(
"CALL lib_text_hscroll_screen");
Variable * variable_retrieve(Environment *_environment, char *_name)
void text_hscroll_screen(Environment *_environment, int _direction, int _overlap)
struct _Variable Variable
Structure of a single variable.
struct _Environment Environment
Structure of compilation environment.