max_stars_repo_path
stringlengths
3
255
max_stars_repo_name
stringlengths
5
116
max_stars_count
int64
0
107k
id
stringlengths
1
7
content
stringlengths
63
1.05M
Student/examples/Correct/CPRL0/GCD0.asm
SoftMoore/CPRL-Kt
6
50313
PROGRAM 20 L0: LDCSTR "Enter value for a (0 to exit): " PUTSTR LDGADDR 0 GETINT STOREW LDCSTR "a = " PUTSTR LDGADDR 0 LOADW PUTINT PUTEOL PUTEOL LDGADDR 0 LOADW LDCINT 0 CMP BZ L1 LDCSTR "Enter value for b: " PUTSTR LDGADDR 4 GETINT STOREW LDCSTR...
programs/oeis/094/A094421.asm
neoneye/loda
22
50314
; A094421: a(n) = n * (6*n^2 + 6*n + 1). ; 13,74,219,484,905,1518,2359,3464,4869,6610,8723,11244,14209,17654,21615,26128,31229,36954,43339,50420,58233,66814,76199,86424,97525,109538,122499,136444,151409,167430,184543,202784,222189,242794,264635,287748,312169,337934,365079,393640,423653,455154,488179,522764,558945,59675...
programs/oeis/250/A250759.asm
neoneye/loda
22
50315
; A250759: Number of (4+1) X (n+1) 0..2 arrays with nondecreasing x(i,j)-x(i,j-1) in the i direction and nondecreasing x(i,j)+x(i-1,j) in the j direction. ; 1029,2361,4239,6663,9633,13149,17211,21819,26973,32673,38919,45711,53049,60933,69363,78339,87861,97929,108543,119703,131409,143661,156459,169803,183693,198129,2131...
objects.asm
RevolutionSoftware/Juego
1
50316
;0=text ;1=map change ;bit 0:animated ;bit 1:passable: set if nonpassable ;bit 2:tile top: shorter ;bit 3:bridge masking ;bit 4: ;bit 5: ;bit 6:collision interaction (when player touches tile) ;bit 7:interaction ; 0 - text (text label) ; 1 - change map (x,y,mapid) ; 2 - open shop (shop_id) brushes_inside: #include "m...
oeis/201/A201347.asm
neoneye/loda-programs
11
50318
<reponame>neoneye/loda-programs ; A201347: Number of n X 2 0..1 arrays with rows and columns lexicographically nondecreasing and every element equal to at least one horizontal or vertical neighbor. ; 2,4,8,14,23,36,54,78,109,148,196,254,323,404,498,606,729,868,1024,1198,1391,1604,1838,2094,2373,2676,3004,3358,3739,4148...
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_2856_1651.asm
ljhsiun2/medusa
9
50319
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r13 push %r8 push %rax push %rbp push %rcx push %rdi push %rsi lea addresses_WT_ht+0x18f34, %r13 nop nop nop dec %r11 movups (%r13), %xmm7 vpextrq $1, %xmm7, %rax nop nop add %rbp, %rbp lea addresses_WC_ht+0x1b88c, %r8 nop nop nop nop nop sub %r13, %r13 mov $...
programs/oeis/072/A072058.asm
neoneye/loda
22
50320
<filename>programs/oeis/072/A072058.asm<gh_stars>10-100 ; A072058: Squarefree kernel of 2*prime(n)+1. ; 5,7,11,15,23,3,35,39,47,59,21,15,83,87,95,107,119,123,15,143,21,159,167,179,195,203,69,215,219,227,255,263,55,93,299,303,105,327,335,347,359,33,383,129,395,399,141,447,455,51,467,479,483,503,515,527,77,543,555,563,21...
libsrc/_DEVELOPMENT/adt/p_forward_list_alt/z80/asm_p_forward_list_alt_size.asm
jpoikela/z88dk
640
50321
<reponame>jpoikela/z88dk ; =============================================================== ; Feb 2014 ; =============================================================== ; ; size_t p_forward_list_alt_size(p_forward_list_alt_t *list) ; ; Return number of items in list. O(n). ; ; ========================================...
bios/ptime.asm
minblock/msdos
0
50323
; ;------------------------------------------------------------------------------ ;M074 - ptime.asm added, containing clock/time routines for power.asm. ; ; 09/11/91 SMR M077: B#2669. Registered POWER's 2f channels in mult.inc ; ; 09/25/91 NSM M090: B#2729. Try to update our time from CMOS under ; WIN ENH mode...
Miscellaneous/Chip16-Emulator/roms/Sources/Anim/Anim.asm
ghivert/Student-Projects
2
50324
<filename>Miscellaneous/Chip16-Emulator/roms/Sources/Anim/Anim.asm importbin k9.bin 0 5400 k0 importbin k8.bin 0 5400 k1 importbin k7.bin 0 5400 k2 importbin k6.bin 0 5400 k3 importbin k5.bin 0 5400 k4 importbin k4.bin 0 5400 k5 importbin k3.bin 0 5400 k6 importbin k2.bin 0 5400 k7 importbin k1.bin 0 5400 k8 i...
binary/cpu_kernel_x86_avx512_vnni.asm
R3tr074/oh_my_cpu
23
50327
.globl cpu_kernel_x86_avx512_vnni_8b cpu_kernel_x86_avx512_vnni_8b: mov $0x20000000, %rax vpxorq %zmm0, %zmm0, %zmm0 vpxorq %zmm1, %zmm1, %zmm1 vpxorq %zmm2, %zmm2, %zmm2 vpxorq %zmm3, %zmm3, %zmm3 vpxorq %zmm4, %zmm4, %zmm4 vpxorq %zmm5, %zmm5, %zmm5 vpxorq %zmm6, %zmm6, %zmm6 vpxo...
asm/SoundTest/soundtest.asm
clydeshaffer/GameTankEmulator
3
50328
tmp = $0 ArrowIndex = $30 FrameFlag = $34 FrameFlip = $35 GamePad1BufferA = $36 GamePad1BufferB = $37 ;GamePad2BufferA = $38 ;GamePad2BufferB = $39 Old_GamePad1BufferA = $3A Old_GamePad1BufferB = $3B ;Old_GamePad2BufferA = $3C ;Old_GamePad2BufferB = $3D PrintNum_X = $40 PrintNum_Y = PrintNum_X+1 PrintNum_N = PrintN...
tf/adst/aom_dsp/arm/intrapred_neon_asm.asm
luctrudeau/VideoExperiments
147
50329
; ; Copyright (c) 2016, Alliance for Open Media. All rights reserved ; ; This source code is subject to the terms of the BSD 2 Clause License and ; the Alliance for Open Media Patent License 1.0. If the BSD 2 Clause License ; was not distributed with this source code in the LICENSE file, you can ; obtain it at www.aome...
Assembly/PIC16F18855/PIC16F18855.asm
xiuzi2009/Projects-while-studying-
0
50330
; Code by <NAME> for Micprocessor II Lab 1. Chip: Pic16F18855 ; Analog input= RA4 LED= RC0 Power supply=3.4V #include <P16F18855.inc> errorlevel -302 ;supress the 'not in bank0' warning ; -------------------LATC----------------- ; Bit#: -7---6---5---4---3---2---1---0--- ; LED...
src/tests/divtest.asm
Hacktix/BullyGB
10
50331
SECTION "DIV Test", ROMX TestDIV:: ; Store initial DIV value ld a, [rDIV] ld b, a ; Load expected value based on model ldh a, [hDeviceModel] cp $03 jr z, .modeSGB jr c, .modeDMG ld a, $1F ; Expected value for CGB, AGS and AGB (TODO: Confirm) jr .endLoadCP .modeSGB ...
oeis/072/A072565.asm
neoneye/loda-programs
11
50332
; A072565: a(n) = prime(n+1)*prime(n+2)+1 mod prime(n), where prime(n) is the n-th prime. ; Submitted by <NAME> ; 0,0,3,4,2,12,13,3,3,17,30,25,13,41,26,49,17,0,25,17,61,41,2,8,25,13,25,13,73,27,41,49,25,121,17,73,61,41,73,49,25,121,13,25,29,90,193,25,13,41,49,25,161,73,73,49,17,61,25,25,241,253,25,13,73,281,97,121,13,4...
oeis/189/A189800.asm
neoneye/loda-programs
11
50333
<filename>oeis/189/A189800.asm<gh_stars>10-100 ; A189800: a(n) = 6*a(n-1) + 8*a(n-2), with a(0)=0, a(1)=1. ; Submitted by <NAME>(s4) ; 0,1,6,44,312,2224,15840,112832,803712,5724928,40779264,290475008,2069084160,14738305024,104982503424,747801460736,5326668791808,37942424436736,270267896954880,1925146777223168,137130238...
Transynther/x86/_processed/US/_zr_/i3-7100_9_0x84_notsx.log_26_2269.asm
ljhsiun2/medusa
9
50336
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r13 push %r9 push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0x1d69a, %r13 nop nop and $6947, %r9 movups (%r13), %xmm0 vpextrq $1, %xmm0, %rbp nop nop nop nop nop xor %rdi, %rdi lea addresses_D_ht+0x55...
waterbackground/_includes/subroutines/clearVram.asm
ArcadeTV/megadrive-samples
5
50338
<reponame>ArcadeTV/megadrive-samples ;============================================================== ; Clear VRAM (video memory) ;============================================================== clearVram: ; Setup the VDP to write to VRAM address $0000 (start of VRAM) SetVRAMWrite $0000 ; Write 0's across all of V...
Perlin-Noise/JAAsm/JAAsm.asm
JakubCzajka/Perlin-Noise
0
50339
<gh_stars>0 .data result real8 -1.0, -1.0 minusOnes real8 -1.0, -1.0 ones real8 1.0, 1.0 twoOnes DWORD 1, 1, 0, 0 zeroOne real8 1.0, 0.0 zeroTwo real8 2.0, 0.0 twoZeroes real8 0.0, 0.0 twoTwo real8 2.0, 2.0 .code ;unsigned short getIndexY(int y, unsigned char* hashTable, unsigned short hashTableSize) ;y in xmm5, hash...
oeis/021/A021873.asm
neoneye/loda-programs
11
50341
<filename>oeis/021/A021873.asm ; A021873: Decimal expansion of 1/869. ; Submitted by <NAME>(s1.) ; 0,0,1,1,5,0,7,4,7,9,8,6,1,9,1,0,2,4,1,6,5,7,0,7,7,1,0,0,1,1,5,0,7,4,7,9,8,6,1,9,1,0,2,4,1,6,5,7,0,7,7,1,0,0,1,1,5,0,7,4,7,9,8,6,1,9,1,0,2,4,1,6,5,7,0,7,7,1,0,0,1,1,5,0,7,4,7,9,8,6,1,9,1,0,2,4,1,6,5 add $0,1 mov $2,10 pow...
libsrc/target/pc88/graphics/getmaxx.asm
ahjelm/z88dk
640
50342
<reponame>ahjelm/z88dk INCLUDE "graphics/grafix.inc" MODULE pc88_getmaxx SECTION code_clib PUBLIC getmaxx PUBLIC _getmaxx EXTERN __pc88_gfxmode EXTERN __console_w EXTERN __gfx_fatpix .getmaxx ._getmaxx ; We must be in lores mode here ld a,(__console_w) ...
oeis/036/A036151.asm
neoneye/loda-programs
11
50343
<reponame>neoneye/loda-programs ; A036151: 5^n mod 167. ; Submitted by <NAME> ; 1,5,25,125,124,119,94,136,12,60,133,164,152,92,126,129,144,52,93,131,154,102,9,45,58,123,114,69,11,55,108,39,28,140,32,160,132,159,127,134,2,10,50,83,81,71,21,105 mov $1,5 pow $1,$0 mod $1,167 mov $0,$1
cmd/format/phase1.asm
minblock/msdos
0
50344
;/* ; * Microsoft Confidential ; * Copyright (C) Microsoft Corporation 1991 ; * All Rights Reserved. ; */ ;=========================================================================== ; ; FILE: PHASE1.ASM ; ;=================================================...
Borland/CBuilder5/Source/Vcl/fdiv.asm
TrevorDArcyEvans/DivingMagpieSoftware
1
50345
<reponame>TrevorDArcyEvans/DivingMagpieSoftware ; ******************************************************* ; * * ; * Delphi Runtime Library * ; * Pentium-safe floating-point divide support * ; * * ; * Copyright (c) 1995,98 Inprise Corporation * ; * * ; ********************...
archive/vtl-2/source/memorymacros.asm
paulscottrobson/retrochallenge-jan-2016
0
50346
<filename>archive/vtl-2/source/memorymacros.asm ; **************************************************************************************************************** ; **************************************************************************************************************** ; ; Memory and Macro Allocation. ...
architecture/lab3/test/asm/cpu_test.asm
sabertazimi/hust-lab
29
50348
.text # spec for addx addiu $s0 $0 2 addiu $s1 $0 -1 addu $s2 $s0 $s1 addi $s1, $s2, 32 addiu $s1, $s1, 32 add $s0, $s1, $s2 addu $s0, $s0, $s1 # spec for andx add $s0, $s2, 31 add $s1, $s2, 15 and $s0, $s0, $s1 andi $s2, $s0, 8 # spec for shift sll $s2, $s1, 1 srl $s1, $s1, 1 addiu $s0, $zero, 0xff sra $s0, $s0, 4 ...
Vezba 9/switch/program.asm
KristianKalamin/Programski-Prevodioci-Domaci
1
50349
<gh_stars>1-10 main: PUSH %14 MOV %15,%14 SUBS %15,$4,%15 @main_body: MOV $10,-4(%14) @switch1: JMP @test1 @case1: MOV $1,-4(%14) JMP @switch_exit1 @case2: MOV $2,-4(%14) JMP @switch_exit1 @default1: MOV $0,-4(%14) JMP @switch_exit1 @test1: CMPS -4(%14),$10 JEQ @ca...
oeis/062/A062824.asm
neoneye/loda-programs
11
50351
<filename>oeis/062/A062824.asm ; A062824: Ch(A005117(n)) where Ch(n) is Chowla's function and A005117(n) are the squarefree numbers. ; Submitted by <NAME> ; -1,0,0,0,5,0,7,0,0,9,8,0,0,10,13,0,15,0,41,0,14,19,12,0,21,16,0,53,0,25,0,20,0,16,22,31,0,0,33,18,77,0,26,73,0,0,39,18,89,0,43,0,22,45,32,0,20,34,49,24,0,0,113,0,8...
Src/EnterExit.asm
botman99/AeonProfiler
27
50352
<reponame>botman99/AeonProfiler<gh_stars>10-100 ;; ;; Copyright (c) 2015-2018 Jeffrey "botman" Broome ;; IF _M_IX86 .586 .model flat .code extern ?ProfilerEnter@@YAX_JPAX@Z:near extern ?ProfilerExit@@YAX_JPAX@Z:near ; http://msdn.microsoft.com/en-us/library/984x0h58.aspx _Profiler_enter PROC PUSH EAX PU...
dino/lcs/enemy/B3.asm
zengfr/arcade_game_romhacking_sourcecode_top_secret_data
6
50353
copyright zengfr site:http://github.com/zengfr/romhack 050338 subq.b #1, ($b3,A6) 05033C bne $5034a [enemy+B3] 050B8E move.b D1, ($b3,A6) 050B92 rts [enemy+B3] copyright zengfr site:http://github.com/zengfr/romhack
dev/emm386/tabdef.asm
minblock/msdos
0
50354
<filename>dev/emm386/tabdef.asm<gh_stars>0 .386p page 58,132 ;****************************************************************************** title TABDEF.ASM - 386 Protected Mode CPU Tables ;****************************************************************************** ; ; (C) Copyright MICROSOFT Corp. 1986-1991 ; ...
programs/oeis/266/A266958.asm
karttu/loda
1
50355
; A266958: Numbers m such that 9*m+13 is a square. ; -1,4,12,27,43,68,92,127,159,204,244,299,347,412,468,543,607,692,764,859,939,1044,1132,1247,1343,1468,1572,1707,1819,1964,2084,2239,2367,2532,2668,2843,2987,3172,3324,3519,3679,3884,4052,4267,4443,4668,4852,5087,5279,5524 mov $4,$0 add $0,1 div $0,2 pow $0,2 mov $2,$...
programs/oeis/247/A247617.asm
karttu/loda
1
50356
<gh_stars>1-10 ; A247617: a(4n) = n + 1/2 - (-1)^n/2 + (-1)^n, a(2n+1) = 2*n + 5, a(4n+2) = 2*n + 3. ; 1,5,3,7,1,9,5,11,3,13,7,15,3,17,9,19,5,21,11,23,5,25,13,27,7,29,15,31,7,33,17,35,9,37,19,39,9,41,21,43,11,45,23,47,11,49,25,51,13,53,27,55,13,57,29,59,15,61,31,63,15,65,33,67,17,69,35,71,17,73,37,75,19,77,39,79,19,81,...
programs/oeis/120/A120880.asm
neoneye/loda
22
50357
; A120880: G.f. satisfies: A(x) = A(x^3)*(1 + 2*x + x^2); thus a(n) = 2^A062756(n), where A062756(n) is the number of 1's in the ternary expansion of n. ; 1,2,1,2,4,2,1,2,1,2,4,2,4,8,4,2,4,2,1,2,1,2,4,2,1,2,1,2,4,2,4,8,4,2,4,2,4,8,4,8,16,8,4,8,4,2,4,2,4,8,4,2,4,2,1,2,1,2,4,2,1,2,1,2,4,2,4,8,4,2,4,2,1,2,1,2,4,2,1,2,1,2,...
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_1025.asm
ljhsiun2/medusa
9
50358
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r14 push %rax push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0x671e, %rsi lea addresses_WC_ht+0x1dd6, %rdi nop nop nop nop nop and $24798, %rbx mov $33, %rcx rep movsq nop nop nop and $38240, %rdx lea addresses_WC_ht+0x17636, %rsi lea ad...
data/mapHeaders/viridianforestentrance.asm
adhi-thirumala/EvoYellow
16
50359
ViridianForestEntrance_h: db FOREST_GATE ; tileset db VIRIDIAN_FOREST_ENTRANCE_HEIGHT, VIRIDIAN_FOREST_ENTRANCE_WIDTH ; dimensions (y, x) dw ViridianForestEntranceBlocks, ViridianForestEntranceTextPointers, ViridianForestEntranceScript ; blocks, texts, scripts db $00 ; connections dw ViridianForestEntranceObject ;...
programs/oeis/171/A171784.asm
neoneye/loda
22
50360
; A171784: Fourth smallest divisor of smallest number having exactly n divisors. ; 6,8,4,8,4,4,4,8,4,8,4,4,4,8,4,8,4,4,4,8,4,4,4,4,4,8,4,8,4,4,4,4,4,8,4,4,4,8,4,8,4,4,4,8,4,4,4,4,4,8,4,4,4,4,4,8,4,8,4,4,4,4,4,8,4,4,4,8,4,8,4,4,4,4,4,8,4,4,4,8,4,4,4,4,4,8,4,4,4,4,4,4,4,8,4,4,4,8,4,8 add $0,3 mov $1,4 trn $1,$0 seq $0,1...
experiments/asm-blinky-boot/blinky-boot.asm
ian-ross/link-434
0
50362
<filename>experiments/asm-blinky-boot/blinky-boot.asm .include "thunderboard.inc" .area code1 (abs) .org 0x0000 ljmp start .org 0x0100 start: mov WDTCN, #0xDE mov WDTCN, #0xAD mov P1MDOUT, #(1 << 4 | 1 << 5 | 1 << 6) mov P1SKIP, #(1 << 4 | 1 << 5 | 1 << 6) mov XBR2, #(1 << 6) loop: clr THB_...
Chapter03/logical-shift/logical-shift-right.nasm
firebitsbr/Penetration-Testing-with-Shellcode
30
50363
<reponame>firebitsbr/Penetration-Testing-with-Shellcode global _start section .text _start: mov rax, 0xffffffffffffffff shr rax, 32 mov rax, 60 mov rdi, 0 syscall section .data
zombie.asm
swu038/CS183lab2
0
50364
_zombie: file format elf32-i386 Disassembly of section .text: 00001000 <main>: #include "stat.h" #include "user.h" int main(void) { 1000: 55 push %ebp 1001: 89 e5 mov %esp,%ebp 1003: 83 e4 f0 and $0xfffffff0,%esp 1006: 83 ec 10 ...
Source Codes/Palindrome input.asm
kaazima/Emulator-8086
0
50365
.MODEL small .STACK .DATA pal db "Palindrome$" notpal db "Not a Palindrome$" strlen db ? str1 db 10 ? .CODE .STARTUP ;Input a string mov dx,offset str1 mov ah,0Ah int 21h ;Finding length of first string mov si,offset str1 inc si mov bh,[si] mov strlen,bh dec strlen ;Palindrome check compare...
programs/oeis/128/A128990.asm
neoneye/loda
22
50366
<filename>programs/oeis/128/A128990.asm ; A128990: a(n) = (n^3 - n^2)*7^n. ; 0,196,6174,115248,1680700,21176820,242121642,2582630848,26149137336,254227724100,2392565359030,21924598926384,196490913105396,1728112389619252,14954818756320450,127614453387267840,1075683496676845168,8969302097290753092,74070020914554683214,60...
problemas de boletines/Potencia de 2 (forma 2).asm
ubidragon/AVR-US
0
50367
<gh_stars>0 ;FORMA 2 ; Escriba una subrutina POTENCIA que calcule 2^n (con n<16). ; El exponente se pasa a la subrutina en el registro ; R16. La subrutina devuelve en R1:R0 el resultado. CLR R1 LDI R17, 1 MOV R0, R17 BUCLE: CPI R16, 0 BREQ RETORNA LSL R0 ROL R1 DEC R16 RJMP BUCLE RETORNA:POP R17 RET
lecture14/calling_asm.asm
netguy204/cmsc313_examples
1
50368
[SECTION .data] ;;; Here we declare initialized data. For example: messages, prompts, ;;; and numbers that we know in advance [SECTION .bss] ;;; Here we declare uninitialized data. We're reserving space (and ;;; potentially associating names with that space) that our code ;;; will use as it executes. Think of these as...
programs/oeis/186/A186299.asm
neoneye/loda
22
50369
<filename>programs/oeis/186/A186299.asm ; A186299: (A007521(n)-1)/2. ; 2,6,14,18,26,30,50,54,74,78,86,90,98,114,134,138,146,158,174,186,194,198,210,230,254,270,278,306,326,330,338,350,354,366,378,386,398,410,414,426,438,470,498,506,510,530,534,546,554,558,590,606 mov $1,1 mov $2,$0 pow $2,2 add $2,1 mov $5,1 lpb $2 ...
programs/oeis/047/A047578.asm
neoneye/loda
22
50372
<filename>programs/oeis/047/A047578.asm<gh_stars>10-100 ; A047578: Numbers that are congruent to {2, 5, 6, 7} mod 8. ; 2,5,6,7,10,13,14,15,18,21,22,23,26,29,30,31,34,37,38,39,42,45,46,47,50,53,54,55,58,61,62,63,66,69,70,71,74,77,78,79,82,85,86,87,90,93,94,95,98,101,102,103,106,109,110,111,114,117,118,119,122,125 add $...
libsrc/_DEVELOPMENT/threads/mutex/c/sdcc_iy/mtx_timedlock_callee.asm
meesokim/z88dk
0
50373
; int mtx_timedlock_callee(mtx_t *m, struct timespec *ts) SECTION code_threads_mutex PUBLIC _mtx_timedlock_callee EXTERN asm_mtx_timedlock _mtx_timedlock_callee: pop af pop hl pop bc push af jp asm_mtx_timedlock
ref/src/msr.asm
ilya101010/asm_studies
1
50374
format ELF section '.text' executable include 'inc/macro.inc' ; TODO: cpuid check public msr_get ; void msr_get(uint32_t num, uint32_t* high, uint32_t *low) msr_get: push ebp mov ebp, esp mov ecx, [ebp+8] rdmsr push esi mov esi, [ebp+16] mov [esi], eax mov esi, [ebp+12] mov [esi], edx pop esi pop ebp re...
alice2/cpm/fakehw_bios.asm
lkesteloot/alice
63
50375
<gh_stars>10-100 ; ; modified by <NAME>, <EMAIL>, for his Z-80 computer ; ; modified by <NAME>, <EMAIL>, for an ; idealized HW implementation in a Z-80 computer emulator, ; September 2015. ; ; skeletal cbios for first level of CP/M 2.0 alteration ; ; ; 20150922 grantham - Assemble cpm22.asm, the...
Transynther/x86/_processed/AVXALIGN/_ht_zr_/i7-7700_9_0x48_notsx.log_21829_717.asm
ljhsiun2/medusa
9
50377
<filename>Transynther/x86/_processed/AVXALIGN/_ht_zr_/i7-7700_9_0x48_notsx.log_21829_717.asm .global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r14 push %rbp push %rcx push %rdi push %rsi lea addresses_normal_ht+0x3aba, %rsi clflush (%rsi) nop add $27916, %r11 and $0xffffffffffffffc0, %rsi vmovntdqa...
programs/general/ackermann.asm
neoneye/loda
22
50378
<filename>programs/general/ackermann.asm ; Ackermann function ; input: ; $0 = i ; $1 = n ; output: ; $2 = ack(i,n) ; ; temporary variables: ; $3 = i+1 ; $4 = j ; $5 = k ; $6 = stop (bool) ; $7 = transfer (bool) ; $8 = a ; $9..$(9+i) = diff (array) ; $(10+i)..$(11+2i) = next (array) ; initialize $...
dd/dev/use.asm
olifink/smsqe
0
50380
; DEV_USE/DEV_USE$/DEV_NEXT V2.00  1989 <NAME> QJUMP section exten xdef dev_basic dev_basic xdef dev_xinit xdef dev_use xdef dev_usen xdef dev_use$ xdef dev_next xdef dev_list xref dev_name xref cv_cttab xref cv_upcas xref iou_flnk xref iou_use xref ut_gtnm1 xref ut_gtin1 xref ut_gxin1 xref ut...
programs/oeis/292/A292272.asm
neoneye/loda
22
50381
; A292272: a(n) = n - A048735(n) = n - (n AND floor(n/2)). ; 0,1,2,2,4,5,4,4,8,9,10,10,8,9,8,8,16,17,18,18,20,21,20,20,16,17,18,18,16,17,16,16,32,33,34,34,36,37,36,36,40,41,42,42,40,41,40,40,32,33,34,34,36,37,36,36,32,33,34,34,32,33,32,32,64,65,66,66,68,69,68,68,72,73,74,74,72,73,72,72,80,81,82,82,84,85,84,84,80,81,82,...
Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_20772_1687.asm
ljhsiun2/medusa
9
50382
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r12 push %r14 push %r8 push %rbx push %rcx push %rdi push %rsi lea addresses_D_ht+0x62c0, %r11 nop nop nop nop nop sub %rsi, %rsi movups (%r11), %xmm4 vpextrq $0, %xmm4, %r12 nop nop nop sub $33783, %rbx lea addresses_normal_ht+0x7f40, %r10 clflush ...
Userland/SampleCodeModule/asm/userasm.asm
nachocifu/dummyOS
0
50383
GLOBAL syscall GLOBAL haltAsm ; syscall: Esta funcion en asembler se utiliza para, desde C, llamar a las syscalls con ints. ; parametros: rdi, rsi, rdx y rcx. ; retorna nada. syscall: push rbp mov rbp, rsp ; El orden de las syscalls es rax, rbx, rcx y rdx. ; El orden de las funciones en C son rdi, rsi, rdx...
assembler/asm_example/advanced_asm_example/vector_mult/vector_mult.asm
dpolad/dlx
1
50384
<reponame>dpolad/dlx ; LOAD IN MEMORY ; A = (2, 8, -4, -16) addi r1,r0,10 addi r2,r0,2 sw 0(r1),r2 addi r2,r0,8 sw 4(r1),r2 addi r2,r0,-4 sw 8(r1),r2 addi r2,r0,-16 sw 12(r1),r2 ;------- addi r1,r0,1 ; M = 1 addi r2,r0,4 ; n = 4 addi r3,r0,0 ; i = 0 addi r4,r0,10 ; index = 10 ; for (i = 0; i < 4; i++) M = M*A(i); lo...
Lab8/print.asm
YuriySavchenko/Assembler
0
50385
<filename>Lab8/print.asm segment readable executable macro print msg, len { mov eax, 4 mov ebx, 1 mov ecx, msg mov edx, len int 0x80 }
source/jni/u2/credits/includ2.asm
Falken42/SecondReality
9
50386
<reponame>Falken42/SecondReality<filename>source/jni/u2/credits/includ2.asm IDEAL SEGMENT kakka11 para use16 private 'FAR_DATA' PUBLIC C pic11 LABEL pic11 BYTE INCLUDE "pic11.inc" ENDS SEGMENT kakka12 para use16 private 'FAR_DATA' PUBLIC C pic12 LABEL pic12 BYTE INCLUDE "pic12.inc" ENDS SEGMENT kakka1...
base/mvdm/dos/v86/cmd/debug/debcom1.asm
npocmaka/Windows-Server-2003
17
50387
PAGE 60,132 TITLE DEBCOM1.ASM - PART1 DEBUGGER COMMANDS PC DOS ;/* ; * Microsoft Confidential ; * Copyright (C) Microsoft Corporation 1991 ; * All Rights Reserved. ; */ ;======================= START OF SPECIFICATIONS ====================...
basic/12_data_angka/data_numerik.asm
bellshade/Assembly
6
50388
section .text global _start _start: mov eax, '3' sub eax, '0' mov ebx, '4' sub ebx, '0' add ead, ebx add eax, '0' mov [hasil], eax mov ecx, msg mov edx, len mov ebx, 1 mov eax, 4 int 0x80 mov ecx, sum mov edx, 1 mob ebx, 1 ...
programs/oeis/152/A152674.asm
karttu/loda
1
50389
<gh_stars>1-10 ; A152674: Number of divisors of the numbers that are not squares. ; 2,2,2,4,2,4,4,2,6,2,4,4,2,6,2,6,4,4,2,8,4,4,6,2,8,2,6,4,4,4,2,4,4,8,2,8,2,6,6,4,2,10,6,4,6,2,8,4,8,4,4,2,12,2,4,6,4,8,2,6,4,8,2,12,2,4,6,6,4,8,2,10,4,2,12,4,4,4,8,2,12,4,6,4,4,4,12,2,6,6,2,8,2,8 cal $0,282532 ; Position where the discr...
programs/oeis/051/A051678.asm
karttu/loda
0
50390
; A051678: Square-pyramid-tree numbers: a(n) = sum(b(m),m=1..n), b(m) = 1^2, 1^2,2^2, 1^2,2^2,3^2,.. = (A002260)^2. ; 1,2,6,7,11,20,21,25,34,50,51,55,64,80,105,106,110,119,135,160,196,197,201,210,226,251,287,336,337,341,350,366,391,427,476,540,541,545,554,570,595,631,680,744,825,826,830,839,855,880,916,965,1029,1110,12...
ioq3/build/release-js-js/baseq3/ui/ui_demo2.asm
RawTechnique/quake-port
1
50391
<reponame>RawTechnique/quake-port code proc Demos_MenuEvent 12 8 ADDRFP4 4 INDIRI4 CNSTI4 3 EQI4 $70 ADDRGP4 $69 JUMPV LABELV $70 ADDRLP4 0 ADDRFP4 0 INDIRP4 CNSTI4 8 ADDP4 INDIRI4 ASGNI4 ADDRLP4 0 INDIRI4 CNSTI4 10 LTI4 $72 ADDRLP4 0 INDIRI4 CNSTI4 14 GTI4 $72 ADDRLP4 0 INDIRI4 CNSTI4 2 LSHI4 ADDRGP4 $86-40 ADDP4 INDI...
Microprocessor lab/bubbleSort/macro.nasm
IamVaibhavsar/Second_Year_Lab_Assignments
34
50392
%macro read 2 mov rax,0 mov rdi,0 mov rsi,%1 mov rdx,%2 syscall %endmacro %macro display 2 mov rax,1 mov rdi,1 mov rsi,%1 mov rdx,%2 syscall %endmacro %macro fopen 1 mov rax,2 mov rdi,%1 mov rsi,2 mov rdx,0777o syscall %endmacro %macro fread 3 mov rax,0 mov rdi,%1 mov rsi,%2 mov rdx,%3 syscall %endmacro %macro fwri...
third_party/p7zip/Asm/x86/AesOpt.asm
VirtualLib/juice
0
50393
; AesOpt.asm -- Intel's AES. ; 2009-12-12 : <NAME> : Public domain %include "7zAsm.asm" MY_ASM_START %ifndef x64 ; FIXME .xmm %endif %define rD r2 %define rN r0 %macro MY_PROLOG 1 ; MY_PROLOG macro reg:req %ifdef x64 %ifdef CYGWIN64 ; ivAes : %rcx ; data : %rdx ; ...
src/lib/gp_14byte_move.asm
hallorant/bitmit
6
50394
ifndef INCLUDE_GP_14BYTE_MOVE INCLUDE_GP_14BYTE_MOVE equ 1 ; __ ___ _ _ ; / | / | | | | ; __ _ _ __ `| | / /| | |__ _ _| |_ ___ _ __ ___ _____ _____ ; / _` | '_ \ | |/ /_| | '_ \| | | | __/ _ \ | '_ ` _ \ / _ \ \ / / _ \ ;| (_| | |_) |_| |\___ | |_) | |_| ...
x86_64/IntegerOperand/IntegerOperand_.asm
brucexia1/x86assembly
1
50395
;======================================================================================== ; --Register-----|--Callee Save--|----------------------------Description---------------- ; | %rax | | 函数返回值寄存器;也用于idiv and imul指令 ; | %rbx | yes | ; | %rcx | | 函...
Quickdraw/QuickDraw Source/RRects.asm
Computer-history-Museum/MacPaint
2
50396
.INCLUDE GRAFTYPES.TEXT ;----------------------------------------------------------- ; ; ; **** **** ***** *** ***** *** ; * * * * * * * * * * ; * * * * * * * * ; **** **** *** * * *** ; * * * * * * * ...
src/camera/pixy/src/misc/gcc/m0/Release/main_m0.asm
wowHollis/SmartCart
0
50397
<filename>src/camera/pixy/src/misc/gcc/m0/Release/main_m0.asm 1 .syntax unified 2 .cpu cortex-m0 3 .fpu softvfp 4 .eabi_attribute 20, 1 5 .eabi_attribute 21, 1 6 .eabi_attribute 23, 3 7 .eabi_at...
src/main.asm
unlink2/vicgol
0
50398
<reponame>unlink2/vicgol include "defs.asm" include "macros.asm" db lo(BASIC_MEMORY), hi(BASIC_MEMORY); // ptr to next basic line org BASIC_MEMORY; // a very simple basic program that jumps to the start of machine code db 0x0c, 0x08, 0x00, 0x00, BAS_SYS; // 10 sys db "2062", 0x00, 0x00, 0x00; // the actual address in...
modules/libc/misc/misc.nasm
r-tty/radios
0
50399
;------------------------------------------------------------------------------- ; misc.nasm - miscellaneous non-POSIX routines. ;------------------------------------------------------------------------------- module libc.misc %include "rmk.ah" %include "errors.ah" %include "thread.ah" %include "locstor.ah" %include ...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_951.asm
ljhsiun2/medusa
9
50401
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r13 push %r15 push %r9 push %rax push %rbp push %rcx push %rdi push %rsi lea addresses_A_ht+0x101f9, %r13 nop nop nop and %rax, %rax movw $0x6162, (%r13) nop nop dec %rbp lea addresses_UC_ht+0x14d99, %rsi nop nop mfence mov $0x6162636465666768, %r9 movq %r9, ...
DATABASE/RAND0M/mp3.asm
EgeBalci/Shellcode
2
50402
<reponame>EgeBalci/Shellcode ; Windows shellcode to download and play an mp3. ; 528 bytes, null bytes all over the place. Intended for use with encoders. ; Works on Windows 7, designed for compatibility for XP and up. Untested on XP. ; ; frank2 <frank2 [R] dc949 [A] org> global main _main: jmp dataOf...
Transynther/x86/_processed/NC/_zr_/i3-7100_9_0xca_notsx.log_21829_122.asm
ljhsiun2/medusa
9
50404
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r11 push %r13 push %r14 push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0xfe33, %rsi lea addresses_WC_ht+0x11733, %rdi nop dec %r13 mov $113, %rcx rep movsb nop nop nop nop nop xor %r11, %r11 lea addresses_D_ht+0x69b, %rdx nop nop n...
oeis/241/A241530.asm
neoneye/loda-programs
11
50405
; A241530: a(n) = binomial(n,floor(n/2))*binomial(n+1,floor(n/2+1/2))*(1+floor(n/2))/(1+2*floor(n/2)). ; Submitted by <NAME> ; 1,2,4,12,36,120,400,1400,4900,17640,63504,232848,853776,3171168,11778624,44169840,165636900,625739400,2363904400,8982836720,34134779536,130332794592,497634306624,1907598175392,7312459672336,281...
_incObj/Sonic ResetOnFloor.asm
kodishmediacenter/msu-md-sonic
9
50407
<reponame>kodishmediacenter/msu-md-sonic<gh_stars>1-10 ; --------------------------------------------------------------------------- ; Subroutine to reset Sonic's mode when he lands on the floor ; --------------------------------------------------------------------------- ; ||||||||||||||| S U B R O U T I N E ||||||||...
Transynther/x86/_processed/AVXALIGN/_zr_/i3-7100_9_0xca_notsx.log_21829_1276.asm
ljhsiun2/medusa
9
50408
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r13 push %r14 push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_A_ht+0x11bf8, %r11 nop sub %rsi, %rsi movb $0x61, (%r11) nop nop nop nop cmp %rcx, %rcx lea addresses_WC_ht+0xf972, %r13 add %r14, %r14 movl $0x61626364, (%r13) nop add %r14, %r14 l...
tetris_os/boot/pre32_functions/pm_switch.asm
vladcc/Tetris-OS
20
50409
<filename>tetris_os/boot/pre32_functions/pm_switch.asm<gh_stars>10-100 ; switches to protected mode ; note: we do not return from this function ; constants %define PM_STACK 0x90000 [bits 16] ; force 16 bit code for real mode pm_switch: call clear_screen ; clear the screen cli ; clear interrupts lgdt [gdt_des...
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_1006_1647.asm
ljhsiun2/medusa
9
50410
.global s_prepare_buffers s_prepare_buffers: push %r13 push %r15 push %r8 push %rax push %rbp push %rcx push %rdi push %rsi lea addresses_WT_ht+0x13bea, %rsi lea addresses_A_ht+0xc17e, %rdi nop nop nop nop nop add $62282, %r15 mov $104, %rcx rep movsq nop nop mfence lea addresses_D_ht+0x12092, %rbp clflush (%rbp) nop n...
Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xa0.log_21829_1873.asm
ljhsiun2/medusa
9
50411
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r13 push %r15 push %rbx push %rcx push %rdi push %rsi lea addresses_WT_ht+0xf7b6, %rsi nop nop and %r13, %r13 vmovups (%rsi), %ymm5 vextracti128 $1, %ymm5, %xmm5 vpextrq $0, %xmm5, %r15 nop dec %rbx lea addresses_A_ht+0x13206, %rsi lea addresses_WC_ht+0x3c36,...
3rdParties/src/nasm/nasm-2.15.02/travis/test/float8.asm
blue3k/StormForge
1
50412
<reponame>blue3k/StormForge<gh_stars>1-10 ; Test of 8-bit floating-point constants ; Zero db 0.0 ; 00h ; Denorms db 0.001953125 ; 01h db 0.00390625 ; 02h db 0.005859375 ; 03h db 0.0078125 ; 04h db 0.009765625 ; 05h db 0.01171875 ; 06h db 0.013671875 ; 07h ; Normals db 0.015625 ; ...
Transynther/x86/_processed/US/_zr_/i7-7700_9_0xca.log_21829_1413.asm
ljhsiun2/medusa
9
50413
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r12 push %r13 push %r14 push %r9 push %rcx push %rdi push %rdx push %rsi lea addresses_D_ht+0x18435, %r14 and $49909, %r13 vmovups (%r14), %ymm0 vextracti128 $1, %ymm0, %xmm0 vpextrq $1, %xmm0, %r9 nop dec %r12 lea addresses_D_ht+0x7544, %rsi lea address...
MSP430F541xA_MSP430F543xA_Code_Examples/Assembly_CCS/msp430x54xA_UCS_7.asm
sususweet/MSP430F541x-MSP430F543x-Code-Examples
0
50414
; --COPYRIGHT--,BSD_EX ; Copyright (c) 2012, Texas Instruments Incorporated ; All rights reserved. ; ; Redistribution and use in source and binary forms, with or without ; modification, are permitted provided that the following conditions ; are met: ; ; * Redistributions of source code must retain the above co...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_8_1616.asm
ljhsiun2/medusa
9
50415
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r11 push %rbx push %rcx push %rdi lea addresses_A_ht+0xcca8, %rbx nop nop nop nop nop add $63991, %r11 movw $0x6162, (%rbx) nop nop nop xor $3831, %rcx pop %rdi pop %rcx pop %rbx pop %r11 ret .global s_faulty_load s_faulty_load: push %r10...
y2s2/csa/practicals/prac-9-strings/5-prac5-q2.asm
ouldevloper/university
8
50416
<reponame>ouldevloper/university<filename>y2s2/csa/practicals/prac-9-strings/5-prac5-q2.asm ; 5-prac5-q2.asm ; Allow user enter string, one digit, offset ; the entire string with the number .MODEL SMALL .STACK 100 .DATA PROMPT DB 'ENTER A SECRET WORD: $' KEYPROMPT DB 'ENTER ENCRYPTION KEY (1-9): $' ...
Transynther/x86/_processed/NONE/_st_/i9-9900K_12_0xca.log_21829_1108.asm
ljhsiun2/medusa
9
50417
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r12 push %r13 push %r14 push %rax push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0x1dbd7, %r12 nop xor %rsi, %rsi mov (%r12), %r13 nop nop nop nop sub %rax, %rax lea addresses_WT_ht+0x11b27, %rsi lea addresses_UC_ht+0x7bcf, %rdi cl...
src/libs/memory/memset.asm
QFSW/2048x86_64
6
50418
PUBLIC memset .code ; sets a block of memory to the specified value ; RCX = mem ; DL = val ; R8 = size memset PROC mloop: DEC R8 MOV [RCX + R8], DL CMP R8, 0 JNE mloop RET memset ENDP END
3-1-Assembly/software/UPPERL.asm
Awdrtgg/Coursework-Projects
3
50419
data segment string db "aba1bDW#r!da*bF$" len_str dw $-string data ends code segment assume cs:code, ds:data start: mov ax, data mov ds, ax mov cx, len_str xor si, si lp1: mov al, [si] ...
CS61/cs61_labs/lab-4-Kuzame/lab04_ex2.asm
Kuzame/CS61
1
50420
<reponame>Kuzame/CS61 ;================================================= ; Name: <NAME> ; Email: <EMAIL> ; ; Lab: lab 4 ; Lab section: 24 ; TA: <NAME> ; ;================================================= .orig x3000 ;------------ ;Instruction ;------------ LEA R0, intro ;exercise 2 PUTS LD R6, size...
a.asm
econaxis/coroutines
0
50421
section .text global get_context_cur, set_context, get_context_par, get_context1 extern scheduler get_context1: ; get return address push rbp mov rbp, rsp ; Set the RBP to the old RSP, saving it ; RBP now points to saved, previous RBP ; RBP + 8 also equals old RSP sub rsp, 0x8*8 mov r8, ...
boot/stage2.asm
dasayan05/xOS
0
50422
[BITS 16] ; It is still 16 bits section .text ; Text (only) section extern Stage2CMain %define GENERAL_SEGMENT 0x07E0 %define STACK_SEGMENT 0x7000 StageTwoEntry: jmp StageTwo ; jump to the main code StageTwo: ; This is where stage2 actually starts ; setup segment registers cli mov ax, GENERAL_SEGMENT mov ds...
programs/oeis/292/A292001.asm
jmorken/loda
1
50423
; A292001: Number of (undirected) paths in the n-helm graph. ; 3,26,93,260,615,1278,2401,4168,6795,10530,15653,22476,31343,42630,56745,74128,95251,120618,150765,186260,227703,275726,330993,394200,466075,547378,638901,741468,855935,983190,1124153,1279776,1451043,1638970,1844605,2069028 mov $8,$0 mov $10,$0 add $10,1 lp...
src/text.asm
QuinnPainter/CrossConnect
0
50424
<reponame>QuinnPainter/CrossConnect include "sdk/hardware.inc" NEWCHARMAP MainCharmap CHARMAP "A", $20 CHARMAP "B", "A" + 1 CHARMAP "C", "B" + 1 CHARMAP "D", "C" + 1 CHARMAP "E", "D" + 1 CHARMAP "F", "E" + 1 CHARMAP "G", "F" + 1 CHARMAP "H", "G" + 1 CHARMAP "I", "H" + 1 CHARMAP "J", "I" + 1 CHARMAP "K", "J" + 1 CHARMA...
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_21829_484.asm
ljhsiun2/medusa
9
50425
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r13 push %r8 push %r9 push %rbp push %rdi push %rdx lea addresses_A_ht+0x152a6, %r12 nop nop nop cmp %rdx, %rdx mov (%r12), %edi nop nop nop sub %r13, %r13 lea addresses_normal_ht+0x1eba6, %r8 nop nop nop sub $33036, %rdi mov (%r8), %rbp nop nop nop xor %r13,...
oeis/254/A254366.asm
neoneye/loda-programs
11
50426
<reponame>neoneye/loda-programs ; A254366: a(n) = 4^n + 10*2^n + 4*3^n + 20. ; Submitted by <NAME> ; 35,56,112,272,760,2336,7672,26432,94360,346016,1295032,4923392,18943960,73568096,287731192,1131465152,4467809560,17697740576,70271780152,279532195712,1113469251160,4439908895456,17717752225912,70745400779072,28260486262...
oeis/183/A183774.asm
neoneye/loda-programs
11
50427
; A183774: Half the number of (n+1)X2 binary arrays with no 2X2 subblock having exactly 2 ones ; Submitted by <NAME> ; 5,13,33,85,217,557,1425,3653,9353,23965,61377,157237,402745,1031693,2642673,6769445,17340137,44417917,113778465,291450133,746563993,1912364525,4898620497,12548078597,32142560585,82334874973,21090511731...
sim/MIPS_sample_src/simpleloop.asm
James-Hen/HeliumCPUv2-MIPS32
1
50428
lui $s1, 0 # set s1 = 0 addi $s1, $s1, 5 # set s1 = 5 loop: addi $s1, $s1, -1 # s1 = s1 - 1 bgez $s1, loop # while s1 >= 0
asm/simplify_battlesquid.asm
nbouteme/wwrando
0
50429
.open "sys/main.dol" .org 0x800C1FEC b restore_seed ; Make it so RNG is updated after pressing A in the sinking ship minigame ; only if the last ship was shot down .org 0x800C2370 b sinking_ships_attack_hook .close
src/third_party/nasm/travis/test/expimp.asm
Mr-Sheep/naiveproxy
2,219
50430
<reponame>Mr-Sheep/naiveproxy ;Testname=O0; Arguments=-O0 -fbin -oexpimp.bin; Files=stdout stderr expimp.bin ;Testname=O1; Arguments=-O1 -fbin -oexpimp.bin; Files=stdout stderr expimp.bin ;Testname=Ox; Arguments=-Ox -fbin -oexpimp.bin; Files=stdout stderr expimp.bin ;Testname=error-O0; Arguments=-O0 -fbin -oexpimp.bin ...