mirror of
https://github.com/Michaelangel007/apple2_russian_peasant_multiplication.git
synced 2024-12-21 14:30:06 +00:00
Fix grammar.
This commit is contained in:
parent
2698571c76
commit
bc8f18d05c
@ -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:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user