From 45fd79cf16ca4dccdf0a48a5c1268a95cae8c1e5 Mon Sep 17 00:00:00 2001 From: hellerve Date: Sat, 6 Jun 2015 14:24:08 +0200 Subject: [PATCH] added entry instruction to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6f35541..797e35a 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,8 @@ I\* prefix). *Operations overview*: +* ENTRY - Specifies an entry point for the routine by its index. + * IADD - Adds the two items to each other that are on top of the stack and stores the result on top of the stack.