(LINE): различия между версиями

Материал из ПМК вики
Перейти к навигации Перейти к поиску
Нет описания правки
Строка 5: Строка 5:


== (LINE) в fig-FORTH Release 1 glossary, май 1979 (англ.) ==
== (LINE) в fig-FORTH Release 1 glossary, май 1979 (англ.) ==
(LINE) n1 n2 --- addr count
(LINE) n1 n2 --- addr count
         Convert the line number n1 and the screen n2 to the disc buffer
         Convert the line number n1 and the screen n2 to the disc buffer
         address containing the data. A count of 64 indicates the full line
         address containing the data. A count of 64 indicates the full line
         text length.
         text length.


== LINE в предыдущем стандарте Forth-83 (англ.) ==
== LINE в предыдущем стандарте Forth-83 (англ.) ==

Версия от 18:45, 7 сентября 2015

(LINE) — стандартное слово Каллисто.

Выдаёт адрес a и длину u строки L с экрана S.


(LINE) в fig-FORTH Release 1 glossary, май 1979 (англ.)

(LINE) n1 n2 --- addr count
       Convert the line number n1 and the screen n2 to the disc buffer
       address containing the data. A count of 64 indicates the full line
       text length.

LINE в предыдущем стандарте Forth-83 (англ.)

     LINE         +n -- addr                    M
          addr is the address of the beginning of line +n for the
          screen whose number is contained in SCR .  The range of +n
          is {0..15}.


LINE в стандарте Forth-79 (англ.)

LINE           n -- addr
    Leave  the  address of the beginning of line n for the  screen
    whose number is contained in SCR.  The range of n is {0..15}.


  У этой статьи нет иллюстраций. Вы можете помочь проекту, добавив их.


  Это заготовка статьи. Вы можете помочь проекту, дополнив её.