[Oberon] FPGA - Inline Patterns

Tomas Kral thomas.kral at email.cz
Mon Apr 24 17:53:53 CEST 2017


Hi,

I have just discovered this interesting and useful construct, found in
`Display.Mod', defining a pattern.

block := SYSTEM.ADR($0808 FFFF C3C3 C3C3 FFFF$);

pattern = w(byte) h(byte) {raster(byte)}

block* is exported, so can also be used in user modules.

Tomas


More information about the Oberon mailing list