Add multiplier
Add 16x16 multiplier. Pretty simple. Address 0-1 is multipled by address 2-3 and the result is in address 4-7, all little endian of course.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
TARGETS=stacktest runram timer timer_irq
|
||||
TARGETS=stacktest runram timer timer_irq multiplier
|
||||
SRC=$(wildcard *.s)
|
||||
DIR=../ip/bram
|
||||
|
||||
|
||||
Reference in New Issue
Block a user