IPB

> Intr.PAS
Чат
Форум
Загрузка...
 

Language:
Русский
English

  {Intr.PAS}
  ▀▀▀▀▀▀▀▀▀▀▀▀
 {Sample code for the Intr procedure.}

  uses WinCrt, WinDos;

 var
   date, year, month, day: string;
   regs: TRegisters;

 begin
   regs.ah := $2a;
   with regs do
   intr($21,regs);
   with regs do
     begin
       str(cx ,year);
       str(dh ,month);
       str(dl,day);
     end;
   date := month+'/'+day+'/'+year;
   writeln('Today''s date is ', date);
 end.

 
 К началу страницы 
Тэги:
 

Код для вставки: :: :: :: ГОСТ ::
Поделиться: //
 



-
Хостинг предоставлен компанией "Веб Сервис Центр" при поддержке компании "ДокЛаб"