ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
Loading...
Searching...
No Matches
_MemoryArea Struct Reference

#include <ugbc.h>

Data Fields

int id
int start
int current
int end
int size
MemoryAreaType type
struct _MemoryAreanext

Detailed Description

Definition at line 730 of file ugbc.h.

Field Documentation

◆ current

int current

Starting address

Definition at line 742 of file ugbc.h.

◆ end

int end

Ending address

Definition at line 747 of file ugbc.h.

◆ id

int id

Definition at line 732 of file ugbc.h.

◆ next

struct _MemoryArea* next

Link to the next memory area (NULL if this is the last one)

Definition at line 760 of file ugbc.h.

◆ size

int size

Current available size

Definition at line 752 of file ugbc.h.

◆ start

int start

Initial starting address

Definition at line 737 of file ugbc.h.

◆ type

Type

Definition at line 757 of file ugbc.h.


The documentation for this struct was generated from the following file: