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
lib/string.asm
ssbostan/zagros
21
205410
; ==================== ZagrOS ==================== ; Zagros Open Source Operating System ; <NAME> (<EMAIL>) ; Bostandoust.IR ; ==================== ZagrOS ==================== ; ==================== strlen ==================== strlen: push si mov cx, 00h string_strlen_next: c...
oeis/081/A081178.asm
neoneye/loda-programs
11
205411
; A081178: a(0)=1; for n>=1, a(n) = sum(7^k*N(n,k), k=0..n), where N(n,k)=(1/n)*C(n,k)*C(n,k+1) are the Narayana numbers (A001263). ; Submitted by <NAME> ; 1,1,8,71,680,6882,72528,788019,8766248,99362894,1143498224,13326176998,156950554384,1865210341828,22338852956064,269355965364459,3267146912972328,39837475762660374,...
programs/oeis/080/A080685.asm
neoneye/loda
22
205412
<reponame>neoneye/loda<gh_stars>10-100 ; A080685: Number of 17-smooth numbers <= n. ; 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,18,19,20,21,21,22,23,24,25,26,26,27,27,28,29,30,31,32,32,32,33,34,34,35,35,36,37,37,37,38,39,40,41,42,42,43,44,45,45,45,45,46,46,46,47,48,49,50,50,51,51,52,52,53 mov $2,$0 add $2,1 mov $4,...
s2/music-original/87 - ARZ.asm
Cancer52/flamedriver
9
205413
<filename>s2/music-original/87 - ARZ.asm<gh_stars>1-10 ARZ_Header: smpsHeaderStartSong 2, 1 smpsHeaderVoice ARZ_Voices smpsHeaderChan $06, $03 smpsHeaderTempo $01, $E0 smpsHeaderDAC ARZ_DAC smpsHeaderFM ARZ_FM1, $00, $0C smpsHeaderFM ARZ_FM2, $00, $0F smpsHeaderFM ARZ_FM...
oeis/097/A097332.asm
neoneye/loda-programs
11
205414
; A097332: Expansion of (1/(1-x))(1+2x/(1-x+sqrt(1-2x-3x^2))). ; Submitted by <NAME> ; 1,2,3,5,9,18,39,90,217,540,1375,3563,9361,24872,66707,180341,490913,1344380,3701159,10237541,28436825,79288844,221836403,622599626,1752360041,4945087838,13988490339,39658308815,112666081617,320689359826,914432144655,2611817615866,747...
oeis/230/A230369.asm
neoneye/loda-programs
11
205415
; A230369: A strong divisibility sequence associated with the algebraic integer 2 + i. ; Submitted by <NAME> ; 1,2,1,8,1,2,1,48,1,2,1,104,1,2,1,1632,1,2,1,8,1,2,1,1872,1,2,109,232,1,1342,1,3264,1,2,1,3848,149,2,1,1968,1,2,1,712,1,2,1,445536,1,2,1,424,1,218,1,1392,1,2,1,69784,1,2,1,6528,1,2,1,8,1,2,1,15168816,1,298,1,8,...
libsrc/_DEVELOPMENT/string/z80/asm_index.asm
meesokim/z88dk
0
205416
<reponame>meesokim/z88dk<filename>libsrc/_DEVELOPMENT/string/z80/asm_index.asm ; BSD ; char *index(const char *s, int c) SECTION code_string PUBLIC asm_index EXTERN asm_strchr defc asm_index = asm_strchr ; enter : c = char c ; hl = char *s ; ; exit : c = char c ; ; found ; ...
Transynther/x86/_processed/AVXALIGN/_st_sm_/i9-9900K_12_0xa0.log_21829_513.asm
ljhsiun2/medusa
9
205417
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r13 push %r14 push %r15 push %r9 push %rax push %rcx push %rdi push %rsi lea addresses_normal_ht+0xc618, %r9 nop add %r14, %r14 mov $0x6162636465666768, %r15 movq %r15, %xmm7 movups %xmm7, (%r9) sub %r13, %r13 lea addresses_normal_ht+0x18b00, %rsi lea ad...
oeis/060/A060572.asm
neoneye/loda-programs
11
205418
; A060572: Tower of Hanoi: the optimal way to move an even number of disks from peg 0 to peg 2 or an odd number from peg 0 to peg 1 is on move n to move disk A001511 from peg A060571 to peg A060572 (here). ; Submitted by <NAME>(s2) ; 1,2,2,1,0,1,1,2,2,0,0,2,1,2,2,1,0,1,1,0,2,0,0,1,1,2,2,1,0,1,1,2,2,0,0,2,1,2,2,0,0,1,1,...
timer.asm
ArturHugo/SnakeGameAVR
0
205419
<filename>timer.asm .dseg Timer_ENDLOOPLAG: .byte 1 .cseg ; TODO vai precisar de interrupcao Timer_Init: ldi temp, 0 sts Timer_ENDLOOPLAG, temp ; Preserve context and disable interrupts lds temp3, SREG cli ; Normal operation ldi temp, 0 sts TCCR1A, temp ; CS1 == b000: timer is ...
programs/oeis/201/A201371.asm
karttu/loda
0
205420
<gh_stars>0 ; A201371: Number of n X 4 0..1 arrays with rows and columns lexicographically nondecreasing read forwards, and nonincreasing read backwards. ; 2,5,14,36,80,157,280,464,726,1085,1562,2180,2964,3941,5140,6592,8330,10389,12806,15620,18872,22605,26864,31696,37150,43277,50130,57764,66236,75605,85932,97280,10971...
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_36_2719.asm
ljhsiun2/medusa
9
205421
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r8 push %rcx push %rdi push %rdx push %rsi lea addresses_WT_ht+0x1129d, %rsi lea addresses_WC_ht+0x174ad, %rdi nop nop sub $34165, %rdx mov $84, %rcx rep movsb nop nop nop nop cmp %r11, %r11 lea addresses_UC_ht+0xc51d, %rsi lea addresses_normal_ht+0xb91d, %rd...
programs/oeis/328/A328012.asm
neoneye/loda
22
205422
; A328012: Numbers whose binary representations start and end with 1 and contain an even number of zeros between. ; 1,3,7,9,15,19,21,25,31,33,39,43,45,51,53,57,63,67,69,73,79,81,87,91,93,97,103,107,109,115,117,121,127,129,135,139,141,147,149,153,159,163,165,169,175,177,183,187,189,195,197,201,207,209,215,219,221,225,23...
cards/bn4/ModCards/134-A012 BlindBuster (0A).asm
RockmanEXEZone/MMBN-Mod-Card-Kit
10
205423
.include "defaults_mod.asm" table_file_jp equ "exe4-utf8.tbl" table_file_en equ "bn4-utf8.tbl" game_code_len equ 3 game_code equ 0x4234574A // B4WJ game_code_2 equ 0x42345745 // B4WE game_code_3 equ 0x42345750 // B4WP card_type equ 1 card_id equ 12 card_no equ "012" card_sub equ "Mod Card 012" card_sub_x ...
sh.asm
Nehoray-Marziano/XV6-Scheduling-Policies
0
205424
<filename>sh.asm _sh: file format elf32-i386 Disassembly of section .text: 00000000 <main>: return 0; } int main(void) { 0: 8d 4c 24 04 lea 0x4(%esp),%ecx 4: 83 e4 f0 and $0xfffffff0,%esp 7: ff 71 fc pushl -0x4(%ecx) a: 55 ...
programs/oeis/127/A127329.asm
neoneye/loda
22
205425
<reponame>neoneye/loda ; A127329: Semiprimes equal to the sum of three primes in arithmetic progression. ; 15,21,33,39,51,57,69,87,93,111,123,129,141,159,177,183,201,213,219,237,249,267,291,303,309,321,327,339,381,393,411,417,447,453,471,489,501,519,537,543,573,579,591,597,633,669,681,687,699,717,723,753,771,789 add $...
programs/oeis/030/A030192.asm
jmorken/loda
1
205426
<reponame>jmorken/loda<filename>programs/oeis/030/A030192.asm ; A030192: Scaled Chebyshev U-polynomial evaluated at sqrt(6)/2. ; 1,6,30,144,684,3240,15336,72576,343440,1625184,7690464,36391680,172207296,814893696,3856118400,18247348224,86347378944,408600184320,1933516832256,9149499887616,43295898332160,204878390667264,...
oeis/141/A141912.asm
neoneye/loda-programs
11
205427
; A141912: Primes congruent to 8 mod 23. ; Submitted by <NAME> ; 31,307,353,491,859,997,1181,1319,1549,1733,1871,2239,2377,2423,2699,2791,2837,3067,3251,3343,3389,3527,3803,4079,4217,4447,4493,4723,4861,4999,5413,5689,5827,6011,6287,6379,6563,6701,6793,6977,7069,7207,7253,7529,7621,7759,8081,8219,8311,8863,9001,9277,93...
Transynther/x86/_processed/AVXALIGN/_zr_/i7-8650U_0xd2.log_1501_741.asm
ljhsiun2/medusa
9
205428
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: ret .global s_faulty_load s_faulty_load: push %r10 push %r12 push %r15 push %r9 push %rbx push %rcx push %rdi // Store lea addresses_RW+0xf58, %r10 nop nop nop nop cmp $65356, %rdi movl $0x51525354, (%r10) nop add %r10, %r10 // Store lea addresses_WC+0x...
oeis/068/A068792.asm
neoneye/loda-programs
11
205429
<reponame>neoneye/loda-programs<gh_stars>10-100 ; A068792: (n-1)*n^(n-2)+sum{(n-i)*(n^(n-i-1)+n^(n+i-3)) | 1<i<n}. ; 1,16,441,24336,2418025,384473664,89755965649,28953439105600,12345678987654321,6727499948806851600,4562491230669011577289,3769449794266138309731600,3727710895159027432980276121 add $0,1 seq $0,60072 ; a(...
Test/SDCC/test-tap.asm
sparks-c16/zasm
43
205430
; ================================================================ ; Example tape file with c code for ZX Spectrum ; Copyright (c) <NAME> 1994 - 2017 ; mailto:<EMAIL> ; ================================================================ ; fill byte is 0x00 ; #segment has an additional argument: the sync byt...
oeis/228/A228220.asm
neoneye/loda-programs
11
205432
; A228220: Number of second differences of arrays of length 5 of numbers in 0..n. ; Submitted by <NAME>(s2) ; 31,199,625,1429,2731,4651,7309,10825,15319,20911,27721,35869,45475,56659,69541,84241,100879,119575,140449,163621,189211,217339,248125,281689,318151,357631,400249,446125,495379,548131,604501,664609,728575,796519...
engine/items/tmhm.asm
pokeachromicdevs/pokeoctober
1
205433
TMHMPocket: ld a, $1 ldh [hInMenu], a call TMHM_PocketLoop ld a, $0 ldh [hInMenu], a ret nc call PlaceHollowCursor call WaitBGMap ld a, [wCurTMHM] scf ret TMHM_PocketLoop: xor a ldh [hBGMapMode], a call TMHM_DisplayPocketItems ld a, 2 ld [w2DMenuCursorInitY], a ld a, 7 ld [w2DMenuCursorInitX], a ld ...
programs/oeis/111/A111072.asm
karttu/loda
0
205434
; A111072: Write the digit string 0123456789, repeated infinitely many times. Then, starting from the first "0" digit at the left end, move to the right by one digit (to the "1"), then two digits (to the "3"), then three digits (to the "6"), four digits ("0"), five digits ("5"), and so on. Partial sums of the digits th...
Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0x48.log_14813_1739.asm
ljhsiun2/medusa
9
205435
<filename>Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0x48.log_14813_1739.asm .global s_prepare_buffers s_prepare_buffers: push %r10 push %rbp push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_WT_ht+0x1c51a, %rsi lea addresses_UC_ht+0x1eb6e, %rdi nop nop dec %rbx mov $95, %rcx rep movsw nop nop nop ...
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_1_1219.asm
ljhsiun2/medusa
9
205436
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r15 push %rax push %rbp push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0x15699, %r11 nop nop nop nop dec %rbp movl $0x61626364, (%r11) nop nop nop nop nop add %rbx, %rbx lea addresses_UC_ht+0xa5a1, %rdx nop nop and %rsi, %rsi mov (%rdx)...
014/02.asm
ilos-vigil/random-script
0
205437
; open and write a file mov ah, 3dh ; pakai 3ch untuk overwrite file mov dx, offset filename mov al, 2h int 21h mov filehandle, ax jc errmsg mov ah, 0ah mov dx, offset inputan int 21h mov ah, 40h mov bx, filehandle mov dx, offset inputan + 2 mov ch, 0 mov cl, inputan + 1 int 21h jmp exit errmsg: mov ah, 9h ...
programs/oeis/074/A074526.asm
neoneye/loda
22
205438
<filename>programs/oeis/074/A074526.asm ; A074526: a(n) = 2^n + 3^n + 4^n. ; 3,9,29,99,353,1299,4889,18699,72353,282339,1108649,4373499,17312753,68711379,273234809,1088123499,4338079553,17309140419,69107159369,276040692699,1102999460753,4408508961459,17623571298329,70462895745099,281757423024353,1126747229006499,450614...
circuitry/lab4/src/sw/test.asm
chebykinn/university
2
205439
<filename>circuitry/lab4/src/sw/test.asm .global entry .data /* data section*/ .word 0x0001 .word 0x0001 .word 0xFFFF .text /* code goes to text section*/ .ent entry entry: addi $t0, $t0, 0x1488 .loop: jal .iter nop beq $t0, $t1, .eq j .loop .iter: ...
r1/c1.asm
mcjonker/csce-212-computer-architecture
0
205440
# Property of <NAME> .data prompt: .asciiz "Hello, may I have your name, please?\n" welcome: .asciiz "Welcome, " name: .space 50 .text la $a0, prompt li $v0, 4 syscall la $a0, name la $a1, 50 li $v0, 8 syscall la $a0, welcome li $v0, 4 syscall la $a0, name li $v0, 4 syscall
samples/barebones.asm
slaphappybee/65h
0
205442
<reponame>slaphappybee/65h<gh_stars>0 sub reset = $e000 +for jmp sub nmi_routine = $e003 rti sub irq_routine = $e004 rti sub interrupts = $fffa +raw16 #nmi_routine +raw16 #reset +raw16 #irq_routine
user/cowtest.asm
eric-qian-d/TCP
0
205443
user/_cowtest: file format elf64-littleriscv Disassembly of section .text: 0000000000000000 <simpletest>: // allocate more than half of physical memory, // then fork. this will fail in the default // kernel, which does not support copy-on-write. void simpletest() { 0: 7179 addi sp,sp,-48 2...
programs/oeis/167/A167204.asm
neoneye/loda
22
205444
<filename>programs/oeis/167/A167204.asm<gh_stars>10-100 ; A167204: Triangle read by rows in which row n lists the first 2^(n-1) terms of A003602. ; 1,1,1,1,1,2,1,1,1,2,1,3,2,4,1,1,1,2,1,3,2,4,1,5,3,6,2,7,4,8,1,1,1,2,1,3,2,4,1,5,3,6,2,7,4,8,1,9,5,10,3,11,6,12,2,13,7,14,4,15,8,16,1,1,1,2,1,3,2,4,1,5,3,6,2,7,4,8,1,9,5,10,...
programs/oeis/040/A040204.asm
karttu/loda
1
205447
<reponame>karttu/loda<filename>programs/oeis/040/A040204.asm ; A040204: Continued fraction for sqrt(219). ; 14,1,3,1,28,1,3,1,28,1,3,1,28,1,3,1,28,1,3,1,28,1,3,1,28,1,3,1,28,1,3,1,28,1,3,1,28,1,3,1,28,1,3,1,28,1,3,1,28,1,3,1,28,1,3,1,28,1,3,1,28,1,3,1,28,1,3,1,28,1,3,1,28,1,3,1,28,1,3,1,28,1,3,1 cal $0,10166 ; Continu...
tests/syntax_test_6309_mnemonics_convenience.asm
dougmasten/dougmasten-sublime-assembly-6809
5
205448
# SYNTAX TEST "Packages/Assembly-6809/Assembly-6809.sublime-syntax" # <- source.mc6809 ; 6309 convenience instructions (lwasm) opt 6309conv asrq # ^^^^ keyword.operator clrq # ^^^^ keyword.operator comq # ^^^^ keyword.operator lsle # ^^^^ keyword.ope...
print.asm
laffey98/c64-snake
5
205449
.macro print pha tya pha lda #<_1 ; 取参数的低八位 ldy #>_1 ; 取参数的高八位 jsr printstr pla tay pla .macend ; PRINTSTR routine. Accumulator stores the low byte of the address, ; X register stores the high byte. .scope printstr: sta _ptr sty _ptr+1 ldy #$00 _lp: lda (_ptr),y beq _done jsr chrout iny bne _lp _done...
Chapter_5/Program 5.4/x86_64/Program_5.4_MASM.asm
chen150182055/Assembly
272
205450
; Program 5.4 ; while Loop - MASM (64-bit) ; Copyright (c) 2017 Hall & Slonka extrn ExitProcess : proc .code _main PROC mov rax, 30 while_loop: cmp rax, 50 jae done inc rax jmp while_loop done: xor rcx, rcx call ExitProcess _main ENDP END
libsrc/oz/lib3d/div16384.asm
dex4er/deb-z88dk
1
205451
<gh_stars>1-10 ; ; OZ-7xx DK emulation layer for Z88DK ; by <NAME> - Oct. 2003 ; ; int div16384(long value); ; divide by 16384 ; ; ------ ; $Id: div16384.asm,v 1.1 2003/10/29 11:37:11 stefano Exp $ ; XLIB div16384 div16384: pop bc pop de pop hl push hl ...
src/intel/tools/tests/gen9/lrp.asm
SoftReaper/Mesa-Renoir-deb
0
205452
lrp(8) g4<1>F g16<4,4,1>F g7.2<0,1,0>F g6.6<0,1,0>F { align16 1Q }; lrp(16) g4<1>F g2.4<0,1,0>F g2.2<0,1,0>F g2.0<0,1,0>F { align16 1H }; lrp.z.f0.0(8) g8<1>F g3.2<0,1,0>F g3.1<0,1,0>F g3.0<0,1,0>F { align16 1Q }; lrp.sat(8) g7<1>F g10<4,4,1...
programs/oeis/098/A098512.asm
neoneye/loda
22
205453
<filename>programs/oeis/098/A098512.asm ; A098512: Second column and subdiagonal of number triangle A098509. ; 1,1,1,5,7,42,22,429,715,4862,8398,58786,52003,742900,1337220,646323,17678835,129644790,79606450,1767263190,328206021,8155422340,45741281820,343059613650,107492012277,4861946401452,9183676536076 mov $1,$0 seq ...
programs/oeis/044/A044576.asm
karttu/loda
1
205455
<reponame>karttu/loda ; A044576: Numbers n such that string 1,0 occurs in the base 8 representation of n but not of n+1. ; 8,72,136,200,264,328,392,456,584,648,712,776,840,904,968,1032,1096,1160,1224,1288,1352,1416,1480,1544,1608,1672,1736,1800,1864,1928,1992,2056,2120,2184,2248,2312,2376,2440,2504,2568 mov $1,7 bin $...
libcpu/ti-dsp/c6x/intexc.asm
BreederBai/rt-thread
2
205456
<gh_stars>1-10 ; ; Copyright (c) 2021, Shenzhen Academy of Aerospace Technology ; ; SPDX-License-Identifier: Apache-2.0 ; ; Change Logs: ; Date Author Notes ; 2021-11-16 Dystopia the first version ; ;----------------------------------------------------------- ; interrupt and execption hand...
examples/c64/scroller/main.asm
RoyJacobs/mosdev
15
205457
.import * from "../shared/c64.asm" basic_start(start) start: lda #colors.gray sta cursor_color jsr kernal.clrscr lda #0 sta vic.background sta vic.foreground ...
languages/assembly.asm
LCordial/github-rainbow
3
205458
;28/3/2022 org 0x100 mov dx, msg mov ah, 9 int 0x21 mov ah, 0x4C int 0x21 msg db 'Hello, World!', 0x0D, 0x0A, '$'
Test/ZXSP/template_sna.asm
sparks-c16/zasm
43
205459
#!/usr/local/bin/zasm -o original/ ; ================================================================ ; Example file with target 'sna' ; NMI snapshot for ZX Spectrum 16k or 48k ; Copyright (c) <NAME> 1994 - 2015 ; mailto:<EMAIL> ; ================================================================ ; assemb...
Part 3 - Setting up Our First Virtual Machine/MyHypervisorDriver/MyHypervisorDriver/Main.asm
avboy1337/Hypervisor-From-Scratch
808
205460
<gh_stars>100-1000 PUBLIC Enable_VMX_Operation PUBLIC Breakpoint .code _text ;------------------------------------------------------------------------ Enable_VMX_Operation PROC PUBLIC push rax ; Save the state xor rax,rax ; Clear the RAX mov rax,cr4 or rax,02000h ; Set the 14th bit mov cr4,rax ...
programs/oeis/342/A342379.asm
neoneye/loda
22
205462
<reponame>neoneye/loda ; A342379: Expansion of e.g.f. (exp(x)-1)*(exp(x) - x^3/6 - x^2/2 - x - 1). ; 0,0,0,0,0,5,21,63,162,381,847,1815,3796,7813,15913,32191,64838,130237,261155,523127,1047224,2095589,4192509,8386559,16774890,33551805,67105911,134214423,268431772,536866821,1073737297,2147478655,4294961806,8589928573,17...
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_141.asm
ljhsiun2/medusa
9
205463
.global s_prepare_buffers s_prepare_buffers: push %r13 push %r9 push %rbp push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_normal_ht+0xecfc, %r9 nop nop nop nop nop sub %rbp, %rbp mov $0x6162636465666768, %r13 movq %r13, %xmm6 vmovups %ymm6, (%r9) nop nop cmp %rdx, %rdx lea addresses_D_ht+0x1a8fc, %rsi l...
Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xa0_notsx.log_21829_195.asm
ljhsiun2/medusa
9
205464
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r13 push %r15 push %r8 push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_WC_ht+0xad74, %r13 nop nop nop nop nop cmp $42887, %r15 mov $0x6162636465666768, %r8 movq %r8, %xmm2 and $0xffffffffffffffc0, %r13 vmovaps %ymm2, (%r13) nop nop nop add $49...
media_driver/agnostic/gen11_icllp/vp/kernel_free/Source/ConstBlend_444_16.asm
lacc97/media-driver
660
205465
<reponame>lacc97/media-driver /* * Copyright (c) 2017, Intel Corporation * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to u...
oeis/292/A292278.asm
neoneye/loda-programs
11
205467
; A292278: a(n) = (Fibonacci(3*n-1) + 1)/2 for n >= 1. ; Submitted by <NAME>(s2) ; 1,3,11,45,189,799,3383,14329,60697,257115,1089155,4613733,19544085,82790071,350704367,1485607537,6293134513,26658145587,112925716859,478361013021,2026369768941,8583840088783,36361730124071,154030760585065,652484772464329,2763969850442379...
oeis/066/A066344.asm
neoneye/loda-programs
11
205468
<reponame>neoneye/loda-programs ; A066344: Beatty sequence for log_5(10). ; 1,2,4,5,7,8,10,11,12,14,15,17,18,20,21,22,24,25,27,28,30,31,32,34,35,37,38,40,41,42,44,45,47,48,50,51,52,54,55,57,58,60,61,62,64,65,67,68,70,71,72,74,75,77,78,80,81,82,84,85,87,88,90,91,92,94,95,97,98,100,101,103,104,105,107,108,110,111,113,114...
docs/CH55x_USB_CDC/ch55x_usb_cdc/debug.asm
clowrey/M5StickCProjects
60
205472
;-------------------------------------------------------- ; File Created by SDCC : free open source ANSI-C Compiler ; Version 3.8.0 #10562 (MINGW64) ;-------------------------------------------------------- .module debug .optsdcc -mmcs51 --model-small ;--------------------------------------------------------...
mdeforge/src/main/resources/initialWorkspace/Families2Persons/Families2Persons.asm
md2manoppello/MDEForge
18
205473
<?xml version = '1.0' encoding = 'ISO-8859-1' ?> <asm version="1.0" name="0"> <cp> <constant value="Families2Persons"/> <constant value="links"/> <constant value="NTransientLinkSet;"/> <constant value="col"/> <constant value="J"/> <constant value="main"/> <constant value="A"/> <constant value="OclParam...
data/pokemon/dex_order_new.asm
AtmaBuster/pokeplat-gen2
6
205474
; Every Pokémon sorted in New Pokédex Order. NewPokedexOrder: dw TURTWIG dw GROTLE dw TORTERRA dw CHIMCHAR dw MONFERNO dw INFERNAPE dw PIPLUP dw PRINPLUP dw EMPOLEON dw STARLY dw STARAVIA dw STARAPTOR dw BIDOOF dw BIBAREL dw KRICKETOT dw KRICKETUNE dw SHINX dw LUXIO dw LUXRAY dw ABRA dw KADABRA d...
programs/oeis/145/A145978.asm
neoneye/loda
22
205475
<gh_stars>10-100 ; A145978: Expansion of 1/(1-x*(1-8*x)). ; 1,1,-7,-15,41,161,-167,-1455,-119,11521,12473,-79695,-179479,458081,1893913,-1770735,-16922039,-2756159,132620153,154669425,-906291799,-2143647199,5106687193,22255864785,-18597632759,-196644551039,-47863488967,1525292919345,1908200831081,-10294142523679,-25559...
Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0x48_notsx.log_21829_1067.asm
ljhsiun2/medusa
9
205476
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r13 push %r15 push %r9 push %rbp push %rcx push %rdi push %rsi lea addresses_WT_ht+0xa71, %r9 nop nop nop nop and %rbp, %rbp movb $0x61, (%r9) nop nop nop nop nop and %r13, %r13 lea addresses_normal_ht+0x52d5, %rsi lea addresses_D_ht+0x16749, %rdi nop nop nop...
oeis/142/A142135.asm
neoneye/loda-programs
11
205477
<reponame>neoneye/loda-programs<filename>oeis/142/A142135.asm ; A142135: Primes congruent to 26 mod 37. ; Submitted by <NAME> ; 137,211,359,433,877,1321,1543,1913,1987,2357,2579,2801,3023,3319,3467,3541,3911,4133,4651,4799,5021,6131,6353,6427,6871,7019,7537,7759,7907,8573,8647,9091,9239,9461,10867,11311,11681,11903,123...
oeis/198/A198947.asm
neoneye/loda-programs
11
205478
; A198947: x values in the solution to 11*x^2 - 10 = y^2. ; Submitted by <NAME> ; 1,7,13,139,259,2773,5167,55321,103081,1103647,2056453,22017619,41025979,439248733,818463127,8762957041,16328236561,174819892087,325746268093,3487634884699,6498597125299,69577877801893,129646196237887,1388069921153161,2586425327632441,2769...
code/Debug/List/dsandled.asm
NimaFakoor/SPB
0
205479
<filename>code/Debug/List/dsandled.asm<gh_stars>0 ;CodeVisionAVR C Compiler V3.12 Advanced ;(C) Copyright 1998-2014 <NAME>, HP InfoTech s.r.l. ;http://www.hpinfotech.com ;Build configuration : Debug ;Chip type : ATmega16A ;Program type : Application ;Clock frequency : 8.000000...
programs/oeis/027/A027820.asm
karttu/loda
1
205480
<filename>programs/oeis/027/A027820.asm ; A027820: a(n) = 28*(n+1)*C(n+6,8)/3. ; 28,336,2100,9240,32340,96096,252252,600600,1321320,2722720,5309304,9876048,17635800,30387840,50736840,82372752,130423524,201894000,306205900,455855400,667206540,961440480,1365682500 add $0,8 mov $1,$0 bin $0,8 sub $1,5 mul $1,$0 mul $1,14...
TinyC/ch14/p0.5/test.asm
zh921/TinyC
0
205481
<reponame>zh921/TinyC FUNC @main: var a, b, c, d push 2 pop c push c push 2 mul pop d push c push d $sum pop a push a push d $sum pop b push c push d print "c = %d, d = %d" push a push b print "a = sum(c, d) = %d, b = sum(a, d) = %d" push 0 ret ~ ENDFUNC FUNC @sum: arg a, b var c, d push a push b add ret ~ ...
Packets/compile/python.asm
TrojanIsHere/GOD
0
205482
<filename>Packets/compile/python.asm ; -- Create in 2014 AUXSTAT:EQU SIOBASE+3 AUXDATA:EQU SIOBASE+2 ENDIF IF PARALLELAUX AUXSTAT:EQU BASE+13 AUXDATA:EQU BASE+12 ENDIF IF SERIALPRN PRNSTAT:EQU SIOBASE+1 PRNDATA:EQU SIOBASE+0 ENDIF IF PARALLELPRN PRNSTAT:EQU BASE+13 PRNDATA:EQU BASE+12 ENDIF ORG 0 PUT 100H...
tests/test/basic_fsm.asm
0xl0nely/vmcc
0
205485
<reponame>0xl0nely/vmcc ; 0 = false ; 1 = true ; states are 0, 1, 2 ; i guess rdx is our state counter section .text global read_commands global _strlen read_commands:;(const char* commands) push rbp mov rbp, rsp push rdx push rcx mov rdx, 0 ; q1, initial state xor rcx, rcx _state_loop: mov ...
P6/data_P6/testpoint/testpoint9.asm
alxzzhou/BUAA_CO_2020
1
205486
ori $1, $0, 6 ori $2, $0, 11 ori $3, $0, 3 ori $4, $0, 8 sw $2, 0($0) sw $2, 4($0) sw $3, 8($0) sw $2, 12($0) sw $3, 16($0) sw $4, 20($0) sw $2, 24($0) sw $1, 28($0) sw $3, 32($0) sw $4, 36($0) sw $1, 40($0) sw $4, 44($0) sw $4, 48($0) sw $2, 52($0) sw $1, 56($0) sw $2, 60($0) sw $4, 64($0) sw $4, ...
home/init.asm
opiter09/ASM-Machina
1
205487
SoftReset:: call StopAllSounds call GBPalWhiteOut ld c, 32 call DelayFrames ; fallthrough Init:: ; Program init. rLCDC_DEFAULT EQU %11100011 ; * LCD enabled ; * Window tile map at $9C00 ; * Window display enabled ; * BG and window tile data at $8800 ; * BG tile map at $9800 ; * 8x8 OBJ size ; * OBJ display enab...
programs/oeis/004/A004401.asm
neoneye/loda
22
205488
; A004401: Least number of edges in graph containing all trees on n nodes. ; 0,1,2,4,6,8,11,13,16,18 mov $1,$0 sub $1,1 lpb $1 sub $1,1 add $0,$1 div $1,2 lpe
kernel.asm
tphan022/CS153assn2_p1
0
205489
<reponame>tphan022/CS153assn2_p1 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 0f i...
programs/oeis/024/A024016.asm
neoneye/loda
22
205490
<reponame>neoneye/loda ; A024016: 2^n-n^6. ; 1,1,-60,-721,-4080,-15593,-46592,-117521,-261888,-530929,-998976,-1769513,-2981888,-4818617,-7513152,-11357857,-16711680,-24006497,-33750080,-46521593,-62951424,-83668969,-109185600,-139647281,-174325760,-210586193,-241806912,-253202761,-213454848,-57952409,344741824,1259979...
libsrc/graphics/getmaxy.asm
meesokim/z88dk
0
205491
<reponame>meesokim/z88dk ; ; Z88 Graphics Functions ; ; Written around the Interlogic Standard Library ; ; $Id: getmaxy.asm,v 1.3 2015/01/19 01:32:46 pauloscustodio Exp $ ; INCLUDE "graphics/grafix.inc" PUBLIC getmaxy .getmaxy ld hl,maxy-1 ret
Opus/asm/grhc.asm
Computer-history-Museum/MS-Word-for-Windows-v1.1
2
205493
<reponame>Computer-history-Museum/MS-Word-for-Windows-v1.1<gh_stars>1-10 ;*------------------------------------------------------------------------ ;* ;* ;* Microsoft Word -- Graphics ;* ;* Hand-code versions of C routines ;* ;*------------------------------------------------------------------------ include w2.inc ...
src/kernel/arch/aarch32/board/raspi2/asm/boot.asm
aryanmaurya1/ArvernOS
77
205494
.section ".text.boot" .global start start: // stop secondary cores mrc p15, 0, r5, c0, c0, 5 and r5, r5, #3 cmp r5, #0 bne hang // set up the stack ldr r5, =start mov sp, r5 // enable FPU mrc p15, 0, r5, c1, c0, 2 orr r5, r5, #(0xf << 20) mcr p15, 0, r5, c1, c0, 2 isb mov r5, #0x40000000...
oeis/085/A085729.asm
neoneye/loda-programs
11
205495
<reponame>neoneye/loda-programs ; A085729: Sum of prime factors of prime powers. ; Submitted by <NAME> ; 0,2,3,4,5,7,6,6,11,13,8,17,19,23,10,9,29,31,10,37,41,43,47,14,53,59,61,12,67,71,73,79,12,83,89,97,101,103,107,109,113,22,15,127,14,131,137,139,149,151,157,163,167,26,173,179,181,191,193,197,199,211,223 seq $0,18106...
src/mem_bank_test.asm
stid/kick-c64-dead-test
22
205497
<reponame>stid/kick-c64-dead-test<filename>src/mem_bank_test.asm #importonce #import "./macros.asm" #import "./zeropage_map.asm" #import "./data.asm" #import "./main_loop.asm" * = * "mem bank test" /////// MEMORY BANK TEST memBankTest: { // prepare memory ldx #$15 ...
programs/oeis/086/A086955.asm
karttu/loda
1
205499
<filename>programs/oeis/086/A086955.asm ; A086955: a(n) = n^2 + 2*n + 2 - (-1)^n. ; 1,6,9,18,25,38,49,66,81,102,121,146,169,198,225,258,289,326,361,402,441,486,529,578,625,678,729,786,841,902,961,1026,1089,1158,1225,1298,1369,1446,1521,1602,1681,1766,1849,1938,2025,2118,2209,2306,2401,2502,2601,2706,2809,2918,3025,3138...
556_poly.nasm
Re4son/slae-assignment6
1
205500
<reponame>Re4son/slae-assignment6 ; linux/x86 ; chmod(/etc/shadow, 0666) & exit() 33 bytes ; written by ka0x - <<EMAIL>> ; lun sep 21 17:13:25 CEST 2009 ; ; greets: an0de, Piker, xarnuz, NullWave07, Pepelux, JosS, sch3m4, Trancek and others! ; ; Polymorphed by Re4son: 31 bytes ; re4son [at] whitedome.com.au global _s...
oeis/337/A337154.asm
neoneye/loda-programs
11
205502
<filename>oeis/337/A337154.asm ; A337154: a(n) = 4^n * (n!)^2 * Sum_{k=0..n} 1 / ((-4)^k * (k!)^2). ; Submitted by <NAME> ; 1,3,49,1763,112833,11283299,1624795057,318459831171,81525716779777,26414332236647747,10565732894659098801,5113814721015003819683,2945557279304642200137409,1991196720809938127292888483,156109822911...
programs/oeis/173/A173661.asm
karttu/loda
1
205503
<filename>programs/oeis/173/A173661.asm ; A173661: Logarithmic derivative of the squares of the Fibonacci numbers (A007598, with offset). ; 1,7,16,47,121,322,841,2207,5776,15127,39601,103682,271441,710647,1860496,4870847,12752041,33385282,87403801,228826127,599074576,1568397607,4106118241,10749957122,28143753121,73681...
samples/SVP_mem_reader/main.asm
jdesiloniz/svpdev
42
205505
;************************************************************** ; SVP Tests ;************************************************************** ; by <NAME> ;************************************************************** ; This sample is a way to run basic code tests on the SVP ; in order to find out more about its behavior...
Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xa0_notsx.log_21829_1494.asm
ljhsiun2/medusa
9
205506
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %rax push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_UC_ht+0x97de, %rdi nop nop nop nop sub $29059, %rsi movb $0x61, (%rdi) nop nop nop nop nop and $5627, %r10 lea addresses_normal_ht+0x117de, %rsi lea addresses_A_ht+0x85be, %rdi nop ...
hello_elf.asm
lemonacy/os-oranges
1
205507
<reponame>lemonacy/os-oranges<filename>hello_elf.asm<gh_stars>1-10 ; 编译链接方法 ; (ld的’-s‘选项意为“strip all”) ; ; $ nasm -f elf hello_elf.asm -o hello_elf.o ; $ brew install i386-elf-binutils ; $ i386-elf-ld -s hello_elf.o -o hello_elf ; $ ./hello_elf (copy to linux host) ; Hello, world! ; $ [section .data] strHello db ...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1853.asm
ljhsiun2/medusa
9
205508
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r8 push %rax push %rbx push %rcx push %rdi push %rsi lea addresses_WC_ht+0xe0c0, %rbx nop sub $61128, %rax mov (%rbx), %r11 nop nop and %rcx, %rcx lea addresses_WT_ht+0xba7c, %rsi lea addresses_WC_ht+0x14dcc, %rdi nop nop nop add %r8, %r8 mov $29, %rcx rep mo...
libsrc/_DEVELOPMENT/math/float/am9511/lam32/z80/asm_fmul.asm
ahjelm/z88dk
640
205509
; float _fmul (float left, float right) __z88dk_callee SECTION code_clib SECTION code_fp_am9511 PUBLIC asm_fmul EXTERN asm_am9511_fmul_callee ; multiply two sccz80 floats ; ; enter : stack = sccz80_float left, ret ; DEHL = sccz80_float right ; ; exit : DEHL = sccz80_float(left*ri...
programs/oeis/186/A186154.asm
neoneye/loda
22
205511
; A186154: Rank of (1/8)n^3 when {(1/8)i^3: i>=1} and {j^2>: j>=1} are jointly ranked with (1/8)i^3 after j^2 when (1/8)i^3=j^2. Complement of A186155. ; 1,3,4,6,8,11,13,16,18,21,23,26,29,32,35,38,41,45,48,51,55,58,61,65,69,72,76,80,84,88,92,96,100,104,108,112,116,120,125,129,133,138,142,147,151,156,160,165,170,175,17...
programs/oeis/072/A072373.asm
neoneye/loda
22
205512
<reponame>neoneye/loda ; A072373: Complexity of doubled cycle (regarding case n = 2 as a graph). ; 1,4,75,384,1805,8100,35287,150528,632025,2620860,10759331,43804800,177105253,711809364,2846259375,11330543616,44929049777,177540878700,699402223099,2747583822720,10766828545725,42095796462852,164244726238343 add $0,1 mov...
Transynther/x86/_processed/AVXALIGN/_ht_zr_/i7-7700_9_0xca.log_21829_358.asm
ljhsiun2/medusa
9
205513
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r13 push %rax push %rbp push %rcx push %rdx push %rsi lea addresses_D_ht+0xff7f, %rax nop nop and $6348, %rcx mov (%rax), %rdx nop nop xor %r13, %r13 lea addresses_D_ht+0x1aef7, %rbp nop nop nop nop nop sub $8975, %rsi vmovups (%rbp), %ymm6 vextracti128 $1, %...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0.log_21829_1674.asm
ljhsiun2/medusa
9
205514
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r14 push %r15 push %r8 push %rbp push %rcx push %rdi push %rsi lea addresses_A_ht+0x1e53, %r15 nop nop nop nop nop and $45261, %rdi movw $0x6162, (%r15) nop and %r12, %r12 lea addresses_WC_ht+0xcbd3, %r8 nop nop and %rbp, %...
TelnetDuke.asm
adolfopa/TelnetRSX
0
205515
; Telnet client v1.0.1 beta example for M4 Board ; Written by Duke 2018 ; Requires firmware v1.1.0 upwards ; Assembles with RASM (www.roudoudou.com/rasm) ; Formatted for Notepad++, see : ; http://www.cpcwiki.eu/forum/amstrad-cpc-hardware/amstrad-cpc-wifi/msg150664/#msg150664 ; to easily cro...
Library/Chart/CComp/ccompGeometry.asm
steakknife/pcgeos
504
205516
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1991 -- All Rights Reserved PROJECT: PC GEOS MODULE: FILE: ccompGeometry.asm AUTHOR: <NAME> METHODS: Name Description ---- ----------- REVISION HISTORY: Name Date Description ---- --...
samples/nes/common/init.asm
0x8BitDev/MAPeD-SPReD
23
205517
<gh_stars>10-100 ; MACROSES ; init NES hardware .macro init_hardware_clear_mem sei ; disable IRQ cld ; disable decimal mode ldx #$40 stx $4017 ; disable APU ldx #$ff txs ; set the stack inx ; now X = 0 stx $2000 ; disable NMI stx $2001 ; disable rendering stx $4010 ; disable DMC IRQs s...
src/shaders/post_processing/gen5_6/Core_Kernels/DI_SAVE_PA.asm
tizenorg/platform.upstream.libva-intel-driver
0
205518
<reponame>tizenorg/platform.upstream.libva-intel-driver /* * All Video Processing kernels * Copyright © <2010>, Intel Corporation. * * This program is licensed under the terms and conditions of the * Eclipse Public License (EPL), version 1.0. The full text of the EPL is at * http://www.opensource.org/licenses/e...
assignment-3/linux_x86_reliable_egghunter.nasm
rcesecurity/slae
8
205519
; SLAE - Assignment #3: Reliable Egg Hunter (Linux/x86) - 38 bytes ; Author: <NAME> (@MrTuxracer) ; Website: http://www.rcesecurity.com global _start section .text _start: cld ;just to make sure that scasd is working xor edx,edx xor ecx,ecx next_page: or dx,0xfff ;add 4095 eggy_search: inc edx ;PAGE_SIZE=...
programs/oeis/317/A317315.asm
neoneye/loda
22
205520
<reponame>neoneye/loda ; A317315: Multiples of 15 and odd numbers interleaved. ; 0,1,15,3,30,5,45,7,60,9,75,11,90,13,105,15,120,17,135,19,150,21,165,23,180,25,195,27,210,29,225,31,240,33,255,35,270,37,285,39,300,41,315,43,330,45,345,47,360,49,375,51,390,53,405,55,420,57,435,59,450,61,465,63,480,65,495,67,510,69,525,71,...
src/scpu-a-dma-bug/scpu-a-dma-bug-strange.asm
undisbeliever/snes-test-roms
7
205521
// S-CPU-A hardware DMA bug test // ============================= // // Copyright (c) 2021, <NAME> <<EMAIL>>. // Distributed under The MIT License: https://opensource.org/licenses/MIT define mChannel = 0 define hChannel = 1 include "dma-test.inc" variable sv_counter = 0 macro sv() { db sv_counter ? 15 : 8 ...
汇编语言/第11章/11.asm
jckling/only-python
1
205523
<reponame>jckling/only-python ;以0结尾的字符串中的小写字母转变为大写字母 assume cs:codesg datasg segment db "Hello World! Let's masm!",0 datasg ends codesg segment begin: mov ax,datasg mov ds,ax mov si,0 call letterc mov ax,4c00h int 21h letterc: mov cl,0 compare: mov ch,ds:[si] jcxz ok cmp byte ptr ds:[si],97 ;小写a ...
BigIntSimple/Mul2.asm
andreasimonassi/bigint
0
205524
.data .code ;int LongMulAsm2( ; qword * A, RCX ; int ASizeInQWords, eDX ; qword * B, R8 ; int BSizeInQWords, R9d ; qword * R ON STACK ; ); ; RAX, RCX, RDX, R8, R9, R10, R11 VOLATILE ; RAX used to store cpu flags LongMulAsmVariant_1 proc ; mul by zero ret 0 xor rax, rax test rdx, rdx jz...
mc-sema/validator/x86_64/tests/ADD16rm.asm
randolphwong/mcsema
2
205525
<gh_stars>1-10 BITS 64 ;TEST_FILE_META_BEGIN ;TEST_TYPE=TEST_F ;TEST_IGNOREFLAGS= ;TEST_FILE_META_END ; ADD16rm ;TEST_BEGIN_RECORDING lea rax, [rsp-0x10] mov DWORD [rax], 0x1000 mov bx, 0x2 add bx, [rax] mov eax, [rax] ;TEST_END_RECORDING
playfield.asm
DChristianson/atari-vcs-samples
0
205526
<gh_stars>0 processor 6502 include "vcs.h" include "macro.h" SKY_BLUE = 160 DARK_WATER = 160 SUN_RED = 48 CLOUD_ORANGE = 34 GREY_SCALE = 2 WHITE_WATER = 10 GREEN = 178 RED = 66 YELLOW = 30 WHITE = 14 BLACK = 0 SEG ORG $F000 Reset ; set TIA to known state (clear to 0) lda #0 ...
dev/smartdrv/bamchk.asm
minblock/msdos
0
205528
; ; This little program takes a snapshot of the SmartDrv 4.0 ; cache data structures and dumps it, crudely formatted, to ; STDOUT for further processing. ; ;masm bamchk; ;link bamchk; ;exe2bin bamchk.exe bamchk.com ;del bamchk.exe ; zseg segment assume cs:zseg org 100h com_entry: jmp short com_entry_1 ; local var...
oeis/343/A343949.asm
neoneye/loda-programs
11
205529
<reponame>neoneye/loda-programs ; A343949: Shortest distance from curve start to end along the segments of dragon curve expansion level n, and which is the diameter of the curve as a graph. ; Submitted by <NAME> ; 1,2,4,8,12,18,26,36,52,70,102,136,200,266,394,524,780,1038,1550,2064,3088,4114,6162,8212,12308,16406,24598...