#01 Schneider Unity Pro XL basic functions

Поделиться
HTML-код
  • Опубликовано: 1 дек 2024

Комментарии • 7

  • @walidtalyan6859
    @walidtalyan6859 4 года назад +1

    Thanks for your information I'm very thankful

  • @kallampattikaruppu2678
    @kallampattikaruppu2678 3 года назад

    மிகவும் ஆர்வமுள்ள வீடியோ

  • @nadjiwafly3608
    @nadjiwafly3608 4 года назад +1

    Très intéressant votre vidéo

  • @omkartupe4319
    @omkartupe4319 2 года назад

    Mac os working?

  • @shushomotobo4355
    @shushomotobo4355 3 года назад

    Can you use %M instead of %MW?

    • @gretarmark
      @gretarmark 2 года назад +1

      M stands for memory and is not an input but is used for internal memory address. MW stands for Memory Word. M is used for bit and MW is used for word. So you should be able to use %MW instead of %M. Word is usually 2 bytes or 16 bits, but maybe that number can vary between computer systems.

    • @shushomotobo4355
      @shushomotobo4355 2 года назад +1

      @@gretarmark thank you.