Hello Paul,

Anyway, I copy the file here of helloworld.s:
===============================================
        [warning -number-overflow]
        cpu 8086
        bits 16
        segment code align=16
        push ds
        pop es
        mov ax, dgroup
        mov ds, ax
        call f9___main

[...]

I have tried (GNU) as, nasm, wasm... it seems to be something else.
Is it MASM?

The syntax looks most similar to nasm.  (Especially the "[warning ...]"
pseudo-op.)

What error(s) did you get when building this with nasm?

Thank you!

--
https://gitlab.com/tkchia :: https://github.com/tkchia


_______________________________________________
Freedos-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freedos-devel

Reply via email to