sy2002 / QNICE-FPGA

QNICE-FPGA is a 16-bit computer system for recreational programming built as a fully-fledged System-on-a-Chip in portable VHDL.
http://qnice-fpga.com
Other
69 stars 15 forks source link

Incorrect branch argument in intro document #185

Closed MJoergen closed 3 years ago

MJoergen commented 3 years ago

The pdf-document qnice_intro.pdf states on page 11 that the target of the four branch instructions (ABRA, ASUB, RBRA, RSUB) is the dst operand. This is incorrect, and should be src operand instead. The instruction decoding on page 9 is correct.

bernd-ulmann commented 3 years ago

Has been corrected in the intro slides as well as the programming card. :-)