Search found 32 matches

by Helpdesk
Mon Jan 03, 2011 12:14 pm
Forum: Getting Started
Topic: IMPORT Main?
Replies: 1
Views: 16732

IMPORT Main?

Where is it defined what user start-up function is called by the import "main()" ?
by Helpdesk
Mon Jan 03, 2011 6:01 am
Forum: Oberon Language
Topic: Shifts and masks
Replies: 3
Views: 21511

Shifts and masks

How is the best way to do the Pascal equivalent of:

Code: Select all

R := ( R shr 6) and $3FF;