This page (revision-8) was last changed on 03-Feb-2023 15:21 by Carsten Strotmann 

This page was created on 29-Jul-2010 12:35 by Carsten Strotmann

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
8 03-Feb-2023 15:21 7 KB Carsten Strotmann to previous
7 29-Jul-2010 12:58 7 KB Carsten Strotmann to previous | to last
6 29-Jul-2010 12:58 7 KB Carsten Strotmann to previous | to last
5 29-Jul-2010 12:53 3 KB Carsten Strotmann to previous | to last
4 29-Jul-2010 12:52 3 KB Carsten Strotmann to previous | to last
3 29-Jul-2010 12:48 2 KB Carsten Strotmann to previous | to last
2 29-Jul-2010 12:35 1 KB Carsten Strotmann to previous | to last
1 29-Jul-2010 12:35 1 KB Carsten Strotmann to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 23 added 19 lines
|| Stacknotation || Zahlentyp || Wertebereich in Dezimal || minimale Feldbreite
| flag | logischer Wert | 0=flash, sonst=true | 16bit
| true (tf) | logischer Wert | -1 (als Ergebnis) | 16bit
| false (ff) | logischer Wert | 0 | 16bit
| b | Bit | 0..1 | 1bit
| char | Zeichen | 0..127 (0..255) | 7(8bit)
| 8b | 8 beliebige Bits | nicht anwendbar | 8bit
| 16b | 16 beliebige Bits | nicht anwendbar | 16bit
| n | Zahl, bewertete Bits | -32768 .. 32767 | 16bit
| +n | positive Zahl | 0 .. 32767 | 16bit
| u | vorzeichenlosen Zahl | 0 .. 65535 | 16bit
| w | Zahl, n oder u | -32768..65535 | 16bit
| addr | Adresse, wie u | 0..65535 | 16bit
| 32b | 32 beliebige Bits | nicht anwendbar | 32bit
| d | doppelt genaue Zahl | -2,147,483,648..2,147,483,647 | 32bit
| +d | positive doppelt genaue Zahl | 0..2,147,483,647 | 32bit
| ud | vorzeichenlose, doppelt genaue Zahl | 0..4,294,967,295 | 32bit
| sys | systemabhängige Werte | nicht anwendbar | nicht anwendbar