rperry - relocation - seed = 12345

ARG address space size 2048
ARG phys mem size 32768

Base-and-Bounds register information:

  Base   : 333
  Limit  : 1002

All values are in decimal

For each virtual address, either write down the physical address it translates to
OR write down that it is an out-of-bounds address (a segmentation violation). For
this problem, you should assume a simple virtual address space of a given size.

Use 0 for PA to indicate a segmentation violation.
  #   VAPA
0   1690
1   612
2   755
3   397
4   1159
5   331
6   255
7   887

What is the minimum value of the bounds register so that all of the virtual addresses above are within bounds:

What is the maximum value of the base register such that all of the virtual addresses above would fit into physical memory: