From 72cc0a39839a1b30d652590355198ed0877c0c2c Mon Sep 17 00:00:00 2001 From: Marc Zinnschlag Date: Sun, 22 Aug 2010 09:17:05 +0200 Subject: [PATCH] fixed typo in documentation --- components/interpreter/docs/vmformat.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/components/interpreter/docs/vmformat.txt b/components/interpreter/docs/vmformat.txt index 40ce3535b..291d1c490 100644 --- a/components/interpreter/docs/vmformat.txt +++ b/components/interpreter/docs/vmformat.txt @@ -31,8 +31,8 @@ B: argument 1 Segment 0: op 0: push arg0 -op 1: move pv ahead by arg0 -op 2: move pv back by arg0 +op 1: move pc ahead by arg0 +op 2: move pc back by arg0 opcodes 3-31 unused opcodes 32-63 reserved for extensions @@ -119,4 +119,3 @@ op 57: explicit reference = stack[0]; pop; replace stack[0] with distance between explicit reference and a reference of ID stack[0] opcodes 58-33554431 unused opcodes 33554432-67108863 reserved for extensions -