|
|
|
|
|
by techno_modus
2764 days ago
|
|
> I think we should distinguish between gotos at language level and jumps in the underlying machine code. Is there any non-syntactic difference between these two lines? JMP Ox1234
GOTO label_1234
I think they are identical and the question is only where target labels can reside, how they are represented, and when the jumps are triggered (operation). |
|