Back to home page

DOS ain't dead

Forum index page

Log in | Register

Back to the board
Thread view  Mix view  Order
Japheth

Homepage

Germany (South),
26.05.2009, 20:46
 

jwasm v1.95 (Announce)

is out.

http://www.japheth.de/jwasm.html

---
MS-DOS forever!

Rugxulo

Homepage

Usono,
26.05.2009, 21:28

@ Japheth

jwasm v1.95

> is out.
>
> http://www.japheth.de/jwasm.html

Thanks for your work on this. You've obviously done a lot of good stuff here.

DOS386

01.06.2009, 15:13

@ Japheth

jwasm v1.95

> is out http://www.japheth.de/jwasm.html

COOL. :-)

[image]

BUG:

* -Fo seems not to work in 16-bit version (see shot)

Sugg's:

* Less american date style: 2009-May-26
* Add version info: "DOS real mode" and "DOS DPMI32" and "Win32"

;--- this is a very simple 16bit "hello world" for DOS.
;--- assemble: JWasm -bin -Fo Dos1.com Dos1.asm

    .model tiny

    .data

str1    db 13,10,"Hello, world!",13,10,'$'

    .code

    org 100h

start:

    mov ah, 09h
    mov dx, offset str1
    int 21h
    mov ax, 4c00h
    int 21h

    end start


Funny:

* Lists 50 commandline options ... not what one would expect as SSSO :clap:

---
This is a LOGITECH mouse driver, but some software expect here
the following string:*** This is Copyright 1983 Microsoft ***

Japheth

Homepage

Germany (South),
01.06.2009, 19:15

@ DOS386

jwasm v1.95

> BUG:
>
> * -Fo seems not to work in 16-bit version (see shot)

It works, but there must be *no* space between the option and the filename. Valid is:

-FoDos1.com or
-Fo=Dos1.com

---
MS-DOS forever!

Back to the board
Thread view  Mix view  Order
22632 Postings in 2109 Threads, 402 registered users, 393 users online (0 registered, 393 guests)
DOS ain't dead | Admin contact
RSS Feed
powered by my little forum