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
src/sprite_font.asm
BlockoS/up-14
4
196648
SATB_ADDR = $7f00 .zp spr_font_base .ds 2 spr_font_phase .ds 1 spr_font_index .ds 1 spr_font_x .ds 2 spr_font_y .ds 2 spr_font_count .ds 1 spr_font_ptr .ds 2 spr_font_data .ds 1 current_txt_bloc .ds 1 .code ;---------------------------------------------------------------------- ; name : load...
yasm-1.3.0/modules/arch/x86/tests/f16c.asm
xu5343/ffmpegtoolkit_CentOS7
2,151
196649
<gh_stars>1000+ [bits 64] vcvtph2ps ymm1, xmm2 vcvtph2ps ymm1, oword [0] vcvtph2ps xmm1, xmm2 vcvtph2ps xmm1, qword [0] vcvtps2ph xmm1, ymm2, 4 vcvtps2ph oword [0], ymm2, 8 vcvtps2ph xmm1, xmm2, 3 vcvtps2ph qword [0], xmm2, 5
libsrc/_DEVELOPMENT/math/float/math16/z80/asm_f16_add.asm
ahjelm/z88dk
640
196650
<gh_stars>100-1000 ; ; feilipu, 2020 May ; ; This Source Code Form is subject to the terms of the Mozilla Public ; License, v. 2.0. If a copy of the MPL was not distributed with this ; file, You can obtain one at http://mozilla.org/MPL/2.0/. ; ;-----------------------------------------------------------------------...
Transynther/x86/_processed/NONE/_st_/i9-9900K_12_0xca.log_21829_284.asm
ljhsiun2/medusa
9
196651
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r10 push %r14 push %r9 push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0x13880, %rcx nop nop nop nop and %rdx, %rdx mov $0x6162636465666768, %rbp movq %rbp, %xmm0 vmovups %ymm0, (%rcx) nop nop nop nop nop inc %r9 lea addresses_WC_ht+...
oeis/224/A224534.asm
neoneye/loda-programs
11
196652
<filename>oeis/224/A224534.asm<gh_stars>10-100 ; A224534: Primes numbers that are the sum of three distinct prime numbers. ; Submitted by <NAME> ; 19,23,29,31,37,41,43,47,53,59,61,67,71,73,79,83,89,97,101,103,107,109,113,127,131,137,139,149,151,157,163,167,173,179,181,191,193,197,199,211,223,227,229,233,239,241,251,257...
kernel/fs/vfs.asm
ssebs/xos
15
196654
;; xOS32 ;; Copyright (C) 2016-2017 by <NAME>. use32 ; ; struct file { ; u32 flags; // 00 ; u32 position; // 04 ; u8 path[120]; // 08 ; } ; ; ; sizeof(file) = 0x80; ; FILE_FLAGS = 0x00 FILE_POSITION = 0x04 FILE_NAME = 0x08 FILE_HANDLE_SIZE = 0x80 ; ; struct virtual_drive { ; u32 drive; // for blkdev ; u8 pa...
oeis/168/A168024.asm
neoneye/loda-programs
11
196655
<reponame>neoneye/loda-programs ; A168024: Noncomposite numbers in the northwestern ray of the Ulam spiral as oriented on the March 1964 cover of Scientific American. ; Submitted by <NAME> ; 1,5,17,37,101,197,257,401,577,677,1297,1601,2917,3137,4357,5477,7057,8101,8837,12101,13457,14401,15377,15877,16901,17957,21317,22...
src/00/interrupt.asm
unlimitedbacon/kernel
251
196656
<gh_stars>100-1000 ;; contextSwitch [System] ;; Triggers a context switch early. This will transfer control from your thread to ;; another and eventaully return to yours with interrupts enabled. contextSwitch: di push af push bc push de push hl push ix push iy exx ex af, af' pu...
src/main.asm
Hacktix/strikethrough.gb
5
196657
<filename>src/main.asm STRIKETHROUGH_START_X EQU 23 STRIKETHROUGH_START_Y EQU $54 OAM_START_OFFSET EQU 28 OAM_DATA_ADD_OFFSET EQU 2 OAM_DATA_VAL_OFFSET EQU $FF INCLUDE "inc/hardware.inc" INCLUDE "src/dma.asm" INCLUDE "src/functions.asm" SECTION "Vectors", ROM0[$0] ds $48 - @ STATVector:: jp STATHan...
arch/lib/math/is_odd.asm
Mosseridan/Compiler-Principles
0
196658
<filename>arch/lib/math/is_odd.asm /* is_odd.asm * Tests whether its argument is odd * * Programmer: <NAME>, 2010 */ IS_ODD: MOV(R0, STARG(0)); AND(R0, IMM(1)); CMP(R0, IMM(0)); JUMP_EQ(L_IS_ODD_F); MOV(R0, IMM(1)); RETURN; L_IS_ODD_F: MOV(R0, IMM(0)); RETURN;
target/cos_117/disasm/iop_overlay1/MFCHK.asm
jrrk2/cray-sim
49
196659
<filename>target/cos_117/disasm/iop_overlay1/MFCHK.asm @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @@ Mainframe test code for testing functionality before booting @@ ------------------------------------------------------------ @@ The code does the following @@ - Setting all registe...
cc3235sf/ti_sdk/simplelink_cc32xx_sdk_4_10_00_07/kernel/tirtos/packages/gnu/targets/arm/rtsv7M/boot.asm
lagerdata/unit-test_templates
2
196661
@ --COPYRIGHT--,EPL @ Copyright (c) 2011 Texas Instruments and others. @ All rights reserved. This program and the accompanying materials @ are made available under the terms of the Eclipse Public License v1.0 @ which accompanies this distribution, and is available at @ http://www.eclipse.org/legal/epl-v10.ht...
examples/pipelined.asm
puradox/riscv-tools
4
196663
<filename>examples/pipelined.asm addi x0,x0,0 -> 0x0 # r0=0 (r0=0) addi x1,x0,8 -> 0x8 # r1=r0+8 (r1=8) addi x2,x0,4 -> 0x4 # r2=r0+4 (r2=4) or x3,x1,x2 -> 0xc # r3=r1|r2 (r3=12) // Forwarding Test or x4,x2,x0 -> 0x4 # r4=r2|r0 (r4=4) // Forwarding Test ad...
projects/08/FunctionCalls/FibonacciElement/FibonacciElement.asm
agrim334/nand2tetris
0
196665
@256 D=A @R0 M=D @RETSys.init0 D=A @R0 A=M M=D @R0 M=M+1 @R1 D=M @R0 A=M M=D @R0 M=M+1 @R2 D=M @R0 A=M M=D @R0 M=M+1 @R3 D=M @R0 A=M M=D @R0 M=M+1 @R4 D=M @R0 A=M M=D @R0 M=M+1 @R0 D=M @0 D=D-A @5 D=D-A @R2 M=D @R0 D=M @R1 M=D @Sys.init D;JMP (RETSys.init0) (Sys.init) @4 D=A @R0 A=M M=D @R0 M=M+1 @RETMain.fib...
programs/oeis/328/A328950.asm
neoneye/loda
22
196666
; A328950: Numerators for the "Minimum-Redundancy Code" card problem. ; 0,3,9,19,33,51,74,102,135,173,216,264,318,378,444,516,594,678,768,864,966,1074,1188,1308,1435,1569,1710,1858,2013,2175,2344,2520,2703,2893,3090,3294,3505,3723,3948,4180,4419,4665,4918,5178,5445,5719,6000,6288,6584,6888,7200,7520,7848 mov $4,$0 mov...
NewBigBall.asm
MischaTobias/BreakoutInASM
2
196667
@23823 //Ball initial position D=A @7 M=D @16 //Number for screen painting D=A @8 M=D (BALL) //163 @7 A=M M=-1 @32 D=A @7 M=M+D @8 M=M-1 D=M @BALL D;JGT (END) @END 0;JMP
programs/oeis/081/A081908.asm
jmorken/loda
1
196668
<filename>programs/oeis/081/A081908.asm ; A081908: a(n) = 2^n*(n^2 - n + 8)/8. ; 1,2,5,14,40,112,304,800,2048,5120,12544,30208,71680,167936,389120,892928,2031616,4587520,10289152,22937600,50855936,112197632,246415360,538968064,1174405120,2550136832,5519704064,11911823360,25635586048,55029268480,117843165184,25179245772...
code/7/4.asm
GeekHades1/AssemblyCode
1
196669
; 使用栈的方式来做循环嵌套。 ; 同样是把每一个字符变成大写 assume cs:code, ds:data, ss:stack data segment db 'ibm ' db 'dec ' db 'dos ' db 'vax ' data ends stack segment dw 0, 0, 0, 0, 0, 0, 0, 0 stack ends code segment start: mov ax, stack mov ss, ax mov sp, 10H...
Transynther/x86/_processed/AVXALIGN/_ht_st_zr_un_sm_/i7-7700_9_0x48.log_21829_2278.asm
ljhsiun2/medusa
9
196670
.global s_prepare_buffers s_prepare_buffers: push %r13 push %r9 push %rbp push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_normal_ht+0x17d7b, %r13 nop nop nop nop mfence mov $0x6162636465666768, %r9 movq %r9, %xmm3 vmovups %ymm3, (%r13) nop cmp $30129, %rcx lea addresses_WT_ht+0x257b, %rdx nop and %rsi, ...
A6 - Sub-Rotinas parte 1/e2.asm
ZePaiva/ACI
0
196671
.data string: .asciiz "ITED - orievA ed edadisrevinU" str0: .asciiz "String: " str1: .asciiz "Reversed string: " str2: .asciiz "\n" .eqv print_string, 4 .eqv func, $v0 .eqv arg0, $a0 .eqv arg1, $a1 .eqv c1, $t0 .eqv c2, $t2 .eqv str, $s0 .eqv p1, $s1 .eqv p2, $s2 .eqv char, $s3 .text .globl main main: la...
src/tools/debug.asm
Hiroshi123/bin_tools
0
196672
<reponame>Hiroshi123/bin_tools default rel section .text ;; extern __libc_start_main ;; extern h1 extern start global __write _m1: ;; pop rdi ;; pop rsi mov rdi,rsp call start mov rax, 60 mov rdi, 0 syscall __write: mov rax, 1 syscall ret __start: xor ebp,ebp mov r9,rdx pop rsi mov rdx,rsp and...
out/kernel.asm
harveydong/xv6-memfs
0
196673
<reponame>harveydong/xv6-memfs<gh_stars>0 out/kernel.elf: file format elf64-x86-64 Disassembly of section .text: ffffffff80100000 <begin>: ffffffff80100000: 02 b0 ad 1b 00 00 add 0x1bad(%rax),%dh ffffffff80100006: 01 00 add %eax,(%rax) ffffffff80100008: fe 4f 51 decb 0x5...
Driver/Printer/PrintCom/Styles/stylesSetPCL4.asm
steakknife/pcgeos
504
196674
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) Berkeley Softworks 1992 -- All Rights Reserved PROJECT: PC GEOS MODULE: laserjet print driver FILE: stylesSetPCL4.asm AUTHOR: <NAME> ROUTINES: Name Description ---- ----------- REVISION HISTORY: ...
kolokwium_2016/zad3/zad3.asm
adamczykpiotr/AGH_WIMiIP_Architektury_Komputerow
1
196675
<gh_stars>1-10 section .text global zamien zamien: mov r12, rdi ;adres tablicy mov r13, rsi ;l.el _petla: cmp dword [r12+r13*4], 5 jne _dalej mov dword[r12+r13*4], 20 _dalej: dec r13, cmp r13, 0 ja _petla mov rax, r13 ret
data/mapHeaders/victoryroad1.asm
adhi-thirumala/EvoYellow
16
196676
<filename>data/mapHeaders/victoryroad1.asm<gh_stars>10-100 VictoryRoad1_h: db CAVERN ; tileset db VICTORY_ROAD_1_HEIGHT, VICTORY_ROAD_1_WIDTH ; dimensions (y, x) dw VictoryRoad1Blocks, VictoryRoad1TextPointers, VictoryRoad1Script ; blocks, texts, scripts db $00 ; connections dw VictoryRoad1Object ; objects
programs/oeis/216/A216475.asm
neoneye/loda
22
196677
; A216475: The number of numbers coprime to and less than n+2, excluding 2. ; 1,2,3,2,5,4,5,4,9,4,11,6,7,8,15,6,17,8,11,10,21,8,19,12,17,12,27,8,29,16,19,16,23,12,35,18,23,16,39,12,41,20,23,22,45,16,41,20,31,24,51,18,39,24,35,28,57,16,59,30,35,32,47,20,65,32,43,24,69,24,71,36,39,36,59,24,77,32,53,40,81,24,63,42,55,40,8...
data/mapObjects/PewterMart.asm
AmateurPanda92/pokemon-rby-dx
9
196678
<reponame>AmateurPanda92/pokemon-rby-dx PewterMart_Object: db $0 ; border block db 2 ; warps warp 3, 7, 4, -1 warp 4, 7, 4, -1 db 0 ; signs db 3 ; objects object SPRITE_MART_GUY, 0, 5, STAY, RIGHT, 1 ; person object SPRITE_BUG_CATCHER, 3, 3, WALK, 1, 2 ; person object SPRITE_BLACK_HAIR_BOY_2, 5, 5, STAY, NO...
programs/oeis/151/A151774.asm
neoneye/loda
22
196680
; A151774: Characteristic function of numbers with binary weight 2 (A018900). ; 0,0,0,1,0,1,1,0,0,1,1,0,1,0,0,0,0,1,1,0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,1,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,1,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0 mov $1,$0 lpb $0 div $1,2 sub $0,$1...
Transynther/x86/_processed/US/_zr_/i3-7100_9_0x84_notsx.log_21829_3124.asm
ljhsiun2/medusa
9
196681
<reponame>ljhsiun2/medusa<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r12 push %r15 push %r8 push %r9 push %rbp push %rcx push %rdi push %rsi lea addresses_WC_ht+0xd50f, %r8 nop nop nop nop nop dec %r12 mov (%r8), %rbp nop nop nop nop sub $57693, %r9 lea addresses_UC_ht+0x1d7f8, %r12 nop nop nop no...
oeis/329/A329114.asm
neoneye/loda-programs
11
196685
; A329114: a(n) = floor(A026532(n)/5). ; Submitted by <NAME> ; 0,0,1,3,7,21,43,129,259,777,1555,4665,9331,27993,55987,167961,335923,1007769,2015539,6046617,12093235,36279705,72559411,217678233,435356467,1306069401,2612138803,7836416409,15672832819,47018498457,94036996915,282110990745 add $0,1 mov $1,2 mov $2,11 lpb $0...
ta19demo/lib/barden_move.asm
hallorant/bitmit
6
196686
; <NAME>, Jr. 'TRS-80 Assembly-Language Programming', 1979 pg 190. ; ; Moves one block of memory to another area in memory. ; The blocks may be overlapping. The move is either done ; forwards or backwards depending upon overlap (if any). ; ; Uses: a, bc, de, hl ; ; Entry: hl addr source start ; de addr destina...
programs/oeis/061/A061395.asm
neoneye/loda
22
196688
; A061395: Let p be the largest prime factor of n; if p is the k-th prime then set a(n) = k; a(1) = 0 by convention. ; 0,1,2,1,3,2,4,1,2,3,5,2,6,4,3,1,7,2,8,3,4,5,9,2,3,6,2,4,10,3,11,1,5,7,4,2,12,8,6,3,13,4,14,5,3,9,15,2,4,3,7,6,16,2,5,4,8,10,17,3,18,11,4,1,6,5,19,7,9,4,20,2,21,12,3,8,5,6,22,3,2,13,23,4,7,14,10,5,24,3,...
Transynther/x86/_processed/P/_un_/i9-9900K_12_0xa0.log_8_1555.asm
ljhsiun2/medusa
9
196689
<reponame>ljhsiun2/medusa<filename>Transynther/x86/_processed/P/_un_/i9-9900K_12_0xa0.log_8_1555.asm .global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %rax push %rbp push %rcx push %rdi push %rsi lea addresses_WT_ht+0x1a6ac, %rsi lea addresses_WC_ht+0x1221b, %rdi nop nop sub %rax, %rax mov $80, %rcx...
programs/oeis/040/A040350.asm
jmorken/loda
1
196690
<filename>programs/oeis/040/A040350.asm ; A040350: Continued fraction for sqrt(370). ; 19,4,4,38,4,4,38,4,4,38,4,4,38,4,4,38,4,4,38,4,4,38,4,4,38,4,4,38,4,4,38,4,4,38,4,4,38,4,4,38,4,4,38,4,4,38,4,4,38,4,4,38,4,4,38,4,4,38,4,4,38,4,4,38,4,4,38,4,4,38,4,4,38,4,4,38,4,4,38,4,4 mul $0,2 mov $1,10 mul $1,$0 add $0,6 add $...
book-01/Assembly/asm/avx-512/packed/avx512_p_math_short.asm
gfurtadoalmeida/study-assembly-x64
2
196691
.code ; void AVX512_Packed_Math_Short_(const ZmmVal * a, const ZmmVal * b, ZmmVal result[6]); AVX512_Packed_Math_Short_ proc vmovdqu16 zmm0, zmmword ptr [rcx] vmovdqu16 zmm1, zmmword ptr [rdx] ; Add (wraparound) vpaddw zmm2, zmm0, zmm1 vmovdqa64 zmmword ptr [r8], zmm2 ; Add with signed saturation vpaddsw zmm2,...
projects/vmt/test/FunctionCalls/SimpleFunction/SimpleFunction.asm
RobertCurry0216/nand2tetris
0
196692
// function SimpleFunction.test 2 (SimpleFunction.test) @SP D=M @LCL AM=D M=0 A=A+1 M=0 A=A+1 D=A @SP M=D // push local 0 @LCL A=M D=M @SP A=M M=D @SP M=M+1 // push local 1 @LCL D=M @1 A=D+A D=M @SP A=M M=D @SP M=M+1 // add @SP AM=M-1 D=M A=A-1 M=D+M // not @SP A=M-1 M=!M // push argument 0 @ARG A=M D=M @SP A=M M=D @SP...
src/Project6/simple.asm
HSU-F20-CS243/p06-starter
0
196693
//add R0 + R1 store in R2 @0 //[1,@0,@,0,] D=M //[3,D=M,D,M,] @1 //[1,@1,@,1,] D=D+M //[3,D=D+M,D,D+M,] @2 //[1,@2,@,2,] M=D //[3,M=D,M,D,] //instructions: //open question: how do you convert from decimal to binary //0000000000000000 //1111110000010000 //0000000000000001 //1111000010010000 //0000000000000010 //11...
programs/oeis/128/A128866.asm
neoneye/loda
22
196697
<reponame>neoneye/loda ; A128866: Number of n-tuples where each entry is chosen from the subsets of {1,2,3,4,5} such that the intersection of all n entries contains exactly one element. ; 5,405,12005,253125,4617605,78764805,1300723205,21141253125,340920883205,5476114739205,87789257318405,1406000997253125,22507005033676...
Library/Kernel/DBase/dbaseGroup.asm
steakknife/pcgeos
504
196698
<reponame>steakknife/pcgeos COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1989 -- All Rights Reserved PROJECT: PC GEOS MODULE: Database manager. FILE: dbGroup.asm AUTHOR: <NAME>, Jul 24, 1989 METHODS: Name Description ---- ----------- D...
processor/arch/c64/right.asm
HakierGrzonzo/bfc64
1
196700
<gh_stars>1-10 cpy #$ff bne label() inc $00fb + 1 // decrament least significant byte of pointer, if you need more than 256 * 256 cells, please reconsider your life choices label(): iny
libsrc/_DEVELOPMENT/adt/bv_priority_queue/c/sdcc_iy/bv_priority_queue_reserve_callee.asm
jpoikela/z88dk
640
196701
; int bv_priority_queue_reserve_callee(bv_priority_queue_t *q, size_t n) SECTION code_clib SECTION code_adt_bv_priority_queue PUBLIC _bv_priority_queue_reserve_callee EXTERN asm_bv_priority_queue_reserve _bv_priority_queue_reserve_callee: pop af pop hl pop bc push af jp asm_bv_priority_queue_reser...
oeis/095/A095344.asm
neoneye/loda-programs
11
196702
; A095344: Length of n-th string generated by a Kolakoski(9,1) rule starting with a(1)=1. ; 1,1,9,9,49,81,281,601,1729,4129,11049,27561,71761,182001,469049,1197049,3073249,7861441,20154441,51600201,132217969,338618769,867490649,2221965721,5691928321,14579791201,37347504489,95666669289,245056687249,627723364401,16079501...
src/routines/reloader.asm
zdimension/Cesium
5
196704
<reponame>zdimension/Cesium<gh_stars>1-10 ;Reloads the shell after a program has finished running cesiumReloader_Start: relocate(stubLocation) cesiumReloader: ErrCatchBASIC: call _boot_ClearVRAM call _DrawStatusBar call _DispErrorScreen set textInverse, (iy + textFlags) ld hl,1 ld (curRow),hl ld hl,...
Transynther/x86/_processed/NC/_st_zr_un_4k_/i7-7700_9_0xca_notsx.log_21829_1196.asm
ljhsiun2/medusa
9
196705
<reponame>ljhsiun2/medusa<filename>Transynther/x86/_processed/NC/_st_zr_un_4k_/i7-7700_9_0xca_notsx.log_21829_1196.asm<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r14 push %r15 push %r9 push %rcx push %rdi push %rsi lea addresses_normal_ht+0x12fa2, %rsi nop nop cmp %r10, %r10 mo...
demo/circle.asm
varmfskii/zxnext_tools
25
196706
<reponame>varmfskii/zxnext_tools GLOBAL _main defc screen=$4000 defc next_sel=$243b defc next_ctl=$253b defc spr_sel=$303b defc spr_ctl=$57 defc spr_pat=$5b defc sprx=screen defc spry=screen+$0100 org $c000 _main: ;; sprite 0 ld bc,spr_sel xor a out (c),a ;; write pattern ld bc,spr_pat ld hl,circle o...
programs/oeis/033/A033124.asm
karttu/loda
1
196708
; A033124: Base-6 digits are, in order, the first n terms of the periodic sequence with initial period 1,0,1. ; 1,6,37,223,1338,8029,48175,289050,1734301,10405807,62434842,374609053,2247654319,13485925914,80915555485,485493332911,2912959997466,17477759984797,104866559908783,629199359452698,3775196156716189,226511769402...
Transynther/x86/_processed/AVXALIGN/_st_/i3-7100_9_0xca_notsx.log_21829_1026.asm
ljhsiun2/medusa
9
196709
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r15 push %r8 push %rax push %rbp push %rcx push %rdi push %rsi lea addresses_D_ht+0xfe81, %r10 nop and %rbp, %rbp mov (%r10), %r11 nop nop nop nop sub $14227, %r10 lea addresses_D_ht+0x18fb6, %r10 sub $3674, %r15 mov $0x6162636465666768, %r8 movq %r...
Assignment1/bindshell_prog.asm
sajithshetty/SLAE32
0
196710
global _start section .text _start: ;syscall for socket ;cat /usr/include/i386-linux-gnu/asm/unistd_32.h | grep socket ;#define __NR_socketcall 102 (0x66 in hex) ;sock_file_des = socket(AF_INET, SOCK_STREAM, 0) ;AF_INET = 2 ( bits/socket.h) ;SOCK_STREAM = 1 (bits/socket.h) ;socket(2,1,0) xor eax, eax ; z...
P6/data_P6_2/cal_R_same_test49.asm
alxzzhou/BUAA_CO_2020
1
196711
<filename>P6/data_P6_2/cal_R_same_test49.asm lui $1,39024 ori $1,$1,4956 lui $2,38846 ori $2,$2,20705 lui $3,20597 ori $3,$3,12352 lui $4,15431 ori $4,$4,49930 lui $5,54574 ori $5,$5,28770 lui $6,24840 ori $6,$6,26257 mthi $1 mtlo $2 sec0: nop nop nop subu $3,$6,$6 sec1: nop nop xor $6,$2,$2 subu $3,$6,$6 sec2:...
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_1526.asm
ljhsiun2/medusa
9
196712
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r13 push %r8 push %r9 push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0xe411, %r8 nop nop nop nop sub $54553, %r9 mov $0x6162636465666768, %rdx movq %rdx, %xmm2 and $0xffffffffffffffc0, %r8 movntdq %xmm2, (%r8) sub %rbx, %rbx lea address...
programs/oeis/135/A135037.asm
karttu/loda
1
196713
<reponame>karttu/loda ; A135037: Sums of the products of n consecutive triples of numbers. ; 0,60,396,1386,3570,7650,14490,25116,40716,62640,92400,131670,182286,246246,325710,423000,540600,681156,847476,1042530,1269450,1531530,1832226,2175156,2564100,3003000,3495960,4047246,4661286,5342670,6096150,6926640,7839216,88391...
dyncode_preserve_ix.asm
imneme/spectrum-dyncode
1
196714
SECTION code_compiler GLOBAL _dyncode_preserve_ix GLOBAL _jump_hl _dyncode_preserve_ix: ld hl, 2 add hl, sp push ix call _jump_hl pop ix ret
src/lib/exit.asm
zys1310992814/BookOSv0.2
3
196715
<filename>src/lib/exit.asm [bits 32] [section .text] INT_VECTOR_SYS_CALL equ 0x80 _NR_EXIT EQU 3 global exit exit: mov eax, _NR_EXIT mov ebx, [esp + 4] ;第一个参数 int INT_VECTOR_SYS_CALL ret
oeis/267/A267367.asm
neoneye/loda-programs
11
196716
; A267367: Decimal representation of the middle column of the "Rule 126" elementary cellular automaton starting with a single ON (black) cell. ; Submitted by <NAME> ; 1,3,6,13,26,52,104,209,418,836,1672,3344,6688,13376,26752,53505,107010,214020,428040,856080,1712160,3424320,6848640,13697280,27394560,54789120,109578240,...
ffight/lcs/1p/C.asm
zengfr/arcade_game_romhacking_sourcecode_top_secret_data
6
196717
<filename>ffight/lcs/1p/C.asm copyright zengfr site:http://github.com/zengfr/romhack 003084 move.w ($50,A6), D0 [1p+ A, 1p+ C, boss+A, boss+C, weapon+ A, weapon+ C] 00316E rts [1p+ A, 1p+ C, boss+A, boss+C, enemy+ A, enemy+ C] 009D3E move.l ($416,A5), ($a,A6) [1p+ 6, 1p+ 8] 009D44 moveq #$0, D0 00A2C6 dbra ...
oeis/074/A074662.asm
neoneye/loda-programs
11
196718
; A074662: a(n) = F(n+1)+cos(n*Pi/2). ; Submitted by <NAME> ; 2,1,1,3,6,8,12,21,35,55,88,144,234,377,609,987,1598,2584,4180,6765,10947,17711,28656,46368,75026,121393,196417,317811,514230,832040,1346268,2178309,3524579,5702887,9227464,14930352,24157818,39088169 mov $2,1 lpb $0 sub $0,1 sub $3,$4 mov $4,$2 mov $...
programs/oeis/220/A220020.asm
jmorken/loda
1
196719
; A220020: Number of cyclotomic cosets of 9 mod 10^n. ; 6,20,56,140,256,404,584,796,1040,1316,1624,1964,2336,2740,3176,3644,4144,4676,5240,5836,6464,7124,7816,8540,9296,10084,10904,11756,12640,13556,14504,15484,16496,17540,18616,19724,20864,22036,23240,24476,25744,27044,28376,29740,31136,32564,34024,35516,37040,38596 ...
Transynther/x86/_processed/US/_st_4k_/i7-8650U_0xd2.log_9239_646.asm
ljhsiun2/medusa
9
196720
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r13 push %r14 push %r15 push %rcx push %rdi push %rsi lea addresses_normal_ht+0xbb27, %r13 nop nop nop and %r11, %r11 mov (%r13), %r12 nop sub $45014, %r13 lea addresses_normal_ht+0x1cf4, %r13 nop nop nop add %r11, %r11 movups (%r13),...
hanoi.asm
JaCMxO/hanoi
0
196721
<filename>hanoi.asm #hanoi.asm #Towers of Hanoi solution using MIPS assembler #author: <NAME> .data #data in memory .text #programm code main: addi $s0, $zero, 8 #set number of discs lui $s1, 0x1001 #load start direction of tower A add $a0, $zero, $s0 #pass disc number as argument add $a1, $zero, $s...
libsrc/target/vz/graphics/getmaxx.asm
Frodevan/z88dk
640
196722
<gh_stars>100-1000 SECTION code_clib PUBLIC getmaxx PUBLIC _getmaxx EXTERN __vz200_mode INCLUDE "graphics/grafix.inc" .getmaxx ._getmaxx ld a,(__vz200_mode) and a ld hl, +63 ret z ld hl,127 ret
libsrc/_DEVELOPMENT/arch/zx/bifrost2/c/sccz80/BIFROST2_resetAnim4Frames.asm
jpoikela/z88dk
640
196723
<gh_stars>100-1000 ; ---------------------------------------------------------------- ; Z88DK INTERFACE LIBRARY FOR THE BIFROST*2 ENGINE ; ; See "bifrost2.h" for further details ; ---------------------------------------------------------------- ; void BIFROST2_resetAnim4Frames(void) SECTION code_clib SECTION code_bif...
kern.asm
jrt05/K05
0
196725
; multi-boot mini kernel - [ start.asm ] ; ; (c) 2002, NeuralDK section .text bits 32 ; multi boot header defines MBOOT_PAGE_ALIGN equ 1 << 0 MBOOT_MEM_INFO equ 1 << 1 MBOOT_AOUT_KLUDGE equ 1 << 16 MBOOT_MAGIC equ 0x1BADB002 MBOOT_FLAGS equ MBOOT_PAGE_ALIGN | MBOOT_MEM_INFO | MBOOT_AOUT_KLUDGE CHECKSUM equ -...
asm/msx_macros.asm
facmachado/tools-msx
0
196726
; msx_macros.asm __gets: call INLIN ld (BUF - 0x2), hl ret __puts: ld a, (hl) and a ret z call CHPUT inc hl jr __puts macro color, fg, bg, bd ld a, fg ld (FORCLR), a ld a, bg ld (BAKCLR), a ld a, bd ld (BDRCLR), a call CHGCLR endm macro echo, string ld hl, string call __puts end...
kservice.asm
satadriver/LiunuxOS
0
196727
.686p KBD_SERVICE_PRINT EQU 1 KBD_SERVICE_PUT EQU 2 MOUSE_SERVICE_INFO EQU 3 GRAPHCHAR_SERVICE EQU 4 RANDROM_NUMBER EQU 5 SLEEPTIME EQU 6 TURNONSCREEN EQU 7 TURNOFFSCREEN EQU 8 CPUMANUFACTORY EQU 9 TIMESTAMP EQU 10 SWITCHSCREEN EQU 11 CPUINFO EQU 12 DRAW_MOUSE E...
Transynther/x86/_processed/AVXALIGN/_ht_/i9-9900K_12_0xa0_notsx.log_614_1711.asm
ljhsiun2/medusa
9
196730
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r13 push %r8 push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0xf056, %rsi lea addresses_A_ht+0x12bf6, %rdi and $55493, %r8 mov $41, %rcx rep movsw and $36978, %r11 lea addresses_normal_ht+0x7ef6, %rsi lea addresses_WT_ht+0x...
src/examples/test.asm
glitchland/DLW-2
0
196731
<reponame>glitchland/DLW-2 sub A, B, C sub C, B, A add A, B, C add C, B, A sub D, D, D add A, 15, C sub A, 15, C store C, #(D + 16) store C, #1 store B, #D load #13, B load #(C + 2), C load #D, D jumpz LBL1 jumpz #C jumpz...
u7si/dropToKeySelectedItem.asm
JohnGlassmyer/UltimaHacks
68
196732
<gh_stars>10-100 %include "include/u7si-all-includes.asm" defineAddress 327, 0x08D7, dragItem_afterDragging defineAddress 327, 0x0926, dragItem_afterDragging_end defineAddress 327, 0x0946, dragItem_putItemBack defineAddress 327, 0x098C, dragItem_determineWhereToPut defineAddress 327, 0x09C6, dragItem_endProc defineAd...
Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0xca_notsx.log_21829_1857.asm
ljhsiun2/medusa
9
196733
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r15 push %r9 push %rax push %rcx push %rdi push %rdx push %rsi lea addresses_D_ht+0xf7c4, %rcx nop nop nop nop nop add %rdi, %rdi movb $0x61, (%rcx) nop nop nop nop xor %rsi, %rsi lea addresses_WC_ht+0x1c0df, %rdx nop nop nop nop nop add $9685, %rsi movups (%...
bootloader/bootloader.asm
wubbalubbadubdubonline/echidnaOS
2
196734
org 0x7C00 ; BIOS loads us here (0000:7C00) bits 16 ; 16-bit real mode code %include 'bootloader/includes/bootloader.inc' arch_specific: %include 'bootloader/includes/enter_pmode.inc' ; Enter Protected Mode ; *** Setup registers *** xor eax, eax xor ebx, ebx xor ecx, ecx xor edx, edx xor esi, esi xor ...
dino/lcs/base/65FC.asm
zengfr/arcade_game_romhacking_sourcecode_top_secret_data
6
196735
copyright zengfr site:http://github.com/zengfr/romhack 00042A move.l D1, (A0)+ 00042C dbra D0, $42a 0048A8 tst.w ($65fc,A5) 0048AC beq $48ca [base+65FC] 0048BC subq.w #1, ($65fc,A5) [base+6606] 0048C0 move.w A0, ($98,A6) [base+65FC] 00499E addq.w #1, ($65fc,A5) [base+6606] 0049A2 clr.w ($98,A6...
ed/l/assembly/examples/whatever/hw.asm
cn007b/stash
0
196736
; This is first Hello World program. global start section .data message: db "Hello, World", 10 section .text start: mov rax, 0x02000004 mov rdi, 1 mov rsi, message mov rdx, 13 syscall mov rax, 0x02000001 xor rdi, rdi syscall
utils/reverse.asm
pchynoweth/cx16-utils
0
196737
.export reverse .macpack generic .include "utils/reg.inc" ; r0 - address of input string ; .A - length .proc reverse STR = REG::r0L LHS = REG::r1L RHS = REG::r1H TEMP = REG::r2L tay beq @done dec beq @done sta RHS lda #0 sta LHS @loop: ; rhs -> temp lda RHS tay lda (STR), y ...
shell/testtask.asm
AlexandreRouma/MemeOS
12
196738
.org 0x00000000 .global ASM_USER_TASK .global _END_ASM_USER_TASK ASM_USER_TASK: push %eax push %ebx mov $0x00, %eax mov $msg, %ebx int $0x69 pop %ebx pop %eax ret _END_ASM_USER_TASK: msg: .ascii "Hello World from userspace task!0"
programs/oeis/073/A073738.asm
neoneye/loda
22
196739
; A073738: Sum of every other prime <= n-th prime down to 2 or 1; equals the partial sums of A036467 (in which sums of two consecutive terms form the primes). ; 1,2,4,7,11,18,24,35,43,58,72,89,109,130,152,177,205,236,266,303,337,376,416,459,505,556,606,659,713,768,826,895,957,1032,1096,1181,1247,1338,1410,1505,1583,168...
demo/asm/helloworld.asm
n01e0/ARIA
2
196740
<gh_stars>1-10 BITS 32 org 0x7C00 start: mov esi, msg call puts jmp 0 puts: mov al, [esi] inc esi cmp al, 0 je puts_end mov ah, 0x0E mov ebx, 0x0B int 0x10 jmp puts puts_end: ret msg: db "hello, world", 0x0D, 0x0A, 0
Scrollable HDMA Gradients/examples/Sunset.asm
MarioFanGamer/HDMA-Libraries
0
196741
!ScrollLayer = 1 ; The layer in which the HDMA is rooted. !ScrollOffset = $0000 ; How much is the table shifted !ScrollFactor = 0 ; The division is exponential, using 2 as its base. init: %ScrollHdmaInit(Gradient) main: %ScrollHdmaMain(!ScrollLayer, !ScrollOffset, !ScrollFactor) RTL Gradient: db $01,$20,$4C,$96 ...
user/grep.asm
noastern/os212-ass1
0
196742
user/_grep: file format elf64-littleriscv Disassembly of section .text: 0000000000000000 <matchstar>: return 0; } // matchstar: search for c*re at beginning of text int matchstar(int c, char *re, char *text) { 0: 7179 addi sp,sp,-48 2: f406 sd ra,40(sp) 4: f022 ...
Transynther/x86/_processed/AVXALIGN/_st_/i7-8650U_0xd2_notsx.log_21829_1466.asm
ljhsiun2/medusa
9
196743
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r10 push %r14 push %r15 push %r9 push %rbp push %rcx push %rdi push %rsi lea addresses_D_ht+0x13671, %rsi lea addresses_WC_ht+0x1dd9d, %rdi nop nop add $10379, %r10 mov $59, %rcx rep movsl nop nop nop nop cmp $53971, %r9 lea addresses_A_ht+0x110ab, %r14 ...
programs/oeis/271/A271675.asm
neoneye/loda
22
196745
<filename>programs/oeis/271/A271675.asm<gh_stars>10-100 ; A271675: Numbers m such that 3*m + 4 is a square. ; 0,4,7,15,20,32,39,55,64,84,95,119,132,160,175,207,224,260,279,319,340,384,407,455,480,532,559,615,644,704,735,799,832,900,935,1007,1044,1120,1159,1239,1280,1364,1407,1495,1540,1632,1679,1775,1824,1924,1975,2079...
Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0xca.log_21829_516.asm
ljhsiun2/medusa
9
196746
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r13 push %r14 push %rbx push %rcx push %rdi push %rsi lea addresses_normal_ht+0x17ed0, %rsi lea addresses_UC_ht+0x1c388, %rdi nop nop nop and $29567, %r14 mov $49, %rcx rep movsl nop nop add $30214, %rbx lea addresses_normal_ht+0x12d6e, %r14 nop nop nop cmp %...
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_2614.asm
ljhsiun2/medusa
9
196747
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r12 push %r13 push %r9 push %rcx push %rdi push %rsi lea addresses_UC_ht+0x126b2, %r11 nop nop nop nop and $53784, %r13 mov (%r11), %rsi cmp %r10, %r10 lea addresses_WC_ht+0x5b32, %r11 add %r13, %r13 mov (%r11), %r12 nop nop nop nop inc %r13 lea add...
MASM/MASMProject/Main.asm
makethemo/windows-monitor-off-using-assembly
0
196750
; Windows Monitor off using MASM. .386 .model flat,stdcall .stack 4096 ExitProcess proto,dwExitCode:dword SendMessageA PROTO STDCALL :DWORD,:DWORD,:DWORD,:DWORD SendMessage equ <SendMessageA> .code main proc invoke SendMessage,65535,274,61808,2 invoke ExitProcess,0 main endp end main
_inc/Pallet pointers.asm
vladjester2020/Sonic1TMR
0
196751
; --------------------------------------------------------------------------- ; Pallet pointers ; --------------------------------------------------------------------------- dc.l Pal_SegaBG ; pallet address dc.w $FB00 ; RAM address dc.w $1F ; (pallet length / 2) - 1 dc.l Pal_Title dc.w $FB00 dc.w $1F ...
programs/oeis/047/A047391.asm
neoneye/loda
22
196752
<reponame>neoneye/loda ; A047391: Numbers that are congruent to {1, 3, 5} mod 7. ; 1,3,5,8,10,12,15,17,19,22,24,26,29,31,33,36,38,40,43,45,47,50,52,54,57,59,61,64,66,68,71,73,75,78,80,82,85,87,89,92,94,96,99,101,103,106,108,110,113,115,117,120,122,124,127,129,131,134,136,138,141,143,145,148,150,152,155,157,159,162,164,...
oeis/321/A321828.asm
neoneye/loda-programs
11
196753
; A321828: a(n) = Sum_{d|n, d==1 mod 4} d^12 - Sum_{d|n, d==3 mod 4} d^12. ; Submitted by <NAME> ; 1,1,-531440,1,244140626,-531440,-13841287200,1,282429005041,244140626,-3138428376720,-531440,23298085122482,-13841287200,-129746094281440,1,582622237229762,282429005041,-2213314919066160,244140626,7355813669568000,-313842...
langs/underload.asm
Shikhin/wodscipe
5
196754
<filename>langs/underload.asm<gh_stars>1-10 %include "wodscipe.inc" org 0x7E00 start: pusha ; Set up temporary segment mov ax, 0x1000 mov es, ax ; Source stack (ds:si) mov cx, [0x8000] mov si, 0x8002 xor di, di sub di, cx mov dx, di ; Save rep movsb mov si, dx ; Real segments mov ax, 0x1000 mov d...
oeis/190/A190943.asm
neoneye/loda-programs
11
196755
<reponame>neoneye/loda-programs ; A190943: a(n) = 8*a(n-1) + 27*a(n-2), with a(0)=0, a(1)=1. ; Submitted by <NAME>(s1) ; 0,1,8,91,944,10009,105560,1114723,11767904,124240753,1311659432,13847775787,146197010960,1543466033929,16295047567352,172033963454899,1816237991957696,19174820948943841,202436993374408520,21372161126...
math.asm
yignoth/x16-pminer
2
196756
<gh_stars>1-10 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Math Routines ; Math: .block .section section_ZP .send section_ZP .section section_BSS rndSeed .byte ? rndTableIdx .byte ? rndTableCount .byte ? .send section_BSS ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;...
oeis/087/A087503.asm
neoneye/loda-programs
11
196757
; A087503: a(n) = 3(a(n-2) + 1), with a(0) = 1, a(1) = 3. ; 1,3,6,12,21,39,66,120,201,363,606,1092,1821,3279,5466,9840,16401,29523,49206,88572,147621,265719,442866,797160,1328601,2391483,3985806,7174452,11957421,21523359,35872266,64570080,107616801,193710243,322850406,581130732,968551221,1743392199,2905653666,523017660...
dimension/cell/debug/ehex/ehex.asm
ekscrypto/Unununium
7
196758
<filename>dimension/cell/debug/ehex/ehex.asm ; Unununium Operating Engine ; Copyright (c) 2000-2001, <NAME> ; Distributed under the BSD License. ; ; [= SDK.EHEX Hexadecimal Editor =] ; System Core compliant ; ; More information available on our website at http://uuu.wox.org/ or by email ; at <EMAIL> ; ; note ...
dino/lcs/base/7E4.asm
zengfr/arcade_game_romhacking_sourcecode_top_secret_data
6
196759
copyright zengfr site:http://github.com/zengfr/romhack 00042A move.l D1, (A0)+ 00042C dbra D0, $42a 000AF0 clr.w ($7e4,A5) [base+748] 000AF4 clr.w ($7e8,A5) [base+7E4] 004D22 move.l D0, (A4)+ 004D24 move.l D0, (A4)+ 00D8F6 move.w #$0, ($7e4,A5) 00D8FC lea $913884.l, A0 00D992 addi.w #$10,...
programs/oeis/246/A246508.asm
neoneye/loda
22
196760
; A246508: Digital root of numbers congruent to {1,7,11,13,17,19,23,29} modulo 30. ; 1,7,2,4,8,1,5,2,4,1,5,7,2,4,8,5,7,4,8,1,5,7,2,8,1,7,2,4,8,1,5,2,4,1,5,7,2,4,8,5,7,4,8,1,5,7,2,8,1,7,2,4,8,1,5,2,4,1,5,7,2,4,8,5,7,4,8,1,5,7,2,8,1,7,2,4,8,1,5,2,4,1,5,7,2,4,8,5,7,4 seq $0,7775 ; Numbers not divisible by 2, 3 or 5. mod ...
Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0xca.log_21829_91.asm
ljhsiun2/medusa
9
196761
.global s_prepare_buffers s_prepare_buffers: push %r14 push %r15 push %r8 push %rbp push %rcx push %rdi push %rdx lea addresses_normal_ht+0x1dafb, %rdx clflush (%rdx) nop nop nop nop nop cmp %r14, %r14 movb (%rdx), %cl nop nop dec %rdx lea addresses_WC_ht+0xc7f, %rdx nop nop nop and %rdi, %rdi movw $0x6162, (%rdx) cmp ...
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_343.asm
ljhsiun2/medusa
9
196762
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r13 push %r15 push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_normal_ht+0xe51, %rsi lea addresses_WC_ht+0xfd41, %rdi clflush (%rsi) add $42283, %rbp mov $3, %rcx rep movsw sub %rdi, %rdi lea addresses_WC_ht+0xf055, %r15 clflush (%r15) nop nop ...
Driver/Printer/PrintCom/Graphics/graphicsMed24.asm
steakknife/pcgeos
504
196763
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) Berkeley Softworks 1990 -- All Rights Reserved PROJECT: PC GEOS MODULE: Epson 24-pin print drivers FILE: graphicsMed24.asm AUTHOR: <NAME> 1 March 1990 ROUTINES: Name Description ---- ----------- ...
programs/oeis/051/A051619.asm
neoneye/loda
22
196766
; A051619: a(n) = (4*n+7)(!^4)/7(!^4), related to A034176(n+1) ((4*n+3)(!^4) quartic, or 4-factorials). ; 1,11,165,3135,72105,1946835,60351885,2112315975,82380323025,3542353890075,166490632833525,8491022274509775,467006225098037625,27553367280784219875,1735862138689405852125,116302763292190192092375,8257496193745503638...
libsrc/games/svi/joystick.asm
jpoikela/z88dk
640
196767
<filename>libsrc/games/svi/joystick.asm<gh_stars>100-1000 ; ; Game device library for the SVI ; <NAME> - 3/12/2007 ; ; $Id: joystick.asm,v 1.9 2016-06-16 20:23:51 dom Exp $ ; SECTION code_clib PUBLIC joystick PUBLIC _joystick EXTERN joystick_inkey INCLUDE "target/svi/def/svi.def" ....
solutions/37 - Dangerous Spreadsheeting/size-15_speed-31.asm
michaelgundlach/7billionhumans
45
196768
-- 7 Billion Humans (2053) -- -- 37: Dangerous Spreadsheeting -- -- Author: soerface -- Size: 15 -- Speed: 31 a: if e == hole: step se if ne == hole: step e endif step ne else: step e endif if e == wall: pickup c write mem1 drop end endif if c == datacube: mem1 = calc mem1 + c endif jump a
simd/i386/jcsample-sse2.asm
1camper/libjpeg-turbo
522
196769
<reponame>1camper/libjpeg-turbo ; ; jcsample.asm - downsampling (SSE2) ; ; Copyright 2009 <NAME> <<EMAIL>> for Cendio AB ; Copyright (C) 2016, <NAME>. ; ; Based on the x86 SIMD extension for IJG JPEG library ; Copyright (C) 1999-2006, MIYASAKA Masaru. ; For conditions of distribution and use, see copyright notice in js...
programs/oeis/193/A193397.asm
karttu/loda
1
196770
<reponame>karttu/loda ; A193397: Wiener index of a benzenoid consisting of a double-step spiral chain of n hexagons (n>=2, s=21; see the Gutman et al. reference). ; 109,271,553,955,1541,2279,3265,4435,5917,7615,9689,12011,14773,17815,21361,25219,29645,34415,39817,45595,52069,58951,66593,74675,83581,92959,103225,113995,...