Loading
Commits on Source 4
-
Raymond Toy authored
Every label is now a global symbol. Prepend each output file with a .section to name the section we're creating.
-
Raymond Toy authored
Create an array that contains the addresses of all the lisp assembler routines so that when writing out the assembly code, we can create symbols for the lisp assembler routines.
-
Raymond Toy authored
For now, we just write out .equ pseudo op for the address of each lisp assembler routine so that the linker doesn't have any unresolved values. This is a workaround for now. Ideally, these would be real relocatable symbols at the right address in the read-only space so that everything can be relocated.
-
Raymond Toy authored