141 |
int TotalHeight = txtData.Height; |
int TotalHeight = txtData.Height; |
142 |
int NumberOfBytes = (int)((TotalHeight / ByteHeight) * max_address_width); |
int NumberOfBytes = (int)((TotalHeight / ByteHeight) * max_address_width); |
143 |
int byte_width = (max_address_width * 2); |
int byte_width = (max_address_width * 2); |
144 |
max_ram_view = NumberOfBytes + (byte_width - 1); |
max_ram_view = NumberOfBytes + (byte_width); |
145 |
} |
} |
146 |
private void btnGotoAddress_Click(object sender, EventArgs e) |
private void btnGotoAddress_Click(object sender, EventArgs e) |
147 |
{ |
{ |