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
oeis/155/A155051.asm
neoneye/loda-programs
11
196406
<gh_stars>10-100 ; A155051: Expansion of c(x^2)*(1+x)/(1-x), c(x) the g.f. of A000108. ; Submitted by <NAME> ; 1,2,3,4,6,8,13,18,32,46,88,130,262,394,823,1252,2682,4112,8974,13836,30632,47428,106214,165000,373012,581024,1323924,2066824,4741264,7415704,17110549,26805394,62163064,97520734,227165524,356810314,834449014,13...
libsrc/target/cpc/stdio/bordercolour.asm
ahjelm/z88dk
640
196407
<reponame>ahjelm/z88dk ; void bordercolor(int c) __z88dk_fastcall; ; ; SECTION code_clib PUBLIC bordercolor PUBLIC _bordercolor EXTERN conio_map_colour_firmware EXTERN cpc_SetBorder bordercolor: _bordercolor: ld a,l call conio_map_colour_firmware ld l,a jp cpc_SetBorder
Transynther/x86/_processed/NONE/_zr_/i3-7100_9_0xca_notsx.log_21829_935.asm
ljhsiun2/medusa
9
196408
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r8 push %r9 push %rcx push %rdi push %rdx push %rsi lea addresses_WT_ht+0x108c8, %rsi lea addresses_UC_ht+0x1af0c, %rdi clflush (%rsi) nop nop nop nop and %r9, %r9 mov $9, %rcx rep movsl nop xor $1378, %rdx lea addresses_WC_ht+0x1b848, %rsi lea addr...
libsrc/_DEVELOPMENT/stdio/c/sccz80/fclose.asm
teknoplop/z88dk
0
196409
<filename>libsrc/_DEVELOPMENT/stdio/c/sccz80/fclose.asm ; int fclose(FILE *stream) INCLUDE "clib_cfg.asm" SECTION code_clib SECTION code_stdio ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; IF __CLIB_OPT_MULTITHREAD & $02 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; PUBLIC fclose EXTERN asm_fclose fclose: push hl pop ix jp as...
programs/oeis/037/A037590.asm
neoneye/loda
22
196410
<reponame>neoneye/loda ; A037590: Base-4 digits are, in order, the first n terms of the periodic sequence with initial period 1,0,3. ; 1,4,19,77,308,1235,4941,19764,79059,316237,1264948,5059795,20239181,80956724,323826899,1295307597,5181230388,20724921555,82899686221,331598744884,1326394979539,5305579918157,21222319672...
programs/oeis/192/A192845.asm
neoneye/loda
22
196411
<reponame>neoneye/loda ; A192845: Molecular topological indices of the sun graphs. ; 4,56,180,400,740,1224,1876,2720,3780,5080,6644,8496,10660,13160,16020,19264,22916,27000,31540,36560,42084,48136,54740,61920,69700,78104,87156,96880,107300,118440,130324,142976,156420,170680,185780,201744,218596,236360,255060,274720,295...
tests/exec/sub/sub.asm
ykskb/dax86
12
196412
<reponame>ykskb/dax86 BITS 32 org 0x7c00 sub esp, 16 ; 83 ; ESP: 7BF0 mov ebp, esp ; EBP: 7BF0 mov eax, 10 ; EAX: 10 sub al, 2 ; 2C ; EAX: 8 mov byte [ebp], 10 sub byte [ebp], al ; 28 ; 7BF0: 2 sub byte al, [ebp] ; 2A ; EAX: 6 push eax ; 7BEC: 6 mov dword [ebp+4], 10 ; 7BF4: 10 ...
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_1628.asm
ljhsiun2/medusa
9
196413
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r14 push %r9 push %rax push %rcx push %rdi push %rdx push %rsi lea addresses_UC_ht+0x641a, %r12 and %r10, %r10 movb (%r12), %r9b nop and $34038, %rsi lea addresses_normal_ht+0xde42, %rdx nop nop cmp %rax, %rax mov (%rdx), %r14 nop nop and $62811, %r...
libsrc/target/smc777/stdio/generic_console.asm
Frodevan/z88dk
640
196414
<filename>libsrc/target/smc777/stdio/generic_console.asm<gh_stars>100-1000 ; Sony SMC-777 console ; SECTION code_clib PUBLIC generic_console_cls PUBLIC generic_console_vpeek PUBLIC generic_console_scrollup PUBLIC generic_console_printc PUBLIC generic_console_set_i...
programs/oeis/130/A130214.asm
neoneye/loda
22
196415
<reponame>neoneye/loda ; A130214: Order of modular group of degree 5^(n-1)+1. ; 0,60,7800,976500,122070000,15258787500,1907348625000,238418579062500,29802322387500000,3725290298460937500,465661287307734375000,58207660913467382812500,7275957614183425781250000,909494701772928237304687500,113686837721616029736328125000 m...
oeis/167/A167816.asm
neoneye/loda-programs
11
196416
<filename>oeis/167/A167816.asm ; A167816: Numerator of x(n) = x(n-1) + x(n-2), x(0)=0, x(1)=1/3; denominator=A167817. ; 0,1,1,2,1,5,8,13,7,34,55,89,48,233,377,610,329,1597,2584,4181,2255,10946,17711,28657,15456,75025,121393,196418,105937,514229,832040,1346269,726103,3524578,5702887,9227465,4976784,24157817,39088169,632...
examples/call.asm
firemark/katp91
3
196417
<filename>examples/call.asm main: MOV R0 5 MOV R1 5 call adder; result in R2 HLT adder: PUSH R0 PUSH R1 MOV R2 R0 ADD R2 R1 POP R1 POP R0 RET
programs/oeis/154/A154327.asm
neoneye/loda
22
196418
<reponame>neoneye/loda ; A154327: Diagonal sums of number triangle A132046. ; 1,1,2,5,8,15,24,41,66,109,176,287,464,753,1218,1973,3192,5167,8360,13529,21890,35421,57312,92735,150048,242785,392834,635621,1028456,1664079,2692536,4356617,7049154,11405773,18454928,29860703,48315632,78176337,126491970,204668309,331160280,53...
firmware/debug.asm
DJAndries/gpio2pic
0
196419
LIST p=16f876 INCLUDE "p16f876.inc" CLCK EQU D'6' DAT EQU D'7' INBUG EQU D'7' BIGBUG EQU H'000F' ICKBUG EQU H'000E' PORTBALT EQU H'0006' TRISBALT EQU H'0006' retadr EQU H'0020' count1 EQU H'0021' count2 EQU H'0022' buf EQU H'0023' fsr_save EQU H'0024' pclath_save EQU H'0025' status_save EQU H'0026' w_save EQU H'007...
programs/oeis/018/A018838.asm
karttu/loda
1
196420
<filename>programs/oeis/018/A018838.asm ; A018838: Number of steps for knight to reach (n,n) on infinite chessboard. ; 0,2,4,2,4,4,4,6,6,6,8,8,8,10,10,10,12,12,12,14,14,14,16,16,16,18,18,18,20,20,20,22,22,22,24,24,24,26,26,26,28,28,28,30,30,30,32,32,32,34,34,34,36,36,36,38,38,38,40,40,40,42,42,42,44,44,44,46,46,46,48,4...
programs/oeis/081/A081189.asm
neoneye/loda
22
196421
<reponame>neoneye/loda ; A081189: 7th binomial transform of (1,0,1,0,1,...), A059841. ; 1,7,50,364,2696,20272,154400,1188544,9228416,72147712,567104000,4476365824,35448129536,281408253952,2238205337600,17827278536704,142148043309056,1134363236564992,9057979233075200,72362273907933184,578288831523454976,4622654493747576...
boot-beta.asm
J-Tech-Foundation/rogue-os
0
196422
%macro write 1 ;%1 = the message to print mov eax,4 mov ebx,1 mov edx,equ $ - %1 mov ecx,%1 int 80h %endmacro section .text global _start _start: mov edx,vimlen mov ecx,vim mov ebx,1 mov eax,4 int 0x80 ;begin os mov edx,equ $ - loader mov ...
oeis/029/A029746.asm
neoneye/loda-programs
11
196423
<gh_stars>10-100 ; A029746: 2^n or 7.2^n. ; Submitted by <NAME> ; 1,2,4,7,8,14,16,28,32,56,64,112,128,224,256,448,512,896,1024,1792,2048,3584,4096,7168,8192,14336,16384,28672,32768,57344,65536,114688,131072,229376,262144,458752,524288,917504,1048576,1835008,2097152 mov $1,1 mov $4,-1 lpb $0 sub $0,1 add $2,$4 ad...
programs/oeis/053/A053221.asm
jmorken/loda
1
196424
<reponame>jmorken/loda ; A053221: Row sums of triangle A053218. ; 1,5,16,43,106,249,568,1271,2806,6133,13300,28659,61426,131057,278512,589807,1245166,2621421,5505004,11534315,24117226,50331625,104857576,218103783,452984806,939524069,1946157028,4026531811,8321499106,17179869153,35433480160,73014443999,150323855326,30923...
P6/data_P6_2/ALUTest147.asm
alxzzhou/BUAA_CO_2020
1
196425
<reponame>alxzzhou/BUAA_CO_2020 sb $5,14($0) sll $4,$3,31 subu $5,$1,$3 addu $3,$5,$3 addu $3,$6,$3 slti $1,$1,-19803 sh $4,8($0) sh $4,10($0) srav $3,$4,$3 addu $4,$3,$3 sltiu $4,$4,16520 srav $5,$5,$3 addiu $5,$6,10298 addu $1,$4,$3 srl $3,$4,0 slti $5,$6,26738 addu $4,$6,$3 slt $0,$0,$3 lhu $6,16($0) ori $5,$4,52759...
oeis/021/A021696.asm
neoneye/loda-programs
11
196426
<reponame>neoneye/loda-programs ; A021696: Decimal expansion of 1/692. ; Submitted by Jon Maiga ; 0,0,1,4,4,5,0,8,6,7,0,5,2,0,2,3,1,2,1,3,8,7,2,8,3,2,3,6,9,9,4,2,1,9,6,5,3,1,7,9,1,9,0,7,5,1,4,4,5,0,8,6,7,0,5,2,0,2,3,1,2,1,3,8,7,2,8,3,2,3,6,9,9,4,2,1,9,6,5,3,1,7,9,1,9,0,7,5,1,4,4,5,0,8,6,7,0,5,2 seq $0,199685 ; a(n) = ...
book-01/Assembly/asm/avx-2/packed/avx2_p_convert_ushort_uint.asm
gfurtadoalmeida/study-assembly-x64
2
196427
.code ; void AVX2_Packed_Convert_UByte_UInt_(YmmVal * values, YmmVal result[4]) AVX2_Packed_Convert_UByte_UInt_ proc ; Convert, zero extending, a uint8_t into a uint32_t. ; The maximum register size for source is 64 bits (qword). ; As we're using 256 bits for source, we need four conversions. ; ; values = 32 uint8_t ...
data/pokemon/base_stats/sunkern.asm
AtmaBuster/pokeplat-gen2
6
196428
db 0 ; species ID placeholder db 30, 30, 30, 30, 30, 30 ; hp atk def spd sat sdf db GRASS, GRASS ; type db 235 ; catch rate db 52 ; base exp db NO_ITEM, NO_ITEM ; items db GENDER_F50 ; gender ratio db 20 ; step cycles to hatch INCBIN "gfx/pokemon/sunkern/front.dimensions" db GROWTH_MEDIUM_SLOW...
oeis/106/A106174.asm
neoneye/loda-programs
11
196429
; A106174: a(n) = 2*n*a(n-1) - a(n-2), with a(0)=0, a(1)=1. ; Submitted by <NAME>(s2) ; 0,1,4,23,180,1777,21144,294239,4686680,84066001,1676633340,36801867479,881568186156,22883970972577,639869619046000,19173204600407423,612902677593991536,20819517833595304801,748889739331836981300,28436990576776209984599,1136730733331...
chapter7/Project3.asm
pcooksey/Assembly-x86-64
0
196430
;;; ;;; This is Suggested Project 7.9.2.3 ;;; Basically do simple signed addition, subtraction, multiplication, modulo ;;; With unsigned word and double-word sizes ;;; Pg. 137 for the problem ;;; Pg. 24 for Registers ;;; Pg. 48 for Data Types SECTION .data SUCCESS: equ 0 ; Default success value SYS_EXIT: ...
programs/oeis/173/A173455.asm
neoneye/loda
22
196431
<reponame>neoneye/loda ; A173455: Row sums of triangle A027751. ; 1,1,1,3,1,6,1,7,4,8,1,16,1,10,9,15,1,21,1,22,11,14,1,36,6,16,13,28,1,42,1,31,15,20,13,55,1,22,17,50,1,54,1,40,33,26,1,76,8,43,21,46,1,66,17,64,23,32,1,108,1,34,41,63,19,78,1,58,27,74,1,123,1,40,49,64,19,90,1,106,40,44,1,140,23,46,33,92,1,144,21,76,35,50,...
thirdparty/ffmpeg/libavcodec/x86/hpeldsp.asm
yashrajsingh1998/ApraPipes1
2,151
196432
;****************************************************************************** ;* ;* Copyright (c) 2000-2001 <NAME> <<EMAIL>> ;* Copyright (c) <NAME> <<EMAIL>> ;* Copyright (c) 2002 <NAME> <<EMAIL>> ;* Copyright (c) 2002 <NAME> <<EMAIL>> ;* Copyright (c) 2013 <NAME> ;* ;* SIMD-optimized halfpel functions ;* ;* Th...
src/spread/goto.asm
olifink/qspread
0
196433
<filename>src/spread/goto.asm * Spreadsheet 06/03-92 * - goto cell / manual block selection section prog include win1_keys_wman include win1_keys_wstatus include win1_keys_wwork include win1_keys_qdos_pt include win1_mac_oli include win1_spread_keys xdef mea_goto xref.l mli.g...
scratch-os-(very-simple)/bootsecProto1.asm
EnZon3/Randomness
1
196436
mov ah, 0x0e mov al, 'B' int 0x10 mov al, 'o' int 0x10 mov al, 'o' int 0x10 mov al, 't' int 0x10 mov al, 'i' int 0x10 mov al, 'n' int 0x10 jmp $ times 510-($-$$) db 0 dw 0xaa55
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_21829_440.asm
ljhsiun2/medusa
9
196437
.global s_prepare_buffers s_prepare_buffers: push %r14 push %r15 push %rax push %rbx push %rcx push %rdi push %rsi lea addresses_WC_ht+0x125d0, %rsi lea addresses_UC_ht+0x16850, %rdi clflush (%rdi) nop nop sub %r14, %r14 mov $97, %rcx rep movsq nop nop nop nop add $48434, %rbx lea addresses_A_ht+0x1c3e8, %rsi lea addre...
Driver/Printer/PrintCom/Page/pageStartPCL4.asm
steakknife/pcgeos
504
196438
COMMENT }%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) Berkeley Softworks 1990 -- All Rights Reserved PROJECT: PC GEOS MODULE: LaserJet printer driver FILE: pageStartPCL4.asm AUTHOR: <NAME> ROUTINES: Name Description ---- ----------- PrintStartPage ini...
sound/musicasm/DPZ.asm
NatsumiFox/Sonic-3-93-Nov-03
7
196439
<reponame>NatsumiFox/Sonic-3-93-Nov-03 DPZ_Header: sHeaderInit ; Z80 offset is $C988 sHeaderPatch DPZ_Patches sHeaderCh $06, $03 sHeaderTempo $01, $08 sHeaderDAC DPZ_DAC sHeaderFM DPZ_FM1, $00, $10 sHeaderFM DPZ_FM2, $00, $10 sHeaderFM DPZ_FM3, $00, $10 sHeaderFM DPZ_FM4, $00, $10 sHeaderFM DPZ_FM5, $00,...
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca.log_21829_1171.asm
ljhsiun2/medusa
9
196440
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r13 push %r9 push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0x17d4b, %rsi lea addresses_WT_ht+0x1e4b, %rdi sub $23569, %rdx mov $32, %rcx rep movsl nop nop nop nop cmp %r12, %r12 lea addresses_WC_ht+0xd14b, %rsi lea addresses_WC_ht+0x13f...
input.asm
sloganking/rust-assembler
0
196441
<reponame>sloganking/rust-assembler<gh_stars>0 counting: MOV A, 0 .countLoop: PRINT A INC A CMP A, 11 JNC .countLoop doubling: MOV A, 1 ;this is a test comment .doublingLoop: PRINT A SHL A JNC .doublingLoop halving: MOV A, 128 .halvingLoop: PRINT A SHR A JNZ .halvingLoop fib: MOV A, 1 ...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_2031.asm
ljhsiun2/medusa
9
196442
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r13 push %r14 push %r15 push %rbx push %rcx push %rdi push %rsi lea addresses_normal_ht+0x15cae, %r15 nop nop sub $8656, %rdi movb (%r15), %bl nop nop nop add $35445, %r12 lea addresses_normal_ht+0x1d3ae, %r15 nop nop cmp %r13, %r13 mov (%r15), %edi sub $3717...
src/contrived/sequential-independant-adds.asm
brgmnn/uob-cpu-simulator
0
196443
mov r0,#1 mov r1,#1 mov r2,#1 mov r3,#1 mov r4,#1 mov r5,#1 mov r6,#1 mov r7,#1 mov r8,#1 mov r9,#1 mov r10,#1 mov r11,#1 mov r12,#1 mov r13,#1 mov r14,#1 mov r15,#1 mov r16,#1 mov r17,#1 mov r18,#1 mov r19,#1 add r0, r0, r0 add r1, r1, r1 add r2, r2, r2 add r3, r3, r3 add r4, r4, r4 add r5, r...
Appendix E - Microcontroller Code/Redundant/Buffers v2.asm
liwenyip/adhoc
0
196445
<filename>Appendix E - Microcontroller Code/Redundant/Buffers v2.asm ;************************************************************************* ; SOFTWARE BUFFERS MODULE ; ; Version 0.10 ; 17/07/2005 ; ; <NAME> ; Ad Hoc Radio Networking Research Project ; School Of Engineering ; James Cook University ; ; ; The RAM all...
Transynther/x86/_processed/AVXALIGN/_zr_un_/i7-7700_9_0x48_notsx.log_19_1014.asm
ljhsiun2/medusa
9
196447
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r13 push %rcx push %rdi push %rsi lea addresses_WT_ht+0x6631, %rsi lea addresses_A_ht+0x1cf31, %rdi nop nop add %r10, %r10 mov $13, %rcx rep movsl nop xor %r12, %r12 lea addresses_WT_ht+0x15cb, %rsi lea addresses_WT_ht+0x1de31, %rdi nop nop sub $943...
base/new/entrance/visitor/x86_64/sw.asm
frednora/gramado
609
196448
; sw.asm ; This file handles syscall for x86_64 processors. ; 0x80, 0x81, 0x82 ;;----- ; _int128 ; ; System Call number 0x80 ; ; + It is never called from kernel mode. ; + It calls a system service without changing the segment registers. ; ; It has four parameters: ; rax - Argument 1 ; rbx -...
programs/oeis/341/A341735.asm
neoneye/loda
22
196450
; A341735: a(n) = A007678(2*n+1). ; 0,1,11,50,154,375,781,1456,2500,4029,6175,9086,12926,17875,24129,31900,41416,52921,66675,82954,102050,124271,149941,179400,213004,251125,294151,342486,396550,456779,523625,597556,679056,768625,866779,974050,1090986,1218151,1356125 mul $0,2 bin $0,2 add $0,1 mul $0,2 add $0,3 pow $0,...
programs/oeis/101/A101637.asm
jmorken/loda
1
196451
; A101637: a(n) = 1 if n is a 4-almost prime, that is a product of exactly four (not necessarily distinct) primes, 0 otherwise. ; 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,0,1,0,0,0,0,0,...
Merge Sort.asm
MikuFan1001/mergesortin8085
0
196452
<filename>Merge Sort.asm LXI H,F000 MOV A,M RAR MOV C,A INX H BACK: MOV A,M INX H CMP M JC SKIP MOV B,M MOV M,A DCX H MOV M,B INX H SKIP: INX H DCR C JNZ BACK LXI SP,D000 LXI H,C000 PUSH H LXI H,F001 LXI D,F003 MVI B,02 MVI ...
data/pokemon/base_stats/charmeleon.asm
opiter09/ASM-Machina
1
196454
<gh_stars>1-10 db DEX_CHARMELEON ; pokedex id db 58, 64, 58, 80, 65 ; hp atk def spd spc db FIRE, FIRE ; type db 45 ; catch rate db 142 ; base exp INCBIN "gfx/pokemon/front/charmeleon.pic", 0, 1 ; sprite dimensions dw CharmeleonPicFront, CharmeleonPicBack db SCRATCH, GROWL, EMBER, NO_MOVE ; leve...
EEL7030/Rep CAEE/Mic 8051/Lab03/exercicio3/exercicio3.asm
GSimas/MicroC
0
196455
<reponame>GSimas/MicroC ;<NAME> CS EQU P0.7 END0 EQU P3.3; END1 EQU P3.4; ATRASO EQU 05H ORG 0h CLR END0 CLR END1 SETB CS MOV R7,#9 VOLTA: MOV P1,R7 MOV A,#ATRASO CALL DELAY DEC R7 MOV A,R7 JZ CONT JMP VOLTA CONT: MOV P1,#0 MOV A,#ATRASO CALL DEL...
01. 8051/04. Simulating IO ports/Act1.asm
nitrece/microprocessor-laboratory
0
196456
<filename>01. 8051/04. Simulating IO ports/Act1.asm org 0h mov a, #0FFh mov p1, a mov a, p1 mov b, #100 div ab add a, #'0' mov 40h, a mov a, b mov b, #10 div ab add a, #'0' mov 41h, a add b, #'0' mov 42h, b end
programs/oeis/083/A083657.asm
jmorken/loda
1
196457
<filename>programs/oeis/083/A083657.asm ; A083657: a(n)=sum(i=1,n,floor(r*floor(r*i))) where r=sqrt(3). ; 1,6,14,24,37,54,74,96,121,150,182,216,254,295,338,384,434,487,542,600,662,727,794,865,939,1016,1095,1178,1264,1352,1443,1538,1636,1736,1839,1946,2056,2168,2284,2403,2525,2649,2777,2908,3041,3177,3317,3460,3605 mov...
non_regression/other_x86_linux_23.o.asm
LRGH/plasmasm
1
196458
<filename>non_regression/other_x86_linux_23.o.asm .file "parse.c" .section .text.__x86.get_pc_thunk.cx,"axG",@progbits,__x86.get_pc_thunk.cx,comdat .hidden __x86.get_pc_thunk.cx .globl __x86.get_pc_thunk.cx .type __x86.get_pc_thunk.cx, @function __x86.get_pc_thunk.cx: movl (%esp), %ecx ret # --...
third_party/virtualbox/src/VBox/ValidationKit/bootsectors/bootsector2-test1.asm
Fimbure/icebox-1
521
196459
<filename>third_party/virtualbox/src/VBox/ValidationKit/bootsectors/bootsector2-test1.asm ; $Id: bootsector2-test1.asm $ ;; @file ; Bootsector that benchmarks I/O and MMIO roundtrip time. ; VBoxManage setextradata bs-test1 VBoxInternal/Devices/VMMDev/0/Config/TestingEnabled 1 ; VBoxManage setextradata bs-test1 VBo...
sway-core/tests/ir_to_asm/simple_array.asm
sagunb/sway
0
196461
.program: ji i4 noop DATA_SECTION_OFFSET[0..32] DATA_SECTION_OFFSET[32..64] lw $ds $is 1 add $$ds $$ds $is move $r0 $sp ; save locals base register cfei i24 ; allocate 24 bytes for all locals move $r1 $sp ; save register for temporary stack value cfei i24 ...
Mips/Studies/parImpar.asm
otavreis/-Computer-Architecture-and-Organization
1
196462
<filename>Mips/Studies/parImpar.asm .data par: .asciiz "e par" imp: .asciiz "e imp" .text addi $t0, $zero, 30 addi $t1, $zero, 7 div $t1, $t1, 2 mfhi $t1 beq $t1 , $zero, epar bne $t1 , $zero, eimp epar: li $v0, 4 la $a0, par syscall eimp: li $v0, 4 l...
oeis/123/A123970.asm
neoneye/loda-programs
11
196463
<reponame>neoneye/loda-programs<gh_stars>10-100 ; A123970: Triangle read by rows: T(0,0)=1; T(n,k) is the coefficient of x^(n-k) in the monic characteristic polynomial of the n X n matrix (min(i,j)) (i,j=1,2,...n) (0<=k<=n, n>=1). ; Submitted by <NAME> ; 1,1,-1,1,-3,1,1,-6,5,-1,1,-10,15,-7,1,1,-15,35,-28,9,-1,1,-21,70,...
programs/oeis/164/A164087.asm
jmorken/loda
1
196464
; A164087: Beatty sequence for 4*Pi/(4*Pi-3) = 1.3135986... . ; 1,2,3,5,6,7,9,10,11,13,14,15,17,18,19,21,22,23,24,26,27,28,30,31,32,34,35,36,38,39,40,42,43,44,45,47,48,49,51,52,53,55,56,57,59,60,61,63,64,65,66,68,69,70,72,73,74,76,77,78,80,81,82,84,85,86,88,89,90,91,93,94 mov $5,$0 mov $0,1 mov $1,$5 mov $4,3 lpb $0 ...
src/games/deathmatch-tennis/on/row.asm
jameswilddev/comb
0
196465
; For now, just set all runs to 1 pixel wide. ldi r21, 1 ldi r22, 1 ldi r23, 1 ldi r24, 1 ldi r25, 1 ldi r26, 1 ldi r27, 1 ldi r28, 1 ldi r29, 1
Transynther/x86/_processed/AVXALIGN/_ht_zr_/i7-7700_9_0x48.log_21829_42.asm
ljhsiun2/medusa
9
196466
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r13 push %r15 push %rbx push %rcx push %rdi push %rsi lea addresses_WC_ht+0x473, %rsi lea addresses_UC_ht+0x1d078, %rdi nop nop nop dec %rbx mov $56, %rcx rep movsw nop nop xor %rbx, %rbx lea addresses_UC_ht+0x140f3, %r13 xor $44912, %r11 movw $0x6162, (%r13)...
oeis/145/A145607.asm
neoneye/loda-programs
11
196467
; A145607: Numbers k such that (3*(2*k + 1)^2 + 2)/5 is a square. ; Submitted by <NAME> ; 0,4,35,279,2200,17324,136395,1073839,8454320,66560724,524031475,4125691079,32481497160,255726286204,2013328792475,15850904053599,124793903636320,982500325036964,7735208696659395,60899169248238199 mov $2,2 lpb $0 sub $0,1 add ...
src/spriteprio.asm
rioscrodrigo/sm_practice_hack
0
196468
<reponame>rioscrodrigo/sm_practice_hack<filename>src/spriteprio.asm ; hooks !SPRITE_PRIO_FLAG = $ ; $90:861C 22 AE 89 81 JSL $8189AE[$81:89AE] ; Add Samus spritemap to OAM org $90861c jsl oam_add_samus_sprite_with_prio ; $90:8643 22 AE 89 81 JSL $8189AE[$81:89AE] ; Add Samus spritemap to OAM org $908643 jsl...
oeis/285/A285968.asm
neoneye/loda-programs
11
196469
; A285968: Positions of 1 in A285966; complement of A285967. ; Submitted by <NAME> ; 2,4,7,10,12,14,17,19,22,24,27,30,32,35,37,40,42,44,47,50,52,54,57,59,62,64,67,69,71,74,77,79,82,84,87,90,92,94,97,99,102,104,107,110,112,115,117,120,122,124,127,130,132,135,137,140,143,145,147,150,152,155,157,160,162,164,167,170,172,17...
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_938.asm
ljhsiun2/medusa
9
196470
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r13 push %r15 push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_WT_ht+0x1b0a0, %rsi lea addresses_UC_ht+0xb5f2, %rdi nop nop nop nop cmp $4578, %r12 mov $106, %rcx rep movsq nop nop sub %rbp, %rbp lea addresses_WT_ht+0x9cc8, %rsi lea addresses_n...
monitor/qmon.asm
mfkiwl/QNICE-FPGA-hyperRAM
53
196472
;; ;; QMON - a simple monitor for the QNICE processor ;; ;; The labels and constants of each subsystem are prefixed with a short name denoting the particular ;; subsystem, followed by a dollar sign. Examples for this are IO$BASE or STR$STRMP etc. Labels ;; within a routine follow this prefix style but have an additio...
lab_sheet_4/Task_5.asm
jbnerd/Micro-Proc_ASM_codes
0
196473
.model tiny .data filename db 'test.txt', 0 dat1 db 20 dat2 db ? dat3 db 20 dup(?) .code .startup mov ah,3dh mov al,02h lea dx,filename int 21h mov bx,ax mov ah,0ah lea dx,dat1 int 21h mov ch,00h mov cl,dat2 mov ah,40h lea dx,dat3 int 21h mov ah,3eh in...
mips/19-1.asm
ping58972/Computer-Organization-Architecture
0
196474
<reponame>ping58972/Computer-Organization-Architecture ## MIPS Assignment #3 ## Ch19-1.asm ## Program to store 0 t0 24 to memory address. ## Regesters ## $6 base address ## $7 start number ## $8 last nember .data array: .space 100 .text .globl main main: lui $6,0x1001 ...
programs/oeis/092/A092942.asm
neoneye/loda
22
196475
<reponame>neoneye/loda ; A092942: A Fibonacci sequence with "corrections" at every third step: -++-++-++-++-++..., i.e., at every 3rd step there is a subtraction instead of an addition. ; 0,1,1,2,3,1,4,5,1,6,7,1,8,9,1,10,11,1,12,13,1,14,15,1,16,17,1,18,19,1,20,21,1,22,23,1,24,25,1,26,27,1,28,29,1,30,31,1,32,33,1,34,35,...
programs/oeis/106/A106803.asm
neoneye/loda
22
196477
<filename>programs/oeis/106/A106803.asm ; A106803: Expansion of x*(1-x)/(1-2*x-x^2+x^3). ; 0,1,1,3,6,14,31,70,157,353,793,1782,4004,8997,20216,45425,102069,229347,515338,1157954,2601899,5846414,13136773,29518061,66326481,149034250,334876920,752461609,1690765888,3799116465,8536537209,19181424995,43100270734,96845429254,...
programs/oeis/141/A141683.asm
neoneye/loda
22
196478
<reponame>neoneye/loda ; A141683: a(n) = Sum_{k=1..n} b(k)*a(n - k) for n >= 1, where b(n) = b(n-2) + b(n-3) for n >= 3 with b(0) = 0 and b(1) = b(2) = 1. ; 1,1,2,4,9,19,41,88,189,406,872,1873,4023,8641,18560,39865,85626,183916,395033,848491,1822473,3914488,8407925,18059374,38789712,83316385,178955183,384377665,8256044...
libsrc/target/zx/stdio/generic_console_ioctl.asm
Frodevan/z88dk
4
196479
MODULE generic_console_ioctl PUBLIC generic_console_ioctl SECTION code_clib INCLUDE "ioctl.def" EXTERN generic_console_cls EXTERN __zx_32col_font EXTERN __zx_64col_font EXTERN __zx_32col_udgs EXTERN __zx_screenmode EXTERN __console_w EXTERN asm_zxn_copytiles EXTERN generic_console_caps PUBLIC ...
oeis/083/A083268.asm
neoneye/loda-programs
11
196480
<reponame>neoneye/loda-programs<filename>oeis/083/A083268.asm ; A083268: a(n) is the lcm of related numbers to n (counted in A073757): related = {divisor-set, RRS}. ; Submitted by <NAME> ; 1,2,6,12,60,30,420,840,2520,630,27720,4620,360360,90090,120120,720720,12252240,1531530,232792560,58198140,77597520,29099070,5354228...
base/mvdm/dos/v86/cmd/command/path2.asm
npocmaka/Windows-Server-2003
17
196481
page ,132 ;/* ; * Microsoft Confidential ; * Copyright (C) Microsoft Corporation 1991 ; * All Rights Reserved. ; */ ; SCCSID = @(#)path2.asm 1.1 85/05/14 ; SCCSID = @(#)path2.asm 1.1 85/05/14 .sall .xlist .xcref include dossym.inc include sys...
programs/oeis/301/A301698.asm
karttu/loda
1
196482
; A301698: Partial sums of A301697. ; 1,6,16,32,54,81,113,150,192,240,294,353,417,486,560,640,726,817,913,1014,1120,1232,1350,1473,1601,1734,1872,2016,2166,2321,2481,2646,2816,2992,3174,3361,3553,3750,3952,4160,4374,4593,4817,5046,5280,5520,5766,6017,6273,6534,6800,7072,7350,7633,7921,8214,8512,8816,9126,9441,9761 mov...
PRG/objects/W8Tank1.asm
narfman0/smb3_pp1
0
196483
<gh_stars>0 .byte $01 ; Unknown purpose .byte OBJ_AUTOSCROLL, $00, $13 .byte OBJ_CFIRE_HLCANNON, $15, $16 .byte OBJ_CFIRE_ULCANNON, $17, $15 .byte OBJ_CFIRE_RBOBOMBS, $1A, $16 .byte OBJ_CFIRE_HLCANNON, $20, $16 .byte OBJ_CFIRE_LBOBOMBS, $23, $15 .byte OBJ_CFIRE_ULCANNON, $26, $16 .byte OBJ_CFIRE_HLCANNON, $2A...
libsrc/_DEVELOPMENT/arch/hbios/z80/asm_hbios.asm
Frodevan/z88dk
640
196484
; =============================================================== ; @feilipu 2019 ; =============================================================== ; ; uint32_t hbios(uint16_t func_device, uint16_t arg, void * buffer) ; ; =============================================================== SECTION code_clib SECTION code_...
Transynther/x86/_processed/AVXALIGN/_ht_st_zr_un_4k_sm_/i9-9900K_12_0xa0_notsx.log_21829_437.asm
ljhsiun2/medusa
9
196485
<filename>Transynther/x86/_processed/AVXALIGN/_ht_st_zr_un_4k_sm_/i9-9900K_12_0xa0_notsx.log_21829_437.asm .global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r13 push %r14 push %r9 push %rcx push %rdi push %rsi lea addresses_D_ht+0xa44f, %rsi nop nop nop cmp $25482, %r12 and $0xffffffffffffffc0, %rs...
Driver/Socket/EtherCom/ethercomStrategy.asm
steakknife/pcgeos
504
196486
<filename>Driver/Socket/EtherCom/ethercomStrategy.asm COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) Tedious Endeavors 1998 -- All Rights Reserved PROJECT: Native ethernet support MODULE: Ethernet link driver FILE: ethercomStrategy.asm AUTHOR: <NAME>, July 8t...
data/mapHeaders/unknowndungeon1.asm
adhi-thirumala/EvoYellow
16
196487
<reponame>adhi-thirumala/EvoYellow<gh_stars>10-100 UnknownDungeon1_h: db CAVERN ; tileset db UNKNOWN_DUNGEON_1_HEIGHT, UNKNOWN_DUNGEON_1_WIDTH ; dimensions (y, x) dw UnknownDungeon1Blocks, UnknownDungeon1TextPointers, UnknownDungeon1Script ; blocks, texts, scripts db $00 ; connections dw UnknownDungeon1Object ; ob...
libsrc/stdio/ansi/ts2068/f_ansi_char64.asm
grancier/z180
8
196489
; ; Spectrum C Library ; ; ANSI Video handling for ZX Spectrum ; ; Handles colors referring to current PAPER/INK/etc. settings ; ; ** alternate (smaller) 4bit font capability: ; ** use the -DPACKEDFONT flag ; ** ROM font -DROMFONT ; ; set it up with: ; .text_cols = max columns ; .text_rows = max rows ; .DOTS+1...
programs/oeis/257/A257993.asm
karttu/loda
0
196490
<gh_stars>0 ; A257993: Least gap in the partition having Heinz number n; index of the least prime not dividing n. ; 1,2,1,2,1,3,1,2,1,2,1,3,1,2,1,2,1,3,1,2,1,2,1,3,1,2,1,2,1,4,1,2,1,2,1,3,1,2,1,2,1,3,1,2,1,2,1,3,1,2,1,2,1,3,1,2,1,2,1,4,1,2,1,2,1,3,1,2,1,2,1,3,1,2,1,2,1,3,1,2,1,2,1,3,1,2,1,2,1,4,1,2,1,2,1,3,1,2,1,2,1,3,...
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_21829_385.asm
ljhsiun2/medusa
9
196491
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r13 push %r8 push %rax push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_WT_ht+0x8ef6, %rax nop and $16070, %r13 mov (%rax), %r10d nop nop nop nop nop cmp %rbp, %rbp lea addresses_WC_ht+0x1e08a, %rcx nop nop nop nop sub $17003, %rbx mov $0x61626...
Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xca_notsx.log_21829_2029.asm
ljhsiun2/medusa
9
196492
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r11 push %r13 push %rbp push %rcx push %rdi push %rsi lea addresses_WC_ht+0x161a9, %rsi lea addresses_UC_ht+0xe334, %rdi nop nop nop nop nop xor $18089, %r13 mov $113, %rcx rep movsq add %r11, %r11 lea addresses_normal_ht+0xc834, %rbp nop nop nop nop inc...
Transynther/x86/_processed/NC/_zr_/i7-7700_9_0x48_notsx.log_21829_527.asm
ljhsiun2/medusa
9
196493
<reponame>ljhsiun2/medusa<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r9 push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_WT_ht+0x159d3, %rsi and %rcx, %rcx vmovups (%rsi), %ymm6 vextracti128 $1, %ymm6, %xmm6 vpextrq $1, %xmm6, %rdx nop nop nop nop nop inc %r9 lea...
Sept17/3.asm
s10singh97/Microprocessor_Lab
0
196494
;Searching a value in an array lxi h,2000h mvi a,2; value to be searched for mvi c,10 loop: jz stop mov b,m cmp b jz stop inx h dcr c jmp loop mvi h,0 mvi l,0 stop: mov a,h sta 9001H mov a,l sta 9000H hlt
C/LoDosLib/lseek.asm
p-k-p/SysToolsLib
232
196496
page ,132 ;*****************************************************************************; ; ; ; FILE NAME: lseek.asm ; ; ; ; DESCRIPTION: MS-DOS move file poionter function 42H ; ; ; ; NOTES: ; ; ; ; HISTORY: ...
oeis/211/A211612.asm
neoneye/loda-programs
11
196497
<gh_stars>10-100 ; A211612: Number of ordered triples (w,x,y) with all terms in {-n,...-1,1,...,n} and w+x+y>=0. ; Submitted by <NAME> ; 0,4,35,117,274,530,909,1435,2132,3024,4135,5489,7110,9022,11249,13815,16744,20060,23787,27949,32570,37674,43285,49427,56124,63400,71279,79785,88942,98774,109305,120559,132560,145332,1...
MSDOS/Virus.MSDOS.Unknown.bob.asm
fengjixuchui/Family
3
196498
<reponame>fengjixuchui/Family<filename>MSDOS/Virus.MSDOS.Unknown.bob.asm<gh_stars>1-10 MOV_CX MACRO X DB 0B9H DW X ENDM CODE SEGMENT ASSUME DS:CODE,SS:CODE,CS:CODE,ES:CODE ORG $+0100H VCODE: JMP virus v_start equ $ virus: PUSH CX MOV DX,OF...
product2numbers.asm
amirf147/Assembly
0
196499
<filename>product2numbers.asm<gh_stars>0 include "emu8086.inc" ; START-OF-PROGRAM org 100h jmp RD1 ; Memory variables First dw 0 prompt1 db 0dh, 0ah,"Enter first integer (-128...127): ",0 prompt2 db 0dh, 0ah,"Enter second integer (-128...127): ",0 product db 0dh, 0ah,"Product = ",0 interror1 db 0dh, 0ah, ...
tests/testdata/tbuilder-in-4-bad.asm
roycrippen/sicxe
0
196500
test START 0 LDA #5 foo ADDR A, X LDA =foo . error: relative expression a RESW 5 END test
src/Snake.asm
luca1337/Snake_ASM
0
196501
<reponame>luca1337/Snake_ASM ; define here snake constant values SECTION "Snake", ROM0 ; TileBegin equ 151 ; TileEnd equ 170 Snake_Load: LD A, $20 ; 80 in decimal LD [posY], A ld a, $10 ; 16 in decimal LD [posX], A ld a, 0 ld [snake_frames], a ; load sprite LD A, [posY] LD [_OAMR...
src/defines.asm
tewtal/sm_practice_hack
15
196502
<reponame>tewtal/sm_practice_hack ; --------------- ; Compiler Flags ; --------------- !ORIGINAL_MESSAGE_TEXT ?= 0 ; ---- ; RAM ; ---- !ram_load_preset = $7FFB00 !ram_gametime_room = $7FFB02 !ram_last_gametime_room = $7FFB04 !ram_realtime_room = $7FFB06 !ram_last_realtime_room = $7FFB08 !ram_last_room_lag = $7FFB0A ...
lab1/shuffle.asm
may811204/EE460NCompArchi
0
196504
.ORIG X3000 LEA R0, FIRSTADDR LEA R1, MASKADDR LEA R2, THREE LEA R3, FOUR LDW R0, R0, #0 LDW R1, R1, #0 LDB R1, R1, #0 LDB R2, R2, #0 LDW R3, R3, #0 ADD R7, R0, #5 START ADD R3, R3, #-1 BRN DONE AND R4, R1, R2 ADD R5, R0, R4 LDB R6, R5, #0 STB R6, R7, #0 ADD R7, R7, #1 RSHFL R1, R1, #2 BR START DONE HALT FIRSTADDR ....
Appl/GeoDex/Misc/miscManager.asm
steakknife/pcgeos
504
196506
<reponame>steakknife/pcgeos COMMENT @---------------------------------------------------------------------- Copyright (c) GeoWorks 1992 -- All Rights Reserved PROJECT: GeoDex MODULE: Misc FILE: miscManager.asm REVISION HISTORY: Name Date Description ---- ---- ----------- ted 3/3/92 Initial versio...
examples/mips8.asm
kubasikora/ARKO-MIPS-Projekt
0
196507
######################################################### # # # Zastepowanie co trzeciej malej litery # # odpowiadajaca jej wielka litera # # Autor: <NAME> # # ...
oeis/076/A076454.asm
neoneye/loda-programs
11
196508
; A076454: Sum of numbers that can be written as t*n + u*(n+1) for nonnegative integers t,u in exactly one way. ; 1,21,102,310,735,1491,2716,4572,7245,10945,15906,22386,30667,41055,53880,69496,88281,110637,136990,167790,203511,244651,291732,345300,405925,474201,550746,636202,731235,836535,952816,1080816,1221297,1375045...
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_13073_356.asm
ljhsiun2/medusa
9
196509
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r8 push %rax push %rbp push %rcx push %rdi push %rsi lea addresses_UC_ht+0x1b502, %rbp add %rax, %rax mov $0x6162636465666768, %r8 movq %r8, %xmm3 movups %xmm3, (%rbp) nop nop nop and %r12, %r12 lea addresses_WC_ht+0xa7c2, %rsi lea addresses_WC_ht+0...
programs/oeis/155/A155557.asm
karttu/loda
1
196510
<reponame>karttu/loda ; A155557: A proximate-prime polynomial sequence generated by 2*n^2 - 2*n + 53089. ; 53089,53093,53101,53113,53129,53149,53173,53201,53233,53269,53309,53353,53401,53453,53509,53569,53633,53701,53773,53849,53929,54013,54101,54193,54289,54389,54493,54601,54713,54829,54949,55073,55201,55333,55469,556...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0.log_21829_193.asm
ljhsiun2/medusa
9
196511
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r15 push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_normal_ht+0x2ac0, %r12 nop cmp $2879, %r15 mov (%r12), %r10d dec %rbx lea addresses_UC_ht+0x4ccc, %rdi nop cmp %r12, %r12 mov (%rdi), %si nop nop nop nop add %rsi, %r...
libvig/kernel/asm/crti.asm
pmdm56/vigor
36
196513
section .init global _init:function _init: push rbp mov rbp, rsp section .fini global _fini:function _fini: push rbp mov rbp, rsp
chapter6/single_linked_list/main.asm
Pick1a1username/understanding_and_using_c_pointers_in_assembly
0
196514
%include "employee.asm" %include "single_linked_list.asm" extern printf extern strcmp extern malloc extern strcpy section .data samuel dq 0 samuel_name db "Samuel", 0 samuel_age db 32 sally dq 0 sally_name db "Sally", 0 sally_age db 28 susan dq 0 susa...
lib/core/arith/_word.asm
locodarwin/xc-basic3
11
196515
PROCESSOR 6502 ; Add top 2 words on stack ; 32 cycles - could it be less? MAC addword tsx lda.wx stack + 2 clc adc.wx stack + 4 sta.wx stack + 4 pla adc.wx stack + 3 sta.wx stack + 3 pla ENDM ; Substract top 2 words on stack MAC subword tsx lda.wx stack + 4 sec sbc.wx stack + 2 sta.wx stack + 4...
Transynther/x86/_processed/AVXALIGN/_st_/i3-7100_9_0x84_notsx.log_21829_2773.asm
ljhsiun2/medusa
9
196516
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r13 push %r15 push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_normal_ht+0xb901, %rcx nop nop nop nop mfence movups (%rcx), %xmm1 vpextrq $0, %xmm1, %r12 nop nop nop nop cmp %rsi, %rsi lea addresses_A_ht+0x2101, %rbp nop nop nop nop nop xor $70...
kDebugger.asm
satadriver/LiunuxOS
0
196517
<filename>kDebugger.asm .686p ;BT、BTS、BTR、BTC: 位测试指令 ;BT(Bit Test): 位测试 ;BTS(Bit Test and Set): 位测试并置位 ;BTR(Bit Test and Reset): 位测试并复位 ;BTC(Bit Test and Complement): 位测试并取反 ;它们的结果影响 CF DATA_BREAKPOINT EQU 1 PORT_BREAKPOINT equ 2 INSTRUCTION_BREAKPOINT EQU 3 BD_BREAKPOINT ...
src/shaders/utils/mfc_batchbuffer_avc_intra.asm
me176c-dev/android_hardware_intel-vaapi-driver
192
196518
/* * Copyright © 2012 Intel Corporation * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, copy, modify, merge, pub...
oeis/003/A003034.asm
neoneye/loda-programs
11
196519
<filename>oeis/003/A003034.asm ; A003034: Sylvester's problem: minimal number of ordinary lines through n points in the plane. ; 3,3,4,3,3,4,6,5,6,6,6,7 mov $2,$0 add $2,2 pow $0,$2 sub $0,1 div $2,2 mod $0,$2 add $0,3