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/216/A216541.asm
neoneye/loda-programs
11
56305
; A216541: Product of Lucas and Catalan numbers: a(n) = A000032(n+1)*A000108(n). ; Submitted by <NAME> ; 1,3,8,35,154,756,3828,20163,108680,598026,3342404,18929092,108374252,626264700,3647936160,21396522915,126262239570,749087596620,4465444206300,26733390275130,160663411399920,968937572793060,5862111195487560,355691068...
Transynther/x86/_processed/NC/_st_4k_sm_/i7-7700_9_0x48_notsx.log_3_1795.asm
ljhsiun2/medusa
9
56306
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r10 push %r14 push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0x1d48f, %rdx clflush (%rdx) nop nop nop nop nop inc %rsi movw $0x6162, (%rdx) and $8925, %rbx lea addresses_WT_ht+0x53cf, %rsi lea addresses_D_ht+0x1b07f, %rdi nop nop xo...
oeis/127/A127321.asm
neoneye/loda-programs
11
56307
; A127321: First 4-dimensional hyper-tetrahedral coordinate; repeat m C(m+3,3) times; 4-D analog of A056556. ; 0,1,1,1,1,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5 mov $3,1...
oeis/255/A255770.asm
neoneye/loda-programs
11
56308
<gh_stars>10-100 ; A255770: Number of distinct prime factors of A220161(n). ; 1,2,3,4,6,8,9,11,13,17,19,21 mov $1,$0 mov $2,1 mov $3,$0 mul $3,5 lpb $3 mul $1,$0 mul $2,$3 add $2,9 add $1,$2 sub $3,$0 mov $4,$0 cmp $4,0 mov $5,$0 add $5,$4 div $1,$5 div $2,$5 add $2,1 sub $3,6 lpe mul $1,$0 d...
oeis/142/A142264.asm
neoneye/loda-programs
11
56309
; A142264: Primes congruent to 15 mod 43. ; Submitted by <NAME>(w1) ; 101,359,617,1907,1993,2251,2423,2767,2939,3541,4057,4229,4831,5003,5261,5347,5519,6121,6379,6551,6637,7411,7583,7669,7841,7927,8443,9733,10163,10937,11969,12227,12743,12829,13001,13259,14033,14549,15581,15667,16097,16183,16699,16871,17387,17903,17989...
Project-Einstein/src/E-Assembly/src/examples/testeSW.nasm
FelixLuciano/Elements-of-Computing-Systems
0
56311
; #################################################################### ; <NAME> @ 2018 ; ; Aciona os LEDs com um contador: ; ; %D = RAM[1] = CNT ; LED = CNT ; RAM[1] = CNT + 1 ; #################################################################### LED: leaw $21185, %A movw (%A), %D ;notw %D ...
memdump.asm
kanpapa/MCard1802
0
56312
.LF memdump.lst .TF memdump.hex,int * * 1802 Membership Card U2 ROM dump program * SB-Assembler * .CR 1802 .OR $0000 * START: SEX 3 ;X<-R3 GHI 0 ;D<-R0.1 $00xx PLO 3 ;R3.0<-D=0 LDI #$80 PHI 3 ;R3.0<-80 ; R3=$8000 LOOP1: OUT 4 ;bus=M(RX) LDI #$80 ;wait PHI 2 LOOP2: DEC 2 GHI 2 BNZ LOO...
oeis/090/A090656.asm
neoneye/loda-programs
11
56313
; A090656: Decimal expansion of 5 + sqrt(35). ; Submitted by <NAME>(s1) ; 1,0,9,1,6,0,7,9,7,8,3,0,9,9,6,1,6,0,4,2,5,6,7,3,2,8,2,9,1,5,6,1,6,1,7,0,4,8,4,1,5,5,0,1,2,3,0,7,9,4,3,4,0,3,2,2,8,7,9,7,1,9,6,6,9,1,4,2,8,2,2,4,5,9,1,0,5,6,5,3,0,3,6,7,6,5,7,5,2,5,2,7,1,8,3,1,0,9,1,7 mov $1,1 mov $2,1 mov $3,$0 mul $3,3 mov $5,-...
Assembler/AssemblyCode/PUSHF.asm
KPU-RISC/KPU
8
56315
<filename>Assembler/AssemblyCode/PUSHF.asm ; Initialize the stack pointer MOV XL, 0xFF MOV XH, 0xFF MOV SP, X ; Sets the Zero flag to 1 MOV D, 1 MOV E, 1 SUB D, E ; Store the flags onto the stack PUSHF ; Write register G to the Output Port POP G OUTB G HLT
Engine Hacks/Strmag/Strmag/Str Mag Split/Prep Screen and Mag Booster/New TSA.asm
sme23/Christmas2
3
56316
<reponame>sme23/Christmas2 .thumb .org 0x0 mov r3,#0 ldr r0,NewTSA ldr r1,BG1MapBuffer loop: ldr r2,[r0] str r2,[r1] add r0,#4 add r1,#4 add r3,#1 ldr r2,=0x200 cmp r3,r2 bhs stoploop b loop stoploop: ldr r0,=0x0809C676|1 bx r0 .align .ltorg BG1MapBuffer: .long 0x020234A8 NewTSA:
data/pokemon/base_stats/koffing.asm
opiter09/ASM-Machina
1
56317
<reponame>opiter09/ASM-Machina<filename>data/pokemon/base_stats/koffing.asm<gh_stars>1-10 db DEX_KOFFING ; pokedex id db 40, 65, 95, 35, 60 ; hp atk def spd spc db POISON, POISON ; type db 190 ; catch rate db 114 ; base exp INCBIN "gfx/pokemon/front/koffing.pic", 0, 1 ; sprite dimensions dw Koffin...
Transynther/x86/_processed/AVXALIGN/_zr_un_/i3-7100_9_0x84_notsx.log_21829_3108.asm
ljhsiun2/medusa
9
56318
.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_D_ht+0x1a420, %r9 nop nop dec %rdi mov (%r9), %rdx nop nop cmp $19231, %r13 lea addresses_normal_ht+0x15af8, %r12 and %rbp, %rbp movb $0x61, (%r12) nop nop sub $10628, %r9 lea addres...
programs/oeis/210/A210730.asm
karttu/loda
0
56319
; A210730: a(n) = a(n-1) + a(n-2) + n + 2 with n>1, a(0)=a(1)=0. ; 0,0,4,9,19,35,62,106,178,295,485,793,1292,2100,3408,5525,8951,14495,23466,37982,61470,99475,160969,260469,421464,681960,1103452,1785441,2888923,4674395,7563350,12237778,19801162,32038975,51840173,83879185,135719396,219598620,355318056,574916717,93023481...
libsrc/_DEVELOPMENT/stdlib/c/sccz80/_ldivu__callee.asm
teknoplop/z88dk
8
56321
; void _ldivu_(ldivu_t *ld, unsigned long numer, unsigned long denom) SECTION code_clib SECTION code_stdlib PUBLIC _ldivu__callee EXTERN asm__ldivu _ldivu__callee: pop af pop hl pop de exx pop hl pop de exx pop bc push af jp asm__ldivu
programs/oeis/060/A060762.asm
neoneye/loda
22
56322
; A060762: Number of conjugacy classes (the same as the number of irreducible representations) in the dihedral group with 2n elements. ; 2,4,3,5,4,6,5,7,6,8,7,9,8,10,9,11,10,12,11,13,12,14,13,15,14,16,15,17,16,18,17,19,18,20,19,21,20,22,21,23,22,24,23,25,24,26,25,27,26,28,27,29,28,30,29,31,30,32,31,33,32,34,33,35,34,36...
oeis/052/A052568.asm
neoneye/loda-programs
11
56323
; A052568: E.g.f.: (1-x)/(1-3*x+x^2). ; Submitted by <NAME> ; 1,2,10,78,816,10680,167760,3074400,64391040,1517201280,39720844800,1143895737600,35937095040000,1223098971494400,44829605505484800,1760481463732992000,73744004937867264000,3282093293695856640000,154667372348588875776000,7693564317425582948352000,402840257553...
tests/relocate/relocation_struct.asm
fengjixuchui/sjasmplus
220
56324
<gh_stars>100-1000 ORG $1000 RELOCATE_START ASSERT 2 * relocate_count == relocate_size ASSERT 17 == relocate_count dw relocate_count dw relocate_size STRUCT st1 x BYTE $12 y WORD absolute1 relInit WORD reloc1 ; the default init value should be relocat...
kermit.asm
kobolt/kermit-dos-asm
1
56325
<filename>kermit.asm<gh_stars>1-10 org 0x100 bits 16 cpu 8086 COM1_BASE equ 0x3f8 COM1_THR equ COM1_BASE + 0 ; Transmitter Holding Buffer COM1_RBR equ COM1_BASE + 0 ; Receiver Buffer COM1_IER equ COM1_BASE + 1 ; Interrupt Enable Register COM1_FCR equ COM1_BASE + 2 ; FIFO Control Register COM1_IIR equ COM1_BASE ...
audio/sfx/turn_on_pc_1.asm
AmateurPanda92/pokemon-rby-dx
9
56326
SFX_Turn_On_PC_1_Ch4: duty 2 squarenote 15, 15, 2, 1984 squarenote 15, 0, 0, 0 squarenote 3, 10, 1, 1920 squarenote 3, 10, 1, 1792 squarenote 3, 10, 1, 1856 squarenote 3, 10, 1, 1792 squarenote 3, 10, 1, 1920 squarenote 3, 10, 1, 1792 squarenote 3, 10, 1, 1984 squarenote 8, 10, 1, 1792 endchannel
mastersystem/zxb-sms-2012-02-23/zxb-sms/wip/zxb/library-asm/mulf16.asm
gb-archive/really-old-stuff
10
56327
#include once <neg32.asm> #include once <_mul32.asm> __MULF16: ; ld a, d ; load sgn into a ex af, af' ; saves it call __ABS32 ; convert to positive exx pop hl ; Return address pop de ; Low part ex (sp), hl ; CALLEE caller convention; Now HL = ...
SrcAll/BasicFunctions.asm
mytechnotalent/c64-assembly
2
56328
<filename>SrcAll/BasicFunctions.asm z_HL equ z_Regs z_L equ z_Regs z_H equ z_Regs+1 z_BC equ z_Regs+2 z_C equ z_Regs+2 z_B equ z_Regs+3 z_DE equ z_Regs+4 z_E equ z_Regs+4 z_D equ z_Regs+5 z_As equ z_Regs+6 z_Hs equ z_Regs+7 z_ixl equ z_Regs+8 z_ixh equ z_Regs+9 z_ix equ z_Regs+8 z_iyl ...
Appendix E - Microcontroller Code/Redundant/MACLayer.asm
liwenyip/adhoc
0
56329
<filename>Appendix E - Microcontroller Code/Redundant/MACLayer.asm ;************************************************************************* ; MEDIA ACCESS CONTROL LAYER MODULE ; ; Version 1.00 ; 24/08/2005 ; ; <NAME> ; Ad Hoc Radio Networking Research Project ; School Of Engineering ; James Cook University ; ;******...
programs/oeis/131/A131370.asm
karttu/loda
0
56330
<filename>programs/oeis/131/A131370.asm ; A131370: a(n) = 3a(n-1) - 3a(n-2) + 2a(n-3), a(0) = 3, a(1) = 2, a(2) = 0. ; 3,2,0,0,4,12,24,44,84,168,340,684,1368,2732,5460,10920,21844,43692,87384,174764,349524,699048,1398100,2796204,5592408,11184812,22369620,44739240,89478484,178956972,357913944,715827884,1431655764,286331...
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_434.asm
ljhsiun2/medusa
9
56331
.global s_prepare_buffers s_prepare_buffers: push %r15 push %r8 push %rax push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_UC_ht+0x1c19e, %rsi lea addresses_normal_ht+0x18ade, %rdi clflush (%rdi) nop nop nop nop nop cmp %r8, %r8 mov $104, %rcx rep movsb nop nop nop inc %rcx lea addresses_WC_ht+0x6ade, %r...
base/mvdm/dos/v86/cmd/fastopen/fastopen.asm
npocmaka/Windows-Server-2003
17
56332
<reponame>npocmaka/Windows-Server-2003 ; fastopen.asm ; ; Copyright (c) 1991, Microsoft Corporation ; ; History: ; 13-Apr-1992 <NAME> (sudeepb) ; Created. ; ; On NT this utility is just a stub which does nothing. ; code segment byte public 'CODE' assume cs:code, ds:code, es:code org 100h public...
python_src/other/export/screen_5_1.asm
fjpena/sword-of-ianna-msx2
43
56333
<reponame>fjpena/sword-of-ianna-msx2 org $0000 ; Object types OBJECT_NONE EQU 0 OBJECT_SWITCH EQU 1 OBJECT_DOOR EQU 2 OBJECT_DOOR_DESTROY EQU 3 OBJECT_FLOOR_DESTROY EQU 4 OBJECT_WALL_DESTROY EQU 5 OBJECT_BOX_LEFT EQU 6 OBJECT_BOX_RIGHT EQU 7 OBJECT_JAR EQU 8 OBJECT_TELEPORTER EQU 9 ; Pickable object types OBJECT_KE...
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_1757.asm
ljhsiun2/medusa
9
56334
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r12 push %rax push %rcx push %rdi push %rdx lea addresses_WT_ht+0x883, %rdx add $24624, %r10 vmovups (%rdx), %ymm0 vextracti128 $0, %ymm0, %xmm0 vpextrq $0, %xmm0, %rcx nop xor $3219, %rax lea addresses_normal_ht+0x47fb, %r...
scripts/rockethideout4.asm
etdv-thevoid/pokemon-rgb-enhanced
1
56335
RocketHideout4Script: call RocketHideout4Script_45473 call EnableAutoTextBoxDrawing ld hl, RocketHideout4TrainerHeader0 ld de, RocketHideout4ScriptPointers ld a, [wRocketHideout4CurScript] call ExecuteCurMapScriptInTable ld [wRocketHideout4CurScript], a ret RocketHideout4Script_45473: ld hl, wCurrentMapScript...
accessability.asm
Catobat/z3randomizer
2
56336
;================================================================================ ; Accessability Fixes ;================================================================================ FlipGreenPendant: LDA $0C : CMP #$38 : BNE + ; check if we have green pendant ORA #$40 : STA $0C ; flip it + LDA $0D : STA $...
programs/oeis/276/A276853.asm
karttu/loda
1
56337
; A276853: Beatty sequence for 2*e. ; 0,5,10,16,21,27,32,38,43,48,54,59,65,70,76,81,86,92,97,103,108,114,119,125,130,135,141,146,152,157,163,168,173,179,184,190,195,201,206,212,217,222,228,233,239,244,250,255,260,266,271,277,282,288,293,299,304,309,315,320,326,331,337,342,347,353,358,364,369,375,380,385,391,396,402,407...
programs/oeis/014/A014739.asm
jmorken/loda
1
56338
; A014739: Expansion of (1+x^2)/(1-2*x+x^3). ; 1,2,5,9,16,27,45,74,121,197,320,519,841,1362,2205,3569,5776,9347,15125,24474,39601,64077,103680,167759,271441,439202,710645,1149849,1860496,3010347,4870845,7881194,12752041,20633237,33385280,54018519,87403801,141422322,228826125,370248449,599074576,969323027,1568397605,253...
src/isa/avx2/masm/log2f_fma3.asm
jepler/aocl-libm-ose
66
56339
<gh_stars>10-100 ; ; Copyright (C) 2008-2020 Advanced Micro Devices, Inc. All rights reserved. ; ; Redistribution and use in source and binary forms, with or without modification, ; are permitted provided that the following conditions are met: ; 1. Redistributions of source code must retain the above copyright notic...
original version (1984)/asm/map16-exec.asm
fa8ntomas/bclk-samples
0
56341
; Map 16 exec Map16Exec: lda MapVar1 bmi @+ lda PlayerMap16LampsCount bne @+ dec MapVar1 lda #$07 ldy #$01 jsr EntranceL31D4 @ jmp UpdateTrees
decreasoner.macosx/software/relsat-dist/gmp-3.1/mpn/alpha/cntlz.asm
problem-frames/openpf
1
56342
dnl Alpha auxiliary for longlong.h's count_leading_zeros dnl Copyright (C) 1997, 2000 Free Software Foundation, Inc. dnl This file is part of the GNU MP Library. dnl The GNU MP Library is free software; you can redistribute it and/or modify dnl it under the terms of the GNU Lesser General Public License as publ...
oeis/272/A272103.asm
neoneye/loda-programs
11
56343
; A272103: Convolution of nonzero heptagonal numbers (A000566) with themselves. ; Submitted by <NAME> ; 1,14,85,320,910,2156,4494,8520,15015,24970,39611,60424,89180,127960,179180,245616,330429,437190,569905,733040,931546,1170884,1457050,1796600,2196675,2665026,3210039,3840760,4566920,5398960,6348056,7426144,8645945,100...
code_snippets/file/search.asm
smirzaei/systems-programming-class
0
56344
; Seek/Search mov ah,42h mov al,0 ; Position: 0 = start, 1 = current pos, 2 = end mov bx,filehandle mov cx,0 ; Number of bytes to move CX/DX mov dx,7 ; 7 bytes
scripts/SeafoamIslands1F.asm
opiter09/ASM-Machina
1
56345
<reponame>opiter09/ASM-Machina SeafoamIslands1F_Script: call EnableAutoTextBoxDrawing SetEvent EVENT_IN_SEAFOAM_ISLANDS ld hl, wFlags_0xcd60 bit 7, [hl] res 7, [hl] jr z, .asm_4483b ld hl, Seafoam1HolesCoords call CheckBoulderCoords ret nc EventFlagAddress hl, EVENT_SEAFOAM1_BOULDER1_DOWN_HOLE ld a, [wCoordI...
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_2088_2431.asm
ljhsiun2/medusa
9
56346
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r13 push %r15 push %rax push %rcx push %rdi push %rsi lea addresses_normal_ht+0x153ac, %r15 nop dec %r12 mov $0x6162636465666768, %rdi movq %rdi, (%r15) and %rax, %rax lea addresses_WC_ht+0x9d34, %rcx nop xor %r13, %r13 mov (%rcx), %r10 nop nop nop ...
libsrc/osca/get_total_sectors.asm
RC2014Z80/z88dk
8
56347
; ; Old School Computer Architecture - interfacing FLOS ; <NAME>, 2011 ; ; Get returns total sectors on current volume (long) ; ; $Id: get_total_sectors.asm,v 1.6 2016-06-22 22:13:09 dom Exp $ ; INCLUDE "flos.def" SECTION code_clib PUBLIC get_total_sectors PUBLIC _get_total_sectors get_total_sectors...
tests/relocate/relocation_mem_read.asm
fengjixuchui/sjasmplus
220
56348
DEVICE ZXSPECTRUM48 ORG $8000 ; generally speaking, the `{<adr>}` operator is cancelling relocation ; of <adr> expression and operates in absolute way with the assembling-time ; address and memory content - seems this way it yields most logical outcomes RELOCATE_START label1: DW 0x1234 label2...
S4/HW_Lab/sum_and_average.asm
akxavier/Assignments
0
56349
;calculate sum and average of an array section .data msg1 : db 'Enter length of array : ' l1 : equ $-msg1 msg2 : db 'Enter array element : ' l2 : equ $-msg2 msg_sum : db 'Sum of all elements of the array : ' l_sum : equ $-msg_sum msg_avg : db 'Average of all elements of the array : ' l_avg : equ $-msg_avg newline : db...
sw/552tests/inst_tests/srli_0.asm
JPShen-UWM/ThreadKraken
1
56350
// Original test: ./zamba/hw4/problem6/srli_0.asm // Author: zamba // Test source code follows lbi r1, 255 // 0xFF, extended to 0xFFFF srli r2, r1, 10 // Shifts R by 10 places, zero-extending halt // Should return 0x003F
libsrc/_DEVELOPMENT/math/float/am9511/c/sccz80/cam32_sccz80_read.asm
ahjelm/z88dk
640
56352
<reponame>ahjelm/z88dk SECTION code_clib SECTION code_fp_am9511 PUBLIC cam32_sccz80_readl PUBLIC cam32_sccz80_read1 EXTERN cam32_sccz80_load .cam32_sccz80_readl ; sccz80 float primitive ; Read right sccz80 float from the stack ; ; enter : stack = sccz80_float left, sccz80_float right, ret1, ret0 ...
sh.asm
swu038/CS183lab2
0
56353
_sh: file format elf32-i386 Disassembly of section .text: 00001000 <runcmd>: struct cmd *parsecmd(char*); // Execute cmd. Never returns. void runcmd(struct cmd *cmd) { 1000: 55 push %ebp 1001: 89 e5 mov %esp,%ebp 1003: 83 ec 38 sub $0x38,%esp...
boot/stage2/a20.asm
Daouki/hikari-os
2
56354
<gh_stars>1-10 bits 16 enable_a20_line: call is_a20_enabled jc .enable_using_bios ret .enable_using_bios: mov ax, 2401 int 0x15 call is_a20_enabled jc .enable_using_keyboard_controller ret .enable_using_keyboard_controller: ...
oeis/350/A350576.asm
neoneye/loda-programs
11
56356
; A350576: a(n) = n/A055874(n) - A055874(n). ; Submitted by <NAME>(w2) ; 0,-1,2,0,4,-1,6,2,8,3,10,-1,12,5,14,6,16,3,18,8,20,9,22,2,24,11,26,12,28,7,30,14,32,15,34,5,36,17,38,18,40,11,42,20,44,21,46,8,48,23,50,24,52,15,54,26,56,27,58,4,60,29,62,30,64,19,66,32,68,33,70,14,72,35,74,36,76,23,78,38,80,39,82,17,84,41,86,42,8...
mips 02-09 aula.asm
ITWhiteRaccoon/OrgArq
0
56357
<gh_stars>0 .text .globl main main: la $a0, A #copia a string A para $a0 li $v0, 4 #syscall imprime(4) $a0 syscall #imprime li $v0, 5 #syscall le int(5) syscall #le move $s0, $v0 #guarda int em $s0 la $a0, B #copia a string B para a0 li $v0, 4 #syscall imprime(4) $a0 syscall #imprime li $v0, 5 #sy...
opal/mca/pmix/pmix2x/pmix/src/atomics/asm/base/POWERPC64.asm
karasevb/ompi
0
56359
<filename>opal/mca/pmix/pmix2x/pmix/src/atomics/asm/base/POWERPC64.asm START_FILE TEXT ALIGN(4) START_FUNC(pmix_atomic_mb) sync blr END_FUNC(pmix_atomic_mb) START_FUNC(pmix_atomic_rmb) lwsync blr END_FUNC(pmix_atomic_rmb) START_FUNC(pmix_atomic_wmb) eieio blr END_FUNC(pmix_atomic_wmb) START_FUNC(pmix_ato...
libsrc/_DEVELOPMENT/math/float/am9511/c/sccz80/cam32_sccz80_fadd.asm
dikdom/z88dk
1
56360
<filename>libsrc/_DEVELOPMENT/math/float/am9511/c/sccz80/cam32_sccz80_fadd.asm<gh_stars>1-10 ; float __fadd (float left, float right) SECTION code_clib SECTION code_fp_am9511 PUBLIC cam32_sccz80_fadd EXTERN asm_switch_arg, asm_sccz80_readl EXTERN asm_am9511_fadd ; add two sccz80 floats ; ; enter : stac...
programs/oeis/047/A047445.asm
karttu/loda
1
56361
<filename>programs/oeis/047/A047445.asm ; A047445: Numbers that are congruent to {1, 3, 5, 6} mod 8. ; 1,3,5,6,9,11,13,14,17,19,21,22,25,27,29,30,33,35,37,38,41,43,45,46,49,51,53,54,57,59,61,62,65,67,69,70,73,75,77,78,81,83,85,86,89,91,93,94,97,99,101,102,105,107,109,110,113,115,117,118,121,123,125 mov $1,$0 add $1,$0...
assets/assembly/IA32/linux_nasm_progs/nasm_linux_ORG_CH11/bin_srch.asm
edassis/SB-Tradutor
1
56362
;Binary search of a sorted integer array BIN_SRCH.ASM ; ; Objective: To implement binary search of a sorted ; integer array. ; Input: Requests numbers to fill array and a ; number to be searched for from user. ; Output: Displays the position of the numb...
programs/oeis/156/A156677.asm
karttu/loda
1
56363
; A156677: 81n^2 - 118n + 43. ; 43,6,131,418,867,1478,2251,3186,4283,5542,6963,8546,10291,12198,14267,16498,18891,21446,24163,27042,30083,33286,36651,40178,43867,47718,51731,55906,60243,64742,69403,74226,79211,84358,89667,95138,100771,106566,112523,118642,124923,131366,137971,144738,151667,158758,166011,173426,181003,1...
programs/oeis/225/A225215.asm
karttu/loda
0
56364
<filename>programs/oeis/225/A225215.asm ; A225215: Floor of the Euclidean distance of a point on the (1, 1, 1; 1, 1, 1) 3D walk. ; 1,1,1,2,3,3,4,4,5,5,6,6,7,8,8,9,9,10,11,11,12,12,13,13,14,15,15,16,16,17,17,18,19,19,20,20,21,21,22,23,23,24,24,25,25,26,27,27,28,28,29,30,30,31,31,32,32,33,34,34,35,35,36,36,37,38,38,39,39...
programs/oeis/178/A178617.asm
neoneye/loda
22
56365
; A178617: a(n) = n^4 - (n+1)^3. ; -1,-7,-11,17,131,409,953,1889,3367,5561,8669,12913,18539,25817,35041,46529,60623,77689,98117,122321,150739,183833,222089,266017,316151,373049,437293,509489,590267,680281,780209,890753,1012639,1146617,1293461,1453969,1628963,1819289,2025817,2249441,2491079,2751673,3032189,3333617,36569...
oeis/335/A335026.asm
neoneye/loda-programs
11
56366
<reponame>neoneye/loda-programs<filename>oeis/335/A335026.asm ; A335026: a(n) = (n + 1)^2*a(n - 2) + a(n - 1), starting 0, 9, .... ; Submitted by <NAME> ; 0,9,9,234,558,12024,47736,1021680,5795280,129418560,963938880,22835675520,211767696000,5349794688000,59562324864000,1605652989696000,20903846245632000,60054457552588...
libsrc/_DEVELOPMENT/arch/zxn/esxdos/c/sdcc_ix/esx_f_open_p3_callee.asm
jpoikela/z88dk
640
56367
; unsigned char esx_f_open_p3(unsigned char *filename,unsigned char mode,struct esx_p3_hdr *h) SECTION code_esxdos PUBLIC _esx_f_open_p3_callee PUBLIC l0_esx_f_open_p3_callee EXTERN asm_esx_f_open_p3 _esx_f_open_p3_callee: pop bc pop hl dec sp pop af pop de push bc l0_esx_f_open_p3_callee: p...
oeis/164/A164305.asm
neoneye/loda-programs
11
56368
; A164305: a(n) = 6*a(n-1) - 7*a(n-2) for n > 1; a(0) = 3, a(1) = 17. ; Submitted by <NAME> ; 3,17,81,367,1635,7241,32001,141319,623907,2754209,12157905,53667967,236902467,1045739033,4616116929,20376528343,89946351555,397042410929,1752630004689,7736483151631,34150488876963,150747551200361,665431885063425,29373584519780...
oeis/341/A341208.asm
neoneye/loda-programs
11
56369
<reponame>neoneye/loda-programs ; A341208: a(n) = F(n+4) * F(n+1) - 4 * (-1)^n where F(n) = A000045(n) are the Fibonacci numbers. ; Submitted by <NAME> ; 9,12,43,101,276,711,1873,4892,12819,33549,87844,229967,602073,1576236,4126651,10803701,28284468,74049687,193864609,507544124,1328767779,3478759197,9107509828,23843770...
oeis/342/A342350.asm
neoneye/loda-programs
11
56370
<filename>oeis/342/A342350.asm ; A342350: Numbers k such that lcm(1,2,3,...,k)/21 equals the denominator of the k-th harmonic number H(k). ; 38272753,38272754,38272755,38272756,38272757,38272758,38272759,38272760,38272761,38272762,38272763,38272764,38272765,38272766,38272767,38272768,38272769,38272770,38272771,38272772...
maps/old/RadioTower3F.asm
AtmaBuster/pokeplat-gen2
6
56372
<filename>maps/old/RadioTower3F.asm<gh_stars>1-10 object_const_def ; object_event constants const RADIOTOWER3F_SUPER_NERD const RADIOTOWER3F_GYM_GUY const RADIOTOWER3F_COOLTRAINER_F const RADIOTOWER3F_ROCKET1 const RADIOTOWER3F_ROCKET2 const RADIOTOWER3F_ROCKET3 const RADIOTOWER3F_SCIENTIST RadioTower3F_MapScr...
programs/oeis/093/A093616.asm
neoneye/loda
22
56373
; A093616: a(n) = smallest k such that k*n has exactly as many divisors as n^2. ; 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,8,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,8,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72 mov $2,$0 mov $0,5 mov $1,$2 add...
handler1.asm
jibsen/com2text
2
56374
<filename>handler1.asm ;; ;; handler1 - commented source of the c2t1 handler ;; ;; Copyright 2000-2015 <NAME> ;; ;; Licensed under the Apache License, Version 2.0 (the "License"); ;; you may not use this file except in compliance with the License. ;; You may obtain a copy of the License at ;; ;; http://www.apache.org/l...
desolstrs.asm
zxwanderer/spectrum-desolate
18
56376
; Credits SE02B: DEFM "Code, GFX, Story etc",0 SE02D: DEFM "<NAME>",0 SE02F: DEFM "Acknowledgements",0 SE031: DEFM "<NAME> - Grayscale",0 SE033: DEFM "<NAME> - Huffman",0 SE035: DEFM "<NAME> - RLE",0 SE037: DEFM "<NAME> - Ion",0 SE039: DEFM "<NAME> - Venus",0 SE03B: DEFM "DetachedS - MirageOS",0 SE03D: DEFM "Testers",0...
kernel.asm
zoharit/OS_SystemCalls-Scheduling
0
56378
kernel: file format elf32-i386 Disassembly of section .text: 80100000 <multiboot_header>: 80100000: 02 b0 ad 1b 00 00 add 0x1bad(%eax),%dh 80100006: 00 00 add %al,(%eax) 80100008: fe 4f 52 decb 0x52(%edi) 8010000b: e4 .byte 0xe4 8010000c <entry>: # E...
src/roadobjects.asm
QuinnPainter/Renegade-Rush
1
56379
<reponame>QuinnPainter/Renegade-Rush<gh_stars>1-10 INCLUDE "hardware.inc" INCLUDE "macros.inc" INCLUDE "spriteallocation.inc" INCLUDE "collision.inc" DEF WARNING_TILE_OFFSET EQUS "((WarningTilesVRAM - $8000) / 16)" DEF ROADOBJ_TILE_OFFSET EQUS "((RoadObjectTilesVRAM - $9000) / 16)" DEF ROAD_OBJ_TICK_RATE EQU 6 * 4 ; ...
src/kernel/scheduler/timer.asm
nothotscott/VisualOS
28
56380
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; File: timer.asm ;; Description: Provide timer services for context switching directly in assembly ;; to be as fast as possible ;; Copyright 2021 <NAME> ;; Check the LICENSE file that came with this program for licensing terms ;;;;...
oeis/217/A217782.asm
neoneye/loda-programs
11
56381
<gh_stars>10-100 ; A217782: Expansion of (1-x)*(1-2x)*(1-3x)/((1-5x+5*x^2)*(1-3x+x^2)). ; Submitted by <NAME> ; 1,2,6,20,69,242,857,3054,10930,39236,141153,508598,1834641,6623450,23926334,86468052,312587197,1130277914,4087621545,14784539846,53478888618,193456813508,699850536281,2531866279710,9159810802849,3313902120696...
non_regression/switch_x64_macosx_3.o.asm
LRGH/plasmasm
1
56382
<filename>non_regression/switch_x64_macosx_3.o.asm .macosx_version_min 10, 12 .section __TEXT,__text,regular,pure_instructions .align 4, 0x90 .globl _polgalois _polgalois: pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $120, %rsp movq %rdi, %r1...
firmware/kernal/video.asm
QuorumComp/hc800
2
56384
<reponame>QuorumComp/hc800 INCLUDE "lowlevel/hc800.i" INCLUDE "lowlevel/memory.i" INCLUDE "editor.i" INCLUDE "keyboard.i" INCLUDE "video.i" PALETTE_BASE EQU $8000 ; -- ; -- Determine if VBlank has been encountered ; -- ; -- Returns: ; -- f - "eq" condition if VBlank happened since last call ; -- SECT...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0.log_21829_1802.asm
ljhsiun2/medusa
9
56385
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r13 push %r8 push %rbp push %rcx push %rdi push %rsi lea addresses_WT_ht+0xbe38, %rsi lea addresses_A_ht+0xa898, %rdi nop nop nop xor $33223, %r8 mov $59, %rcx rep movsl nop nop cmp $61311, %r8 lea addresses_UC_ht+0x1a828, %rsi lea addresses_A_ht+0x15068, %rd...
programs/oeis/081/A081431.asm
neoneye/loda
22
56386
; A081431: RevBinary(RevDecimal(n)), where RevBinary(m) is the binary reversal of m (A030101) and RevDecimal(m) is the decimal reversal of m (A004086). ; 0,1,1,3,1,5,3,7,1,9,1,13,21,31,37,51,47,113,69,109,1,3,13,1,21,11,31,9,37,29,3,11,29,33,53,43,63,73,101,93,1,7,3,17,13,27,1,41,21,61,5,15,19,49,45,59,65,105,85,125,3,...
Car_Lab_Code/BallCatcher_Copy_01.cydsn/codegentemp/cymem.a51
egordon/BallCatcher
0
56387
<gh_stars>0 ;*************************************************************************** ; FILENAME: cymem.a51 ; Version 3.10 ; ; DESCRIPTION: ; Specialized memory routines for Keil bootup. These functions accept ; 3-byte pointers, but the pointers are interpreted as absolute locations ; rather than as...
programs/oeis/056/A056122.asm
neoneye/loda
22
56388
; A056122: a(n) = (8*n+9)*C(n+8,8)/9. ; 1,17,125,605,2255,7007,19019,46475,104390,218790,432718,814606,1469650,2554930,4299130,7027834,11195503,17425375,26558675,39714675,58363305,84412185,120310125,169169325,234908700,322420956,437766252,588395500,783406580,1033836980,1352996612,1756844804,2264415725,2898296765,368516...
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_2421.asm
ljhsiun2/medusa
9
56389
.global s_prepare_buffers s_prepare_buffers: push %r13 push %r14 push %r9 push %rax push %rbp push %rcx push %rsi lea addresses_D_ht+0x18ec2, %rbp nop cmp %r13, %r13 movb (%rbp), %r14b nop xor $4093, %r9 lea addresses_WT_ht+0xc502, %rax clflush (%rax) nop nop nop nop nop dec %rcx mov (%rax), %rsi nop nop nop nop and %r...
progs/h07-numrev.asm
HKhademian/AssemblyDandamudi
1
56390
%include "lib.asm" extern ExitProcess ; windows syscall to exit section .text section .bss buffer resb 25 section .data section .code global _start _start: fgets buffer, 12 ; read number a2i 12, buffer mov EDI, 0 ; result mov EBX, 10 loop1: cmp EAX, 0 jle loop1_done ; if number == 0 don...
programs/oeis/260/A260217.asm
jmorken/loda
1
56391
; A260217: Number of base-3 n-digit pandigital numbers. ; 0,0,4,24,100,360,1204,3864,12100,37320,114004,346104,1046500,3155880,9500404,28566744,85831300,257756040,773792404,2322425784,6969374500,20912317800,62745342004,188252803224,564791964100,1694443001160,5083463221204,15250658099064 mov $3,1 lpb $0 sub $0,1 ad...
Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xa0.log_2_1094.asm
ljhsiun2/medusa
9
56392
.global s_prepare_buffers s_prepare_buffers: ret .global s_faulty_load s_faulty_load: push %r10 push %rax push %rbp push %rbx push %rcx push %rdi push %rsi // REPMOV lea addresses_PSE+0x12ce8, %rsi lea addresses_normal+0x182e8, %rdi nop nop nop nop nop cmp $24418, %r10 mov $50, %rcx rep movsl nop xor $46340, %rsi...
PRG/levels/PipeMaze/Unused8.asm
narfman0/smb3_pp1
0
56393
<gh_stars>0 ; Original address was $AF18 ; "Unused Level 8" .word Unused8_EndL ; Alternate level layout .word Unused8_EndO ; Alternate object layout .byte LEVEL1_SIZE_04 | LEVEL1_YSTART_170 .byte LEVEL2_BGPAL_00 | LEVEL2_OBJPAL_08 | LEVEL2_XSTART_18 | LEVEL2_UNUSEDFLAG .byte LEVEL3_TILESET_09 | LEVEL3_VERTICAL | L...
Projetos/J-VMTranslator/bin/nasm/BasicLoop.nasm
gabrielvf1/Z01---Grupo-H
0
56394
; 0 - PUSH constant 0 leaw $0, %A movw %A, %D leaw $SP, %A movw (%A), %A movw %D, (%A) leaw $SP, %A movw (%A), %A incw %A movw %A, %D leaw $SP, %A movw %D, (%A) ; 1 - POP temp 0 leaw $SP, %A movw (%A), %A decw %A movw (%A), %D leaw $5, %A movw %D, (%A) leaw $SP, %A movw (%A), %A decw %A movw %A, %D leaw $SP, %A movw %D...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_972.asm
ljhsiun2/medusa
9
56395
.global s_prepare_buffers s_prepare_buffers: push %r14 push %r15 push %r8 push %rcx push %rdi push %rsi lea addresses_UC_ht+0x387f, %rsi lea addresses_WT_ht+0x1e948, %rdi nop dec %r8 mov $94, %rcx rep movsw nop inc %r14 lea addresses_UC_ht+0x10769, %rdi nop nop nop nop sub $10016, %r15 mov $0x6162636465666768, %rcx mov...
Firmware/ATU-10_FW_12/main.asm
vahalan/ATU-10-10W-QRP-antenna-tuner
29
56396
_interupt: ;main.c,30 :: void interupt() iv 0x0004 { ;main.c,32 :: if(TMR0IF_bit) { // Timer0 BTFSS TMR0IF_bit+0, BitPos(TMR0IF_bit+0) GOTO L_interupt0 ;main.c,33 :: TMR0IF_bit = 0; BCF TMR0IF_bit+0, BitPos(TMR0IF_bit+0) ;main.c,34 :: Tick++; MOVLW 1 ADDWF _Tick+...
oeis/334/A334582.asm
neoneye/loda-programs
11
56397
<reponame>neoneye/loda-programs ; A334582: Denominator of Sum_{k=1..n} (-1)^(k+1)/k^3. ; Submitted by <NAME> ; 1,8,216,1728,216000,216000,74088000,592704000,16003008000,16003008000,21300003648000,21300003648000,46796108014656000,6685158287808000,6685158287808000,53481266302464000,262753461344005632000,26275346134400563...
Driver/Printer/PrintCom/Color/Correct/correctGamma23.asm
steakknife/pcgeos
504
56398
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1993 -- All Rights Reserved PROJECT: PC GEOS MODULE: DotMatrix printers FILE: correctGamma23.asm AUTHOR: <NAME> REVISION HISTORY: Name Date ...
private/windows/shell/accesory/paintbrs/stub.asm
King0987654/windows2000
11
56399
;****************************Module*Header******************************* ; Copyright (c) 1987 - 1991 Microsoft Corporation * ;************************************************************************ ; ; Stub.asm library stub to do local init for us ; ?WIN=1 ?PLM=1 ?SMALL equ 1 .xlist ...
Transynther/x86/_processed/NONE/_zr_/i3-7100_9_0x84_notsx.log_284_1590.asm
ljhsiun2/medusa
9
56400
<filename>Transynther/x86/_processed/NONE/_zr_/i3-7100_9_0x84_notsx.log_284_1590.asm .global s_prepare_buffers s_prepare_buffers: push %r10 push %r8 push %r9 push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0x3e66, %rsi lea addresses_A_ht+0x2a66, %rdi nop sub $39019, %r10 mov $36, %rcx rep movsw nop...
c2000/C2000Ware_1_00_06_00/libraries/dsp/FixedPoint/c28/source/FFT32_init.asm
ramok/Themis_ForHPSDR
0
56401
<reponame>ramok/Themis_ForHPSDR<filename>c2000/C2000Ware_1_00_06_00/libraries/dsp/FixedPoint/c28/source/FFT32_init.asm ;;############################################################################# ;;! \file source/FFT32_init.asm ;;! ;;! \brief This file holds the twiddle factors for the FFT and its initialization ;;...
programs/oeis/158/A158385.asm
karttu/loda
1
56403
<gh_stars>1-10 ; A158385: 676n^2 + 2n. ; 678,2708,6090,10824,16910,24348,33138,43280,54774,67620,81818,97368,114270,132524,152130,173088,195398,219060,244074,270440,298158,327228,357650,389424,422550,457028,492858,530040,568574,608460,649698,692288,736230,781524,828170,876168,925518,976220,1028274,1081680,1136438,11925...
emakeimg.asm
HexColors60/enth04
1
56404
<reponame>HexColors60/enth04 ; EMAKEIMG.ASM October 6th, 2000 - 3:15 <NAME> [BITS 16] [ORG 0] incbin "eboot.bin" incbin "ekernel.bin" incbin "enth.bin" times 0d800h-($-$$) db 0h incbin "font.bin" times 10000h-($-$$) db 0h ; System Source Blocks at 20000 incbin "source.blk"
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_2683.asm
ljhsiun2/medusa
9
56405
<filename>Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_2683.asm<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r13 push %r14 push %r9 push %rcx push %rdi push %rdx push %rsi lea addresses_D_ht+0x19887, %r14 nop nop nop sub $4757, %r9 mov $0x6162636465666768, %r13 m...
scripts/CeruleanCaveB1F.asm
opiter09/ASM-Machina
1
56407
<gh_stars>1-10 CeruleanCaveB1F_Script: call EnableAutoTextBoxDrawing ld hl, CeruleanCaveB1FTrainerHeaders ld de, CeruleanCaveB1F_ScriptPointers ld a, [wCeruleanCaveB1FCurScript] call ExecuteCurMapScriptInTable ld [wCeruleanCaveB1FCurScript], a ret CeruleanCaveB1F_ScriptPointers: dw CheckFightingMapTrainers dw...
programs/oeis/250/A250761.asm
jmorken/loda
1
56408
<filename>programs/oeis/250/A250761.asm ; A250761: Number of (6+1) X (n+1) 0..2 arrays with nondecreasing x(i,j)-x(i,j-1) in the i direction and nondecreasing x(i,j)+x(i-1,j) in the j direction. ; 9585,22197,40023,63063,91317,124785,163467,207363,256473,310797,370335,435087,505053,580233,660627,746235,837057,933093,103...
software/pcx86/test/cpu/80186/rep.asm
jriwanek-forks/pcjs
711
56409
<gh_stars>100-1000 ;00: XX XX XX XX 34 12 use16 start: ; Trivial cases. With cx 0, nothing is executed rep movsb repz movsb repnz movsb rep cmpsb repz cmpsb repnz cmpsb rep scasb repz scasb repnz scasb rep lodsb repz lodsb repnz lodsb rep stosb repz stosb repnz stosb mov bx,040h push bx popf ; Now we have the zero ...
programs/oeis/120/A120775.asm
neoneye/loda
22
56410
<gh_stars>10-100 ; A120775: The (3,1)-entry of the matrix M^n, where M is the 3 X 3 matrix [0,1,1; 2,1,2; 1,2,2] (n>=1). ; 1,6,23,100,421,1786,7563,32040,135721,574926,2435423,10316620,43701901,185124226,784198803,3321919440,14071876561,59609425686,252509579303,1069647742900,4531100550901,19194049946506,81307300336923 ...
Class Exercises/Problem 8.a51
pronoym99/Microcontrollers-and-Applications
1
56411
;program to double the number in R2 and store the result in R3 and R4 org 0000h mov a,r2 ;store value of r2 in accumulator mov b,#02h ;store 2h in B for multiplication mul ab ;perform multiplication: a=lsb and b=msb of product mov r3,a ;lsb moved to r3 mov r4,b ;msb moved to r4 end
Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0xca_notsx.log_21829_84.asm
ljhsiun2/medusa
9
56412
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r11 push %r14 push %r9 push %rax push %rbp push %rcx push %rdi push %rsi lea addresses_A_ht+0x1c1ad, %rsi lea addresses_UC_ht+0xf8d, %rdi nop nop nop nop dec %r14 mov $73, %rcx rep movsw dec %rcx lea addresses_WT_ht+0x1588d, %rax sub $24116, %rbp mov $0x...
src/intel/tools/tests/gen7.5/sel.asm
SoftReaper/Mesa-Renoir-deb
0
56413
<filename>src/intel/tools/tests/gen7.5/sel.asm (+f0.0) sel(8) g47<1>UD g12<4>UD g13<4>UD { align16 1Q }; (-f0.0) sel(8) g25<1>.xyUD g13<4>.zwwwUD 0x40000000UD { align16 1Q }; (+f0.0.any4h) sel(8) g30<1>UD g13<4>UD g12<4>UD { align16 1Q }; (+f0.0.all4h) sel(8) g16<1>UD g...
helloos/Kernel/kernel.call.table.asm
kbu1564/HelloOS
15
56414
<reponame>kbu1564/HelloOS ;---------------------------------- ; Call Vector Table ;---------------------------------- ; ν•¨μˆ˜μ— λŒ€ν•œ μ½”λ“œλ₯Ό μΆ”μƒν™”ν•˜μ—¬ ; ν•„μˆ˜ κ΅¬μ„±μš”μ†Œλ³„ ν•¨μˆ˜λ“€μ„ 관리 ;---------------------------------- _cvt: .clear dd _clear .print dd _print32 .print_nl dd _print32_nl _call_clear: jmp dword [_cvt.cle...
oeis/324/A324903.asm
neoneye/loda-programs
11
56417
<reponame>neoneye/loda-programs ; A324903: a(n) = 1 if A007814(sigma(n)) > A007814(n), 0 otherwise. Here A007814(n) gives the 2-adic valuation of n. ; Submitted by <NAME>(s2) ; 0,0,1,0,1,1,1,0,0,0,1,0,1,1,1,0,1,0,1,0,1,1,1,0,0,0,1,1,1,1,1,0,1,0,1,0,1,1,1,0,1,1,1,0,1,1,1,0,0,0,1,0,1,1,1,0,1,0,1,1,1,1,1,0,1,1,1,0,1,1,1,0...
scripts/CeladonMart4F.asm
opiter09/ASM-Machina
1
56418
CeladonMart4F_Script: jp EnableAutoTextBoxDrawing CeladonMart4F_TextPointers: dw CeladonMart4ClerkText dw CeladonMart4Text2 dw CeladonMart4Text3 dw CeladonMart4Text4 CeladonMart4Text2: text_far _CeladonMart4Text2 text_end CeladonMart4Text3: text_far _CeladonMart4Text3 text_end CeladonMart4Text4: text_far ...
pkgs/tools/yasm/src/modules/arch/x86/tests/pshift.asm
manggoguy/parsec-modified
2,151
56419
psrlw mm0, 1 psrld mm0, 1 psrlq mm0, 1 psraw mm1, 1 psrad mm1, 1 psrlw xmm0, 1 psrld xmm0, 1 psrlq xmm0, 1 psraw xmm1, 1 psrad xmm1, 1