6+ results for 'masm' (0 ms)

Not the results you expected?

jcqnts2i.asm (https://gitlab.com/f3822/qtwebengine-chromium) Assembly ยท 200 lines

10 ;

11 ; This file should be assembled with NASM (Netwide Assembler),

12 ; can *not* be assembled with Microsoft's MASM or any compatible

13 ; assembler (including Borland's Turbo Assembler).

14 ; NASM is available from http://nasm.sourceforge.net/ or

testapp.asm (http://wcwp.googlecode.com/svn/trunk/) Assembly ยท 138 lines

9 include \masm32\include\windows.inc

10 include \masm32\include\masm32.inc

11 include \masm32\include\gdi32.inc

12 include \masm32\include\user32.inc

13 include \masm32\include\kernel32.inc

14 include \masm32\include\Comctl32.inc

15 include \masm32\include\comdlg32.inc

16 include \masm32\include\shell32.inc

17 include \masm32\include\oleaut32.inc

18 include \masm32\include\dialogs.inc

21 ; libraries

22 ; ~~~~~~~~~

23 includelib \masm32\lib\masm32.lib

24 includelib \masm32\lib\gdi32.lib

TINY-138.ASM (https://github.com/guitmz/virii.git) Assembly ยท 168 lines

17 ; ศออออออออออออออออออออออออออออออออออออออออออออออออออออออออออออออออออออออออออผ

18

19 ; The disassembly has been tested by re-assembly using MASM 5.0.

20

21 code segment

asmplan4.s (https://github.com/rhuitl/uClinux.git) Assembly ยท 435 lines

4 ; provided that this copyright notice remains intact.

5 ;

6 ; EGA/VGA Screen Driver 16 color 4 planes, higher speed MASM version

7 ;

8 ; Note: this file is a replacement for vgaplan4.c, when raw

x86cpuid.asm (https://gitlab.com/grayhamster/io.js) Assembly ยท 321 lines

1 TITLE x86cpuid.asm

2 IF @Version LT 800

3 ECHO MASM version 8.00 or later is strongly recommended.

4 ENDIF

5 .686

engine.factor (git://github.com/x6j8x/factor.git) Unknown ยท 57 lines

13 "LLVMScalarOpts" add-llvm-library

14 "LLVMCodeGen" add-llvm-library

15 "LLVMAsmPrinter" add-llvm-library

16 "LLVMSelectionDAG" add-llvm-library

17 "LLVMX86CodeGen" add-llvm-library