mirror of
https://github.com/simh/simh.git
synced 2026-03-30 03:01:23 +00:00
19 lines
338 B
Plaintext
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
|
|
|