Next Wishlist for PBDOS:
1. DPMI support en Realtime support
2. preinitializating variabels and arrays
Example: DIM a AS INTEGER = 15
DIM tabel(1 TO 5) AS BYTE = (12,45,4,78,9)
3. Replace % to CONST
4. CONST parameters in FUNCTION and SUB
5. Support for the 16-bit assembler 80x87 instructionset
6. Smaller EXE's in DOS
Thats is it
Greetings,
stephane
------------------
1. DPMI support en Realtime support
2. preinitializating variabels and arrays
Example: DIM a AS INTEGER = 15
DIM tabel(1 TO 5) AS BYTE = (12,45,4,78,9)
3. Replace % to CONST
4. CONST parameters in FUNCTION and SUB
5. Support for the 16-bit assembler 80x87 instructionset
6. Smaller EXE's in DOS
Thats is it
Greetings,
stephane
------------------
Comment