Inline Assembly Constants

Cosmic uses an assembly constant syntax, whereas this compiler employs the normal C constant syntax:

Listing: Normal C constant syntax


#ifdef __MWERKS__

  and 0xF8

#else

  and #$F8

#endif