386SWAT debugger - JWasm releases (Developers)
> > > Hi,
> > I only find JWASM V2.12 and not JWASM V2.17, and I can't find not
> DEBUGR.BIN
> >
> > JWasm releases are available at
> > https://github.com/Baron-von-Riedesel/JWasm/releases for MSWindows and
> > (DJGPP) DOS binaries. On a Linux host system I believe compiling JWasm
> is
> > not difficult.
>
> Thanks, but where is DEBUGR.BIN?
> It is only for use under DOS
You have to build it yourself. I did it this way:
hg clone https://hg.pushbx.org/ecm/fddebug
cd fddebug
dosemu -K "$PWD" -dumb -td -kt
jwasm -nologo -bin -Fo DEBUGR.BIN -Fl=DEBUGR.LST -DRING0=1 debug.asm
After a brief wait time the file is created:
fddebug$ ls -l DEBUGR.BIN
-rw-r----- 1 ecm ecm 21856 Mar 29 20:26 DEBUGR.BIN
---
l
Complete thread:
- 386SWAT debugger - mrichard, 27.03.2024, 22:00 (Developers)
- 386SWAT debugger - mceric, 28.03.2024, 00:50
- 386SWAT debugger - mrichard, 28.03.2024, 10:46
- 386SWAT debugger - Japheth, 28.03.2024, 06:25
- 386SWAT debugger - mrichard, 28.03.2024, 10:07
- 386SWAT debugger - mrichard, 29.03.2024, 15:40
- 386SWAT debugger - JWasm releases - ecm, 29.03.2024, 18:59
- 386SWAT debugger - JWasm releases - mrichard, 29.03.2024, 19:58
- 386SWAT debugger - JWasm releases - ecm, 29.03.2024, 20:29
- 386SWAT debugger - JWasm releases - mrichard, 29.03.2024, 19:58
- 386SWAT debugger - Japheth, 29.03.2024, 21:52
- 386SWAT debugger - mrichard, 29.03.2024, 22:33
- 386SWAT debugger - JWasm releases - ecm, 29.03.2024, 18:59
- 386SWAT debugger - CandyMan, 28.03.2024, 16:54
- 386SWAT debugger - mrichard, 28.03.2024, 21:30
- 386SWAT debugger - mceric, 28.03.2024, 00:50