Implemented basic register allocation.
Mainly handles 'virtual' registers at the moment (eg current and last PC values, segment override status, etc).
This commit is contained in:
parent
03fe25d818
commit
ee3f9210dc
23 changed files with 776 additions and 76 deletions
|
|
@ -1,3 +1,5 @@
|
|||
#include "codegen_backend_arm_defs.h"
|
||||
|
||||
#define BLOCK_SIZE 0x1000
|
||||
#define BLOCK_MASK 0x0fff
|
||||
#define BLOCK_START 32
|
||||
|
|
|
|||
Loading…
Reference in a new issue