moved multiplication function to "common" dir, added divide routine.

This commit is contained in:
Martin Preuss
2025-05-10 15:16:05 +02:00
parent c7823d3874
commit 4baa949a77
5 changed files with 133 additions and 53 deletions

View File

@@ -5,9 +5,11 @@
<extradist>
crc8.asm
debug.asm
divide.asm
m_fixedbuffers.asm
m_ringbuffer.asm
m_ringbuffer_y.asm
multiply.asm
ringbuffer.asm
ringbuffer_y.asm
shared.asm