Fix grammar.

This commit is contained in:
Michaelangel007 2016-08-18 18:33:28 -07:00
parent 2698571c76
commit bc8f18d05c

View File

@ -1,13 +1,15 @@
# Russian Peasant Multiplication # Russian Peasant Multiplication
From Assembly to Basic to Javascript. Here is an implementation of Russian Peasant Multiplication implemented in various languages: From Assembly to Basic to Javascript.
Here are muy implementations of Russian Peasant Multiplication implemented in various languages:
* 6502 Assembly Language (Both ca65 and merlin32 sources) * 6502 Assembly Language (Both ca65 and merlin32 sources)
* Applesoft BASIC * Applesoft BASIC
* JavaScript (Procedural version) * JavaScript (Procedural version)
* JavaScript (OOP version) * JavaScript (OOP version)
An .dsk image has been provided as an convenience. A .dsk image has been provided as an convenience.
To see how much faster the Assembly version is then the BASIC version: To see how much faster the Assembly version is then the BASIC version: