From 433d765403d9ede9bf7fcb9b70eaca9fcbc18f7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carl-Henrik=20Sk=C3=A5rstedt?= Date: Wed, 30 Sep 2015 00:00:33 -0700 Subject: [PATCH] Fixing a typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7c8dcc8..8ac6f53 100644 --- a/README.md +++ b/README.md @@ -155,7 +155,7 @@ RandomBytes: bytes NumRandomBytes { bytes 13,1,7,19,32 - NumRandomBytes = RandomBytes - ! + NumRandomBytes = \* - ! } ``` @@ -319,4 +319,4 @@ Currently the assembler is in the first public revision and while features are t Revisions: * 2015-09-29 Moved Asm6502 out of Struse Samples. -* 2015-09-28 First commit \ No newline at end of file +* 2015-09-28 First commit