From 815265e0c9426d3b7934557d893815297bb8a9bf Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Wed, 22 Oct 2008 00:07:03 +0000 Subject: In hindsight, it's more likely that opcodes will be added than flags, so use 10 bits for the opcode and 8 for flags. svn path=/trunk/libcss/; revision=5619 --- docs/Bytecode | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/Bytecode') diff --git a/docs/Bytecode b/docs/Bytecode index 9471129..d999c48 100644 --- a/docs/Bytecode +++ b/docs/Bytecode @@ -8,11 +8,11 @@ Format is 32 bits wide: bits 18-13: value - bits 8-17 : flags - bits 0-7 : opcode + bits 10-17 : flags + bits 0-9 : opcode -The 10 bits of flag data are defined as follows: - bits 2-9: MBZ +The 8 bits of flag data are defined as follows: + bits 2-7: MBZ bit 1 : value is inherit bit 0 : value is important @@ -1062,5 +1062,5 @@ Opcodes bits 0-6: 0000000 => auto, other => rffe. -54-ff - Reserved for future expansion. +54-3ff - Reserved for future expansion. -- cgit v1.2.3