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/120/A120969.asm
neoneye/loda-programs
11
40281
<reponame>neoneye/loda-programs ; A120969: 8n+5^n-3^n. ; Submitted by <NAME>(s4) ; 0,10,32,122,576,2922,14944,75994,384128,1933514,9706656,48651066,243609280,1219108906,6098732768,30503229338,152544844032,762810313098,3814309845280,19072324066810,95363944856384,476826697850090,2384154409956192,11920834811899482,5960436...
Transynther/x86/_processed/NONE/_ht_st_zr_un_/i7-7700_9_0xca.log_21829_1421.asm
ljhsiun2/medusa
9
40282
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r13 push %r9 push %rcx push %rdi push %rsi lea addresses_normal_ht+0x1ae3b, %r13 nop nop cmp %r9, %r9 mov $0x6162636465666768, %r12 movq %r12, %xmm3 vmovups %ymm3, (%r13) nop nop nop nop nop and %r9, %r9 lea addresses_normal_ht+0xd50b, %rsi lea addresses_A_ht...
src/basic/multiplication_integers.asm
FoxNeo/MyAssemblyProjects
0
40283
.data .text addi $s0, $zero, 10 addi $s1, $zero, 4 mul $t0, $s0, $s1 # Display the product li $v0, 1 add $a0, $zero, $t0 syscall
dbi_clients_src/pin/pin-3.6-97554-g31f0a167d-gcc-linux/source/tools/ToolUnitTests/ea_verifier_addr16_win.asm
DigitalAlchemist/fuzzwatch
326
40284
<filename>dbi_clients_src/pin/pin-3.6-97554-g31f0a167d-gcc-linux/source/tools/ToolUnitTests/ea_verifier_addr16_win.asm<gh_stars>100-1000 ; BEGIN_LEGAL ; Intel Open Source License ; ; Copyright (c) 2002-2017 Intel Corporation. All rights reserved. ; ; Redistribution and use in source and binary forms, with or witho...
source/function/val.asm
mega65dev/rom-assembler
0
40285
<filename>source/function/val.asm ; ******************************************************************************************** ; ******************************************************************************************** ; ; Name : val.asm ; Purpose : .. ; Created : 15th Nov 1991 ; Updated : 4th Jan 2021 ...
Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0x48.log_21829_59.asm
ljhsiun2/medusa
9
40286
<filename>Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0x48.log_21829_59.asm .global s_prepare_buffers s_prepare_buffers: push %r13 push %r14 push %rax push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0x4c19, %rax inc %rbx mov (%rax), %r13w nop nop nop nop nop and %r14, %r14 lea addresses_UC_h...
oeis/128/A128417.asm
neoneye/loda-programs
11
40287
; A128417: Number triangle T(n,k)=2^(n-k)*C(2n,n-k). ; Submitted by <NAME> ; 1,4,1,24,8,1,160,60,12,1,1120,448,112,16,1,8064,3360,960,180,20,1,59136,25344,7920,1760,264,24,1,439296,192192,64064,16016,2912,364,28,1,3294720,1464320 lpb $0 add $1,1 sub $0,$1 mov $2,$1 sub $2,$0 lpe mov $0,2 pow $0,$2 mul $1,2 bin...
oeis/123/A123760.asm
neoneye/loda-programs
11
40288
<reponame>neoneye/loda-programs<gh_stars>10-100 ; A123760: Numbers whose binary expansion is 1xy100...0 where x,y = 0 or 1. ; Submitted by <NAME>(s1.) ; 9,11,13,15,18,22,26,30,36,44,52,60,72,88,104,120,144,176,208,240,288,352,416,480,576,704,832,960,1152,1408,1664,1920,2304,2816,3328,3840,4608,5632,6656,7680,9216,11264...
Kernel/asm/libasm.asm
juani-garcia/Kernel-Arqui
0
40289
GLOBAL cpuVendor, accessClock, print section .text cpuVendor: push rbp mov rbp, rsp push rbx mov rax, 0 cpuid mov [rdi], ebx mov [rdi + 4], edx mov [rdi + 8], ecx mov byte [rdi+13], 0 mov rax, rdi pop rbx mov rsp, rbp pop rbp ret accessClock: ; unsigned char accessClock(unsigned char mode) pu...
7e08/estPair.asm
sqph/td-micl
0
40290
; 7e06.asm ; écrire une fonction estPair, qui reçoit comme unique argument un entier ; codé sur 4 octets et qui retourne 1 si l'entier est pair, 0 sinon. ; Cette fonction ne nettoie pas la pile de son argument. global estPair section .text ; fonction qui retourne 1 si l'argument est pair, 0 sinon. ; ; argument 1: un...
Transynther/x86/_processed/P/_ht_zr_un_/i9-9900K_12_0xca_notsx.log_13158_2020.asm
ljhsiun2/medusa
9
40292
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r8 push %rax push %rcx push %rdi push %rsi lea addresses_A_ht+0x1b183, %r10 nop nop nop inc %rcx and $0xffffffffffffffc0, %r10 movaps (%r10), %xmm0 vpextrq $0, %xmm0, %rax nop nop xor %r8, %r8 lea addresses_WC_ht+0x1d5bb, %...
testsuite/ubivm/expected/add_with_var.asm
alexgarzao/UOP
0
40293
<filename>testsuite/ubivm/expected/add_with_var.asm<gh_stars>0 Entity start Constants 0 S start 1 S var1 2 S var2 3 I 10 4 I 20 5 I 1 6 S writeln End Def start Local variables 0 int var1 1 int var2 End ldconst 3 --> [10] stvar 0 --> [var1] ldvar 0 --> [var1] ldconst 4 --> [20] add ...
Transynther/x86/_processed/NONE/_st_/i7-8650U_0xd2.log_576_393.asm
ljhsiun2/medusa
9
40295
<filename>Transynther/x86/_processed/NONE/_st_/i7-8650U_0xd2.log_576_393.asm .global s_prepare_buffers s_prepare_buffers: push %r10 push %r9 push %rbp push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_WT_ht+0x10352, %rcx nop lfence mov (%rcx), %r9 nop nop nop add %rsi, %rsi lea addresses_A_ht+0x15683, %rs...
dv3/fd/mformat.asm
olifink/smsqe
0
40296
<gh_stars>0 ; DV3 Standard Floppy Disk Format  1993 <NAME> section dv3 xdef fd_mformat xref fd_hold xref fd_release xref fd_ckwp xref fd_newdensity xref fd_seek xref fd_recal xref fd_reset xref fd_sfmtt xref fd_fmtt xref fd_rid xref fd_rphys xref fd_wait xref gu_achpp xref gu_rchp include...
examples/y/fpu.asm
Benderx2/FVM
2
40297
include 'a32.inc' _start: PUSH R0 JMPF MainClass.Main MainClass.Main: JMPF @f include "console.lib" @@: PUSH MainClass.sin30 CALLF Console.WriteLine PUSH 30.0 F_SINX POP R1 VM_CALL 4 PUSH MainClass.cos30 CALLF Console.WriteLine PUSH 30.0 F_COSX POP R0 PUSH R1 LOAD_R1 R0 VM_CALL 4 POP R1 PUSH R0 P...
programs/oeis/312/A312684.asm
karttu/loda
0
40299
<reponame>karttu/loda ; A312684: Coordination sequence Gal.6.252.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,8,14,20,26,32,38,44,48,52,56,60,66,72,78,84,90,96,100,104,108,112,118,124,130,136,142,148,152,156,160,164,170,176,...
IS226/8086quickSort.asm
czx99/my_IScourse
2
40301
<filename>IS226/8086quickSort.asm data segment a dw 0050H, 0049H, 0048H, 0047H, 0046H, 0045H, 0044H, 0043H, 0042H, 0041H, 0040H, 0039H, 0038H, 0037H, 0036H, 0035H, 0034H, 0033H, 0032H, 0031H, 0030H, 0029H, 0028H, 0027H, 0026H, 0025H, 0024H, 0023H, 0022H, 0021H, 0020H, 0019H, 0018H, 0017H, 0016H, 0015H, 0014H, 0013H,...
Debug/aes.asm
polamagdygeo/uWave
0
40304
<filename>Debug/aes.asm<gh_stars>0 ;****************************************************************************** ;* TI ARM C/C++ Codegen Unix v18.1.1.LTS * ;* Date/Time created: Fri Jul 3 20:08:23 2020 * ;********************************************...
vm_check/memory/0_stack.asm
skiff-vm/skiff
0
40305
<reponame>skiff-vm/skiff<filename>vm_check/memory/0_stack.asm<gh_stars>0 .init main .debug 3 .code main: aseq x0 sp ; Ensure the stack pointer is 0 ; QWORD mov i1 @2147483650 push_qw i1 mov i9 @8 ; Check SP updated aseq i9 sp ; DWORD mov i2 @33000 push_dw i2 mov i9 @12 ; Check SP updated ...
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_16726_863.asm
ljhsiun2/medusa
9
40306
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r14 push %rbx push %rcx push %rdi push %rsi lea addresses_normal_ht+0xf41c, %rsi lea addresses_UC_ht+0xabfe, %rdi nop nop nop nop cmp $8711, %r11 mov $44, %rcx rep movsq nop nop nop and $54638, %r14 lea addresses_UC_ht+0x1cffe, %rsi lea addresses_A_...
source/features/cli.asm
feliposz/FelipOS
0
40307
<gh_stars>0 os_command_line: call os_clear_screen mov si, version_msg call os_print_string mov si, help_msg call os_print_string jmp get_command get_command: mov si, prompt call os_print_string mov word [param_list], 0 mov ax, input mov bx, 78 call os_input_string ...
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_1137.asm
ljhsiun2/medusa
9
40308
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r9 push %rax push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0xf760, %rsi lea addresses_A_ht+0x16360, %rdi nop nop cmp %rdx, %rdx mov $58, %rcx rep movsb nop nop nop and %rsi, %rsi lea addresses_UC_ht+0x17360, %rdi and %rax, %rax mo...
COMP308 WINTER 2020/Lab 5/Lab5b.asm
Seibaah/McGill-COMP
0
40309
<filename>COMP308 WINTER 2020/Lab 5/Lab5b.asm .286 .model small .stack 100h .data .code ; draw a single pixel specific to Mode 13h (320x200 with 1 byte per color) drawPixel: color EQU ss:[bp+4] x1 EQU ss:[bp+6] y1 EQU ss:[bp+8] push bp mov bp, sp push bx push cx push dx push es ; set ES as segment of gra...
Transynther/x86/_processed/US/_st_4k_/i9-9900K_12_0xca.log_21829_735.asm
ljhsiun2/medusa
9
40310
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r8 push %r9 push %rbp push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_D_ht+0x2404, %rbx nop dec %r9 vmovups (%rbx), %ymm5 vextracti128 $1, %ymm5, %xmm5 vpextrq $0, %xmm5, %r11 nop nop nop nop cmp $4151, %rbx lea addresses_UC_ht+0x7004, %rdx no...
data/pokemon/dex_entries/togetic.asm
AtmaBuster/pokeplat-gen2
6
40311
db "HAPPINESS@" ; species name db "Although it does" next "not flap its wings" next "very much, it can" page "stay up in the air" next "as it tags along" next "after its trainer.@"
test/java/lookupswitch-bug-2995/Main.asm
OfekShilon/compiler-explorer
4,668
40312
<filename>test/java/lookupswitch-bug-2995/Main.asm Compiled from "example.java" class Main { Main(); Code: 0: aload_0 1: invokespecial #1 // Method java/lang/Object."<init>":()V 4: return LineNumberTable: line 1: 0 static void test(int); Code: 0: iload...
programs/oeis/160/A160412.asm
neoneye/loda
22
40313
; A160412: Number of "ON" cells at n-th stage in simple 2-dimensional cellular automaton (see Comments for precise definition). ; 0,3,12,21,48,57,84,111,192,201,228,255,336,363,444,525,768,777,804,831,912,939,1020,1101,1344,1371,1452,1533,1776,1857,2100,2343,3072,3081,3108,3135,3216,3243,3324,3405,3648,3675,3756,3837,4...
Transynther/x86/_processed/US/_zr_/i7-7700_9_0x48_notsx.log_21829_575.asm
ljhsiun2/medusa
9
40314
<reponame>ljhsiun2/medusa<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r12 push %r8 push %rax push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_WT_ht+0x5d1c, %r8 nop nop nop nop nop mfence movb $0x61, (%r8) nop nop nop nop inc %rdx lea addresses_WT_ht+0x11a1c, %rax ...
Lab 4 - Addition with Conditional Loops/Rectified - Addition/5a.asm
SathyasriS27/ARM7-Thumb-Programming
0
40315
<filename>Lab 4 - Addition with Conditional Loops/Rectified - Addition/5a.asm AREA LAB5, CODE, READONLY ENTRY LDR R0,=0X40000000 LDR R1, [R0], #04 LDR R2, [R0], #04 ADDS R3, R1, R2 STR R3, [R0] UP B UP END
programs/oeis/236/A236652.asm
neoneye/loda
22
40316
<filename>programs/oeis/236/A236652.asm<gh_stars>10-100 ; A236652: Positive integers n such that n^2 divided by the digital root of n is a square. ; 1,4,9,10,18,19,22,27,28,36,37,40,45,46,54,55,58,63,64,72,73,76,81,82,90,91,94,99,100,108,109,112,117,118,126,127,130,135,136,144,145,148,153,154,162,163,166,171,172,180,18...
kernel/src/boot/long_mode.asm
VenmoTools/OperatingSystem
10
40317
<filename>kernel/src/boot/long_mode.asm<gh_stars>1-10 ;************************************************************ ;* FileName : long_mode * ;* Author : VenmoSnake * ;* ProjectName : boot * ;* Time ...
programs/oeis/215/A215098.asm
karttu/loda
1
40318
<gh_stars>1-10 ; A215098: a(0)=0, a(1)=1, a(n) = n*(n-1) - a(n-2). ; 0,1,2,5,10,15,20,27,36,45,54,65,78,91,104,119,136,153,170,189,210,231,252,275,300,325,350,377,406,435,464,495,528,561,594,629,666,703,740,779,820,861,902,945,990,1035,1080,1127,1176,1225,1274,1325,1378,1431,1484,1539,1596,1653,1710,1769,1830,1891,1952...
data/mapHeaders/UndergroundPathRoute8.asm
AmateurPanda92/pokemon-rby-dx
9
40319
UndergroundPathRoute8_h: db GATE ; tileset db UNDERGROUND_PATH_ROUTE_8_HEIGHT, UNDERGROUND_PATH_ROUTE_8_WIDTH ; dimensions (y, x) dw UndergroundPathRoute8_Blocks ; blocks dw UndergroundPathRoute8_TextPointers ; texts dw UndergroundPathRoute8_Script ; scripts db 0 ; connections dw UndergroundPathRoute8_Object ; o...
programs/oeis/055/A055615.asm
neoneye/loda
22
40320
; A055615: a(n) = n*moebius(n) (cf. A008683). ; 1,-2,-3,0,-5,6,-7,0,0,10,-11,0,-13,14,15,0,-17,0,-19,0,21,22,-23,0,0,26,0,0,-29,-30,-31,0,33,34,35,0,-37,38,39,0,-41,-42,-43,0,0,46,-47,0,0,0,51,0,-53,0,55,0,57,58,-59,0,-61,62,0,0,65,-66,-67,0,69,-70,-71,0,-73,74,0,0,77,-78,-79,0,0,82,-83,0,85,86,87,0,-89,0,91,0,93,94,95...
programs/oeis/145/A145342.asm
neoneye/loda
22
40321
<reponame>neoneye/loda ; A145342: a(n) = (A145341(n) + 1)/2. ; 1,2,3,4,5,7,6,8,9,13,11,15,10,14,12,16,17,25,21,29,19,27,23,31,18,26,22,30,20,28,24,32,33,49,41,57,37,53,45,61,35,51,43,59,39,55,47,63,34,50,42,58,38,54,46,62,36,52,44,60,40,56,48,64,65,97,81,113,73,105,89,121,69,101,85,117,77,109,93,125,67,99,83,115,75,107...
oeis/103/A103771.asm
neoneye/loda-programs
11
40323
<gh_stars>10-100 ; A103771: Expansion of 1/(1-4x-4x^2-4x^3). ; Submitted by <NAME>(s2) ; 1,4,20,100,496,2464,12240,60800,302016,1500224,7452160,37017600,183879936,913398784,4537185280,22537856000,111953760256,556115206144,2762427289600,13721985024000,68162110078976,338586089570304 mov $2,1 lpb $0 sub $0,1 mul $2,4...
oeis/292/A292648.asm
neoneye/loda-programs
11
40324
; A292648: Rank of Pi*n when all the numbers Pi*j and (Pi+1)*k, for j>=1, k>=1, are jointly ranked. ; Submitted by <NAME> ; 1,3,5,7,8,10,12,14,15,17,19,21,22,24,26,28,29,31,33,35,36,38,40,42,43,45,47,49,50,52,54,56,58,59,61,63,65,66,68,70,72,73,75,77,79,80,82,84,86,87,89,91,93,94,96,98,100,101,103,105,107,109,110,112,1...
oeis/284/A284379.asm
neoneye/loda-programs
11
40325
<reponame>neoneye/loda-programs ; A284379: Numbers n with digits 3 and 5 only. ; Submitted by <NAME>(s4) ; 3,5,33,35,53,55,333,335,353,355,533,535,553,555,3333,3335,3353,3355,3533,3535,3553,3555,5333,5335,5353,5355,5533,5535,5553,5555,33333,33335,33353,33355,33533,33535,33553,33555,35333,35335,35353,35355,35533,35535,3...
oeis/321/A321171.asm
neoneye/loda-programs
11
40326
<filename>oeis/321/A321171.asm ; A321171: a(n) is the total number of 1's in binary that n shares with the positive integers less than n. ; Submitted by <NAME> ; 0,0,2,0,3,4,9,0,5,6,13,8,16,18,28,0,9,10,21,12,24,26,40,16,30,32,48,36,53,56,75,0,17,18,37,20,40,42,64,24,46,48,72,52,77,80,107,32,58,60,88,64,93,96,127,72,10...
test/asm_exe/fullseg2.asm
nigelperks/BasicAssembler
0
40327
<filename>test/asm_exe/fullseg2.asm IDEAL ASSUME CS:SEG1, DS:SEG0, ES:SEG0 SEGMENT SEG0 DB 1024 DUP (00h) DB 1024 DUP (01h) DB 1024 DUP (02h) DB 1024 DUP (03h) DB 1024 DUP (04h) DB 1024 DUP (05h) DB 1024 DUP (06h) DB 1024 DUP (07h) DB 1024 DUP (08h) DB 1024 DUP (09h) DB 1024 DUP (0Ah) DB 1024 DUP (0Bh...
Transynther/x86/_processed/US/_zr_/i7-7700_9_0x48.log_21829_2460.asm
ljhsiun2/medusa
9
40328
.global s_prepare_buffers s_prepare_buffers: ret .global s_faulty_load s_faulty_load: push %r11 push %r14 push %rax push %rbp push %rdi push %rdx push %rsi // Load lea addresses_A+0x6b9d, %rsi nop nop nop nop nop xor $65359, %r11 movups (%rsi), %xmm6 vpextrq $0, %xmm6, %rdi nop and $24478, %r14 // Store lea addr...
src/test/resources/data/generationtests/macro80-base2-expected.asm
cpcitor/mdlz80optimizer
36
40330
; Comments start with some random character , ; and only end when that character is found again org 4000H START: jr START LF1: ld a, (hl) ret LF2: ld a, (de) ret
src/game.asm
chpoon92/comp2611-project-submarine-game
1
40331
.data title: .asciiz "COMP2611 Game" game_win: .asciiz "You Win! Enjoy the game brought by COMP2611!" game_lose: .asciiz "Come on! It's an easy game!" input_dolphin: .asciiz "Enter the number of Dolphins: " input_subma: .asciiz "Enter the number omf Submarines: " input_bombs: .asciiz "Enter the number of Simple Bombs...
Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xa0_notsx.log_21829_1909.asm
ljhsiun2/medusa
9
40332
<filename>Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xa0_notsx.log_21829_1909.asm .global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r9 push %rax push %rcx push %rdi push %rdx push %rsi lea addresses_D_ht+0x152f2, %rax cmp $45147, %rdx mov (%rax), %r11d xor %r9, %r9 lea addresses_A_ht+0x1...
Test/Assembler/Scanner2.asm
CharlesCarley/HackComputer
0
40333
<filename>Test/Assembler/Scanner2.asm # lc @0 @1 @12 @123 @1234 @12345 @123456 @1234567 @12345678 @123456789 + - ! & | ; = ) ( D A !D !A -D -A D+1 A+1 D-1 A-1 D+A D-A A-D D&A D|A M !M -M M+1 M-1 D+M D-M M-D D&M D|M AMD A AM AD AMD JGT JEQ JGE JLT JNE JLE JMP
programs/oeis/135/A135992.asm
jmorken/loda
1
40334
<gh_stars>1-10 ; A135992: Positive Fibonacci numbers swapped in pairs. ; 1,1,3,2,8,5,21,13,55,34,144,89,377,233,987,610,2584,1597,6765,4181,17711,10946,46368,28657,121393,75025,317811,196418,832040,514229,2178309,1346269,5702887,3524578,14930352,9227465,39088169,24157817 mov $1,1 mov $2,$0 lpb $2 sub $2,$3 add $4,...
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_21829_1765.asm
ljhsiun2/medusa
9
40336
<filename>Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_21829_1765.asm .global s_prepare_buffers s_prepare_buffers: push %r10 push %r13 push %r15 push %r8 push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_UC_ht+0x131, %rdx nop nop sub $39634, %rbx movl $0x61626364, (%rdx) nop nop nop nop an...
ASM-Homework/CallPrintf/TwoArgs.asm
SokolovVadim/ComputerScience
0
40337
<filename>ASM-Homework/CallPrintf/TwoArgs.asm // Summ of two args returns in rax section .text global _MyProc ; global name of my function _MyProc: push rbp mov rbp, rsp xor rax, rax mov rax, rdi ...
_not os code/TESTING/ObjectEditor.asm
jaredwhitney/os3
5
40338
ObjectEditor.init : pusha popa ret ObjectEditor.main : pusha popa ret ObjectEditor.updatePreview : pusha popa ret ObjectEditor.loadFile : pusha popa ret ObjectEditor.saveFile : pusha popa ret ObjectEditor.newFile : pusha popa ret ObjectEditor.addTri : pusha popa ret ObjectEdi...
programs/oeis/071/A071860.asm
jmorken/loda
1
40339
; A071860: Number of k 1<=k<=n such that sigma(k) is odd. ; 1,2,2,3,3,3,3,4,5,5,5,5,5,5,5,6,6,7,7,7,7,7,7,7,8,8,8,8,8,8,8,9,9,9,9,10,10,10,10,10,10,10,10,10,10,10,10,10,11,12,12,12,12,12,12,12,12,12,12,12,12,12,12,13,13,13,13,13,13,13,13,14,14,14,14,14,14,14,14,14,15 mov $245,$0 mov $247,$0 add $247,1 lpb $247 clr $...
aoc/day02/part1.asm
antoniojema/aoc_2021_assemblymaybe
0
40340
global aoc_day02_1 extern printcstr, printlb, printd, file_read_uint32 section .data filename db 'input1.txt', 0 part1 db 'Part 1:', 0 file_des db ' File descriptor: ', 0 lines db ' Lines read: ', 0 horiz db ' Horizontal: ...
oeis/178/A178744.asm
neoneye/loda-programs
11
40341
; A178744: Partial sums of floor(4^n/9). ; Submitted by <NAME>(s1.) ; 0,0,1,8,36,149,604,2424,9705,38832,155340,621373,2485508,9942048,39768209,159072856,636291444,2545165797,10180663212,40722652872,162890611513,651562446080,2606249784348,10424999137421,41699996549716,166799986198896,667199944795617,2668799779182504,10...
oeis/142/A142359.asm
neoneye/loda-programs
11
40342
<filename>oeis/142/A142359.asm ; A142359: Primes congruent to 8 mod 47. ; Submitted by <NAME> ; 149,337,431,619,1277,1559,1747,2029,2311,2593,2687,2969,3251,3533,4003,4567,4943,5413,5507,6353,6823,6917,7481,7669,7951,8233,8609,9173,9643,10301,10771,11617,13121,13309,13591,13873,13967,14249,14437,14813,15377,16223,16411...
Source/BootDebug/Startup.asm
FoxCutter/BootDebug
0
40343
.686P .MODEL FLAT .CODE ; extern "C" void MultiBootMain(void *Address, uint32_t Magic) EXTERNDEF C MultiBootMain:PROC ; 32k stack size StackSize EQU 8000h MultiBootEntry Proc C public ; Set up the stack mov esp, (offset MyStack + StackSize) ; Clear out the EFLAGS ;xor ecx, ecx mov ecx, 01000h push ecx pop...
testsuite/ubivm/output/table_1d_8.asm
alexgarzao/UOP
0
40344
<reponame>alexgarzao/UOP<gh_stars>0 .constant_pool .const 0 string [start] .const 1 string [proptab] .const 2 string [constructor] .const 3 string [vartab] .const 4 string [index] .const 5 int [1] .const 6 int [10] .const 7 string [vartab[] .const 8 string []=] .const...
arch/x86_64/cpu/signal.asm
PoisonNinja/quark
3
40345
<gh_stars>1-10 global signal_return signal_return: mov rdi, rsp ; Technically not syscall compliant, but we don't care about anything mov rax, qword 15 syscall ; No return
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_999.asm
ljhsiun2/medusa
9
40346
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r10 push %r14 push %r15 push %r8 push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_WT_ht+0x4721, %r10 nop nop lfence mov (%r10), %bx nop cmp $13261, %r8 lea addresses_normal_ht+0x191e3, %r15 nop nop nop nop nop and %rbp, %rbp mov...
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_536.asm
ljhsiun2/medusa
9
40347
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r12 push %r15 push %r8 push %rbp push %rcx push %rdi push %rsi lea addresses_UC_ht+0x1e09c, %r10 nop nop nop nop sub $48524, %r12 movups (%r10), %xmm4 vpextrq $0, %xmm4, %r8 nop cmp $62621, %rbp lea addresses_UC_ht+0x14830, %rbp nop nop nop nop nop ...
sw/552tests/inst_tests/subi_2.asm
JPShen-UWM/ThreadKraken
1
40348
<gh_stars>1-10 // Original test: ./michail/hw4/problem6/subi_2.asm // Author: michail // Test source code follows lbi r1,3 // Load 10 to r1 subi r2,r1,-2 // Subtract -20-10 halt
oeis/117/A117397.asm
neoneye/loda-programs
11
40350
<filename>oeis/117/A117397.asm ; A117397: Column 3 of triangle A117396. ; 1,4,19,109,739,5779,51139,504739,5494339,65369539,843747139,11741033539,175200329539,2790549065539,47251477577539,847548190793539,16053185741897539,320165936763977539,6706533708227657539,147206624680428617539,3378708717041050697539 lpb $0 add ...
programs/oeis/185/A185914.asm
karttu/loda
0
40351
<filename>programs/oeis/185/A185914.asm ; A185914: Array: T(n,k)=k-n+1 for k>=n; T(n,k)=0 for k<n; by antidiagonals. ; 1,2,0,3,1,0,4,2,0,0,5,3,1,0,0,6,4,2,0,0,0,7,5,3,1,0,0,0,8,6,4,2,0,0,0,0,9,7,5,3,1,0,0,0,0,10,8,6,4,2,0,0,0,0,0,11,9,7,5,3,1,0,0,0,0,0,12,10,8,6,4,2,0,0,0,0,0,0,13,11,9,7,5,3,1,0,0,0,0,0,0,14,12,10,8,6,...
grep.asm
Anson-Doan/-CS537-Spring2021-P3b-xv6KernelThreads
0
40352
<filename>grep.asm<gh_stars>0 _grep: file format elf32-i386 Disassembly of section .text: 00000000 <matchstar>: return 0; } // matchstar: search for c*re at beginning of text int matchstar(int c, char *re, char *text) { 0: f3 0f 1e fb endbr32 4: 55 push %ebp 5: 89 e5 ...
oeis/151/A151785.asm
neoneye/loda-programs
11
40353
<filename>oeis/151/A151785.asm<gh_stars>10-100 ; A151785: 7^{wt(n)-1} where wt(n) is the binary weight of n (A000120). ; Submitted by <NAME> ; 1,1,7,1,7,7,49,1,7,7,49,7,49,49,343,1,7,7,49,7,49,49,343,7,49,49,343,49,343,343,2401,1,7,7,49,7,49,49,343,7,49,49,343,49,343,343,2401,7,49,49,343,49,343,343,2401,49,343,343,2401...
.old/2019/new/hello_world.asm
zhooda/dumbOS
0
40354
<gh_stars>0 [bits 16] ; tell assembler that we're in 16 bit mode [org 0x7c00] ; organize from 0x7c00 memory location where BIOS will load .start: ; start label from where our code starts xor ax, ax ;set ax register to 0 mov ds, ax ;set data segment(ds) to 0 mov es, ax ;set extra segment(es)...
Transynther/x86/_processed/US/_ht_/i7-8650U_0xd2.log_1634_615.asm
ljhsiun2/medusa
9
40355
<filename>Transynther/x86/_processed/US/_ht_/i7-8650U_0xd2.log_1634_615.asm<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r15 push %r8 push %r9 push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_WT_ht+0xb72a, %rcx nop nop nop nop nop mfence mov $0x6162636465666768, %rdi movq %rdi, (%rcx)...
data/baseStats_original/tyranitar.asm
adhi-thirumala/EvoYellow
16
40357
db DEX_TYRANITAR ; pokedex id db 100 ; base hp db 134 ; base attack db 110 ; base defense db 61 ; base speed db 95 ; base special db ROCK ; species type 1 db DARK ; species type 2 db 10 ; catch rate db 177 ; base exp yield INCBIN "pic/ymon/tyranitar.pic",0,1 ; 66, sprite dimensions dw TyranitarPicFront dw TyranitarPicB...
Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xa0.log_21829_892.asm
ljhsiun2/medusa
9
40358
.global s_prepare_buffers s_prepare_buffers: ret .global s_faulty_load s_faulty_load: push %r11 push %r13 push %r14 push %r15 push %r9 push %rbp push %rcx // Store lea addresses_PSE+0xbc63, %r15 nop nop nop nop nop and $47482, %r11 mov $0x5152535455565758, %rcx movq %rcx, %xmm2 vmovups %ymm2, (%r15) xor $31702, %...
PRG/objects/W8HTrap3.asm
narfman0/smb3_pp1
0
40359
.byte $01 ; Unknown purpose .byte OBJ_CANCELEVENT, $04, $19 .byte OBJ_CHEEPCHEEPBEGIN, $17, $19 .byte OBJ_CHEEPCHEEPBEGIN, $5C, $19 .byte OBJ_CANCELEVENT, $70, $19 .byte $FF ; Terminator
audio/music/museumguy.asm
etdv-thevoid/pokemon-rgb-enhanced
9
40360
Music_MuseumGuy_Ch0:: tempo 128 volume 7, 7 duty 2 toggleperfectpitch notetype 12, 11, 1 octave 3 B_ 2 A_ 2 G# 2 A_ 2 G# 2 F# 2 E_ 2 D# 2 octave 2 B_ 4 B_ 1 octave 3 D# 1 E_ 1 G# 1 B_ 10 callchannel Music_MuseumGuy_branch_ade7 callchannel Music_MuseumGuy_branch_adec callchannel Music_MuseumGuy_...
base/mvdm/dos/v86/redir/int2a.asm
npocmaka/Windows-Server-2003
17
40361
page ,132 if 0 /*++ Copyright (c) 1991 Microsoft Corporation Module Name: int2a.asm Abstract: This module contains the int 2a handler for the NT VDM redir TSR Author: <NAME> (rfirth) 29-Oct-1991 Environment: Dos mode only Revision History: 05-Sep-1991 rfirth ...
oeis/332/A332741.asm
neoneye/loda-programs
11
40362
<filename>oeis/332/A332741.asm ; A332741: Number of unimodal negated permutations of a multiset whose multiplicities are the prime indices of n. ; Submitted by <NAME> ; 1,1,1,2,1,2,1,4,3,2,1,4,1,2,3,8,1,6,1,4,3,2,1,8,4,2,9,4,1,6,1,16,3,2,4,12,1,2,3,8,1,6,1,4,9,2,1,16,5,8,3,4,1,18,4,8,3,2,1,12,1,2,9,32,4,6,1,4,3,8,1,24,...
maps/CeladonGym.asm
Dev727/ancientplatinum
28
40363
<filename>maps/CeladonGym.asm object_const_def ; object_event constants const CELADONGYM_ERIKA const CELADONGYM_LASS1 const CELADONGYM_LASS2 const CELADONGYM_BUENA const CELADONGYM_TWIN1 const CELADONGYM_TWIN2 CeladonGym_MapScripts: db 0 ; scene scripts db 0 ; callbacks CeladonGymErikaScript: faceplayer o...
programs/oeis/055/A055601.asm
neoneye/loda
22
40364
; A055601: Number of n X n binary matrices with no zero rows. ; 1,1,9,343,50625,28629151,62523502209,532875860165503,17878103347812890625,2375680873491867011912191,1255325460068093790930770843649 mov $1,2 pow $1,$0 sub $1,1 pow $1,$0 mov $0,$1
day23/asmhead.asm
ghosind/HariboteOS
11
40365
<gh_stars>10-100 ; haribote-os VBEMODE EQU 0x105 ; 0x100: 640 * 400 * 8bit ; 0x101: 640 * 480 * 8bit ; 0x103: 800 * 600 * 8bit ; 0x105: 1024 * 768 * 8bit ; 0x107: 1280 * 1024 * 8bit BOTPAK EQU 0x00280000 ; 加载bootpack DSKCAC EQU 0x00100000 ; 磁盘缓存的位置 DSKCAC0 EQU 0x00008000 ; 实模式磁盘缓存的位置 ; 有关BOOT_INF...
programs/oeis/193/A193399.asm
neoneye/loda
22
40366
; A193399: Wiener index of a benzenoid consisting of a chain of n hexagons characterized by the encoding s = 1133 (see the Gutman et al. reference, Sec. 5). ; 27,109,271,545,931,1493,2199,3145,4267,5693,7327,9329,11571,14245,17191,20633,24379,28685,33327,38593,44227,50549,57271,64745,72651,81373,90559,100625,111187,122...
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_10331_730.asm
ljhsiun2/medusa
9
40367
<filename>Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_10331_730.asm .global s_prepare_buffers s_prepare_buffers: push %r12 push %r13 push %r15 push %r9 push %rbx push %rcx push %rdi push %rsi lea addresses_D_ht+0x36e0, %r12 nop nop nop nop xor $53650, %r15 movb $0x61, (%r12) nop nop nop add $4110, %r9 lea ad...
programs/oeis/257/A257850.asm
karttu/loda
1
40368
<reponame>karttu/loda<filename>programs/oeis/257/A257850.asm ; A257850: a(n) = floor(n/10) * (n mod 10). ; 0,0,0,0,0,0,0,0,0,0,0,1,2,3,4,5,6,7,8,9,0,2,4,6,8,10,12,14,16,18,0,3,6,9,12,15,18,21,24,27,0,4,8,12,16,20,24,28,32,36,0,5,10,15,20,25,30,35,40,45,0,6,12,18,24,30,36,42,48,54,0,7,14,21,28,35,42,49,56,63,0,8,16,24,3...
Largest_Number.asm
Abhik-Kumar/8085
0
40369
// 2K19/EE/009 <NAME> // Find largest number among the numbers # ORG 1000 # BEGIN 1000 LXI H,1050 // Address to get array size MOV C,M // Size of array INX H // Point to next location of array MOV B,M // loading 1st data DCR C // Decrease the size of array LOOP: INX H // move to next location ...
programs/oeis/001/A001922.asm
neoneye/loda
22
40370
<reponame>neoneye/loda ; A001922: Numbers n such that 3*n^2-3*n+1 is both a square (A000290) and a centered hexagonal number (A003215). ; 1,8,105,1456,20273,282360,3932761,54776288,762935265,10626317416,148005508553,2061450802320,28712305723921,399910829332568,5570039304932025,77580639439715776,1080558912851088833,1505...
src/kernel/drivers/soc/usart_def.asm
rostislav-nikitin/socOS
1
40371
;======================================================================================================================= ; ; ; Name: socOS (System On Chip Operation System) ...
level04/Ressources/read_file.asm
kcosta42/OverRide
1
40372
<reponame>kcosta42/OverRide ; Linux/x86 file reader. ; 65 bytes + pathname ; Author: certaindeath _start: xor %eax, %eax xor %ebx, %ebx xor %ecx, %ecx xor %edx, %edx jmp two one: pop %ebx movb $5, %al ; open xor %ecx, %ecx int $0x80 mov %eax, %esi jmp read exit: movb $1, %al ; exit xor %ebx, ...
oeis/003/A003557.asm
neoneye/loda-programs
11
40374
; A003557: n divided by largest squarefree divisor of n; if n = Product p(k)^e(k) then a(n) = Product p(k)^(e(k)-1), with a(1) = 1. ; Submitted by <NAME> ; 1,1,1,2,1,1,1,4,3,1,1,2,1,1,1,8,1,3,1,2,1,1,1,4,5,1,9,2,1,1,1,16,1,1,1,6,1,1,1,4,1,1,1,2,3,1,1,8,7,5,1,2,1,9,1,4,1,1,1,2,1,1,3,32,1,1,1,2,1,1,1,12,1,1,5,2,1,1,1,8,2...
unittests/ASM/Primary/Primary_98.asm
cobalt2727/FEX
628
40376
<reponame>cobalt2727/FEX %ifdef CONFIG { "RegData": { "RAX": "0xFFFFFFFFFFFFFFF0" }, "MemoryRegions": { "0x100000000": "4096" } } %endif mov al, 0xF0 cbw cwde cdqe hlt
libsrc/_DEVELOPMENT/arch/sms/vdp/z80/asm_sms_vdp_init.asm
jpoikela/z88dk
640
40378
; void sms_vdp_init(void *vdp_register_array) ; from SMSlib INCLUDE "config_private.inc" SECTION code_clib SECTION code_crt_common PUBLIC asm_sms_vdp_init asm_sms_vdp_init: ; initialize VDP registers R0-R10 ; ; INTERRUPTS ARE NOT AFFECTED HERE BECAUSE THIS IS CALLED FROM CRTs ; INTERRUPTS SHOULD BE DIS...
Transynther/x86/_processed/US/_zr_/i7-7700_9_0x48.log_21829_2493.asm
ljhsiun2/medusa
9
40379
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r12 push %r14 push %r15 push %r9 push %rax push %rbp push %rdi lea addresses_normal_ht+0x186e, %r14 nop nop nop nop add $14930, %rax mov $0x6162636465666768, %rbp movq %rbp, %xmm0 movups %xmm0, (%r14) nop nop nop nop nop sub %r15, %r15 lea add...
test/jzas/sintactic/valid/success21.asm
scoffey/jz80sim
1
40381
<reponame>scoffey/jz80sim aseg org 3000h start0: jp start ledmarquee: push BC push AF ld A, 80h ; cargo el valor inicial en A sigo: out (82h), A ld B, A ; resguardo A en B in A, (81h) ; me fijo si se pulso una tecla cp 1 ld A, B ; restauro A rrca ; rotacion de bits en A (pasa al si...
LM/Aula3/mov_inst4/mov_inst_4.asm
Kw-Vinicius/Linguagem-de-Montagem-
0
40383
<reponame>Kw-Vinicius/Linguagem-de-Montagem-<filename>LM/Aula3/mov_inst4/mov_inst_4.asm ;############################################### ; Exemplo de definições múltiplas ;############################################### SECTION .data ;Seção de declaração de dados e alocação de memória LINE_BREAK EQU 10 ;Variável co...
Working Disassembly/Levels/LBZ/Misc Object Data/Map - (&LRZ) Tunnel Exhaust.asm
TeamASM-Blur/Sonic-3-Blue-Balls-Edition
5
40384
<filename>Working Disassembly/Levels/LBZ/Misc Object Data/Map - (&LRZ) Tunnel Exhaust.asm Map_29C8A: dc.w word_29C8E-Map_29C8A dc.w word_29C96-Map_29C8A word_29C8E: dc.w 1 dc.b $F4, $E, 0, $2A, $FF, $F0 word_29C96: dc.w 1 dc.b $F0, $B, 0, $2A, $FF, $F4
Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0x48_notsx.log_21829_1041.asm
ljhsiun2/medusa
9
40385
<reponame>ljhsiun2/medusa<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r14 push %r15 push %r8 push %r9 push %rbx push %rcx push %rdi push %rsi lea addresses_A_ht+0x7a30, %rcx add %r15, %r15 movups (%rcx), %xmm6 vpextrq $0, %xmm6, %r9 nop nop xor %rbx, %rbx lea addresses_D_ht+0xb228, %rsi lea address...
ioq3/build/release-js-js/missionpack/game/ai_vcmd.asm
RawTechnique/quake-port
1
40387
export BotVoiceChat_GetFlag code proc BotVoiceChat_GetFlag 8 8 ADDRFP4 0 ADDRFP4 0 INDIRP4 ASGNP4 ADDRGP4 gametype INDIRI4 CNSTI4 4 NEI4 $55 ADDRLP4 0 CNSTI4 0 ASGNI4 ADDRGP4 ctf_redflag+12 INDIRI4 ADDRLP4 0 INDIRI4 EQI4 $61 ADDRGP4 ctf_blueflag+12 INDIRI4 ADDRLP4 0 INDIRI4 NEI4 $56 LABELV $61 ADDRGP4 $54 JUMPV LABELV ...
sound/DevSoundEntryPoints.asm
ISSOtm/Aevilia-GB
53
40388
SECTION "DevSound entry points",ROM0 DevSound_JumpTable: DS_Init:: ld c, a ld [wCurrentMusicID], a jpacross DevSound_Init DS_Play:: jpacross DevSound_Play DS_Stop:: jpacross DevSound_Stop DS_Fade:: ld c, a jpacross DevSound_Fade
pwnlib/shellcraft/templates/amd64/linux/sh.asm
kristoff3r/pwntools
1
40389
<filename>pwnlib/shellcraft/templates/amd64/linux/sh.asm<gh_stars>1-10 <% from pwnlib.shellcraft import amd64 %> <%docstring>Execute /bin/sh</%docstring> mov rax, 0x68732f2f6e69622f /* '/bin//sh' */ /* clear rdx and rsi */ cdq mov rsi, rdx /* push '/bin//sh\\0' */ push rdx push rax ...
oeis/077/A077909.asm
neoneye/loda-programs
11
40390
; A077909: Expansion of 1/((1-x)*(1+x+x^2+2*x^3)). ; Submitted by <NAME> ; 1,0,0,-1,2,0,1,-4,4,-1,6,-12,9,-8,24,-33,26,-40,81,-92,92,-161,254,-276,345,-576,784,-897,1266,-1936,2465,-3060,4468,-6337,7990,-10588,15273,-20664,26568,-36449,51210,-67896,89585,-124108,170316,-225377,303278,-418532,566009,-754032,1025088,-140...
data/sample/TrainASM/5QpgRV2cqU9wvjBist1a.asm
dsp-uga/Team-Marianne-p2
0
40391
HEADER:00400000 ; HEADER:00400000 ; +-------------------------------------------------------------------------+ HEADER:00400000 ; | This file has been generated by The Interactive Disassembler (IDA) | HEADER:00400000 ; | Copyright (c) 2013 Hex-Rays, <<EMAIL>> | HEADER:00400000 ...
programs/oeis/308/A308167.asm
neoneye/loda
22
40394
; A308167: Number of integer-sided triangles with perimeter n and sides a, b, and c such that a <= b <= c and a|b. ; 0,0,1,0,1,1,2,0,2,2,3,1,2,2,5,2,3,3,4,2,5,5,6,2,4,4,7,5,6,6,7,3,6,6,9,6,7,7,10,6,7,7,8,6,11,11,12,6,8,8,11,9,10,10,13,9,12,12,13,9,10,10,15,10,13,13,14,12,15,15,16,10,11,11,16,14,17 mov $4,2 mov $5,$0 l...
oeis/168/A168251.asm
neoneye/loda-programs
11
40395
; A168251: a(n) = n^2 if n is odd, n^2*2^(n-2) if n is even. ; 0,1,4,9,64,25,576,49,4096,81,25600,121,147456,169,802816,225,4194304,289,21233664,361,104857600,441,507510784,529,2415919104,625,11341398016,729,52613349376,841,241591910400,961,1099511627776,1089,4964982194176,1225,22265110462464,1369,99230924406784,1521,4...
examples/asm/stack.asm
dalloriam/slang
0
40396
<reponame>dalloriam/slang .data .text ld $0 10 ld $1 20 push $0 move $1 $0 pop $1 ld $v0 2 syscall
src/test/resources/data/generationtests/glass-proc2.asm
cpcitor/mdlz80optimizer
36
40398
<filename>src/test/resources/data/generationtests/glass-proc2.asm ; Thanks to ToriHino for this test case (which failed in version 1.8.1) CONST: PROC CHARS: PROC OUTSIDE equ 0 ENDP LEFT_X1 equ 5 REPT LEFT_X1 - 1 db CHARS.OUTSIDE ENDM ENDP
ROM/include/funcs_VIAA_2x16_lcd.asm
mspeculatrix/Zolatron64
0
40399
<filename>ROM/include/funcs_VIAA_2x16_lcd.asm \ LCD FUNCTIONS -- funcs_lcd.asm ----------------------------------------------- \ ------------------------------------------------------------------------------ \ --- LCD_CLEAR_BUF \ ------------------------------------------------------------------------------ \ Fill th...
oeis/310/A310409.asm
neoneye/loda-programs
11
40400
; A310409: Coordination sequence Gal.3.19.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. ; Submitted by <NAME> ; 1,4,10,14,20,24,28,34,38,44,48,52,58,62,68,72,76,82,86,92,96,100,106,110,116,120,124,130,134,140,144,148,154,158,164,16...