6 lines
82 B
C
6 lines
82 B
C
#include "../global.h"
|
|
|
|
typedef struct {
|
|
word value;
|
|
} a64inst_DirectiveData;
|