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
Transynther/x86/_processed/NONE/_st_zr_un_/i7-7700_9_0xca.log_21829_502.asm
ljhsiun2/medusa
9
202202
<reponame>ljhsiun2/medusa<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r11 push %r15 push %rbp push %rdx lea addresses_WC_ht+0x170bb, %r11 nop nop add %rbp, %rbp movl $0x61626364, (%r11) nop nop nop nop sub %rdx, %rdx pop %rdx pop %rbp pop %r15 pop %r11 ret .global s_faulty_load s_faulty_load: ...
programs/oeis/159/A159619.asm
neoneye/loda
22
202203
<gh_stars>10-100 ; A159619: Slowest increasing sequence beginning with 4 such that n and a(n) are either both evil or both odious. ; 4,7,9,11,12,15,16,19,20,23,25,27,28,31,33,35,36,39,41,43,44,47,48,51,52,55,57,59,60,63,64,67,68,71,73,75,76,79,80,83,84,87,89,91,92,95,97,99,100,103,105,107,108,111,112,115,116,119,121,12...
Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_21829_263.asm
ljhsiun2/medusa
9
202207
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r9 push %rax push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_D_ht+0x1b858, %rdx nop nop lfence movl $0x61626364, (%rdx) nop nop nop nop nop xor %rdi, %rdi lea addresses_UC_ht+0x1a4d3, %rsi lea addresses_WC_ht+0xdacf, %rdi inc %r10 mov $66, %rc...
Transynther/x86/_processed/AVXALIGN/_st_/i7-8650U_0xd2_notsx.log_50_327.asm
ljhsiun2/medusa
9
202208
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r14 push %r9 push %rax push %rcx push %rdi push %rsi lea addresses_WT_ht+0x170a3, %rsi lea addresses_D_ht+0x124e3, %rdi clflush (%rsi) nop nop nop nop sub %r11, %r11 mov $39, %rcx rep movsq nop nop cmp $5615, %rcx lea addresses_WC_ht+0x92a3, %rsi le...
pr1.asm
L2jLiga/assembler
0
202209
<filename>pr1.asm S segment stack db 128 dup(?) S ends Dat segment a1 dw 1525,2731,1300,2500,3542,3342 a2 db 5 dup(?) Dat ends C segment ASSUME CS:C,SS:S,DS:Dat start: MOV AX,Dat MOV DS,AX mov cx,5 mov si,0 mov di,0 mover: mov ax,a1[SI] mov a2[DI],al inc si inc si inc di lo...
hello-func.asm
BaseMax/FirstAssemblyNASM
7
202210
<reponame>BaseMax/FirstAssemblyNASM<filename>hello-func.asm section .data text db "Hello, World!", 10 section .text global _start _start: call _printHello mov rax, 60 mov rdi, 0 syscall _printHello: mov rax, 1 mov rdi, 1 mov rsi, text mov rdx, 14 syscall ret
src/barbaro_axe.asm
fjpena/sword-of-ianna-zx
67
202211
<gh_stars>10-100 ; ASM source file created by SevenuP v1.21 ; SevenuP (C) Copyright 2002-2007 by <NAME>, aka Metalbrain ;GRAPHIC DATA: ;Pixel Size: ( 24, 32) ;Char Size: ( 3, 4) ;Frames: 6 ;Sort Priorities: X char, Char line, Y char, Frame number ;Data Outputted: Gfx ;Interleave: Sprit...
programs/oeis/313/A313560.asm
jmorken/loda
1
202212
; A313560: Coordination sequence Gal.6.201.2 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,5,10,14,19,24,28,33,38,42,47,52,57,62,66,71,76,80,85,90,94,99,104,109,114,118,123,128,132,137,142,146,151,156,161,166,170,175,180,184,189,...
programs/oeis/047/A047358.asm
karttu/loda
1
202213
<reponame>karttu/loda ; A047358: Numbers that are congruent to {2, 3} mod 7. ; 2,3,9,10,16,17,23,24,30,31,37,38,44,45,51,52,58,59,65,66,72,73,79,80,86,87,93,94,100,101,107,108,114,115,121,122,128,129,135,136,142,143,149,150,156,157,163,164,170,171,177,178,184,185,191,192,198,199,205,206,212,213,219,220,226,227,233,234,...
unittests/ASM/X87/DC_C0.asm
cobalt2727/FEX
628
202214
%ifdef CONFIG { "RegData": { "MM5": ["0x8000000000000000", "0x4001"], "MM6": ["0x8000000000000000", "0x4000"], "MM7": ["0xA000000000000000", "0x4001"] }, "MemoryRegions": { "0x100000000": "4096" } } %endif mov rdx, 0xe0000000 mov rax, 0x3ff0000000000000 ; 1.0 mov [rdx + 8 * 0], rax mov rax,...
code/9/2.asm
GeekHades1/AssemblyCode
1
202215
; 程序 9.3 assume cs:code code segment start: mov ax, 0 mov bx, 0 jmp far ptr s db 256 dup (0) s: add ax, 1 inc ax mov ax, 4C00H int 21H code ends end start ; 0B28:0006 EA0B01280B JMP 0B28:010B ; 0B28:000B 0000 ADD [BX+SI],AL ; jmp 指令的偏移量等于目的地址-jmp指令后的第一个字节的地...
Appl/Art/Decks/GeoDeck/CGADiamondA.asm
steakknife/pcgeos
504
202216
CGADiamondA label byte word C_BLACK Bitmap <67,41,BMC_PACKBITS,BMF_MONO> db 0xf9, 0xff, 0x00, 0xf0 db 0x00, 0x80, 0xfa, 0x00, 0x00, 0x30 db 0x00, 0x81, 0xfb, 0x00, 0x01, 0x1c, 0x30 db 0x01, 0x83, 0x80, 0xfc, 0x00, 0x01, 0x6b, 0x30 db 0x01, 0x86, 0xc0, 0xfc, 0x00, 0x01, 0xd5, 0xb0 db 0x01, 0x8c, 0x60, 0x...
data/mapObjects/mansion4.asm
etdv-thevoid/pokemon-rgb-enhanced
1
202217
Mansion4Object: db $1 ; border block db $1 ; warps db $16, $17, $5, MANSION_1 db $0 ; signs db $8 ; objects object SPRITE_BLACK_HAIR_BOY_2, $10, $17, STAY, NONE, $1, OPP_BURGLAR, $6 object SPRITE_BLACK_HAIR_BOY_2, $1b, $b, STAY, DOWN, $2, OPP_SUPER_NERD, $8 object SPRITE_BALL, $a, $2, STAY, NONE, $3, RARE_CA...
src/window/data.asm
jhm-ciberman/calculator-asm
2
202218
<gh_stars>1-10 ; Window _gr_str_class TCHAR 'CALCWIN64',0 ; class name _gr_wc WNDCLASSEX ; class _gr_whandle dq ? ; handle _gr_dc dq ? ; device context _gr_bmi BITMAPINFOHEADER ...
programs/oeis/037/A037585.asm
neoneye/loda
22
202220
<gh_stars>10-100 ; A037585: Base 6 digits are, in order, the first n terms of the periodic sequence with initial period 3,1. ; 3,19,117,703,4221,25327,151965,911791,5470749,32824495,196946973,1181681839,7090091037,42540546223,255243277341,1531459664047,9188757984285,55132547905711,330795287434269,1984771724605615 seq ...
kernel/src/userspace/flush_tss.asm
InsaneMiner/PradoshOS
0
202221
global flush_tss flush_tss: mov ax, (5 * 8) | 0 ; fifth 8-byte selector, symbolically OR-ed with 0 to set the RPL (requested privilege level). ltr ax ret
programs/oeis/070/A070399.asm
jmorken/loda
1
202222
<reponame>jmorken/loda ; A070399: a(n) = 6^n mod 31. ; 1,6,5,30,25,26,1,6,5,30,25,26,1,6,5,30,25,26,1,6,5,30,25,26,1,6,5,30,25,26,1,6,5,30,25,26,1,6,5,30,25,26,1,6,5,30,25,26,1,6,5,30,25,26,1,6,5,30,25,26,1,6,5,30,25,26,1,6,5,30,25,26,1,6,5,30,25,26,1,6,5,30,25,26,1,6,5,30,25,26,1,6,5,30,25,26,1,6,5,30,25,26,1,6,5,30,2...
oeis/040/A040091.asm
neoneye/loda-programs
11
202223
<gh_stars>10-100 ; A040091: Continued fraction for sqrt(102). ; Submitted by <NAME> ; 10,10,20,10,20,10,20,10,20,10,20,10,20,10,20,10,20,10,20,10,20,10,20,10,20,10,20,10,20,10,20,10,20,10,20,10,20,10,20,10,20,10,20,10,20,10,20,10,20,10,20,10,20,10 trn $0,1 mod $0,2 mul $0,10 add $0,10
C/LoDosLib/dossetft.asm
p-k-p/SysToolsLib
232
202224
<filename>C/LoDosLib/dossetft.asm page ,132 ;*****************************************************************************; ; ; ; FILE NAME: dossetft.asm ; ; ; ; DESCRIPTION: MS-DOS gst file time function 5701H ; ; ; ; NOTES: ; ; ...
exercise/04/fill/Fill.asm
linjiachi/co107a
0
202225
// This file is part of www.nand2tetris.org // and the book "The Elements of Computing Systems" // by <NAME>, MIT Press. // File name: projects/04/Fill.asm // Runs an infinite loop that listens to the keyboard input. // When a key is pressed (any key), the program blackens the screen, // i.e. writes "black" in ...
oeis/343/A343948.asm
neoneye/loda-programs
11
202227
<reponame>neoneye/loda-programs ; A343948: Decimal expansion of -(1 + (5/9)^(1/3)*((9+4*sqrt(6))^(1/3) - (4*sqrt(6)-9)^(1/3)))/4 (negated). ; Submitted by <NAME> ; 6,0,5,8,2,9,5,8,6,1,8,8,2,6,8,0,2,0,9,9,0,9,3,8,7,3,1,1,5,7,0,7,2,7,5,9,9,0,0,4,6,9,2,6,6,5,6,6,5,4,9,0,8,2,7,9,3,2,1,8,0,7,5,2,5,0,9,4,4,6,7,2,7,0,8,5,3,7,...
tests/integration/bsrom/bsrom140.asm
cizo2000/sjasmplus
220
202228
;########################################################################## ;# BSrom140 - Modified ZX Spectrum ROM - (c) Busy soft - Release 22.04.97 # ;########################################################################## ; Original ROM: (c) Amstrad OUTPUT "bsrom140.bin" VERZIA: EQU 140 ...
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_325.asm
ljhsiun2/medusa
9
202229
<filename>Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_325.asm .global s_prepare_buffers s_prepare_buffers: push %r14 push %r15 push %r8 push %rax push %rcx push %rdi push %rdx push %rsi lea addresses_UC_ht+0x1d9d, %rsi lea addresses_normal_ht+0x157a5, %rdi nop nop nop and $3350, %r14 mov $0, %rc...
oeis/004/A004011.asm
neoneye/loda-programs
11
202230
<reponame>neoneye/loda-programs ; A004011: Theta series of D_4 lattice; Fourier coefficients of Eisenstein series E_{gamma,2}. ; Submitted by <NAME> ; 1,24,24,96,24,144,96,192,24,312,144,288,96,336,192,576,24,432,312,480,144,768,288,576,96,744,336,960,192,720,576,768,24,1152,432,1152,312,912,480,1344,144,1008,768,1056,...
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_21829_1145.asm
ljhsiun2/medusa
9
202232
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r14 push %r9 push %rbp push %rcx push %rdi push %rsi lea addresses_WC_ht+0x7a7e, %rsi lea addresses_D_ht+0x115f8, %rdi nop nop nop nop nop sub %r9, %r9 mov $16, %rcx rep movsb nop nop nop add $10044, %rbp lea addresses_UC_h...
programs/oeis/344/A344526.asm
neoneye/loda
22
202233
; A344526: a(n) = Sum_{k=1..n} k^3 * phi(k). ; 1,9,63,191,691,1123,3181,5229,9603,13603,26913,33825,60189,76653,103653,136421,215029,250021,373483,437483,548615,655095,922769,1033361,1345861,1556773,1911067,2174491,2857383,3073383,3967113,4491401,5210141,5839005,6868005,7427877,9251385 lpb $0 mov $2,$0 sub $0,1 ...
oeis/183/A183631.asm
neoneye/loda-programs
11
202234
<filename>oeis/183/A183631.asm<gh_stars>10-100 ; A183631: Number of (n+1) X 9 0..2 arrays with every 2 X 2 subblock summing to 4. ; Submitted by <NAME> ; 20709,22767,26901,35223,52029,86127,155781,299463,599949,1240287,2639061,5790903,13157469,31079247,76488741,196005543,521132589,1429667007,4021576821,11529919383,3352...
programs/oeis/130/A130240.asm
karttu/loda
0
202235
<reponame>karttu/loda ; A130240: Partial sums of A130239. ; 0,2,4,6,9,12,15,18,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77,81,85,90,95,100,105,110,115,120,125,130,135,140,145,150,155,160,165,170,175,180,185,190,195,200,205,210,215,220,225,230,235,240,245,250,255,260 mov $2,$0 mul $0,2 mov $1,$0 mov $0,6 trn $2,3 lpb ...
cf.asm
ChartreuseK/z80monitor
5
202236
<filename>cf.asm #data _RAM LBA: DS 4 ; 4-byte (28-bit) little-endian LBA address for CF SECTOR: DS 512 ; Sector buffer #code _ROM ;--------------------------------------- ; Init CF card ; Will work even if a card is not present, since LBUSY will get a zero ; from the pulldowns and return CF_INIT:: CALL CF_...
oeis/289/A289521.asm
neoneye/loda-programs
11
202237
<filename>oeis/289/A289521.asm ; A289521: Number of vertices in a planar Apollonian graph at iteration n. ; 4,7,16,43,124,367,1096,3283,9844,29527,88576,265723,797164,2391487,7174456,21523363,64570084,193710247,581130736,1743392203,5230176604,15690529807,47071589416,141214768243,423644304724,1270932914167,3812798742496...
cvttools/posix/JohnTheRipper/src/john.asm
kedpter/hash-extr
5
202238
<reponame>kedpter/hash-extr ; ; This file is part of <NAME> password cracker, ; Copyright (c) 1996-98 by Solar Designer ; ; Redistribution and use in source and binary forms, with or without ; modification, are permitted. ; ; There's ABSOLUTELY NO WARRANTY, express or implied. ; .model tiny .code .startup .8086 mov ...
src/keyboard/usb_hid_keys.asm
Q-Bert-Reynolds/gun-hockey-gb
1
202239
; USB HID Keyboard scan codes as per USB spec 1.11 ; plus some additional codes ; ; Created by MightyPork, 2016 ; GBz80 implementation by <NAME>, 2021 ; Public domain ; ; Adapted from: ; https://source.android.com/devices/input/keyboard-devices.html IF !DEF(USB_HID_KEYS) USB_HID_KEYS SET 1 ; ;Modifier masks - used f...
third_party/virtualbox/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-SwitchToRingX.asm
Fimbure/icebox-1
521
202241
<reponame>Fimbure/icebox-1 ; $Id: bs3-cmn-SwitchToRingX.asm $ ;; @file ; BS3Kit - Bs3SwitchToRingX ; ; ; Copyright (C) 2007-2017 Oracle Corporation ; ; This file is part of VirtualBox Open Source Edition (OSE), as ; available from http://www.virtualbox.org. This file is free software; ; you can redistribute it and/or ...
oeis/320/A320941.asm
neoneye/loda-programs
11
202243
<gh_stars>10-100 ; A320941: Expansion of Sum_{k>=1} x^k*(1 + x^k)/(1 - x^k)^4. ; Submitted by <NAME>(w3) ; 1,6,15,36,56,111,141,240,300,446,507,791,820,1161,1310,1736,1786,2505,2471,3346,3466,4307,4325,5895,5581,7026,7230,8905,8556,11246,10417,13176,13050,15476,15106,19391,17576,21495,21374,25690,23822,30162,27435,3370...
programs/oeis/054/A054322.asm
neoneye/loda
22
202244
<reponame>neoneye/loda ; A054322: Fourth unsigned column of Lanczos triangle A053125 (decreasing powers). ; 4,80,896,7680,56320,372736,2293760,13369344,74711040,403701760,2122317824,10905190400,54962159616,272461987840,1331439861760,6425271074816,30666066493440,144929376436224,678948430151680,3155598371717120,145619319...
src/fs/BuildVAT.asm
beckadamtheinventor/BOSos
1
202245
<reponame>beckadamtheinventor/BOSos ;@DOES build the VAT ;@DESTROYS All fs_BuildVAT: ld ix,start_of_user_archive .loop: call .build_one push ix pop de ld hl,end_of_user_archive or a,a sbc hl,de jr nc,.loop ret .build_one: ld hl,18 call sys_Malloc ;returns in DE push ix pop hl ld bc,fs_file_parent ;copy up...
oeis/053/A053599.asm
neoneye/loda-programs
11
202246
<reponame>neoneye/loda-programs ; A053599: Number of nonempty subsequences {s(k)} of 1..n such that the difference sequence is palindromic. ; 1,3,7,13,23,37,59,89,135,197,291,417,607,861,1243,1753,2519,3541,5075,7121,10191,14285,20427,28617,40903,57285,81859,114625,163775,229309,327611,458681,655287,917429,1310643,1834...
base/runtime/shr.asm
polluks/effectus
7
202247
.proc shrAL_CL ;SHORT jsr @expandToCARD1.SHORT ; jmp shrEAX_CL BYTE ldy :STACKORIGIN,x ; cl beq stop @ lsr :STACKORIGIN-1,x dey bne @- stop lda #0 sta :STACKORIGIN-1+STACKWIDTH,x sta :STACKORIGIN-1+STACKWIDTH*2,x sta :STACKORIGIN-1+STACKWIDTH*3,x rts .endp .proc shrAX_CL ;SMALL jsr...
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_21829_721.asm
ljhsiun2/medusa
9
202248
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r15 push %rax push %rbp push %rcx push %rdi push %rsi lea addresses_A_ht+0x1486b, %rsi lea addresses_WT_ht+0x8055, %rdi clflush (%rsi) nop nop nop nop add %rax, %rax mov $86, %rcx rep movsb nop nop nop nop nop sub $9311, %rax lea addresses_WT_ht+0x1988b, %r15...
workspace/Lab_2/Problem_2.asm
JACK0YORK/NewASM
0
202249
.386 .model flat,stdcall .stack 4096 ExitProcess proto,dwExitCode:dword .data x word 12 y word 3 .code main proc mov ax,y-x mov ax,y-2 invoke ExitProcess,0 main endp end main
src/test/ref/pointer-plus-0.asm
jbrandwood/kickc
2
202250
// Tests pointer plus 0 elimination // Commodore 64 PRG executable file .file [name="pointer-plus-0.prg", type="prg", segments="Program"] .segmentdef Program [segments="Basic, Code, Data"] .segmentdef Basic [start=$0801] .segmentdef Code [start=$80d] .segmentdef Data [startAfter="Code"] .segment Basic :BasicUpstart(m...
Transynther/x86/_processed/NONE/_st_/i9-9900K_12_0xa0.log_21829_1569.asm
ljhsiun2/medusa
9
202251
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r14 push %rcx push %rdi push %rdx push %rsi lea addresses_normal_ht+0x1157c, %r14 nop add $60773, %rsi movl $0x61626364, (%r14) nop nop sub $53982, %r12 lea addresses_D_ht+0x1717c, %rsi lea addresses_UC_ht+0x2e00, %rdi nop ...
kernel.asm
oolojed1/CS-350-Project-1
0
202252
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...
Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xca_notsx.log_21829_769.asm
ljhsiun2/medusa
9
202253
<filename>Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xca_notsx.log_21829_769.asm .global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r13 push %r14 push %rbx push %rcx push %rdi push %rsi lea addresses_normal_ht+0x1d46f, %r11 clflush (%r11) nop nop nop cmp $16260, %r13 mov $0x61626364656667...
data/mapObjects/DiglettsCaveRoute2.asm
AmateurPanda92/pokemon-rby-dx
9
202254
<filename>data/mapObjects/DiglettsCaveRoute2.asm DiglettsCaveRoute2_Object: db $7d ; border block db 3 ; warps warp 2, 7, 0, -1 warp 3, 7, 0, -1 warp 4, 4, 0, DIGLETTS_CAVE db 0 ; signs db 1 ; objects object SPRITE_FISHER, 3, 3, STAY, NONE, 1 ; person ; warp-to warp_to 2, 7, DIGLETTS_CAVE_ROUTE_2_WIDTH w...
libsrc/_DEVELOPMENT/adt/p_queue/c/sccz80/p_queue_back.asm
jpoikela/z88dk
640
202255
; void *p_queue_back(p_queue_t *q) SECTION code_clib SECTION code_adt_p_queue PUBLIC p_queue_back EXTERN asm_p_queue_back defc p_queue_back = asm_p_queue_back ; SDCC bridge for Classic IF __CLASSIC PUBLIC _p_queue_back defc _p_queue_back = p_queue_back ENDIF
programs/oeis/290/A290908.asm
neoneye/loda
22
202256
; A290908: p-INVERT of the positive integers, where p(S) = 1 - 4*S^2. ; 0,4,16,56,208,780,2912,10864,40544,151316,564720,2107560,7865520,29354524,109552576,408855776,1525870528,5694626340,21252634832,79315912984,296011017104,1104728155436,4122901604640,15386878263120,57424611447840,214311567528244,799821658665136,29849...
OSDev/Try-12/boot/32/lm.asm
Ashwin-Paudel/Tries
0
202257
; ; lm.asm ; KripayaOS Project ; Author(s): [Ashwin: <EMAIL>] ; detect_long_mode: ; Save the registers pushad pushfd pop eax mov ecx, eax xor eax, 1 << 21 push eax popfd pushfd pop eax push ecx popfd cmp eax, ecx je .cpuid_not_found mov eax, 0x80000000 cpuid cmp e...
explo_cpp1_simplefunc/myfunc2.asm
afterlisp/x64callexplore
0
202258
; ---------------------------------------------------------------------------------------- ; This is a simple asm function called "myfunc" that returns a constant integer 66 ; as function should return into RAX or otheinclueded , we use EAX as value is a simple integer ; ------------------------------------------------...
src/01/base.asm
Willem3141/kernel
251
202259
<reponame>Willem3141/kernel #include "platforms.inc" #include "defines.inc" #include "keys.inc" #include "00.sym" #include "constants.asm" .org 0x4000 #include "text.asm" #include "font.asm" .echo "Bytes remaining on page 01: {0}" 0x8000-$
Ouroboros/External/libjpegTurbo/simd/jfmmxint.asm
jiangzhu1212/oooii
0
202260
; ; jfmmxint.asm - accurate integer FDCT (MMX) ; ; Copyright 2009 Pierre Ossman <<EMAIL>> for Cendio AB ; ; Based on ; x86 SIMD extension for IJG JPEG library ; Copyright (C) 1999-2006, MIYASAKA Masaru. ; For conditions of distribution and use, see copyright notice in jsimdext.inc ; ; This file should be asse...
programs/oeis/277/A277052.asm
jmorken/loda
1
202261
<reponame>jmorken/loda<gh_stars>1-10 ; A277052: a(n) = n+floor(n/(2/sqrt(Pi)-1)). ; 8,17,26,35,43,52,61,70,79,87,96,105,114,123,131,140,149,158,166,175,184,193,202,210,219,228,237,246,254,263,272,281,290,298,307,316,325,333,342,351,360,369,377,386,395,404,413,421,430,439,448,457,465,474,483,492,500,509,518,527,536,544,...
ASM/122.asm
Morgan-iv/Main-source-folder
1
202264
global _start section .bss string resb 101 lng resd 1 sym resb 1 section .data eoln db 10 debugs1 db 'rulee-1', 10 debugs2 db 'rulee-2', 10 section .text _start: xor esi, esi readb: mov eax, 3 mov ebx, 0 mov ecx, string add ecx, esi mov edx, 1 push edx push ecx push ebx push eax int ...
Transynther/x86/_processed/US/_zr_/i3-7100_9_0x84_notsx.log_21829_1013.asm
ljhsiun2/medusa
9
202265
<filename>Transynther/x86/_processed/US/_zr_/i3-7100_9_0x84_notsx.log_21829_1013.asm .global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r13 push %r8 push %rbp push %rdi lea addresses_normal_ht+0x83b6, %r8 nop nop nop cmp $4764, %rbp mov (%r8), %r10d nop nop nop nop xor $9726, %rbp lea addresses_A_ht...
programs/oeis/030/A030640.asm
neoneye/loda
22
202266
; A030640: Discriminant of lattice A_n of determinant n+1. ; 1,1,-3,-2,5,3,-7,-4,9,5,-11,-6,13,7,-15,-8,17,9,-19,-10,21,11,-23,-12,25,13,-27,-14,29,15,-31,-16,33,17,-35,-18,37,19,-39,-20,41,21,-43,-22,45,23,-47,-24,49,25,-51,-26,53,27,-55,-28,57,29,-59 mov $1,$0 add $0,1 dif $0,2 div $1,2 mov $2,-1 pow $2,$1 mul $0,$2...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_432.asm
ljhsiun2/medusa
9
202267
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r12 push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_UC_ht+0xcec9, %rbp sub $18284, %r12 mov (%rbp), %di nop nop add $20686, %r11 lea addresses_WT_ht+0xc2d2, %rsi lea addresses_WT_ht+0x13789, %rdi nop sub %rbx, %rbx mov $90, %rcx rep ...
demos/SicDemos/stdinout/selectsort.asm
roycrippen/sicxe
0
202268
. This program does the selection sort algorithm. . Author: <NAME> ss START 0 . initialize stack pointer JSUB init . selection sort starts here . X = indice of the first unsorted element LDX bound . find the minumum element in the unsorted part of the array and return its indice in T loopmin JSUB minind...
programs/oeis/028/A028438.asm
neoneye/loda
22
202270
; A028438: Golc sequence in base 8. Left to right concatenation of n,int(log_8(n)),int(log_8(int(log_8(n)))),... in base8. ; 8,16,24,32,40,48,56,65,73,81,89,97,105,113,121,129,137,145,153,161,169,177,185,193,201,209,217,225,233,241,249,257,265,273,281,289,297,305,313,321,329,337,345,353,361,369,377,385,393,401,409,417,...
libsrc/_DEVELOPMENT/string/c/sdcc_iy/stricmp_callee.asm
jpoikela/z88dk
640
202271
; int stricmp_callee(const char *s1, const char *s2) SECTION code_clib SECTION code_string PUBLIC _stricmp_callee EXTERN _strcasecmp_callee defc _stricmp_callee = _strcasecmp_callee
tests/struct/Issue136_conditional_struct.asm
fengjixuchui/sjasmplus
220
202272
<filename>tests/struct/Issue136_conditional_struct.asm ; demonstration of work-around for current v1.18.2 DEFINE OPT_FIELD3 Field3 DB 0 STRUCT DATA Field1 DB 0 Field2 DW 0 OPT_FIELD3 Field4 DB 1 ENDS ASSERT 5 == DATA && 3 == DATA.Field3 && 4 == DATA.Field4 ; redefine OPT_FIELD3 to empty define DEFINE+...
programs/oeis/280/A280523.asm
jmorken/loda
1
202273
<gh_stars>1-10 ; A280523: a(n) = Fibonacci(2n + 1) - n. ; 1,3,10,30,84,227,603,1589,4172,10936,28646,75013,196405,514215,1346254,3524562,9227448,24157799,63245967,165580121,433494416,1134903148,2971215050,7778742025,20365011049,53316291147,139583862418 mov $1,1 lpb $0 sub $0,1 add $3,1 add $2,$3 add $3,$2 ad...
MD407/Kap2/mom2b.asm
konglobemeralt/DAT017
0
202274
<gh_stars>0 @ @ mom2.asm @ @ initiate port D as outport start: LDR R0, =0x55555555 LDR R1, =0x40020C00 STR R0, [R1] @ adress to port D out data register to R1 LDR R1, =0x40020C14 @ adress to port E in data register to R2 LDR R2, =0x40021010 main: LDRH R0, [R2] STRH R0, [R1] B main
EEL7030/Keil/C51/RtxTiny2/SourceCode/os_send_signal.a51
GSimas/MicroC
0
202275
<reponame>GSimas/MicroC ;------------------------------------------------------------------------------ ; This file is part of the 'RTX-51 tiny' Real-Time Operating System Package ; Copyright KEIL ELEKTRONIK GmbH and Keil Software, Inc. 1991 - 2002 ;----------------------------------------------------------------...
programs/oeis/120/A120701.asm
karttu/loda
1
202276
<filename>programs/oeis/120/A120701.asm ; A120701: Number of unit circles which fit touching a circle of radius n-1, i.e., with their centers on a circle of radius n. ; 2,6,9,12,15,18,21,25,28,31,34,37,40,43,47,50,53,56,59,62,65,69,72,75,78,81,84,87,91,94,97,100,103,106,109,113,116,119,122,125,128,131,135,138,141,144,1...
oeis/081/A081299.asm
neoneye/loda-programs
11
202278
<filename>oeis/081/A081299.asm ; A081299: Diagonal of square array A081297. ; Submitted by <NAME> ; 1,3,13,181,1281,32551,314245,11638089,141943681,6914792611,101829922701,6152865979261,106138316846017,7657555132292703,151395000617362741,12699162274678909201,283052059672669084161,27065936601156828605851,671398303814861...
programs/oeis/333/A333169.asm
neoneye/loda
22
202279
<filename>programs/oeis/333/A333169.asm ; A333169: a(n) = phi(n^2 + 1), where phi is the Euler totient function (A000010). ; 1,1,4,4,16,12,36,20,48,40,100,60,112,64,196,112,256,112,240,180,400,192,384,208,576,312,676,288,624,420,832,432,800,432,1056,612,1296,544,1088,760,1600,812,1408,720,1776,1012,2016,768,1840,1200,2...
programs/oeis/137/A137922.asm
neoneye/loda
22
202280
<reponame>neoneye/loda ; A137922: Numbers having exactly two divisors d such that d+1 is not a divisor. ; 3,4,5,6,7,11,13,17,19,23,29,31,37,41,43,47,53,59,61,67,71,73,79,83,89,97,101,103,107,109,113,127,131,137,139,149,151,157,163,167,173,179,181,191,193,197,199,211,223,227,229,233,239,241,251,257,263,269,271,277,281 ...
snake.asm
ArturHugo/SnakeGameAVR
0
202282
<filename>snake.asm .dseg ; cabeca -> 6 bits ; tail -> 6 bits ; direcao -> 2 bits Snake_HEAD: .byte 1 Snake_TAIL: .byte 1 Snake_FOOD: .byte 1 ; Snake_DIR: 0 = right ; 1 = up ; 2 = left ; 3 = down Snake_DIR: .byte 1 Snake_LEN: .byte 1 ; Snake_BODY(0) = Snake_TAIL ; Sn...
programs/oeis/153/A153509.asm
neoneye/loda
22
202283
<reponame>neoneye/loda<gh_stars>10-100 ; A153509: Period 9: repeat [6, 6, 6, 3, 3, 3, 0, 0, 0]. ; 6,6,6,3,3,3,0,0,0,6,6,6,3,3,3,0,0,0,6,6,6,3,3,3,0,0,0,6,6,6,3,3,3,0,0,0,6,6,6,3,3,3,0,0,0,6,6,6,3,3,3,0,0,0,6,6,6,3,3,3,0,0,0,6,6,6,3,3,3,0,0,0,6,6,6,3,3,3,0,0,0,6,6,6,3,3,3,0,0,0,6,6,6,3,3,3,0,0,0,6 div $0,-3 mod $0,3 ad...
templates/pointer.asm
RV8V/asm-code
1
202284
.global _start .data hi: .ascii "hello world\n\0" int: .int 1 len = . - hi .text _start: mov $hi, %r8 add $1, %r8 mov $int, %r9 mov (%r9), %rax mov (%r9), %rdi mov %r8, %rsi mov $len, %rdx syscall mov 4(%r9), %rax mov 4(%r9), %rdi syscall mov $60, %rax mov $0, %rdi syscall
code/YeWenting/T15.asm
KongoHuster/assembly-exercise
1
202285
;; Created by Ywt. ;; Date: 11/03/2016 TITLE T15_YWT DATA SEGMENT ;; The mininum is 2, while there is a smaller odd num. 1 DW 4, 1, 2, 97 DUP (4) ENDS CODE SEGMENT ASSUME CS:CODE, DS:DATA, SS:STACK START: MOV AX, DATA MOV DS, AX MOV CX, 100 MOV DI, 0 ...
Main.asm
DevEd2/DevSoundLite
2
202287
; ================================================================ ; Hokey Pokey (GB version) ; ================================================================ ; ================================================================ ; Project includes ; ================================================================...
Transynther/x86/_processed/AVXALIGN/_zr_/i7-8650U_0xd2.log_6509_229.asm
ljhsiun2/medusa
9
202288
<reponame>ljhsiun2/medusa<filename>Transynther/x86/_processed/AVXALIGN/_zr_/i7-8650U_0xd2.log_6509_229.asm .global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r13 push %rax push %rbp push %rcx push %rdi push %rsi lea addresses_WC_ht+0x1824e, %rax nop nop sub %rsi, %rsi movb $0x61, (%rax) nop nop nop ...
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_21829_1777.asm
ljhsiun2/medusa
9
202289
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r14 push %r15 push %r8 push %rcx push %rdi push %rsi lea addresses_UC_ht+0x1577, %r14 nop nop and $55785, %r15 mov (%r14), %r10 nop nop nop nop nop sub %r8, %r8 lea addresses_UC_ht+0x4877, %rsi lea addresses_A_ht+0xe57, %rdi and %r11, %r11 mov $53, ...
src/PJ/rastlib/mcgadot.asm
AnimatorPro/Animator-Pro
119
202290
;***************************************************************************** ;* MCGADOT.ASM - Get and put dot routines for MCGA builtin driver. ;* ;* NOTES: ;* The code below uses IMUL instead MUL in a couple places, because the ;* latter trashes the EDX register while the former does not. Don't ;* change thes...
oeis/094/A094657.asm
neoneye/loda-programs
11
202291
; A094657: Primes congruent to 4 mod 17. ; Submitted by <NAME> ; 89,157,191,293,463,599,701,769,1109,1279,1381,1483,1619,1721,1789,1823,1993,2027,2129,2333,2503,2707,2741,2843,3217,3251,3319,3557,3659,3727,3761,3863,3931,4271,4339,4373,4441,4679,4951,5087,5189,5393,5563,5801,5869,5903,6073,6277,6311,6379,6481,6719,6991...
_build/dispatcher/jmp_ippsGFpECESGetBuffersSize_SM2_33226034.asm
zyktrcn/ippcp
1
202292
extern m7_ippsGFpECESGetBuffersSize_SM2:function extern n8_ippsGFpECESGetBuffersSize_SM2:function extern y8_ippsGFpECESGetBuffersSize_SM2:function extern e9_ippsGFpECESGetBuffersSize_SM2:function extern l9_ippsGFpECESGetBuffersSize_SM2:function extern n0_ippsGFpECESGetBuffersSize_SM2:function extern k0_ippsGFpECESGetBu...
sw/552tests/rand_simple/t_1_slbi.asm
JPShen-UWM/ThreadKraken
1
202293
// seed 1 lbi r0, 142 // icount 0 slbi r0, 160 // icount 1 lbi r1, 217 // icount 2 slbi r1, 217 // icount 3 lbi r2, 132 // icount 4 slbi r2, 249 // icount 5 lbi r3, 97 // icount 6 slbi r3, 233 // icount 7 lbi r4, 129 // icount 8 slbi r4, 105 // icount 9 lbi r5, 231 // icount 10 slbi r5, 197 // icount 11 lbi r6, 63 // i...
engine/battle/trainer_ai.asm
longlostsoul/EvoYellow
16
202294
<reponame>longlostsoul/EvoYellow ; creates a set of moves that may be used and returns its address in hl ; unused slots are filled with 0, all used slots may be chosen with equal probability AIEnemyTrainerChooseMoves: ld a, $a ld hl, wBuffer ; init temporary move selection array. Only the moves with the lowest number...
oeis/037/A037511.asm
neoneye/loda-programs
11
202295
<reponame>neoneye/loda-programs ; A037511: Decimal expansion of a(n) is given by the first n terms of the periodic sequence with initial period 1,2,0. ; Submitted by <NAME> ; 1,12,120,1201,12012,120120,1201201,12012012,120120120,1201201201,12012012012,120120120120,1201201201201,12012012012012,120120120120120,1201201201...
programs/oeis/098/A098354.asm
karttu/loda
0
202297
<filename>programs/oeis/098/A098354.asm ; A098354: Multiplication table of the powers of 2 read by antidiagonals. ; 4,8,8,16,16,16,32,32,32,32,64,64,64,64,64,128,128,128,128,128,128,256,256,256,256,256,256,256,512,512,512,512,512,512,512,512,1024,1024,1024,1024,1024,1024,1024,1024,1024,2048,2048,2048,2048,2048,2048,204...
ASSIGNMENTS/3-Assignment/egg/egg.asm
wetw0rk/SLAE
18
202298
<reponame>wetw0rk/SLAE ; Executable name : egg ; Designed OS : Linux (32-bit) ; Author : Skape ; Version : 1.0 ; Created Following : SLAE ; Description : An example of the egg hunter technique via ; access(2) ; Skapes awesome paper: ; http://www.hick.org/code/skape/...
data/pokemon/base_stats/barboach.asm
TastySnax12/pokecrystal16-493-plus
2
202299
db 0 ; species ID placeholder db 50, 48, 43, 60, 46, 41 ; hp atk def spd sat sdf db WATER, GROUND ; type db 190 ; catch rate db 92 ; base exp db NO_ITEM, NO_ITEM ; items db GENDER_F50 ; gender ratio db 100 ; unknown 1 db 20 ; step cycles to hatch db 5 ; unknown 2 INCBIN "gfx/pokemon/barboach/...
oeis/347/A347142.asm
neoneye/loda-programs
11
202301
; A347142: Sum of 4th powers of divisors of n that are < sqrt(n). ; Submitted by <NAME>(s2) ; 0,1,1,1,1,17,1,17,1,17,1,98,1,17,82,17,1,98,1,273,82,17,1,354,1,17,82,273,1,723,1,273,82,17,626,354,1,17,82,898,1,1394,1,273,707,17,1,1650,1,642,82,273,1,1394,626,2674,82,17,1,2275,1,17,2483,273,626 add $0,1 mov $2,$0 lpb $0 ...
src/tools/attilaASM/test.asm
attila-sim/attila-sim
23
202302
mad t0, c1, v2, i3 tex t0, t1, s0 txp t0, t1, s2 txb t0, t1, s3 lda t0, t1, s4
src/test/ref/weeip-ipv4.asm
jbrandwood/kickc
2
202303
<gh_stars>1-10 // Commodore 64 PRG executable file .file [name="weeip-ipv4.prg", type="prg", segments="Program"] .segmentdef Program [segments="Basic, Code, Data"] .segmentdef Basic [start=$0801] .segmentdef Code [start=$80d] .segmentdef Data [startAfter="Code"] .segment Basic :BasicUpstart(main) .const SIZEOF_UNIO...
programs/oeis/167/A167816.asm
neoneye/loda
22
202304
; A167816: Numerator of x(n) = x(n-1) + x(n-2), x(0)=0, x(1)=1/3; denominator=A167817. ; 0,1,1,2,1,5,8,13,7,34,55,89,48,233,377,610,329,1597,2584,4181,2255,10946,17711,28657,15456,75025,121393,196418,105937,514229,832040,1346269,726103,3524578,5702887,9227465,4976784,24157817,39088169,63245986,34111385,165580141,267914...
kernel/asm/startup-i386.asm
pwoolcoc/redox
0
202305
<filename>kernel/asm/startup-i386.asm %include "asm/startup-common.asm" startup_arch: ; load protected mode GDT and IDT cli lgdt [gdtr] lidt [idtr] ; set protected mode bit of cr0 mov eax, cr0 or eax, 1 mov cr0, eax ; far jump to load CS with 32 bit segment jmp gdt.kernel_code:...
libsrc/_DEVELOPMENT/alloc/obstack/c/sdcc_iy/obstack_base.asm
meesokim/z88dk
0
202306
<filename>libsrc/_DEVELOPMENT/alloc/obstack/c/sdcc_iy/obstack_base.asm ; void *obstack_base(struct obstack *ob) SECTION code_alloc_obstack PUBLIC _obstack_base EXTERN asm_obstack_base _obstack_base: pop af pop hl push hl push af jp asm_obstack_base
oeis/139/A139524.asm
neoneye/loda-programs
11
202307
<reponame>neoneye/loda-programs<gh_stars>10-100 ; A139524: Triangle T(n,k) read by rows: the coefficient of [x^k] of the polynomial 2*(x+1)^n + 2^n in row n, column k. ; Submitted by <NAME>(w3) ; 3,4,2,6,4,2,10,6,6,2,18,8,12,8,2,34,10,20,20,10,2,66,12,30,40,30,12,2,130,14,42,70,70,42,14,2,258,16,56,112,140,112,56,16,2,...
libsrc/stdio_new/buf/scbb0/scbb0_isfull.asm
meesokim/z88dk
8
202308
; scbb0_isfull ; 08.2009 aralbrec PUBLIC scbb0_isfull ; reports whether the buffer has space to write more chars ; ; enter : hl = & struct scbb0 ; exit : a = number of chars that can be written ; hl = & struct scbb0.wavail ; z flag set if buffer is full ; uses : af, hl .scbb0_isempty ld a,7 ...
x86_64/linux/sendfile/sendfile.asm
fbaligant/shellcodes
3
202311
BITS 64 GLOBAL _start _start: jmp short get_eip run: xor rax, rax xor rdi, rdi xor rdx, rdx ;sys_open(char* fname, int flags, int mode) xor rsi,rsi ; mode pop rdi ; filename xor rax, rax ; flags mov al, 2 ; syscall sys_open syscall ; sys_sendfile(int...
libsrc/_DEVELOPMENT/l/z80/longlong/l_lsr_dehldehl.asm
jpoikela/z88dk
640
202312
<gh_stars>100-1000 SECTION code_clib SECTION code_l PUBLIC l_lsr_dehldehl INCLUDE "config_private.inc" ; logical shift right 64-bit unsigned long ; ; enter : dehl'dehl = 64-bit number ; a = shift amount ; ; exit : dehl'dehl = dehl'dehl >> a ; ; uses : af, b, de, hl, de', hl...
src/boot/longmode.asm
Mikadore/hobbyos
0
202313
<reponame>Mikadore/hobbyos<gh_stars>0 global long_mode_start extern kmain section .text bits 64 long_mode_start: ; load 0 into all data segment registers mov ax, 0 mov ss, ax mov ds, ax mov es, ax mov fs, ax mov gs, ax push rbx call kmain hlt
SLIDE_QEMU.asm
XlogicX/CactusCon2017
2
202314
%include 'textmode.h' call draw_border mov di, 160 * 2 + 8 ;where to place cursor mov si, line01 ;fetch the text mov ah, 0x0A ;color call slide_line mov di, 160 * 4 + 16 ;where to place cursor mov si, line02 ;fetch the text call slide_line mov di, 160 * 6 + 24 ;where to place cursor mov si, line03 ;...
oeis/266/A266615.asm
neoneye/loda-programs
11
202316
; A266615: Total number of ON (black) cells after n iterations of the "Rule 41" elementary cellular automaton starting with a single ON (black) cell. ; Submitted by <NAME> ; 1,1,3,6,7,15,17,28,29,45,47,66,67,91,93,120,121,153,155,190,191,231,233,276,277,325,327,378,379,435,437,496,497,561,563,630,631,703,705,780,781,86...
programs/oeis/311/A311196.asm
neoneye/loda
22
202317
<gh_stars>10-100 ; A311196: Coordination sequence Gal.6.115.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,12,16,20,25,30,34,38,42,46,50,54,58,62,66,70,75,80,84,88,92,96,100,104,108,112,116,120,125,130,134,138,142,146,150,15...
oeis/090/A090390.asm
neoneye/loda-programs
11
202319
<filename>oeis/090/A090390.asm<gh_stars>10-100 ; A090390: Repeatedly multiply (1,0,0) by ([1,2,2],[2,1,2],[2,2,3]); sequence gives leading entry. ; 1,1,9,49,289,1681,9801,57121,332929,1940449,11309769,65918161,384199201,2239277041,13051463049,76069501249,443365544449,2584123765441,15061377048201,87784138523761,51164345...
AsmSamples/call_ret/mycode.asm
ytugba/My-Otiose-Projects
1
202320
org 100h mov ax, 1234h mov bx, 4321h call sumAxBx hlt sumAxBx proc mov dx, 0 add dx, ax add dx, bx ret sumAxBx endp
data/wildPokemon/route6.asm
etdv-thevoid/pokemon-rgb-enhanced
1
202321
<reponame>etdv-thevoid/pokemon-rgb-enhanced Route6Mons: db $0F IF DEF(_GREEN) db 13,BELLSPROUT db 10,ABRA db 15,PIDGEY db 10,MEOWTH db 12,MEOWTH db 15,BELLSPROUT db 16,BELLSPROUT db 16,PIDGEY db 14,MEOWTH db 16,MEOWTH ELSE db 13,ODDISH db 10,ABRA db 15,PIDGEY db 10,MEOWTH db 12,MEOWTH db 15,ODDISH db ...