Daan Vanden Bosch
|
c8ae97d8f6
|
Fixed bug in assembler.
|
2019-08-07 13:57:59 +02:00 |
|
Daan Vanden Bosch
|
fbef785410
|
Refactored opcode types to make them structurally clonable.
|
2019-08-07 08:43:47 +02:00 |
|
Daan Vanden Bosch
|
b928738d06
|
Float literal arguments passed via the stack are now handled correctly in the assembler and disassembler.
|
2019-08-06 17:37:34 +02:00 |
|
Daan Vanden Bosch
|
9284cf4a8a
|
Fixed assembler bug related to arg_pushr.
|
2019-08-05 22:33:07 +02:00 |
|
Daan Vanden Bosch
|
2fc55cdc1a
|
Dynamically referenced object code segments are now parsed correctly.
|
2019-08-05 16:56:39 +02:00 |
|
Daan Vanden Bosch
|
1ba7d3b6a7
|
All bugs resulting from opcode typing changes have been fixed.
|
2019-08-05 00:14:39 +02:00 |
|
Daan Vanden Bosch
|
dbe1b06fa6
|
Only one bug remains after opcode typing changes.
|
2019-08-04 22:59:32 +02:00 |
|
Daan Vanden Bosch
|
8e5472044b
|
Fixed most issues resulting from opcode typing changes.
|
2019-08-04 19:50:02 +02:00 |
|
Daan Vanden Bosch
|
fba6ac3e10
|
Created yaml file with opcode definitions (70% complete).
|
2019-08-03 23:23:55 +02:00 |
|
Daan Vanden Bosch
|
ccb31854c3
|
Object code is now parsed recursively from its entry labels to ensure all segments are parsed as the correct type.
|
2019-07-30 23:15:23 +02:00 |
|
Daan Vanden Bosch
|
a1cec18636
|
Fixed bugs in assembler.
|
2019-07-30 16:39:50 +02:00 |
|
Daan Vanden Bosch
|
7d89c870cc
|
Fixed bugs in bin object code parsing and the assembler.
|
2019-07-29 23:46:11 +02:00 |
|
Daan Vanden Bosch
|
1da64b8632
|
Data segments are now supported in quest script assembly.
|
2019-07-29 21:59:16 +02:00 |
|
Daan Vanden Bosch
|
3edb861693
|
Object code and labels are now represented by segments. Each segment describes the instructions or data denoted by a label.
|
2019-07-29 01:02:22 +02:00 |
|
Daan Vanden Bosch
|
1840bf6575
|
Added assembler worker code.
|
2019-07-23 11:03:35 +02:00 |
|
Daan Vanden Bosch
|
a9f46ae4f3
|
Added complete assembler error checking to the editor. Improved editor autocompletion. Script asm modifications are now persisted when saving.
|
2019-07-22 22:51:44 +02:00 |
|
Daan Vanden Bosch
|
769e6a8619
|
Added basic assembler.
|
2019-07-22 16:03:58 +02:00 |
|