[Oberon] RISC emulator and floating-point

Peter De Wachter pdewacht at gmail.com
Tue Mar 25 20:49:15 CET 2014


On 25-03-14 16:04, Jan Verhoeven wrote:
> Is there really something wrong with the Texts.WriteInt function?
>
> I made the following source:

The compiler in Project Oberon (both the original and the current
edition) permits integers with the sign bit set when using hexadecimal
notation. From the compiler source code it's clear that this is
intentional. This is used in a couple of places, for example in the
FileDir module:

CONST DirMark*    = 9B1EA38DH;
      HeaderMark* = 9BA71D86H;




More information about the Oberon mailing list