/DAXPYloop

assembly kata

Primary LanguageAssembly

DAXPY Loop Implementation

from Computer Architecture at UNED (2017)

General Info

Programming in the assembler language of the DLXV processor of different variants of the DAXPY (Double-precision A times X Plus Y) loop, which is part of the LINPACK performance test.

The DLXV processor is a variant of the DLX scalar processor to which vector processing capability has been added.

For more details visit:

Technologies

Project is created with:

  • Assembly
  • Notepad++
  • Git