Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!uwvax!oddjob!rfl From: rfl@oddjob.UChicago.EDU (Bob Loewenstein) Newsgroups: comp.sys.mac Subject: vbl queue Message-ID: <3873@oddjob.UChicago.EDU> Date: Sat, 4-Jul-87 13:19:04 EDT Article-I.D.: oddjob.3873 Posted: Sat Jul 4 13:19:04 1987 Date-Received: Sat, 4-Jul-87 20:14:40 EDT Reply-To: rfl@oddjob.UChicago.EDU (Bob Loewenstein) Distribution: world Organization: U of Chicago - Astronomy & Astrophysics Lines: 56 Here is some code I wrote in Neon that posts a procedure to the vbl queue. I think it's self explanatory even if you don't know Neon. :code vinstall move.l (a7)+,a0 call vinstall ext.l d0 move.l d0,-(a7) ;code :code vremove move.l (a7)+,a0 call vremove ext.l d0 move.l d0,-(a7) ;code :CLASS vbl