Jump to content

Reflection/Get source: Difference between revisions

m
m (→‎{{header|6502 Assembly}}: better fits the task description now)
Line 45:
jsr PrintHex ;print the last instruction of the routine.
rts</lang>
 
There is no way to get the file name that the routine is stored in. Whether you use a linker or <code>include</code> statements, this information is lost by the time the code is assembled into an executable form.
 
=={{header|Clojure}}==
1,489

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.