OpenWatcom version 1.7 available | anyone tested it ? (Announce)
> Would one asm be sufficient for a ASM block ? And ".att_syntax
> prefix" is obligatory at he end ?
You could also write (\n are mandatory!):
int main()
{
asm("mov eax, 3\n"
"int 0x10\n");
return 0;
}
Build command: gcc -Wall -O2 -s -masm=intel main.c -o main.exe
If you need to write large assembly snippets, it's better to write separate .S files for GAS or just use NASM.
see Brennan's Guide to Inline Assembly for more information
> What to download if I want the most "raw" (C->ASM) GCC (no
> libs, no "autoconf", no RHIDE, no Ada/Fortran/C++ , ...) ?
1) Try the DJGPP Zip File Picker.
2) You need "v2/djdev203.zip", "v2gnu/bnu217b.zip", "v2gnu/gcc421b.zip". That's less than 10 MiB. (Older versions are usually smaller.)
---
Forum admin
Complete thread:
- OpenWatcom version 1.7 (final) available - Rugxulo, 21.08.2007, 03:51 (Announce)
- OpenWatcom version 1.7 (final) available - rr, 21.08.2007, 10:00
- OpenWatcom version 1.7 (final) available - Rugxulo, 22.08.2007, 00:17
- OpenWatcom version 1.7 available | anyone tested it ? - DOS386, 25.08.2007, 02:17
- OpenWatcom version 1.7 available | anyone tested it ? - Rugxulo, 25.08.2007, 03:07
- OpenWatcom version 1.7 available | anyone tested it ? - Japheth, 25.08.2007, 10:59
- OpenWatcom version 1.7 available | anyone tested it ? - DOS386, 29.08.2007, 15:55
- OpenWatcom version 1.7 available | anyone tested it ? - rr, 29.08.2007, 21:39
- OpenWatcom version 1.7 available | anyone tested it ? - Rugxulo, 30.08.2007, 03:22
- OpenWatcom version 1.7 available | anyone tested it ? - DOS386, 31.08.2007, 07:40
- OpenWatcom version 1.7 available | anyone tested it ? - rr, 31.08.2007, 10:27
- output Intel-style asm w/ DJGPP - Rugxulo, 31.08.2007, 23:43
- OpenWatcom version 1.7 available | anyone tested it ? - DOS386, 02.09.2007, 12:06
- OpenWatcom version 1.7 available | anyone tested it ? - rr, 02.09.2007, 12:42
- OpenWatcom version 1.7 available | anyone tested it ? - DOS386, 02.09.2007, 13:00
- OpenWatcom version 1.7 available | anyone tested it ? - rr, 02.09.2007, 17:24
- OpenWatcom version 1.7 available | anyone tested it ? - Rugxulo, 02.09.2007, 23:54
- OpenWatcom version 1.7 available | anyone tested it ? - DOS386, 05.09.2007, 02:32
- OpenWatcom version 1.7 available | anyone tested it ? - rr, 05.09.2007, 14:13
- OpenWatcom version 1.7 available | anyone tested it ? - DOS386, 11.09.2007, 06:08
- OpenWatcom version 1.7 available | anyone tested it ? - rr, 11.09.2007, 14:47
- OpenWatcom version 1.7 available | anyone tested it ? - DOS386, 11.09.2007, 06:08
- OpenWatcom version 1.7 available | anyone tested it ? - rr, 05.09.2007, 14:13
- OpenWatcom version 1.7 available | anyone tested it ? - rr, 02.09.2007, 17:24
- OpenWatcom version 1.7 available | anyone tested it ? - DOS386, 02.09.2007, 13:00
- OpenWatcom version 1.7 available | anyone tested it ? - rr, 02.09.2007, 12:42
- OpenWatcom version 1.7 available | anyone tested it ? - Steve, 01.09.2007, 03:19
- DOS text editors - Rugxulo, 01.09.2007, 17:21
- DOS text editors - Steve, 02.09.2007, 01:47
- DOS text editors - Rugxulo, 02.09.2007, 03:09
- DOS text editors - Steve, 02.09.2007, 09:46
- DOS text editors - rr, 02.09.2007, 17:52
- DOS text editors - Rugxulo, 02.09.2007, 03:09
- DOS text editors | S | UPX - DOS386, 02.09.2007, 12:15
- DOS text editors | S | UPX - Steve, 02.09.2007, 12:37
- DOS text editors | S | UPX - Japheth, 02.09.2007, 17:45
- DOS text editors | S | UPX - Rugxulo, 02.09.2007, 23:46
- DOS text editors | S | UPX | BIG fun ??? - DOS386, 05.09.2007, 02:29
- DOS text editors | S | UPX | BIG fun ??? - Steve, 05.09.2007, 05:15
- DOS text editors | S | UPX | BIG fun ??? - Rugxulo, 07.09.2007, 04:44
- DOS text editors | S | UPX | BIG fun ??? - Steve, 07.09.2007, 04:54
- DOS text editors | S | UPX | BIG fun ??? - Rugxulo, 08.09.2007, 07:17
- DOS text editors | S | UPX | BIG fun ??? - rr, 08.09.2007, 20:49
- DOS text editors | S | UPX | BIG fun ??? - Rugxulo, 08.09.2007, 07:17
- DOS text editors | S | UPX | BIG fun ??? - Steve, 07.09.2007, 04:54
- DOS text editors | S | UPX | BIG fun ??? - Rugxulo, 07.09.2007, 04:44
- DOS text editors | S | UPX | BIG fun ??? - Steve, 05.09.2007, 05:15
- DOS text editors | S | UPX | BIG fun ??? - DOS386, 05.09.2007, 02:29
- DOS text editors | S | UPX - Rugxulo, 02.09.2007, 23:46
- DOS text editors - Steve, 02.09.2007, 01:47
- DOS text editors - Rugxulo, 01.09.2007, 17:21
- OpenWatcom version 1.7 available | anyone tested it ? - rr, 31.08.2007, 10:27
- OpenWatcom version 1.7 available | anyone tested it ? - Japheth, 30.08.2007, 07:09
- OpenWatcom version 1.7 available | anyone tested it ? - Rugxulo, 30.08.2007, 20:48
- OpenWatcom version 1.7 available | anyone tested it ? - Matjaz, 30.08.2007, 20:56
- OpenWatcom version 1.7 available | anyone tested it ? - Japheth, 31.08.2007, 11:46
- OpenWatcom version 1.7 available | WASM - DOS386, 02.09.2007, 16:43
- OpenWatcom version 1.7 available | WASM - Japheth, 05.09.2007, 08:49
- OpenWatcom version 1.7 available | WASM - DOS386, 02.09.2007, 16:43
- OpenWatcom version 1.7 available | anyone tested it ? - Japheth, 31.08.2007, 11:46
- OpenWatcom version 1.7 available | anyone tested it ? - DOS386, 31.08.2007, 07:23
- OpenWatcom version 1.7 available | anyone tested it ? - Japheth, 01.09.2007, 09:07
- OpenWatcom version 1.7 available | anyone tested it ? - Rugxulo, 07.09.2007, 04:59
- OpenWatcom version 1.7 available | anyone tested it ? - rr, 29.08.2007, 21:39
- OpenWatcom version 1.7 available | anyone tested it ? - DOS386, 29.08.2007, 15:55
- OpenWatcom version 1.7 available | anyone tested it ? - rr, 26.08.2007, 11:21
- OpenWatcom version 1.7 available | anyone tested it ? - Rugxulo, 27.08.2007, 01:32
- OpenWatcom version 1.7 available | anyone tested it ? - rr, 27.08.2007, 10:41
- OpenWatcom version 1.7 available | anyone tested it ? - Rugxulo, 27.08.2007, 01:32
- OpenWatcom version 1.7 available | anyone tested it ? - Japheth, 25.08.2007, 10:59
- OpenWatcom version 1.7 available | anyone tested it ? - rr, 25.08.2007, 20:39
- OpenWatcom version 1.7 available | anyone tested it ? - Rugxulo, 26.08.2007, 06:05
- OpenWatcom version 1.7 available | anyone tested it ? - rr, 26.08.2007, 11:20
- OpenWatcom version 1.7 available | anyone tested it ? - Rugxulo, 28.08.2007, 23:20
- OpenWatcom version 1.7 available | anyone tested it ? - rr, 29.08.2007, 09:17
- OpenWatcom version 1.7 available | anyone tested it ? - Rugxulo, 28.08.2007, 23:20
- OpenWatcom version 1.7 available | anyone tested it ? - rr, 26.08.2007, 11:20
- OpenWatcom version 1.7 available | anyone tested it ? - rr, 27.08.2007, 10:44
- OpenWatcom version 1.7 available | anyone tested it ? - Rugxulo, 26.08.2007, 06:05
- OpenWatcom version 1.7 available | anyone tested it ? - Rugxulo, 25.08.2007, 03:07
- OpenWatcom version 1.7 available | anyone tested it ? - DOS386, 25.08.2007, 02:17
- OpenWatcom version 1.7 (final) available - rr, 25.08.2007, 21:19
- OpenWatcom version 1.7 (final) available - Rugxulo, 22.08.2007, 00:17
- OpenWatcom version 1.7 (final) available - rr, 21.08.2007, 10:00