-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathChangeLog
More file actions
442 lines (246 loc) · 11.1 KB
/
ChangeLog
File metadata and controls
442 lines (246 loc) · 11.1 KB
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
2014-07-14 Lincor <mikegurin@yandex.ru>
* : commit 251da327163d8878c68079f05368eabfc0a6d6e1 Author: Lincor
<mikegurin@yandex.ru> Date: Mon Jul 14 20:47:48 2014 +0400
2014-07-13 Mike Gurin <mikegurin@yandex.ru>
* README.md: Added build instructions
2014-07-13 Lincor <mikegurin@yandex.ru>
* src/winapi.c: Style fix
2014-07-13 Lincor <mikegurin@yandex.ru>
* : Fixed conflict
2014-07-10 Penguinum <penguinum@gmail.com>
* src/Makefile: move CFLAGS
2014-07-05 Lincor <mikegurin@yandex.ru>
* .gitignore: Updated .gitignore.
2014-06-27 Lincor <mikegurin@yandex.ru>
* config, include/config.h, include/conio.h, include/ui_cli.h,
include/ui_xcb.h, src/getch.c, src/main.c, src/xcb.c: Implemented
ui_getch() for XCB
2014-06-23 Lincor <mikegurin@yandex.ru>
* config, include/config.h, src/Makefile, src/main.c: Fixed config
2014-06-22 Bizunow <bizunow13@gmail.com>
* src/main.c: Update main.c
2014-06-22 Lincor <mikegurin@yandex.ru>
* : commit 60657c4d456b8752aca9dcf1f77e0e150b459fd7 Author: Lincor
<mikegurin@yandex.ru> Date: Sun Jun 22 14:52:06 2014 +0400
2014-06-14 Bizunow <bizunow13@gmail.com>
* main.c: Fixed vm_cmd_stwi, vm_cmd_slbi, vm_cmd_shbi cmds
2014-06-12 Bizunow <bizunow13@gmail.com>
* main.c: Change order of commands
2014-06-10 Lincor <mikegurin@yandex.ru>
* : commit cb025221ac66550a9a7115f8a3dfcfda11352d86 Author: Lincor
<mikegurin@yandex.ru> Date: Tue Jun 10 23:08:21 2014 +0400
2014-05-29 Bizunow <bizunow13@gmail.com>
* main.c: Small style fixes
2014-05-25 Lincor <mikegurin@yandex.ru>
* asm/asm_error.c, asm/assembler.c, asm/code_generator.c,
asm/commands_table.c, asm/lexical_analyzer.c,
asm/semantic_analyzer.c, asm/str_utils.c, asm/syntax_analyzer.c,
asm/test.c, getch.c, main.c: Java-style formatting
2014-05-25 Lincor <mikegurin@yandex.ru>
* hdd, main.c: Hard disk support
2014-05-17 Kotolegokot <gkotolegokot@gmail.com>
* asm/code_generator.c, main.c: Fix bytes order in instructions
2014-05-12 Lincor <mikegurin@yandex.ru>
* : commit be3344293d49aef0f0f246935cfef88c5d3f67b2 Author:
Kotolegokot <gkotolegokot@gmail.com> Date: Mon May 12 20:12:39
2014 +0600
2014-05-12 Bizunow <bizunow13@gmail.com>
* main.c: interrupts 1.0
2014-05-12 Bizunow <bizunow13@gmail.com>
* main.c: Update main.c
2014-05-12 Bizunow <bizunow13@gmail.com>
* main.c: cli & sti commands
2014-05-11 Bizunow <bizunow13@gmail.com>
* main.c: Fix interrupts
2014-05-11 Oleg Matveev <gkotolegokot@gmail.com>
* main.c: Fix pushr
2014-05-10 Bizunow <bizunow13@gmail.com>
* main.c: Implement interrupts
2014-05-09 Kotolegokot <gkotolegokot@gmail.com>
* : commit 30dd0f77a8dc8b947157b5286028bf23d8c96535 Author: Oleg
Matveev <gkotolegokot@gmail.com> Date: Fri May 9 22:43:10 2014
+0600
2014-05-09 Kotolegokot <gkotolegokot@gmail.com>
* asm/str_utils.c, asm/test2.asm: Add "Hello, world!" example
2014-05-09 Oleg Matveev <gkotolegokot@gmail.com>
* : Merge pull request #6 from Kotolegokot/asm Asm
2014-05-09 Kotolegokot <gkotolegokot@gmail.com>
* : commit 359974483b0d072192d5d8c6c2309e4367acb8de Author:
Kotolegokot <gkotolegokot@gmail.com> Date: Fri May 9 16:59:06 2014
+0600
2014-05-09 Bizunow <bizunow13@gmail.com>
* main.c: segment and stack instructions fix
2014-05-08 Kotolegokot <gkotolegokot@gmail.com>
* .gitignore, asm/Makefile, asm/assembler.c: Add asm front-end
2014-05-08 Kotolegokot <gkotolegokot@gmail.com>
* : commit a8b4805279cd18b2e4189988b5e061874bb1e81f Merge: 9127897
2722ea9 Author: Mike Gurin <mikegurin@yandex.ru> Date: Thu May 8
17:57:07 2014 +0400
2014-05-08 Kotolegokot <gkotolegokot@gmail.com>
* asm/asm_error.c, asm/assembler.h, asm/lexical_analyzer.c,
asm/str_utils.c, asm/str_utils.h, asm/test.asm, main.c: Add char
constants
2014-05-08 Oleg Matveev <gkotolegokot@gmail.com>
* main.c: Update main.c
2014-05-08 Kotolegokot <gkotolegokot@gmail.com>
* asm/commands_table.c, asm/commands_table.h, asm/test.asm: Add
'cpy' instruction
2014-05-08 Mike Gurin <mikegurin@yandex.ru>
* : Merge pull request #4 from Kotolegokot/asm_new Added assembler.
2014-05-08 Kotolegokot <gkotolegokot@gmail.com>
* : commit e91ee1bae711f1c0eef0bd75e422e47b77161db8 Author: Bizunow
<bizunow13@gmail.com> Date: Wed May 7 22:17:58 2014 +0500
2014-05-07 Kotolegokot <gkotolegokot@gmail.com>
* asm/assembler.h, asm/code_generator.c, asm/lexical_analyzer.c,
asm/test.asm: Fix some bugs
2014-05-07 Kotolegokot <gkotolegokot@gmail.com>
* asm/asm_error.c, asm/assembler.h, asm/code_generator.c,
asm/test.asm: Add lefover error type's description
2014-05-07 Kotolegokot <gkotolegokot@gmail.com>
* : commit ccf91242b784b38fb59f83e40eda1b0406ac09b8 Author:
Kotolegokot <gkotolegokot@gmail.com> Date: Wed May 7 20:29:08 2014
+0600
2014-05-07 Kotolegokot <gkotolegokot@gmail.com>
* asm/asm_error.c, asm/assembler.h, asm/commands_table.c,
asm/commands_table.h, asm/lexical_analyzer.c,
asm/semantic_analyzer.c, asm/test.asm, asm/test.c: Analyze of
SEGMENT:OFFSEt
2014-05-07 Kotolegokot <gkotolegokot@gmail.com>
* asm/asm_error.c, asm/assembler.h, asm/lexical_analyzer.c,
asm/semantic_analyzer.c, asm/syntax_analyzer.c, asm/test.asm,
asm/test.c: Remove construction of the form a(b,c,d)
2014-05-06 Bizunow <bizunow13@gmail.com>
* main.c: ldmb & ldmw
2014-05-06 Bizunow <bizunow13@gmail.com>
* main.c: order of regs, interrupts fixes, 0xf 2 0x3
2014-05-06 Bizunow <bizunow13@gmail.com>
* main.c: change order of bytes in j* instructions
2014-05-05 Bizunow <bizunow13@gmail.com>
* 0xc: Delete 0xc
2014-05-05 Bizunow <bizunow13@gmail.com>
* main.c: callr & callv small fix
2014-05-05 Bizunow <bizunow13@gmail.com>
* 0xc, main.c: callr & callv instructions
2014-05-05 Lincor <mikegurin@yandex.ru>
* .gitignore: Update .gitignore
2014-05-05 Kotolegokot <gkotolegokot@gmail.com>
* asm/test.c: Replace naked numbers with constants in test.c
2014-05-05 Kotolegokot <gkotolegokot@gmail.com>
* asm/asm_error.c, asm/lexical_analyzer.c: Fix the Hell of arrows
2014-05-05 Bizunow <bizunow13@gmail.com>
* main.c: iterruptrs to interrupts rename, REG_INT
2014-05-05 Bizunow <bizunow13@gmail.com>
* main.c: iterrupts to interrupts
2014-05-04 Bizunow <bizunow13@gmail.com>
* main.c: iterrupts: add & get functions
2014-05-04 Bizunow <bizunow13@gmail.com>
* : commit 60e9a6fb9c4999f71bc77c4cee1e449e9ca48273 Author: Bizunow
<bizunow13@gmail.com> Date: Sun May 4 21:52:02 2014 +0000
2014-05-04 Bizunow <bizunow13@gmail.com>
* main.c: start of implementing iterrupts
2014-05-04 Kotolegokot <gkotolegokot@gmail.com>
* asm/Makefile, asm/asm_error.c, asm/asm_error.h,
asm/lexical_analyzer.c, asm/lexical_analyzer.h,
asm/semantic_analyzer.c, asm/semantic_analyzer.h, asm/str_utils.h,
asm/syntax_analyzer.c, asm/syntax_analyzer.h: Translate code errors
into text
2014-05-04 Kotolegokot <gkotolegokot@gmail.com>
* asm/assembler.h, asm/lexical_analyzer.c, asm/lexical_analyzer.h,
asm/semantic_analyzer.c, asm/semantic_analyzer.h,
asm/syntax_analyzer.c, asm/syntax_analyzer.h, asm/test.c: Add error
codes
2014-05-04 Kotolegokot <gkotolegokot@gmail.com>
* asm/assembler.h, asm/lexical_analyzer.c, asm/semantic_analyzer.c,
asm/str_utils.c, asm/test.asm, asm/test.c: Fix some problems * Now $smth is a address of a label or a var named "smth" or a
immutable number. * Fixed finding out of a token's column number.
2014-05-03 Lincor <mikegurin@yandex.ru>
* main.c: Added HLT command
2014-05-03 Lincor <mikegurin@yandex.ru>
* main.c: Limited frequency
2014-05-03 Kotolegokot <gkotolegokot@gmail.com>
* asm/Makefile, asm/assembler.h, asm/lexical_analyzer.c,
asm/semantic_analyzer.c, asm/semantic_analyzer.h, asm/str_utils.c,
asm/test.asm, asm/test.c: Add the blank of the semantic analyzer
2014-05-02 Bizunow <bizunow13@gmail.com>
* main.c: small style fix
2014-04-29 Bizunow <bizunow13@gmail.com>
* main.c: Update main.c
2014-04-27 Lincor <mikegurin@yandex.ru>
* getch.c, main.c: Added getch() emulation for Unix-like OS
2014-04-27 Bizunow <bizunow13@gmail.com>
* main.c: scanf2getch
2014-04-27 Bizunow <bizunow13@gmail.com>
* main.c: Small style fix
2014-04-27 Bizunow <bizunow13@gmail.com>
* main.c: Small style fix
2014-04-27 Lincor <mikegurin@yandex.ru>
* : commit 2c5a0439e15e2f4a6ae8faaed2438f2d2ebf4e91 Author: Lincor
<mikegurin@yandex.ru> Date: Sun Apr 27 15:32:08 2014 +0400
2014-04-27 Lincor <mikegurin@yandex.ru>
* README.md: Update README.md
2014-04-27 Lincor <mikegurin@yandex.ru>
* main.c: Fixed binary operations and I/O ports
2014-04-27 Lincor <mikegurin@yandex.ru>
* main.c: Binary loading
2014-04-27 Lincor <mikegurin@yandex.ru>
* main.c: Fixed SP increase/decrease in pushr/pushv
2014-04-26 Lincor <mikegurin@yandex.ru>
* main.c: push replaced by pushr/pushv
2014-04-25 Lincor <mikegurin@yandex.ru>
* : Fixed conflict
2014-04-25 Lincor <mikegurin@yandex.ru>
* : Merge pull request #3 from Kotolegokot/patch-1 Update .gitignore
2014-04-24 Kotolegokot <gkotolegokot@gmail.com>
* .gitignore, asm/Makefile, asm/assembler.h,
asm/lexical_analyzer.c, asm/lexical_analyzer.h, asm/str_utils.c,
asm/str_utils.h, asm/syntax_analyzer.c, asm/syntax_analyzer.h,
asm/test.asm, asm/test.c: Fix some problems
2014-04-24 Oleg Matveev <gkotolegokot@gmail.com>
* .gitignore: Update .gitignore
2014-04-24 Bizunow <bizunow13@gmail.com>
* main.c: Add more tasks in TODO list
2014-04-23 Bizunow <bizunow13@gmail.com>
* main.c: vm_set arg "src" to "val"
2014-04-23 Bizunow <bizunow13@gmail.com>
* main.c: all spaces convert to tabs
2014-04-23 Bizunow <bizunow13@gmail.com>
* main.c: tabs
2014-04-23 Lincor <mikegurin@yandex.ru>
* : Fixed conflict
2014-04-23 Kotolegokot <gkotolegokot@gmail.com>
* asm/assembler.h, asm/commands_table.c, asm/commands_table.h,
asm/lexical_analyzer.c, asm/str_utils.c, asm/syntax_analyzer.c,
asm/syntax_analyzer.h, asm/test.asm: Syntax analyzer
2014-04-23 Bizunow <bizunow13@gmail.com>
* main.c: space2tab
2014-04-23 Bizunow <bizunow13@gmail.com>
* main.c: Style fixes, remove old comments
2014-04-23 Bizunow <bizunow13@gmail.com>
* main.c: Add JuMP & JumpToRegister comands
2014-04-23 Kotolegokot <gkotolegokot@gmail.com>
* asm/assembler.h, asm/commands_table.h, asm/lexical_analyzer.c,
asm/lexical_analyzer.h, asm/str_utils.c, asm/str_utils.h,
asm/test.asm: Lexical analyzer
2014-04-23 Kotolegokot <gkotolegokot@gmail.com>
* asm/str_utils.c, asm/str_utils.h: str_utils
2014-04-22 Lincor <mikegurin@yandex.ru>
* main.c: Removed "copy"
2014-04-22 Lincor <mikegurin@yandex.ru>
* main.c: Added protected memory access, binary operations and
"copy" command
2014-04-21 Lincor <mikegurin@yandex.ru>
* : Fixed conflict
2014-04-20 Lincor <mikegurin@yandex.ru>
* : Merge pull request #1 from Kotolegokot/master SHL, SHR, .gitignore
2014-04-20 Kotolegokot <gkotolegokot@gmail.com>
* main.c: Add SHL and SHR
2014-04-20 Lincor <mikegurin@yandex.ru>
* main.c: Commit
2014-04-20 Lincor <mikegurin@yandex.ru>
* main.c: Added memory segmentation
2014-04-20 Lincor <mikegurin@yandex.ru>
* main.c: Commit
2014-04-19 Lincor <mikegurin@yandex.ru>
* main.c: First commit
2014-04-19 Lincor <mikegurin@yandex.ru>
* Initial commit