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
libsrc/graphics/cpc/fill.asm
jpoikela/z88dk
640
198601
; ; Z88DK Graphics Functions - Small C+ stubs ; ; Fill - <NAME> ; ; ;198 &BD52 GRA FILL ; Action: Fills an area of the screen starting from the current ; graphics position and extending until it reaches either ; the edge of the window or a pixel set to the PEN ; En...
Transynther/x86/_processed/AVXALIGN/_ht_zr_un_/i9-9900K_12_0xca.log_21829_1139.asm
ljhsiun2/medusa
9
198602
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r12 push %r13 push %r15 push %r9 push %rax push %rcx push %rdi push %rsi lea addresses_D_ht+0x2a73, %rsi nop nop sub $26116, %r15 movl $0x61626364, (%rsi) nop add %r9, %r9 lea addresses_WT_ht+0x167bd, %rax nop nop add %r15, %r15 mov (%rax), %r...
oeis/125/A125165.asm
neoneye/loda-programs
11
198603
<reponame>neoneye/loda-programs ; A125165: Triangle read by rows: T(n,k) = C(n,k) + 3*C(n,k+1) + 2*C(n,k+2) (0<=k<=n). ; Submitted by <NAME> ; 1,4,1,9,5,1,16,14,6,1,25,30,20,7,1,36,55,50,27,8,1,49,91,105,77,35,9,1,64,140,196,182,112,44,10,1,81,204,336,378,294,156,54,11,1,100,285,540,714,672,450,210,65,12,1,121,385,825,...
programs/oeis/027/A027992.asm
neoneye/loda
22
198604
<filename>programs/oeis/027/A027992.asm ; A027992: a(n) = 1*T(n,0) + 2*T(n,1) + ... + (2n+1)*T(n,2n), T given by A027926. ; 1,6,22,66,178,450,1090,2562,5890,13314,29698,65538,143362,311298,671746,1441794,3080194,6553602,13893634,29360130,61865986,130023426,272629762,570425346,1191182338,2483027970,5167382530,1073741824...
lib/fx.asm
tom-seddon/vgm-player-bbc
3
198605
<gh_stars>1-10 INCBIN "testvgm/main.vgc" ;INCBIN "testvgm/outruneu.vgc" ; no huffman INCBIN "testvgm/nd-ui.vgc" ; Huffman ;INCBIN "testvgm/androids.vgc" ; No Huffman ;INCBIN "testvgm/syner5.vgc" ;INCBIN "testvgm/darkside1.vgc" ;INCBIN "testvgm/bbcapple.vgc" ;INCBIN "testvgm/mongolia.vgc" ;INCBIN "testvgm/things....
src/timers.asm
Lui37/lttphack
0
198606
<filename>src/timers.asm<gh_stars>0 pushpc ; Underworld org $02B917 : JSL UpdateOnUWTransition org $01C411 : JSL UpdateOnUWStairs org $01C5CF : JSL UpdateOnSwitchPress org $02A0B1 : JSL UpdateOnUWMirror org $0794EB : JSL UpdateOnUWPitTransition org $01C4B8 : JSL UpdateOnKillRoom org $06B949 : JSL UpdateOnPegSwitch org...
PRG/objects/5-7.asm
narfman0/smb3_pp1
0
198607
.byte $01 ; Unknown purpose .byte OBJ_GREENTROOPA, $0B, $18 .byte OBJ_PILEDRIVER, $22, $16 .byte OBJ_PILEDRIVER, $2E, $13 .byte OBJ_PILEDRIVER, $30, $13 .byte OBJ_PILEDRIVER, $32, $13 .byte OBJ_GREENPIRANHA_FIRE, $36, $18 .byte OBJ_PILEDRIVER, $3D, $13 .byte OBJ_PILEDRIVER, $41, $13 .byte OBJ_LAKITU, $4F, $1...
002-assembly/common-func-pointer.asm
dingjingmaster/learn-kernel
0
198608
<gh_stars>0 .data num1: .quad 2 num2: .quad 4 .text .global _main, _sum _main: movq $10, %rax decq %rax movq $5, %rbx leaq num1(%rip), %rdi leaq num2(%rip), %rsi callq _sum addq %rbx, %rax decq %rax movq $60, %rax xorq %rdi, %rdi syscall _sum: pushq %rbp movq %rsp, %rbp pushq %rbx movq (%rdi), %rax addq (%rsi), %...
libsrc/_DEVELOPMENT/math/float/math16/lm16/c/sccz80/log.asm
witchcraft2001/z88dk
640
198609
SECTION code_fp_math16 PUBLIC logf16 EXTERN _m16_logf defc logf16 = _m16_logf ; SDCC bridge for Classic IF __CLASSIC PUBLIC _logf16 EXTERN cm16_sdcc_log defc _logf16 = cm16_sdcc_log ENDIF
programs/oeis/162/A162330.asm
karttu/loda
1
198610
<gh_stars>1-10 ; A162330: Blocks of 4 numbers of the form 2k, 2k-1, 2k, 2k+1, k=1,2,3,4,... ; 2,1,2,3,4,3,4,5,6,5,6,7,8,7,8,9,10,9,10,11,12,11,12,13,14,13,14,15,16,15,16,17,18,17,18,19,20,19,20,21,22,21,22,23,24,23,24,25,26,25,26,27,28,27,28,29,30,29,30,31,32,31,32,33,34,33,34,35,36,35,36,37,38,37 mov $1,$0 add $0,11 ...
S4/HW_Lab/Test/Q1.asm
akxavier/Assignments
0
198611
<reponame>akxavier/Assignments ;Write a program to remove all the repeated characters of each word in a given string ;Sample Test Case: ;INPUT: programming loop functions ;OUTPUT: progamin lop functions section .data msg1 : db 'Enter string : ' l1 : equ $-msg1 msg2 : db 'Modified string is : ' l2 : equ $-msg2 newline...
2x3/BLM2021 - x86 ASM/Examples/211119a.asm
LyotardPostmodernizm/YTU-CE
1
198612
myss SEGMENT PARA 'kod' ORG 100H ASSUME DS:myss, CS:myss, SS:myss kaynak PROC NEAR XOR BX, BX MOV AL, k_esik MOV AH, b_esik ilk: CMP AL, dizi[BX] JA ic_don CMP AH, dizi[BX] JAE cikis ic_don: INC BX JMP ilk cikis: MOV sira, BL RET kaynak ENDP dizi DB 14, 11, 54, 62, 11, 3, 8, 63, 81, ...
scripts/FuchsiaMeetingRoom.asm
AmateurPanda92/pokemon-rby-dx
9
198613
<reponame>AmateurPanda92/pokemon-rby-dx FuchsiaMeetingRoom_Script: call EnableAutoTextBoxDrawing ret FuchsiaMeetingRoom_TextPointers: dw FuchsiaMeetingRoomText1 dw FuchsiaMeetingRoomText2 dw FuchsiaMeetingRoomText3 FuchsiaMeetingRoomText1: TX_FAR _FuchsiaMeetingRoomText1 db "@" FuchsiaMeetingRoomText2: TX_FA...
oeis/247/A247287.asm
neoneye/loda-programs
11
198614
; A247287: Number of weak peaks in all Motzkin paths of length n. A weak peak of a Motzkin path is a vertex on the top of a hump. A hump is an upstep followed by 0 or more flatsteps followed by a downstep. For example, the Motzkin path u*duu*h*h*dd, where u=(1,1), h=(1,0), d(1,-1), has 4 weak peaks (shown by the stars)...
programs/oeis/182/A182200.asm
neoneye/loda
22
198615
<gh_stars>10-100 ; A182200: a(n) = prime(n)^2-3. ; 1,6,22,46,118,166,286,358,526,838,958,1366,1678,1846,2206,2806,3478,3718,4486,5038,5326,6238,6886,7918,9406,10198,10606,11446,11878,12766,16126,17158,18766,19318,22198,22798,24646,26566,27886,29926,32038,32758,36478,37246,38806,39598,44518,49726,51526,52438,54286,57118...
oeis/163/A163067.asm
neoneye/loda-programs
11
198616
; A163067: a(n) = 14*a(n-1) - 44*a(n-2) for n > 1; a(0) = 2, a(1) = 19. ; Submitted by <NAME> ; 2,19,178,1656,15352,142064,1313408,12136896,112126592,1035748864,9566914048,88363846656,816149635072,7538085638144,69622614990848,643040841793536,5939176725512192,54854677118255104,506641703733035008,4679378059059265536,4321...
Firmware/Firmware.asm
ozw1z5rd/ProDOS-ROM-Drive
1
198617
;Please note this code is assembled seven times, ;once for each slot in the Apple II. ;This allows the card to work in any slot without ;having to write space consuming relocatable code. ;Install cc65 (on Ubuntu this is: sudo apt install cc65) ;Execute the following commands to generate the binary: ;ca65 Warning.asm -...
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_825.asm
ljhsiun2/medusa
9
198618
<filename>Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_825.asm .global s_prepare_buffers s_prepare_buffers: push %r12 push %r15 push %r9 push %rbx push %rcx push %rdi push %rsi lea addresses_D_ht+0x6f41, %r12 nop and %r9, %r9 mov (%r12), %ecx nop nop nop lfence lea addresses_UC_ht+0x11435, %rsi l...
programs/oeis/069/A069135.asm
neoneye/loda
22
198619
; A069135: (n!*(n+1)!)^2. ; 1,4,144,20736,8294400,7464960000,13168189440000,41295442083840000,214075571762626560000,1734012131277275136000000,20981546788455029145600000000,365582471242040427832934400000000 add $0,1 mov $3,1 lpb $0,$3 mul $3,$0 sub $0,1 mul $3,$0 lpe pow $3,2 mov $0,$3
programs/oeis/310/A310420.asm
jmorken/loda
1
198620
<reponame>jmorken/loda ; A310420: Coordination sequence Gal.6.324.1 where G.u.t.v denotes the coordination sequence for a vertex of type v in tiling number t in the Galebach list of u-uniform tilings. ; 1,4,10,14,20,26,30,36,42,46,52,56,60,66,70,76,82,86,92,98,102,108,112,116,122,126,132,138,142,148,154,158,164,168,172...
data/baseStats_original/golem.asm
adhi-thirumala/EvoYellow
16
198621
db DEX_GOLEM ; pokedex id db 80 ; base hp db 110 ; base attack db 130 ; base defense db 45 ; base speed db 55 ; base special db ROCK ; species type 1 db GROUND ; species type 2 db 45 ; catch rate db 177 ; base exp yield INCBIN "pic/ymon/golem.pic",0,1 ; 66, sprite dimensions dw GolemPicFront dw GolemPicBack ; attacks k...
programs/oeis/022/A022560.asm
jmorken/loda
1
198622
<filename>programs/oeis/022/A022560.asm ; A022560: a(0)=0, a(2*n) = 2*a(n) + 2*a(n-1) + n^2 + n, a(2*n+1) = 4*a(n) + (n+1)^2. ; 0,1,4,8,16,25,36,48,68,89,112,136,164,193,224,256,304,353,404,456,512,569,628,688,756,825,896,968,1044,1121,1200,1280,1392,1505,1620,1736,1856,1977,2100,2224,2356,2489,2624,2760,2900,3041,3184...
programs/oeis/048/A048778.asm
jmorken/loda
1
198623
<reponame>jmorken/loda ; A048778: First partial sums of A048745; second partial sums of A048654. ; 1,6,20,56,145,362,888,2160,5233,12654,30572,73832,178273,430418,1039152,2508768,6056737,14622294,35301380,85225112,205751665,496728506,1199208744,2895146064,6989500945,16874148030,40737797084,98349742280,237437281729,5732...
questao1.asm
felipefrm/Aproximacao-de-PI-e-Calculadora-de-MDC
0
198624
.data msg1: .asciiz "\nDigite quantas termos para calcular o PI deseja: " msg2: .asciiz "\nO valor de PI é: " .text .globl main main: li $v0, 4 #imprime a mensagem 1 la $a0, msg1 syscall li $v0, 5 #le um inteiro syscall add $a0, $v0, $zero #guarda valor lido no $a0 (parametro do procedime...
src/auxiliar.asm
jannone/westen
49
198625
<reponame>jannone/westen<filename>src/auxiliar.asm ;----------------------------------------------- ; From: http://www.z80st.es/downloads/code/ (author: Konamiman) ; GETSLOT: constructs the SLOT value to then call ENSALT ; input: ; a: slot ; output: ; a: value for ENSALT GETSLOT: and #03 ; Protecci...
Arhitectura Sistemelor Calcul (ASC)/MIPS - Probleme/Tutoriat 1/Suma_Gauss.asm
DLarisa/FMI-Materials-BachelorDegree
4
198626
#Suma 1+2+3+...+n=? .data #zona pentru declararea datelor n: .word 11 #(word=)int n=11 s: .word 0 #int s=0 --- unde vom pune suma .text #codul programului main: #Nu lucram cu variabile, ci cu registrii (direct pe CPU), #ceea ce face ca programul sa se execute foarte rapid #Init...
kernel/kernel.asm
Holmesus/6.S081-2020
0
198628
<reponame>Holmesus/6.S081-2020 kernel/kernel: file format elf64-littleriscv Disassembly of section .text: 0000000080000000 <_entry>: 80000000: 0000a117 auipc sp,0xa 80000004: 83010113 addi sp,sp,-2000 # 80009830 <stack0> 80000008: 6505 lui a0,0x1 8000000a: f14...
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_1523.asm
ljhsiun2/medusa
9
198629
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r13 push %r8 push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0x13bc5, %rbx clflush (%rbx) nop nop and %r13, %r13 vmovups (%rbx), %ymm3 vextracti128 $1, %ymm3, %xmm3 vpextrq $0, %xmm3, %rdx nop xor %r8, %r8 lea addresses_WT_ht+0x1a738, %rd...
Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0x48.log_21829_2115.asm
ljhsiun2/medusa
9
198630
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r13 push %r8 push %rax push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_WT_ht+0x1c743, %rsi nop nop nop xor %rax, %rax mov (%rsi), %ebx sub $64819, %r12 lea addresses_WC_ht+0x10443, %rbx nop nop nop sub %rbp, %rbp movw $0x6162, (%rbx) nop nop a...
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_1713.asm
ljhsiun2/medusa
9
198631
<reponame>ljhsiun2/medusa<filename>Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_1713.asm<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r15 push %r8 push %r9 push %rbp push %rcx lea addresses_A_ht+0x1877d, %r12 nop nop nop mfence movb $0x61, (%r12) nop nop no...
gcc.asm
arjun-krishna1994/CompilerProject
0
198632
<gh_stars>0 .model tiny .data a1 db 0 b1 db 0 c1 db 0 d1 db 0 .code .startup mov bx,2 mov ax,5 mul bx mov cx,ax mov bx,1 mov ax,7 mul bx add cx,ax mov bx,3 mov ax,6 mul bx add cx,ax mov ax,cx mov bx,8 mov cx,7 mov dx,bx add dx,cx lea di,a1 mov [di],ax lea di,b1 mov [di],bx lea di,c1 mov [di],cx lea di,d1 mov [d...
data/maps/objects/Route22Gate.asm
opiter09/ASM-Machina
1
198633
Route22Gate_Object: db $a ; border block def_warps warp 4, 7, 0, LAST_MAP warp 5, 7, 0, LAST_MAP warp 4, 0, 0, LAST_MAP warp 5, 0, 1, LAST_MAP def_signs def_objects object SPRITE_GUARD, 6, 2, STAY, LEFT, 1 ; person def_warps_to ROUTE_22_GATE
scripts/mtmoon3.asm
adhi-thirumala/EvoYellow
16
198634
<filename>scripts/mtmoon3.asm MtMoon3Script: call EnableAutoTextBoxDrawing ld hl, MtMoon3TrainerHeaders ld de, MtMoon3ScriptPointers ld a, [wMtMoon3CurScript] call ExecuteCurMapScriptInTable ld [wMtMoon3CurScript], a CheckEvent EVENT_BEAT_MT_MOON_EXIT_SUPER_NERD ret z ld hl, CoordsData_49d37 call ArePlayerCoo...
hmi_sdk/hmi_sdk/Tools/ffmpeg-2.6.2/libavcodec/x86/ttadsp.asm
APCVSRepo/android_packet
4
198635
<reponame>APCVSRepo/android_packet ;****************************************************************************** ;* TTA DSP SIMD optimizations ;* ;* Copyright (C) 2014 <NAME> ;* ;* This file is part of FFmpeg. ;* ;* FFmpeg is free software; you can redistribute it and/or ;* modify it under the terms of the GN...
third_party/serf/win-x86_64/crypto/cpu-x86_64-asm.asm
PeterDaveHello/incubator-pagespeed-mod
535
198636
default rel %define XMMWORD %define YMMWORD %define ZMMWORD section .text code align=64 global OPENSSL_ia32_cpuid ALIGN 16 OPENSSL_ia32_cpuid: mov QWORD[8+rsp],rdi ;WIN64 prologue mov QWORD[16+rsp],rsi mov rax,rsp $L$SEH_begin_OPENSSL_ia32_cpuid: mov rdi,rcx mov rdi,rcx mov r8,rbx xor eax,eax mov DWORD[...
Projetos/F-Assembly/src/nasm/mov.nasm
RaphaelAzev/Z01-GrupoH-2-
0
198637
; Elementos de Sistemas : 2018a ; <NAME> ; Hardware : Z0.1 ; ; Data : ; - Dez 2018 ; Descrição : ; - Movimentação de dados da memoria RAM ; ; RAM[0] = RAM[1] ; RAM[1] = RAM[0] ; RAM[3] = 1 leaw $R1,%A movw (%A),%D leaw $R0,%A movw (%A),%S leaw $R0,%A movw %D,(%A) leaw %R1,%A movw %S,(%A...
ee/hot/xthid.asm
olifink/smsqe
0
198638
; HOTKEY execute Thing V1.00 pjwitte 2oo3 ; 2003-01-18 1.00 Returns job ID ; Based on xthg 1988 <NAME> QJUMP V2.00 section hotkey xdef hk_xthid xref hk_xname xref gu_thexn include 'dev8_ee_hk_data' ;+++ ; This routi...
sway-core/tests/ir_to_asm/takes_string_returns_string.asm
binggh/sway
75
198639
<filename>sway-core/tests/ir_to_asm/takes_string_returns_string.asm .program: ji i4 noop DATA_SECTION_OFFSET[0..32] DATA_SECTION_OFFSET[32..64] lw $ds $is 1 add $$ds $$ds $is lw $r1 $fp i73 ; load input function selector lw $r0 data_2 ; load fn selector for comparison eq $r0 $r1 $r...
example/test.asm
kaitou-ryaku/min-c-compiler
5
198640
bits 32 org 0x0 jmp _main_ _main_: push ebp mov ebp, esp sub esp, 0x10 mov eax, 0x2 push eax mov eax, 0x3 push eax mov eax, 0x4 push eax mov eax, 0x5 push eax mov eax, 0x6 push eax pop edx pop eax imod eax, edx push eax mov eax, 0x7 push eax pop edx pop eax add eax, edx push eax pop edx pop eax imul eax, edx push eax...
programs/oeis/081/A081284.asm
jmorken/loda
1
198641
; A081284: An interleaved sequence of pyramidal and polygonal numbers. ; 0,1,1,6,7,22,27,62,77,147,182,308,378,588,714,1044,1254,1749,2079,2794,3289,4290,5005,6370,7371,9191,10556,12936,14756,17816,20196,24072,27132,31977,35853,41838,46683,53998,59983,68838,76153,86779,95634,108284,118910,133860,146510,164060,179010,19...
BLOCK_DATA_TRANSFER.asm
apsrcreatix/8086
40
198643
DATA SEGMENT VAL DB 01H,02H,03H,04H,05H STO DB 5 DUP(0) DATA ENDS CODE SEGMENT ASSUME CODE:CS ,DATA:DS START: MOV AX,DATA MOV DS,AX LEA SI,VAL+04 LEA DI,VAL+04+05 MOV CX,05H UP: MOV BL,[SI] MOV [DI],BL DEC SI DEC DI DEC CX JNZ UP MOV AH,4CH INT 21H END START CODE ENDS
oeis/204/A204467.asm
neoneye/loda-programs
11
198644
; A204467: Number of 3-element subsets that can be chosen from {1,2,...,6*n+3} having element sum 9*n+6. ; 1,8,25,50,85,128,181,242,313,392,481,578,685,800,925,1058,1201,1352,1513,1682,1861,2048,2245,2450,2665,2888,3121,3362,3613,3872,4141,4418,4705,5000,5305,5618,5941,6272,6613,6962,7321,7688,8065,8450,8845,9248,9661,...
erasure_code/gf_3vect_mad_sse.asm
tsg-/ceph-isa-l
0
198645
<reponame>tsg-/ceph-isa-l ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Copyright(c) 2011-2015 Intel Corporation All rights reserved. ; ; Redistribution and use in source and binary forms, with or without ; modification, are permitted provided that the following conditions ; are met: ;...
data/baseStats/hoothoot.asm
adhi-thirumala/EvoYellow
0
198646
<gh_stars>0 db DEX_HOOTHOOT ; pokedex id db 60 ; base hp db 30 ; base attack db 30 ; base defense db 50 ; base speed db 46 ; base special db GHOST ; species type 1 db FLYING ; species type 2 db 255 ; catch rate db 58 ; base exp yield INCBIN "pic/ymon/hoothoot.pic",0,1 ; 55, sprite dimensions dw HoothootPic...
oeis/264/A264895.asm
neoneye/loda-programs
11
198647
; A264895: a(n) = n*(4*n - 3)*(16*n^2 - 12*n - 3). ; 0,1,370,2835,10660,28645,63126,121975,214600,351945,546490,812251,1164780,1621165,2200030,2921535,3807376,4880785,6166530,7690915,9481780,11568501,13981990,16754695,19920600,23515225,27575626,32140395,37249660,42945085,49269870,56268751,63988000,72475425,81780370,919...
WEEK-3/9.asm
ShruKin/Microprocessor-and-Microcontroller-Lab
0
198648
<gh_stars>0 // Let us assume, 9060H and 9061H be two consecutive memory locations where FDH and 05H data is stored Now, write an 8085 assembly language program to AND operation between them and transfer the result in 9071H memory location LDA 9060 MOV B,A LDA 9061 ANA B STA 9071 HLT
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca_notsx.log_21829_1068.asm
ljhsiun2/medusa
9
198649
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r13 push %r14 push %r8 push %rax push %rbx push %rcx push %rdi push %rsi lea addresses_D_ht+0xf58e, %rsi lea addresses_WT_ht+0x1970e, %rdi nop nop nop nop sub $5714, %r8 mov $70, %rcx rep movsl nop nop xor $51268, %r13 lea addresses_UC_ht+0xe4...
BootloaderCorePkg/Library/MpInitLib/X64/MpFuncs.nasm
cshur/slimbootloader
299
198650
;------------------------------------------------------------------------------ ; ; Copyright (c) 2017 - 2021, Intel Corporation. All rights reserved.<BR> ; SPDX-License-Identifier: BSD-2-Clause-Patent ; ; Module Name: ; ; MpFuncs.nasm ; ; Abstract: ; ; This is the assembly code for initializing the APs ...
kernel/boot.asm
ethan4984/rock
207
198651
<reponame>ethan4984/rock<gh_stars>100-1000 section .stivalehdr dq stack dw (1 << 0) | (1 << 1) dw 0 dw 0 dw 0 dq 0 section .bss align 0x10 resb 0x100000 stack:
libsrc/_DEVELOPMENT/stdio/c/sdcc_ix/fputc_callee.asm
jpoikela/z88dk
640
198652
<gh_stars>100-1000 ; int fputc_callee(int c, FILE *stream) INCLUDE "config_private.inc" SECTION code_clib SECTION code_stdio ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; IF __CLIB_OPT_MULTITHREAD & $02 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; PUBLIC _fputc_callee, l0_fputc_callee EXTERN asm_fputc _fputc_callee: pop af pop de ...
target/cos_117/disasm/iop_overlay1/AUTO.asm
jrrk2/cray-sim
49
198653
<filename>target/cos_117/disasm/iop_overlay1/AUTO.asm 0x0000 (0x000000) 0x1018- f:00010 d: 24 | A = 24 (0x0018) 0x0001 (0x000002) 0x2923- f:00024 d: 291 | OR[291] = A 0x0002 (0x000004) 0x1010- f:00010 d: 16 | A = 16 (0x0010) 0x0003 (0x000006) 0x2924- ...
oeis/094/A094423.asm
neoneye/loda-programs
11
198654
<filename>oeis/094/A094423.asm ; A094423: A045873(n)^2. ; Submitted by <NAME>(s1) ; 1,4,1,144,361,484,19321,28224,128881,2427364,1745041,26501904,285643801,64995844,4675961161,31354493184,149793121,741117817924,3178942795681,545370434064,107989070784841,292105630845604 mov $1,1 lpb $0 sub $0,1 add $1,$2 mul $2,5...
programs/oeis/186/A186221.asm
neoneye/loda
22
198655
<reponame>neoneye/loda ; A186221: Adjusted joint rank sequence of (f(i)) and (g(j)) with f(i) after g(j) when f(i)=g(j), where f and g are the triangular numbers and squares. Complement of A186222. ; 2,3,5,7,8,10,12,14,15,17,19,20,22,24,25,27,29,31,32,34,36,37,39,41,43,44,46,48,49,51,53,54,56,58,60,61,63,65,66,68,70,7...
programs/oeis/261/A261225.asm
neoneye/loda
22
198656
<filename>programs/oeis/261/A261225.asm ; A261225: n minus the number of positive cubes needed to sum to n using the greedy algorithm: a(n) = n - A055401(n). ; 0,0,0,0,0,0,0,0,7,7,7,7,7,7,7,7,14,14,14,14,14,14,14,14,21,21,21,26,26,26,26,26,26,26,26,33,33,33,33,33,33,33,33,40,40,40,40,40,40,40,40,47,47,47,52,52,52,52,52...
math.asm
traidna/MUMPS-TI99-4A
0
198657
Math: ; send operator in r3 ; left and rigth values on string stack push r11 ;push r3 popss r6 ; pop right side string ptr popss r2 clr r3 mov *r2,r3 ; get operator ; check for operators that are string operators ci r3,Equals jeq MathStrings ci r3,RightBracket jeq MathStrings ci r3,Und...
libsrc/target/c128/stdio/generic_console_ioctl.asm
ahjelm/z88dk
640
198658
<reponame>ahjelm/z88dk MODULE generic_console_ioctl PUBLIC generic_console_ioctl defc CHAR_TABLE = 0x3000 SECTION code_clib INCLUDE "ioctl.def" PUBLIC CLIB_GENCON_CAPS defc CLIB_GENCON_CAPS = CAP_GENCON_CUSTOM_FONT | CAP_GENCON_UDGS |CAP_GENCON_FG_COLOUR ; a = ioctl ; de =...
Am9511A-AddonBoard/TestProgram/addition10000times/cumerr_sub.asm
ja1umi/MUTIF09Project
8
198659
<reponame>ja1umi/MUTIF09Project<gh_stars>1-10 * Subroutine for cumerr.bas * * make sure to connect RESET pin of Am9511A to PC0 pin of 8255A * APUDA EQU $B004 APUCS EQU $B005 PPIPA EQU $B010 PPIPB EQU $B011 PPIPC EQU $B012 PPICS EQU $B013 * CMD_PTOF EQU $17 ;TOS is copied into the new TOS location CMD_FMUL EQU $12 CMD_...
test/p35.asm
slcz/hummingbird
0
198660
<reponame>slcz/hummingbird<gh_stars>0 #include "hi.asm" start: li(1) st start jmp 0x100 .=0x100 main: saveframe(1f) li(0x5a) ld 0 ld 1 ld 2 ret .=0x1cc 1: li(0x3a) 1: jmp 1b
libsrc/_DEVELOPMENT/arch/zxn/esxdos/c/sccz80/esx_m_tapein_getpos.asm
jpoikela/z88dk
640
198661
; uint16_t esx_m_tapein_getpos(void) SECTION code_esxdos PUBLIC esx_m_tapein_getpos EXTERN asm_esx_m_tapein_getpos defc esx_m_tapein_getpos = asm_esx_m_tapein_getpos ; SDCC bridge for Classic IF __CLASSIC PUBLIC _esx_m_tapein_getpos defc _esx_m_tapein_getpos = esx_m_tapein_getpos ENDIF
programs/oeis/108/A108882.asm
karttu/loda
1
198662
<filename>programs/oeis/108/A108882.asm ; A108882: Period doubling sequence starting with '1 0 1'. ; 1,0,1,1,0,0,1,0,1,1,0,1,1,0,1,1,0,0,1,0,1,1,0,0,1,0,1,1,0,0,1,0,1,1,0,1,1,0,1,1,0,0,1,0,1,1,0,1,1,0,1,1,0,0,1,0,1,1,0,1,1,0,1,1,0,0,1,0,1,1,0,0,1,0,1,1,0,0,1,0,1,1,0,1,1,0,1,1,0,0,1,0,1,1,0,0,1,0,1,1,0,0,1,0,1 cal $0,1...
ded32/HardLang/source/fnv1a.asm
abel1502/mipt_2s
1
198664
section .text code ; uint64_t fnv1a_64(const char *data, size_t size) global fnv1a_64_asm fnv1a_64_asm: %push fnv1a_64 %define aData rcx %define aSize rdx %define lHash r8 mov lHash, 0CBF29CE484222325h mov r9, 100000001B3h xor rax, rax add rdx, aData ; TODO: Maybe (especially since size is constan...
programs/oeis/266/A266591.asm
neoneye/loda
22
198666
; A266591: Middle column of the "Rule 37" elementary cellular automaton starting with a single ON (black) cell. ; 1,1,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0 trn $...
inverted.asm
m0zes/z3randomizer
0
198668
; Does tile modification for... the pyramid of power hole ; after Ganon slams into it in bat form? Overworld_CreatePyramidHoleModified: LDA.l InvertedMode : BNE + JMP .originalBehaviour + .invertedBehavior REP #$30 LDX.w #$0440 LDA.w #$0E39 JSL Overworld_DrawPersistentMap16 LDX.w #$04BC LDA.w #$0E3A JSL...
oeis/277/A277505.asm
neoneye/loda-programs
11
198669
<filename>oeis/277/A277505.asm ; A277505: E.g.f.: -LambertW(-x)/(1-x). ; Submitted by <NAME>(s3) ; 0,1,4,21,148,1365,15966,229411,3932440,78438681,1784386810,45565679511,1289796524820,40065439945141,1354630932486118,49512390012682395,1945119744809765296,81728227537432878513,3657019655412488345202,1736107237507485200916...
Script/ffmpeg-4.1/libavfilter/x86/af_afir.asm
wenmobo/WBFFmpeg
2,151
198670
<filename>Script/ffmpeg-4.1/libavfilter/x86/af_afir.asm ;***************************************************************************** ;* x86-optimized functions for afir filter ;* Copyright (c) 2017 <NAME> ;* ;* This file is part of FFmpeg. ;* ;* FFmpeg is free software; you can redistribute it and/or ;* modify it und...
programs/oeis/166/A166698.asm
karttu/loda
0
198671
; A166698: Totally multiplicative sequence with a(p) = a(p-1) - 1 for prime p. ; 1,0,-1,0,-1,0,-1,0,1,0,-1,0,-1,0,1,0,-1,0,-1,0,1,0,-1,0,1,0,-1,0,-1,0,-1,0,1,0,1,0,-1,0,1,0,-1,0,-1,0,-1,0,-1,0,1,0,1,0,-1,0,1,0,1,0,-1,0,-1,0,-1,0,1,0,-1,0,1,0,-1,0,-1,0,-1,0,1,0,-1,0,1,0,-1,0,1,0,1,0,-1,0,1,0,1,0,1,0,-1,0,-1,0,-1,0,-1,0,...
Transynther/x86/_processed/NONE/_st_zr_un_/i9-9900K_12_0xa0.log_21829_957.asm
ljhsiun2/medusa
9
198672
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r10 push %r13 push %r14 push %r8 push %rbp push %rdi lea addresses_A_ht+0x8bae, %rbp nop nop nop sub %r8, %r8 movl $0x61626364, (%rbp) nop nop nop cmp %r10, %r10 lea addresses_UC_ht+0x1a5ae, %r13 nop nop nop inc %r8 mov $0x6162636465666768, %rdi movq %rd...
oeis/091/A091933.asm
neoneye/loda-programs
11
198673
<filename>oeis/091/A091933.asm ; A091933: Decimal expansion of e^3. ; Submitted by <NAME> ; 2,0,0,8,5,5,3,6,9,2,3,1,8,7,6,6,7,7,4,0,9,2,8,5,2,9,6,5,4,5,8,1,7,1,7,8,9,6,9,8,7,9,0,7,8,3,8,5,5,4,1,5,0,1,4,4,3,7,8,9,3,4,2,2,9,6,9,8,8,4,5,8,7,8,0,9,1,9,7,3,7,3,1,2,0,4,4,9,7,1,6,0,2,5,3,0,1,7,7,0 mov $1,2 mov $2,1 mov $3,$0...
ge_add.asm
dsprenkels/curve13318
3
198674
<reponame>dsprenkels/curve13318<gh_stars>1-10 ; Addition of two group elements ; ; Author: <NAME> <<EMAIL>> %include "ge_add.mac" global crypto_scalarmult_curve13318_ref12_ge_add crypto_scalarmult_curve13318_ref12_ge_add: %xdefine stack_size 6*384 + 768 ; build stack frame push rbp mov rbp, rsp ...
programs/oeis/079/A079472.asm
jmorken/loda
1
198675
<filename>programs/oeis/079/A079472.asm ; A079472: Number of perfect matchings on an n X n L-shaped graph. ; 0,2,4,12,30,80,208,546,1428,3740,9790,25632,67104,175682,459940,1204140,3152478,8253296,21607408,56568930,148099380,387729212,1015088254,2657535552,6957518400,18215019650,47687540548,124847601996,326855265438,85...
programs/oeis/250/A250388.asm
neoneye/loda
22
198676
<reponame>neoneye/loda<gh_stars>10-100 ; A250388: Number of length 2+3 0..n arrays with no four consecutive terms having the maximum of any two terms equal to the minimum of the remaining two terms. ; 6,78,432,1560,4350,10206,21168,40032,70470,117150,185856,283608,418782,601230,842400,1155456,1555398,2059182,2685840,34...
maps/old/DragonsDenB1F.asm
AtmaBuster/pokeplat-gen2
6
198677
<gh_stars>1-10 object_const_def ; object_event constants const DRAGONSDENB1F_POKE_BALL1 const DRAGONSDENB1F_CLAIR const DRAGONSDENB1F_SILVER const DRAGONSDENB1F_COOLTRAINER_M const DRAGONSDENB1F_COOLTRAINER_F const DRAGONSDENB1F_TWIN1 const DRAGONSDENB1F_TWIN2 const DRAGONSDENB1F_POKE_BALL2 const DRAGONSDENB1...
gfx/pokemon/elekid/anim.asm
Dev727/ancientplatinum
28
198680
frame 1, 07 setrepeat 7 frame 2, 03 frame 1, 03 dorepeat 2 setrepeat 4 frame 4, 03 frame 3, 03 dorepeat 6 endanim
c2000/C2000Ware_1_00_06_00/libraries/control/DCL/c28/source/DCL_DF13_C1.asm
ramok/Themis_ForHPSDR
0
198681
<filename>c2000/C2000Ware_1_00_06_00/libraries/control/DCL/c28/source/DCL_DF13_C1.asm ; DCL_DF13_C1.asm - Full Direct Form 1 implementation in third order ; ; Copyright (C) 2018 Texas Instruments Incorporated - http://www.ti.com/ ; ALL RIGHTS RESERVED .if __TI_EABI__ .asg DCL_runDF13_C1, _DCL_runDF13_C1 .endif ...
libsrc/stdio/conio/screendollar.asm
jpoikela/z88dk
640
198683
<gh_stars>100-1000 ; Return the character that matches the supplied buffer ; ; Used as part of cvpeek() for bitmapped targets SECTION code_clib PUBLIC screendollar PUBLIC screendollar_with_count ; ; Entry: de = character to match ; hl = start of font screendollar: ld b,96 ; number of characters in font screen...
Source/Apps/RTChb.asm
vipoo/RomWBW
0
198684
<gh_stars>0 ;================================================================================================== ; GENERIC HBIOS DATE AND TIME ;================================================================================================== ; ; HBIOS FORMAT = YYMMDDHHMMSS ; .ORG 100H ; ; LD B,$20 ...
Tools/swat/serial.asm
steakknife/pcgeos
504
198685
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1992 -- All Rights Reserved PROJECT: PC GEOS MODULE: FILE: serial.asm AUTHOR: <NAME>, Jul 20, 1992 ROUTINES: Name Description ---- ----------- Serial_Init Initialize serial communication. Serial_Check...
oeis/186/A186739.asm
neoneye/loda-programs
11
198687
<reponame>neoneye/loda-programs ; A186739: a(0)=0, a(1)=0; for n>1, a(n) = a(n-1) + (n-2)*a(n-2) + 1. ; Submitted by <NAME> ; 0,0,1,2,5,12,33,94,293,952,3297,11866,44837,175364,713409,2993142,12980869,57878000,265571905,1249497906,6029792197,29770252412,150366096353,775541397006,4083595516773,21921047647912,11992734005...
libtool/src/gmp-6.1.2/mpn/ia64/sec_tabselect.asm
kroggen/aergo
1,602
198688
<filename>libtool/src/gmp-6.1.2/mpn/ia64/sec_tabselect.asm<gh_stars>1000+ dnl IA-64 mpn_sec_tabselect. dnl Copyright 2011 Free Software Foundation, Inc. dnl This file is part of the GNU MP Library. dnl dnl The GNU MP Library is free software; you can redistribute it and/or modify dnl it under the terms of either...
Appl/Art/Decks/GeoDeck/CGAClub3.asm
steakknife/pcgeos
504
198689
<filename>Appl/Art/Decks/GeoDeck/CGAClub3.asm CGAClub3 label byte word C_BLACK Bitmap <67,41,BMC_PACKBITS,BMF_MONO> db 0xf8, 0x00 db 0xf8, 0x00 db 0x08, 0x1f, 0xf0, 0x00, 0x00, 0xe0, 0x00, 0x00, 0x08, 0x00 db 0x08, 0x18, 0x60, 0x00, 0x03, 0xf8, 0x00, 0x00, 0x1c, 0x00 db 0x08, 0x01, 0x80, 0x00, 0x0...
programs/oeis/163/A163302.asm
karttu/loda
0
198690
<reponame>karttu/loda ; A163302: Duplicate of A084057. ; 1,6,16,56,176,576,1856,6016,19456,62976,203776,659456,2134016,6905856,22347776,72318976,234029056,757334016,2450784256,7930904576,25664946176,83053510656,268766806016,869747654656,2814562533376,9108115685376,29474481504256,95381425750016,308660777517056,998847258...
libsrc/_DEVELOPMENT/arch/zx/bifrost_l/c/sccz80/BIFROSTL_fillTileAttrL_callee.asm
jpoikela/z88dk
640
198691
; ---------------------------------------------------------------- ; Z88DK INTERFACE LIBRARY FOR THE BIFROST* ENGINE - RELEASE 1.2/L ; ; See "bifrost_l.h" for further details ; ---------------------------------------------------------------- ; void BIFROSTL_fillTileAttrL(unsigned int row, unsigned int col, unsigned in...
libsrc/stdio_new/dev/tty/keyboard/spectrum/kbd_getkey.asm
meesokim/z88dk
8
198692
; uint kbd_getkey(struct kbd_state *ks) ; void kbd_getkeyreset(struct kbd_state *ks) ; 08.2009 aralbrec PUBLIC kbd_getkey PUBLIC kbd_getkeyreset EXTERN kbd_inkey ; kbd_getkey() implements typewriter-like keyboard scanning ; ; struct kbd_state ; { ; uchar last_key // reserved ; uchar count // reserve...
1571/64tass/verdir.asm
silverdr/assembly
23
198693
<reponame>silverdr/assembly ; validate files with bam ; create new bam according to ; contents of files entered in dir verdir jsr simprs ; get drive # jsr initdr lda #$40 sta wbam jsr ptch58 lda #0 sta delind jsr srchst ; search first file ...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1992.asm
ljhsiun2/medusa
9
198694
<filename>Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1992.asm .global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r12 push %r15 push %rax push %rcx push %rdi push %rsi lea addresses_normal_ht+0x16c8e, %rsi nop nop nop nop nop and %rax, %rax vmovups (%rsi), %ymm2 vextracti12...
libsrc/_DEVELOPMENT/sound/ay/c/sccz80/ay_wyz_init.asm
Frodevan/z88dk
640
198695
<gh_stars>100-1000 IF !__CPU_INTEL__ && !__CPU_GBZ80__ SECTION code_sound_ay PUBLIC ay_wyz_init EXTERN asm_wyz_player_init EXTERN asm_wyz_TABLA_PAUTAS EXTERN asm_wyz_TABLA_SONIDOS EXTERN asm_wyz_TABLA_SONG EXTERN asm_wyz_DATOS_NOTAS ; void ay_wyz_init(wyz_song *song) ...
programs/oeis/185/A185170.asm
neoneye/loda
22
198696
<filename>programs/oeis/185/A185170.asm ; A185170: a(n) = floor( (2*n^2 - 6*n + 9) / 5). ; 1,1,1,1,3,5,9,13,17,23,29,37,45,53,63,73,85,97,109,123,137,153,169,185,203,221,241,261,281,303,325,349,373,397,423,449,477,505,533,563,593,625,657,689,723,757,793,829,865,903,941,981,1021,1061,1103,1145,1189,1233,1277,1323,1369,1...
color/sprites.asm
etdv-thevoid/pokemon-rgb-enhanced
1
198697
; Handles sprite attributes ATK_PAL_GREY EQU 0 ATK_PAL_BLUE EQU 1 ATK_PAL_RED EQU 2 ATK_PAL_BROWN EQU 3 ATK_PAL_YELLOW EQU 4 ATK_PAL_GREEN EQU 5 ATK_PAL_ICE EQU 6 ATK_PAL_PURPLE EQU 7 ; 8: color based on attack type ; 9: don't change color palette (assume it's already set properly from elsewhere) ...
Transynther/x86/_processed/AVXALIGN/_st_zr_/i7-7700_9_0x48.log_21829_1998.asm
ljhsiun2/medusa
9
198698
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r14 push %r8 push %rbx push %rdi push %rsi lea addresses_UC_ht+0x17e3e, %r11 nop nop add %rbx, %rbx vmovups (%r11), %ymm6 vextracti128 $1, %ymm6, %xmm6 vpextrq $0, %xmm6, %r14 nop sub %rsi, %rsi lea addresses_D_ht+0xb83e, %r8 sub %rbx, %rbx and $0xf...
programs/oeis/134/A134660.asm
karttu/loda
1
198699
<reponame>karttu/loda ; A134660: Number of odd coefficients in (1 + x + x^2 + x^3)^n. ; 1,4,4,4,4,16,4,8,4,16,16,4,4,16,8,16,4,16,16,16,16,64,4,8,4,16,16,8,8,32,16,32,4,16,16,16,16,64,16,32,16,64,64,4,4,16,8,16,4,16,16,16,16,64,8,16,8,32,32,16,16,64,32,64,4,16,16,16,16,64,16,32,16,64,64,16,16,64,32,64,16,64,64,64,64,25...
oeis/322/A322039.asm
neoneye/loda-programs
11
198700
<filename>oeis/322/A322039.asm ; A322039: Expansion of (1 + x)^2 / ((1 - x)^2*(1 + 2*x)^2). ; 1,0,4,-4,16,-28,72,-148,336,-716,1560,-3332,7136,-15164,32168,-67956,143216,-300972,631096,-1320420,2757376,-5747740,11961544,-24855124,51574416,-106877068,221210712,-457334468,944495136,-1948642556,4016589800,-8271788852,1702...
programs/oeis/070/A070413.asm
jmorken/loda
1
198701
; A070413: a(n) = 7^n mod 29. ; 1,7,20,24,23,16,25,1,7,20,24,23,16,25,1,7,20,24,23,16,25,1,7,20,24,23,16,25,1,7,20,24,23,16,25,1,7,20,24,23,16,25,1,7,20,24,23,16,25,1,7,20,24,23,16,25,1,7,20,24,23,16,25,1,7,20,24,23,16,25,1,7,20,24,23,16,25,1,7,20,24,23,16,25,1,7,20,24,23,16,25,1,7,20,24,23,16,25,1,7,20,24,23,16,25,1,7...
oeis/332/A332408.asm
neoneye/loda-programs
11
198702
<filename>oeis/332/A332408.asm<gh_stars>10-100 ; A332408: a(n) = Sum_{k=0..n} binomial(n,k) * k! * k^n. ; Submitted by <NAME> ; 1,1,10,213,8284,513105,46406286,5772636373,945492503320,197253667623681,51069324556151290,16067283861476491941,6037615013420387657844,2670812587802323522405393,1373842484756310928089102022,813...
oeis/114/A114240.asm
neoneye/loda-programs
11
198703
; A114240: a(n) = (n+1)(n+2)^2*(n+3)(7n^2 + 23n + 20)/240. ; Submitted by <NAME> ; 1,15,94,380,1176,3038,6888,14148,26895,48037,81510,132496,207662,315420,466208,672792,950589,1318011,1796830,2412564,3194884,4178042,5401320,6909500,8753355,10990161,13684230,16907464,20739930,25270456 mov $3,2 mov $5,$0 lpb $3 mov $0...
source/features/icons.asm
informer2016/MichalOS
0
198704
; ================================================================== ; MichalOS/2 Icons ; ================================================================== bomblogo0 db 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 223, 32, 32, 32, 32, 32, 32, 220, 223, 32, 32, 32, 13, 10 ...
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_459.asm
ljhsiun2/medusa
9
198705
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r15 push %r8 push %rax push %rcx push %rdi push %rsi lea addresses_UC_ht+0xf324, %rsi lea addresses_WT_ht+0xb7e4, %rdi clflush (%rsi) nop nop nop nop and $38420, %r8 mov $62, %rcx rep movsb add %r12, %r12 lea addresses_UC_ht+0xd4e4, %rsi lea addresses_WC_ht+0...
gfx/tilesets/port_palette_map.asm
TastySnax12/pokecrystal16-493-plus
2
198707
tilepal 0, GRAY, WATER, WATER, GRAY, GRAY, RED, BROWN, BROWN tilepal 0, BROWN, BROWN, GRAY, GRAY, RED, RED, RED, BROWN tilepal 0, ROOF, WATER, WATER, WATER, WATER, RED, BROWN, BROWN tilepal 0, BROWN, BROWN, ROOF, WATER, RED, RED, GRAY, GRAY tilepal 0, BROWN, BROWN, BROWN, ROOF, ROOF, ROOF, ROOF, ROOF tilepal 0, R...
oeis/047/A047278.asm
neoneye/loda-programs
11
198708
<reponame>neoneye/loda-programs ; A047278: Numbers that are congruent to {1, 2, 6} mod 7. ; 1,2,6,8,9,13,15,16,20,22,23,27,29,30,34,36,37,41,43,44,48,50,51,55,57,58,62,64,65,69,71,72,76,78,79,83,85,86,90,92,93,97,99,100,104,106,107,111,113,114,118,120,121,125,127,128,132,134,135,139,141 seq $0,47266 ; Numbers that are...
Transynther/x86/_processed/US/_zr_/i7-8650U_0xd2.log_270_1009.asm
ljhsiun2/medusa
9
198709
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r13 push %r14 push %r15 push %rax push %rcx push %rdi push %rsi lea addresses_WC_ht+0x7c97, %r15 add $65431, %rdi mov (%r15), %r10w nop nop cmp $31635, %r11 lea addresses_A_ht+0x19bef, %r14 nop nop add %r13, %r13 mov $0x616...
src/nxlib/int.asm
TheDarkBomber/XLS
0
198710
<reponame>TheDarkBomber/XLS %include "common.inc" global itoa section .text itoa: push r9 push rbx ; Save volatile registers. push rcx mov r9, rdx ; Store radix in R9. xor rbx, rbx ; Prepare RBX to zero. mov rax, rdi ; Set RAX to first argument, the integer. mov dl, 128 ; Sentinel value. push rdx ; Push sentine...