summaryrefslogtreecommitdiff
path: root/gf/gf_opcodes.h
blob: fc765e5a295cc45862752d029dce4cdfa1ca22f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# gf_opcodes.h: symbolic names for the GF commands.
#
# Copyright (C) 1992, 2011 Free Software Foundation, Inc.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
#

#ifndef GF_OPCODES_H
#define GF_OPCODES_H

#define PRE 247
#define POST 248
#define POST_POST 249

#define GF_SIGNATURE 223
#define GF_ID 131

#define BOC 67
#define BOC1 68
#define EOC 69

#define PAINT_0 0
#define PAINT_63 63
#define PAINT1 64
#define PAINT2 65
#define PAINT3 66

#define SKIP0 70
#define SKIP1 71
#define SKIP2 72
#define SKIP3 73

#define NEW_ROW_0 74
#define NEW_ROW_164 238

#define XXX1 239
#define XXX2 240
#define XXX3 241
#define XXX4 242
#define YYY 243

#define NO_OP 244

#define CHAR_LOC 245
#define CHAR_LOC0 246

#endif /* not GF_OPCODES_H */