|
If we compile multiple classes or files of a program, we are creating the same names for labels and segments for each class (e.g. L1, L2, L3... or static 0, static 1... for each class).
The VMEmulator has no problem with this.
How would this have to be implemented if you don't use an emulator, but if you actually want to get it running on your own hack computer?
|