Assembly language program
The target code generator takes the intermediate code as the input and generates a target program as output. The target program can take one of the three forms (1) assembly language program; (2) relocatable code; (3) absolute code. The memory organisation of FORTRAN77 runtime environment does not have a stack or a heap for dynamic […]
Assembly language program Read More »