6+ results for 'masm' (0 ms)

Not the results you expected?

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

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).

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

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

18

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

20

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

5 ;

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

7 ;

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

2 IF @Version LT 800

3 ECHO MASM version 8.00 or later is strongly recommended.

4 ENDIF

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

14 "LLVMCodeGen" add-llvm-library

15 "LLVMAsmPrinter" add-llvm-library

16 "LLVMSelectionDAG" add-llvm-library