# is\_loaded

```
Is the byte initialized?

#define is_loaded(ea)    has_value(get_full_flags(ea))  // any defined value?
```
