-
This may be a weird request but is there a way to compile for DOS? (not command line in Windows, but literally DOS, 6.2
The reason is an experiment trying to run mini vMac under DOSBox, which would…
-
I was trying to learn MASM and I saw about `.FPO`, I tried to use it in my code and it didn't work, it gave me a syntax error, but if I compile without `.FPO` it works
Here's some code to serve as …
-
exe.asm
```
.model small
.stack 1deh
cseg segment 'CODE'
assume cs:cseg
start:
mov ax,4c00h
int 21h
cseg ends
end start
```
https://github.com/open-watcom/open-wat…
-
I fix last problem on Travis site that now Coverity Scan will be run regulary one per month (may be set to be one per week if necessary).
[Open Watcom 2.0 Coverity Scan](https://scan.coverity.com/pro…
-
Currently, the C/C++ code in this project is dependent on the `far` and `pascal` keywords as supported in Borland C++.
It would be nice to have it work with open source DOS C/C++ compilers as well,…
-
### Discussed in https://github.com/open-watcom/open-watcom-v2/discussions/1323
Originally posted by **ghaerr** August 14, 2024
Hello @jmalak,
I have a need to mark a symbol such that, when…
-
I see a makefile for watcom, but how do you include the include directory and any libraries required?
-
```
Incremental java compilation is an incubating feature.
CMake Error: Could not create named generator Android Gradle - Ninja
Generators
* Unix Makefiles
= Generates standard UNI…
-
I would like to ask about future support for EMX extender and 16-bit code.
- If you plan to support 16-bit code on any platform
- if you plan to support EMX extender
in case of no plans then some m…
-
After fixing too long operation of `emxomfld` (see #83), I faced another problem with linking Chromium: WL.EXE (Watcom Linker) runs out of memory killing the system, see https://github.com/bitwisework…
dmik updated
10 months ago