From 9e0a8475cdd53af664b807c4f0c4d53088a7faf2 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 13 Apr 2020 13:42:40 -0300 Subject: Added 'simplesect' sections to the manual 'simplesect' encloses the introductory text of sections with subsections, so that each section either is all text or is all subsections. (This commit also corrects a small brace error in the manual and extra spaces/tabs in some other files.) --- lopcodes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lopcodes.h') diff --git a/lopcodes.h b/lopcodes.h index d755870f..d3a3f08e 100644 --- a/lopcodes.h +++ b/lopcodes.h @@ -195,7 +195,7 @@ enum OpMode {iABC, iABx, iAsBx, iAx, isJ}; /* basic instruction formats */ typedef enum { /*---------------------------------------------------------------------- -name args description + name args description ------------------------------------------------------------------------*/ OP_MOVE,/* A B R[A] := R[B] */ OP_LOADI,/* A sBx R[A] := sBx */ -- cgit v1.2.3-55-g6feb