1
0
mirror of https://github.com/simh/simh.git synced 2026-03-30 03:01:23 +00:00
Files
simh.simh/Pcap-VMS/pcapvcm/pcapvcm_init.mar
Bob Supnik f01115606a simh tools
2011-04-15 08:34:16 -07:00

19 lines
338 B
Plaintext

.TITLE PCAPVCM_INIT
.IDENT /X-1/
.LIBRARY /SYS$LIBRARY:LIB.MLB/
$SSDEF
.ENABLE LOCAL_BLOCK
;
; Store the pointer to the context routine. This will become (hopefully)
; the base address of the execlet when it is loaded.
;
.PSECT $$$100_DATA noexe,quad
.long pcap$vcm_get_context
.DISABLE LOCAL_BLOCK
.END