EveCore 3/25: Assembly Example and Demo

Поделиться
HTML-код
  • Опубликовано: 2 июн 2024
  • Assembly Code Example and Demo on the iCE40 FPGA
  • НаукаНаука

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

  • @rjones8508
    @rjones8508 Месяц назад +1

    This assembler syntax reminds me of AT&T's DSP16xx series of DSP's, something I haven't seen adopted anywhere except here. The thoughtful syntax makes assembler programming so much more understandable with no loss in functionality. As an example of DSP16 DSP assembler (executes in 1 cycle optionally in a zero cycle loop):
    a0=p p=x*y x=*pt++ y=*r0++