[Oberon] [Fwd: RE: objects and jewels]

Jan Verhoeven jan at verhoeven272.nl
Tue Feb 19 22:19:05 CET 2013


On Tuesday 19 February 2013 22:13:01 Frans-Pieter Vonck wrote:

> VAR led1: LED.led;
>   LED.SwitchOn(led1); (Modular style)
> than with,
>   led1.SwitchOn. (object style)

How about

mov 	dx, port
mov 	al, LedBit
or 	al, LedBit
out 	al, dx


-- 
Met vriendelijke groeten,

Jan Verhoeven
http://www.verhoeven272.nl



More information about the Oberon mailing list