taglinefilesource code
xs1591kernel/chr_drv/console.cunsigned short *args, xs, ys, xe, ye;
xs1600kernel/chr_drv/console.cxs = get_fs_word(args++) - 1;
xs1606kernel/chr_drv/console.cxs = limit(xs, 0, video_num_columns - 1);
xs1610kernel/chr_drv/console.cps = ys * video_size_row + (xs << 1);