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
platforms/m3/prc_v12/debug/test0/test0.asm
lab11/M-ulator
19
54486
<reponame>lab11/M-ulator test0/test0.elf: file format elf32-littlearm Disassembly of section .text: 00000000 <hang-0x80>: 0: 00002000 .word 0x00002000 4: 00000091 .word 0x00000091 ... 10: 00000080 .word 0x00000080 14: 00000080 .word 0x00000080 18: 00000080 .word 0x00000080 1c: 00000080 .wor...
oeis/014/A014921.asm
neoneye/loda-programs
11
54487
<reponame>neoneye/loda-programs<filename>oeis/014/A014921.asm ; A014921: a(1)=1, a(n) = n*8^(n-1) + a(n-1). ; 1,17,209,2257,22737,219345,2054353,18831569,169826513,1512003793,13323163857,116402378961,1009755576529,8706336970961,74677034637521,637626988058833,5422701592139985,45955098238474449,388228669918632145,3270532...
oeis/108/A108485.asm
neoneye/loda-programs
11
54488
<reponame>neoneye/loda-programs ; A108485: Sum binomial(2n-2k,2k)2^(n-k), k=0..floor(n/2). ; Submitted by <NAME> ; 1,2,6,32,140,600,2632,11520,50320,219936,961376,4201984,18366144,80275840,350873728,1533616128,6703206656,29298713088,128060286464,559732334592,2446506216448,10693312305152,46738866751488,204288587399168,8...
raster_scroll1/main.asm
emutyworks/Learning-GB-Programming
9
54489
<reponame>emutyworks/Learning-GB-Programming ; ; I used this Website/Document as a reference to create "main.asm". ; ; GB ASM Programming Tutorial: Hello World! ; https://eldred.fr/gb-asm-tutorial/hello-world.html ; ; The Cycle-Accurate Game Boy Docs (p25: 7. Joypad) ; https://github.com/AntonioND/giibiiadvance/blob/ma...
events.asm
compiling/z3randomizer
0
54490
;-------------------------------------------------------------------------------- ; OnLoadOW ;-------------------------------------------------------------------------------- ;OnLoadMap: ; LDA $7EF2DB ; thing we wrote over ;RTL ;-------------------------------------------------------------------------------- OnPrepFile...
Transynther/x86/_processed/AVXALIGN/_st_sm_/i7-7700_9_0xca_notsx.log_21829_1170.asm
ljhsiun2/medusa
9
54491
.global s_prepare_buffers s_prepare_buffers: push %r14 push %r8 push %r9 push %rax push %rbp push %rcx push %rdx lea addresses_normal_ht+0x1e6, %rax clflush (%rax) nop nop nop add $50773, %r9 movb $0x61, (%rax) nop nop nop nop cmp %rcx, %rcx lea addresses_A_ht+0x6d47, %rcx nop nop cmp %rbp, %rbp mov $0x6162636465666768...
lib/target/pencil2/classic/pencil2_crt0.asm
ahjelm/z88dk
640
54494
<reponame>ahjelm/z88dk ; ; Startup for the Pencil II ; ; 2k of memory module pencil_crt0 defc crt0 = 1 INCLUDE "zcc_opt.def" EXTERN _main ;main() is always external to crt0 code PUBLIC cleanup ;jp'd to by exit() PUBLIC l_dcal ;jp(hl) PUBLIC msxbios ...
programs/oeis/065/A065310.asm
karttu/loda
0
54495
; A065310: Number of occurrences of n-th prime in A065308, where A065308(j) = prime(j - pi(j)). ; 3,2,2,1,1,2,2,1,1,2,2,1,1,2,1,1,1,1,2,2,1,1,1,1,2,1,1,2,2,1,1,2,1,1,1,1,2,1,1,1,1,2,2,1,1,1,1,2,1,1,2,2,1,1,1,1,2,1,1,2,1,1,1,1,2,1,1,1,1,1,1,2,1,1,2,2,1,1,2,2,1,1,2,1,1,1,1,1,1,1,1,1,1,1,1,2,1,1,2,1,1,1,1,2,2,1,1,1,1,1,1,...
namelist.asm
Noah1989/asm21
1
54496
; The assembler stores the source as bytecode. ; Each byte in the source corresponds to a single token. ; This list consists of entries that describe each possible bytecode token. ; These descriptions are used by the interactive source editor ; for printing and editing the source in a human-readable way. ; Not all byte...
clipTst.asm
TinfoilAsteroid/EliteNext
9
54497
<reponame>TinfoilAsteroid/EliteNext<gh_stars>1-10 DEVICE ZXSPECTRUMNEXT CSPECTMAP clipTst.map OPT --zxnext=cspect --syntax=a --reversepop DEBUGSEGSIZE equ 1 DEBUGLOGSUMMARY equ 1 ;DEBUGLOGDETAIL equ 1 ;--------------------------------------------------------------------------------------------------------------...
programs/oeis/026/A026581.asm
jmorken/loda
1
54498
<filename>programs/oeis/026/A026581.asm ; A026581: Expansion of (1 + 2*x) / (1 - x - 4*x^2). ; 1,3,7,19,47,123,311,803,2047,5259,13447,34483,88271,226203,579287,1484099,3801247,9737643,24942631,63893203,163663727,419236539,1073891447,2750837603,7046403391,18049753803,46235367367,118434382579,303375852047,777113382363,1...
Examples/conversion-routines/qwordbcd2ascii.asm
agguro/linux-nasm
6
54500
;name: qwordbcd2ascii.asm ; ;description: convert 64 bit bcd in rdi to ascii in rdx:rax ;build: nasm -felf64 qwordbcd2ascii.asm -o qwordbcd2ascii.o ; bits 64 global qwordbcd2ascii section .text qwordbcd2ascii: push rcx push r8 push r9 mov rdx,rdi ;split dwords mov eax,edx ...
assembler/tests/t_tms7/t_tms7.asm
paulscottrobson/RCA-Cosmac-VIP-III
1
54501
<gh_stars>1-10 cpu tms70c08 page 0 include reg7000 ; additional syntax options marked with *** adc b,a adc r10,a adc r20,b adc r30,r40 adc %20,a adc #20,a ; *** adc %30,b adc #30,b ; *** adc %4...
P6/data_P6_2/ALUTest83.asm
alxzzhou/BUAA_CO_2020
1
54502
sll $1,$6,0 sra $1,$1,12 slti $3,$3,-25939 nor $5,$3,$3 addiu $4,$4,15870 sll $4,$3,12 srav $0,$5,$3 nor $3,$4,$3 sltiu $5,$3,-23441 sllv $1,$1,$3 subu $4,$4,$3 sra $3,$3,11 addiu $0,$1,-3621 slt $4,$1,$3 lh $0,16($0) sh $3,2($0) slti $1,$6,-30893 sra $3,$6,5 srav $3,$3,$3 sw $3,16($0) andi $3,$5,21800 srav $5,$3,$3 lb...
Modellazione_e_analisi_di_sistemi/eclipse_workspace_mas/esercizi/simulazione_30_05_2022/StandardLibrary.asm
katema-official/Universita_magistrale_anno_1.2
0
54503
module StandardLibrary export * signature : /*----------- Domains --------------*/ anydomain Any anydomain D anydomain D1 anydomain D2 anydomain D3 anydomain D4 anydomain D5 anydomain D6 anydomain D7 anydomain D8 anydomain D9 basic domain Complex basic domain Real basic domain Integer basic domain Na...
buildTools/win32-x64/gbdk/libc/strncpy.asm
asiekierka/gb-studio
6,433
54504
;-------------------------------------------------------- ; File Created by SDCC : FreeWare ANSI-C Compiler ; Version 2.3.1 Wed Sep 04 21:56:20 2019 ;-------------------------------------------------------- .module strncpy ;-------------------------------------------------------- ; Public variables in this module ;...
tasks/helloworld/hello.asm
yds12/x86-roadmap
15
54505
<gh_stars>10-100 ; This is a hello world program in assembly. global _start ; this makes _start known externally section .text ; section of our program that holds instructions _start: ; the starting point of our program mov rax, 1 ; puts 1 into register rax mov rdi, 1 ; puts...
oeis/105/A105760.asm
neoneye/loda-programs
11
54506
<reponame>neoneye/loda-programs<gh_stars>10-100 ; A105760: Nonnegative numbers k such that 2k+7 is prime. ; Submitted by <NAME> ; 0,2,3,5,6,8,11,12,15,17,18,20,23,26,27,30,32,33,36,38,41,45,47,48,50,51,53,60,62,65,66,71,72,75,78,80,83,86,87,92,93,95,96,102,108,110,111,113,116,117,122,125,128,131,132,135,137,138,143,150...
FeaturePatches/Reclaim7E1F49/Reclaim7E1F49.asm
xragey/smw
4
54507
; ---------------------------------------------------------------------------------------------------------------------------------- ; ; "Reclaim $7E1F49" ; by Ragey <<EMAIL>> ; https://github.com/xragey/smw ; ; Installing this patch reclaims offset $7E1F49 (141 bytes). ; ; Note that this patch is integrated into the M...
ioq3/build/release-js-js/baseq3/cgame/cg_marks.asm
RawTechnique/quake-port
1
54508
export CG_InitMarkPolys code proc CG_InitMarkPolys 12 12 ADDRGP4 cg_markPolys ARGP4 CNSTI4 0 ARGI4 CNSTU4 73728 ARGU4 ADDRGP4 qk_memset CALLP4 pop ADDRGP4 cg_activeMarkPolys+4 ADDRGP4 cg_activeMarkPolys ASGNP4 ADDRLP4 4 ADDRGP4 cg_activeMarkPolys ASGNP4 ADDRLP4 4 INDIRP4 ADDRLP4 4 INDIRP4 ASGNP4 ADDRGP4 cg_freeMarkPoly...
src/boot_sect_memory_org.asm
thinkreed/tinyos
0
54509
<filename>src/boot_sect_memory_org.asm [org 0x7c00] mov ah, 0x0e mov al, "1" int 0x10 mov al, the_secret int 0x10 mov al, "2" int 0x10 mov al, [the_secret] int 0x10 mov al, "3" int 0x10 mov bx, the_secret add bx, 0x7c00 mov al, [bx] int 0x10 mov al, "4" int 0x10 mov al, [0x7c2d] int 0x10 jmp $ the_secret: ...
src/z3/randomizer/textrenderer.asm
PJBoy/alttp_sm_combo_randomizer_rom
31
54510
pushpc org $0ef51b jml RenderCharExtended org $0ef520 RenderCharExtended_returnOriginal: org $0ef567 RenderCharExtended_returnUncompressed: org $0ef356 jsl RenderCharLookupWidth org $0ef3ba jsl RenderCharLookupWidth org $0ef48e jml RenderCharLookupWidthDraw org $0ef499 RenderCharLookupWidth...
Transynther/x86/_processed/NC/_zr_/i7-7700_9_0x48_notsx.log_21829_607.asm
ljhsiun2/medusa
9
54511
<reponame>ljhsiun2/medusa<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r8 push %rax push %rbp push %rcx push %rdi push %rsi lea addresses_WT_ht+0x1265a, %r8 nop add %rdi, %rdi mov (%r8), %ax sub $42835, %rbp lea addresses_D_ht+0x204, %rsi lea addresses_WC_ht+0x7204, %rdi clflush ...
examples/lm3s6965evb/startup.asm
rakati/ppci-mirror
0
54513
<reponame>rakati/ppci-mirror section reset dd 0x2000f000 ; 0x0 dd 0x00000009 ; reset vector 0x4 global bsp_boot global bsp_exit BL bsp_boot ; Branch to bsp boot // 0x8 BL bsp_exit ; do exit stuff 0xc local_loop: BW local_loop ; 0x10 dd 0 ; 0x14 dd 0 ; 0x18 dd 0 ; 0x1c dd 0 ; 0x20 dd 0 ; 0x24 dd 0 ; 0x28 dd 0 ; 0x2c...
oeis/318/A318417.asm
neoneye/loda-programs
11
54514
<reponame>neoneye/loda-programs ; A318417: Scaled g.f. T(u) = Sum_{n>=0} a(n)*(3*u/48)^n satisfies 3*(2*u-1)*T + d/du(4*u*(2*u-1)*(u-1)*T') = 0, and a(0)=1; sequence gives a(n). ; Submitted by <NAME> ; 1,12,228,5040,121380,3093552,82047504,2240162496,62508328740,1773580002480,50988042273168,1481392081181376,43413834762...
oeis/001/A001044.asm
neoneye/loda-programs
11
54515
; A001044: a(n) = (n!)^2. ; 1,1,4,36,576,14400,518400,25401600,1625702400,131681894400,13168189440000,1593350922240000,229442532802560000,38775788043632640000,7600054456551997440000,1710012252724199424000000,437763136697395052544000000,126513546505547170185216000000,40990389067797283140009984000000,14797530453474819213...
libsrc/graphics/getmaxy.asm
jpoikela/z88dk
38
54516
; ; Z88 Graphics Functions ; ; Written around the Interlogic Standard Library ; ; $Id: getmaxy.asm,v 1.5 2017-01-02 21:51:24 aralbrec Exp $ ; INCLUDE "graphics/grafix.inc" SECTION code_graphics PUBLIC getmaxy PUBLIC _getmaxy .getmaxy ._getm...
programs/oeis/129/A129230.asm
karttu/loda
0
54517
<filename>programs/oeis/129/A129230.asm ; A129230: a(n)=Floor(n*r)+Floor((n-2)*r)+Floor((n-4)*r)+...+Floor(k*r), where r = golden mean = (1 + sqrt(5))/2 and k=0 if n is even, k=1 if n is odd. ; 0,1,3,5,9,13,18,24,30,38,46,55,65,76,87,100,112,127,141,157,173,190,208,227,246,267,288,310,333,356,381,406,432,459,487,515,54...
scripts/celadondiner.asm
etdv-thevoid/pokemon-rgb-enhanced
1
54518
<filename>scripts/celadondiner.asm CeladonDinerScript: call EnableAutoTextBoxDrawing ret CeladonDinerTextPointers: dw CeladonDinerText1 dw CeladonDinerText2 dw CeladonDinerText3 dw CeladonDinerText4 dw CeladonDinerText5 CeladonDinerText1: TX_FAR _CeladonDinerText1 db "@" CeladonDinerText2: TX_FAR _CeladonD...
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_515.asm
ljhsiun2/medusa
9
54519
.global s_prepare_buffers s_prepare_buffers: push %rax push %rcx push %rdi push %rsi lea addresses_normal_ht+0x237c, %rsi lea addresses_WC_ht+0xd2e, %rdi nop nop nop nop nop and %rax, %rax mov $104, %rcx rep movsl nop sub %rsi, %rsi pop %rsi pop %rdi pop %rcx pop %rax ret .global s_faulty_load s_faulty_load: push ...
P6/data_P6/testpoint/testpoint42.asm
alxzzhou/BUAA_CO_2020
1
54520
ori $1, $0, 6 ori $2, $0, 11 ori $3, $0, 15 ori $4, $0, 11 sw $2, 0($0) sw $3, 4($0) sw $2, 8($0) sw $3, 12($0) sw $1, 16($0) sw $1, 20($0) sw $3, 24($0) sw $1, 28($0) sw $2, 32($0) sw $2, 36($0) sw $3, 40($0) sw $4, 44($0) sw $3, 48($0) sw $4, 52($0) sw $2, 56($0) sw $4, 60($0) sw $2, 64($0) sw $1...
oeis/226/A226996.asm
neoneye/loda-programs
11
54521
; A226996: Number of lattice paths from (0,0) to (n,n) consisting of steps U=(1,1), H=(1,0) and S=(0,1) such that the first step leaving and the last step joining the diagonal (if any) is an H step. ; Submitted by <NAME> ; 1,1,2,10,59,339,1908,10660,59493,332469,1861910,10451086,58793535,331434215,1871929768,1059088653...
programs/oeis/083/A083741.asm
jmorken/loda
1
54522
<gh_stars>1-10 ; A083741: a(n) = l(n) + a(l(n)), where l(n) = n - 2^floor(log2(n)) (A053645). ; 0,0,0,1,0,1,2,4,0,1,2,4,4,6,8,11,0,1,2,4,4,6,8,11,8,10,12,15,16,19,22,26,0,1,2,4,4,6,8,11,8,10,12,15,16,19,22,26,16,18,20,23,24,27,30,34,32,35,38,42,44,48,52,57,0,1,2,4,4,6,8,11,8,10,12,15,16,19,22,26,16,18,20 mov $2,$0 cal...
IL2C.Runtime/src/Platform/uefi_Win32.asm
am11/IL2C
325
54524
.model flat _text segment ; .safeseh @il2c_setjmp@4 ; .safeseh @il2c_longjmp@8 ; typedef struct il2c_jmp_buf_t ; { ; uint32_t Edx; ; uint32_t Ebx; ; uint32_t Esp; ; uint32_t Ebp; ; uint32_t Esi; ; uint32_t Edi; ; uint32_t Eip; ; } *il2c_jmp_buf; ; int __fastcall il2c_setjmp(il2c_jmp_buf ...
tests/examplefiles/nasm_objexe.asm
btashton/pygments
940
54525
<gh_stars>100-1000 ; Demonstration of how to write an entire .EXE format program as a .OBJ ; file to be linked. Tested with the VAL free linker. ; To build: ; nasm -fobj objexe.asm ; val objexe.obj,objexe.exe; ; To test: ; objexe ; (should print `hello, world') segment code ..start: mov ax,...
Projetos/F-Assembly/src/nasm/examples/pxLCD.nasm
brunoartc/GladOS
0
54526
; primeiro px do LCD ! movw $0, %S ; Carrega 0 no reg. S decw %S ; faz 0 - 1 = 0x1111111111111 ; faz com que todos os bits sejam 1 leaw $18794, %A ; Carrega o endereço dos primeiros bits movw %S, (%A) ; Move o valor de %S para o LCD
oeis/269/A269161.asm
neoneye/loda-programs
11
54528
; A269161: Formula for Wolfram's Rule 86 cellular automaton: a(n) = 4n XOR (2n OR n). ; Submitted by <NAME> ; 0,7,14,11,28,27,22,19,56,63,54,51,44,43,38,35,112,119,126,123,108,107,102,99,88,95,86,83,76,75,70,67,224,231,238,235,252,251,246,243,216,223,214,211,204,203,198,195,176,183,190,187,172,171,166,163,152,159,150,1...
dataToTestOn/asm/4/prog04.asm
Epacik/8051-ASM-Plugin
1
54529
LJMP START ORG 100H START: CALL LCD_CLR MOV A, #0 LOOP: MOV R2, A ; zapisanie heksadecymalnej wartości w R2, żeby przeliczenie na BCD nie zniszczyło jej CALL HTB CALL WRITE_HEX MOV A, R2 ; przywróć wartość do A i inkrementuj ją INC A CJNE A, #64H, AFTER_RESET ; Je...
programs/oeis/164/A164654.asm
neoneye/loda
22
54531
; A164654: a(n) = 2*a(n-2) for n > 2; a(1) = 3, a(2) = 8. ; 3,8,6,16,12,32,24,64,48,128,96,256,192,512,384,1024,768,2048,1536,4096,3072,8192,6144,16384,12288,32768,24576,65536,49152,131072,98304,262144,196608,524288,393216,1048576,786432,2097152,1572864,4194304,3145728,8388608,6291456,16777216,12582912,33554432,2516582...
II-sem/Microprocessor/Assembly Language Programs/print0-9.asm
ASHD27/JMI-MCA
3
54532
.model small .stack 100h .data .code main proc mov cx, 10 mov dx,48 loop1: mov ah, 2 int 21h ; mov dl, 10 ; mov ah, 02h ; int 21h ; mov dl, 13 ;mov ah, 02h ; int 21h inc dx loop loop1 mov ah, 4ch int 21h ...
programs/oeis/226/A226576.asm
jmorken/loda
1
54534
; A226576: Smallest number of integer sided squares needed to tile a 3 X n rectangle. ; 0,3,3,1,4,4,2,5,5,3,6,6,4,7,7,5,8,8,6,9,9,7,10,10,8,11,11,9,12,12,10,13,13,11,14,14,12,15,15,13,16,16,14,17,17,15,18,18,16,19,19,17,20,20,18,21,21,19,22,22,20,23,23,21,24,24,22,25,25,23,26,26,24,27,27,25,28,28,26,29,29,27,30,30,28,3...
programs/oeis/027/A027784.asm
karttu/loda
1
54536
<reponame>karttu/loda ; A027784: a(n) = 11*(n+1)*binomial(n+2,11)/2. ; 55,726,5148,26026,105105,360360,1089088,2975544,7482618,17551820,38798760,81477396,163601438,315762216,588376800,1062347000,1864418985,3188915730,5327982660,8713054350,13970931975,21998673840,34062462720,51926743440,78021243300,115655019480,16928844...
lib/avx512/sha256_x16_avx512.asm
edtubbs/intel-ipsec-mb
0
54537
<filename>lib/avx512/sha256_x16_avx512.asm ;; ;; Copyright (c) 2017-2021, Intel Corporation ;; ;; Redistribution and use in source and binary forms, with or without ;; modification, are permitted provided that the following conditions are met: ;; ;; * Redistributions of source code must retain the above copyright n...
libsrc/_DEVELOPMENT/z180/z180/asm_z180_otdr.asm
jpoikela/z88dk
640
54538
; =============================================================== ; Nov 2014 ; =============================================================== ; ; void *z180_otdr(void *src, uint8_t port, uint8_t num) ; ; Write sequence of bytes at address src to port. ; ; ==============================================================...
z280mon/dcmnd.asm
4sun5bu/Z280MB
5
54539
<filename>z280mon/dcmnd.asm ;------------------------------------------------------------------------------ ; dcmnd.asm ; Memory dump command ; ; Copyright (c) 2021 4sun5bu ;------------------------------------------------------------------------------ .z280p .area CODE .globl dcmnd dcmnd: call skipsp or a...
Transynther/x86/_processed/NONE/_xt_sm_/i3-7100_9_0x84_notsx.log_24_2202.asm
ljhsiun2/medusa
9
54541
<filename>Transynther/x86/_processed/NONE/_xt_sm_/i3-7100_9_0x84_notsx.log_24_2202.asm .global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r8 push %rax push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0x5526, %r12 nop nop nop nop dec %rdi mov $0x6162636465666768, %rdx movq %rdx, %xmm2 movup...
oeis/142/A142319.asm
neoneye/loda-programs
11
54542
<gh_stars>10-100 ; A142319: Primes congruent to 14 mod 45. ; Submitted by <NAME> ; 59,149,239,419,509,599,1049,1229,1319,1409,1499,1949,2039,2129,2309,2399,2579,2939,3119,3209,3299,3389,3659,3929,4019,4289,4649,4919,5009,5099,5189,5279,5639,6089,6269,6359,6449,6719,6899,7079,7349,7529,8069,8429,8609,8699,8969,9059,9239...
libsrc/alloc/malloc-classic/sbrk.asm
jpoikela/z88dk
38
54543
<reponame>jpoikela/z88dk<filename>libsrc/alloc/malloc-classic/sbrk.asm ; CALLER linkage for function pointers SECTION code_clib PUBLIC sbrk PUBLIC _sbrk EXTERN sbrk_callee EXTERN ASMDISP_SBRK_CALLEE .sbrk ._sbrk pop de pop bc pop hl push hl push bc push de jp sbrk_callee + ASMDISP_SBRK_CALL...
lightsout.asm
XlogicX/lightsout
2
54544
;LightsOut [ORG 0x7c00] LEFT EQU 75 RIGHT EQU 77 UP EQU 72 DOWN EQU 80 SPACE EQU 0x39 ; Init the environment xor ax, ax ; make it zero mov ds, ax ; DS=0 mov ss, ax ; stack starts at 0 mov sp, 0x9c00 ; 200h past code start mov ah, 0xb8 ; text video m...
programs/oeis/079/A079905.asm
karttu/loda
0
54545
<filename>programs/oeis/079/A079905.asm ; A079905: a(1)=1; then a(n) is smallest positive integer which is consistent with sequence being monotonically increasing and satisfying a(a(n)) = 2n+1 for n>1. ; 1,3,5,6,7,9,11,12,13,14,15,17,19,21,23,24,25,26,27,28,29,30,31,33,35,37,39,41,43,45,47,48,49,50,51,52,53,54,55,56,57...
initial_exercises/02-long_mode/startup.asm
jafager/intel_osdev
0
54546
%define multiboot_magic_number 0x36d76289 section .text bits 32 extern stack_top extern serial_init extern serial_puts extern l4_page_table_begin extern l4_page_table_end extern l3_page_table_begin extern l3_page_table_end extern l2_page_table_begin extern l2_page_table_end extern long_mode_startup global sta...
oeis/095/A095834.asm
neoneye/loda-programs
11
54547
<reponame>neoneye/loda-programs ; A095834: Triangle read by rows: T(n,k) = (n-k)*n, n>=1, 1<=k<=n. ; Submitted by <NAME> ; 0,2,0,6,3,0,12,8,4,0,20,15,10,5,0,30,24,18,12,6,0,42,35,28,21,14,7,0,56,48,40,32,24,16,8,0,72,63,54,45,36,27,18,9,0,90,80,70,60,50,40,30,20,10,0,110,99,88,77,66,55,44,33,22,11,0,132,120,108,96,84,7...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_412.asm
ljhsiun2/medusa
9
54548
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r14 push %r8 push %rax push %rcx push %rdi push %rsi lea addresses_WT_ht+0xd7bf, %rsi lea addresses_D_ht+0x1444f, %rdi nop nop nop nop cmp %rax, %rax mov $20, %rcx rep movsw nop nop cmp $21809, %rdi lea addresses_WC_ht+0x17f8f, %rsi lea addresses_D_ht+0x1768f...
Block Transfer/firstoccurence3.asm
adi-075/8085-microproccesor-programs
2
54550
LXI 2000H ; Memory Pointer MVI C, 10 ; Counter MVI B, 00H ; to store count MOV A, M CPI 32H JNZ down INR B down: INX H DCR C JNZ up MOV A, B STA 2100H HLT
short-text/item-names.asm
TheAnsarya/ffmq-info
3
54551
<reponame>TheAnsarya/ffmq-info<filename>short-text/item-names.asm ; TEXT: Item names ($064120) ; ItemNames: print "TEXT: Item names ($064120) -- is at $",pc db "***Elixir***" db "*Tree Wither" db "**Wakewater*" db "**Venus Key*" db "**Multi-Key*" db "****Mask****" db "Magic Mirror" db "Thunder Rock" db "*C...
Old/src/VM/vpu/Linux/x86/alu/addsub.asm
ozdevguy/Ditto
0
54552
.intel_syntax noprefix _dt_alu_add: mov edi, ebx //Move read 1 to write 1 add edi, edx jmp _dt_control_ret _dt_alu_sub: mov edi, ebx sub edi, edx jmp _dt_control_ret _dt_alu_inc: mov edi, ebx add edi, 1 jmp _dt_control_ret _dt_alu_dec: mov edi, ebx add edi, 1 jmp _dt_control_ret
print_rax.asm
akruman/low-level-programming-c
0
54553
section .data codes: db '0123456789ABCDEF' section .text global _start _start: ; number 1122... in hexadecimal format mov rax, 0x1122334455667788 mov rdi, 1 ; stdout mov rdx, 1 ; count mov rcx, 64 ; Each 4 bits should be output as one hexadecimal digit ; Use shift and bitwise AND to...
libasm/cpu/gdt/i386/gdt.asm
StartForKillerMC/WivOS2.0
0
54554
section .text global gdt_load gdt_load: lgdt[esp+4] mov ax,0x10 mov ds,ax mov es,ax mov fs,ax mov gs,ax mov ss,ax jmp 0x08:flushcs flushcs: ret
libsrc/_DEVELOPMENT/stdlib/c/sdcc_ix/lltoa_callee.asm
jpoikela/z88dk
640
54555
; char *lltoa(uint64_t num, char *buf, int radix) SECTION code_clib SECTION code_stdlib PUBLIC _lltoa_callee EXTERN asm_lltoa _lltoa_callee: pop af pop hl pop de exx pop hl pop de pop bc exx pop bc push af exx push bc exx ex (sp),ix call asm_lltoa pop ix...
src/stars/examples/functions/count_vowels.asm
kevintmcdonnell/stars
9
54556
## ## vowel.asm - prints out number of lower case vowels in ## - the string str ## ## a0 - points to the string ## .data str: .asciiz "long time ago in a galaxy far away" endl: .asciiz "\n" .text main: # execution starts here la $a0,str jal count_vowels # call count_vowels move $a0,$v0 li $v0,1 syscall...
programs/oeis/178/A178617.asm
karttu/loda
1
54557
; A178617: a(n) = n^4 - (n+1)^3. ; -1,-7,-11,17,131,409,953,1889,3367,5561,8669,12913,18539,25817,35041,46529,60623,77689,98117,122321,150739,183833,222089,266017,316151,373049,437293,509489,590267,680281,780209,890753,1012639,1146617,1293461,1453969,1628963,1819289,2025817,2249441,2491079,2751673,3032189,3333617,36569...
oeis/290/A290902.asm
neoneye/loda-programs
11
54559
<filename>oeis/290/A290902.asm ; A290902: p-INVERT of the positive integers, where p(S) = 1 - 3*S. ; 3,15,72,345,1653,7920,37947,181815,871128,4173825,19997997,95816160,459082803,2199597855,10538906472,50494934505,241935766053,1159183895760,5553983712747,26610734667975,127499689627128,610887713467665,2926938877711197,1...
blink/blinkled.asm
mdennehy/PIC12F
0
54560
list p=p12f1840 include <p12f1840.inc> __CONFIG _CONFIG1, _FOSC_INTOSC & _MCLRE_OFF __CONFIG _CONFIG2, _LVP_OFF org 0 ;;; Set internal oscillator to 32 MHz movlw 0xF0 ; store OSCCON value (=1111 0000=) in W movlb 0x01 ; Select page bank 1 movwf 0x19 ; move value of W to register at OSCCON (address 0x19) ;;...
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0.log_21829_1694.asm
ljhsiun2/medusa
9
54561
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r8 push %rax push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0x34ba, %rdx nop sub %r11, %r11 mov (%rdx), %si nop nop and %r8, %r8 lea addresses_normal_ht+0x86fa, %rsi lea addresses_WT_ht+0x149ba, %rdi nop nop nop nop nop dec %rdx mov $10,...
source/EzUsb_Firmware_v19/dscr_tst.a51
waveidea/bs3x
22
54562
<filename>source/EzUsb_Firmware_v19/dscr_tst.a51 ; USB MIDI DESCRIPTORS #include "usb_defs.h" ; ========================================================================== ; Copyright (C) BITSTREAM 3X - Wave Idea 2004 ; ========================================================================== MIDI_IN_EMBEDDED_...
oeis/285/A285043.asm
neoneye/loda-programs
11
54563
<reponame>neoneye/loda-programs ; A285043: Expansion of cosh(3*arctanh(2*sqrt(x))). ; Submitted by <NAME>(s4) ; 1,18,102,500,2310,10332,45276,195624,836550,3549260,14965236,62783448,262303132,1092063000,4533175800,18769219920,77539370310,319704052140,1315894618500,5407825361400,22193291140020 mov $1,$0 add $1,$0 bin $...
programs/oeis/088/A088859.asm
karttu/loda
0
54565
<reponame>karttu/loda ; A088859: a(n) = L(n) + 2^n where L(n) = A000032(n) (the Lucas numbers). ; 3,3,7,12,23,43,82,157,303,588,1147,2247,4418,8713,17227,34132,67743,134643,267922,533637,1063703,2121628,4233907,8452687,16880898,33722193,67380307,134656932,269146103,538020763,1075602322,2150493997 mov $1,26 mov $2,9 mo...
programs/oeis/059/A059517.asm
jmorken/loda
1
54566
<reponame>jmorken/loda<filename>programs/oeis/059/A059517.asm ; A059517: The sequence A059515(3,n). Number of ways of placing n identifiable nonnegative intervals with a total of exactly three starting and/or finishing points. ; 0,0,12,138,1056,7050,44472,273378,1659936,10018650,60289032,362265618,2175188016,1305591105...
oeis/042/A042201.asm
neoneye/loda-programs
11
54568
; A042201: Denominators of continued fraction convergents to sqrt(626). ; Submitted by <NAME>(s2) ; 1,50,2501,125100,6257501,313000150,15656265001,783126250200,39171968775001,1959381565000250,98008250218787501,4902371892504375300,245216602875437552501,12265732515664382000350,613531842386094537570001,3068885785182039126...
BufferOverflows/buffer.asm
Unshifted1337/AssemblyExercises
0
54569
<reponame>Unshifted1337/AssemblyExercises<filename>BufferOverflows/buffer.asm _Z4buf1PKc: subq $40, %rsp movq %rdi, %rsi movq %rsp, %rdi call strcpy@PLT movq %rsp, %rax addq $40, %rsp ret
pwnlib/shellcraft/templates/amd64/linux/forkbomb.asm
DrKeineLust/pwntools
8,966
54570
<reponame>DrKeineLust/pwntools<filename>pwnlib/shellcraft/templates/amd64/linux/forkbomb.asm<gh_stars>1000+ <% from pwnlib.shellcraft.amd64.linux import fork from pwnlib.shellcraft.common import label %> <%docstring> Performs a forkbomb attack. </%docstring> <% dosloop = label('fork_bomb') %> ${dosloop}: ...
Borland/CBuilder5/Source/RTL/source/math/qmul10.asm
TrevorDArcyEvans/DivingMagpieSoftware
1
54571
<filename>Borland/CBuilder5/Source/RTL/source/math/qmul10.asm ;[]-----------------------------------------------------------------[] ;| QMUL10.ASM -- multiply quadword integer by 10 | ;[]-----------------------------------------------------------------[] ; ; C/C++ Run Time Library - Version 1...
libsrc/_DEVELOPMENT/math/float/math32/c/sdcc/cm32_sdcc_fssub.asm
ahjelm/z88dk
640
54572
<reponame>ahjelm/z88dk<filename>libsrc/_DEVELOPMENT/math/float/math32/c/sdcc/cm32_sdcc_fssub.asm ; float __fssub (float left, float right) SECTION code_clib SECTION code_fp_math32 PUBLIC cm32_sdcc_fssub EXTERN cm32_sdcc_fsreadr, m32_fssub .cm32_sdcc_fssub ; subtract sdcc float from sdcc float ; ; ente...
libsrc/target/tvc/sound/tvc_enable_sound.asm
dikdom/z88dk
0
54573
; Videoton TV Computer ASM stub ; <NAME> - 2022 ; ; Enable/disable sound ; SECTION code_clib PUBLIC tvc_enable_sound INCLUDE "target/tvc/def/tvc.def" ; ; Entry: 0 - disabled, 1 - enabled ; .tvc_enable_sound ._tvc_enable_sound ld a,l or a jr z,a_set ld a,$10 .a_set...
test/asm/pc-operand.asm
michealccc/rgbds
522
54574
SECTION "fixed", ROM0[0] rst @ ; rst 0 ld de, @ ; ld de, 1 bit @, h ; bit 4, h jr @ ; jr 6 SECTION "floating", ROM0 rst @ ; rst 8 ld l, @ ; ld l, 9 db @, @ ; db 11, 12 dw @, @ ; dw 13, 15 dl @, @ ; dl 17, 21 jr @ ; jr 25
programs/oeis/257/A257998.asm
neoneye/loda
22
54575
; A257998: Partial sums of A188967. ; 0,1,1,2,3,3,3,3,4,5,6,7,8,8,8,8,8,8,8,8,9,9,10,11,12,13,14,15,16,17,18,18,19,20,20,20,21,21,21,21,21,21,21,21,21,21,21,22,22,22,22,22,23,24,24,24,25,25,26,27,28,29,30,30,31,32,33,34,35,36,37,37,38,39,40,41,42,43,44,44,44,45,46,47,48,48,49,50,50,50,51,51,51,51,51,52,53,53,53,54 lpb...
oeis/121/A121672.asm
neoneye/loda-programs
11
54577
; A121672: Real part of (n + i)^5. ; Submitted by <NAME> ; 0,-4,-38,-12,404,1900,5646,13412,27688,51804,90050,147796,231612,349388,510454,725700,1007696,1370812,1831338,2407604,3120100,3991596,5047262,6314788,7824504,9609500,11705746,14152212,16990988,20267404,24030150,28331396,33226912,38776188,45042554,52093300,59999...
oeis/176/A176531.asm
neoneye/loda-programs
11
54580
<gh_stars>10-100 ; A176531: Decimal expansion of (10+sqrt(110))/2. ; Submitted by <NAME> ; 1,0,2,4,4,0,4,4,2,4,0,8,5,0,7,5,7,7,3,4,9,5,7,2,6,7,5,6,8,3,9,9,6,8,7,9,9,2,3,7,6,3,5,9,2,8,8,4,0,7,5,1,9,9,2,4,3,7,8,7,7,8,8,1,7,9,0,0,0,2,9,6,2,7,5,0,5,5,0,3,4,5,7,0,9,6,9,2,6,4,4,4,6,6,5,9,7,2,0,8 mov $2,1 mov $3,$0 mul $3,4 ...
libsrc/_DEVELOPMENT/l/sdcc/____sdcc_4_or_src_mbc_mhl_dst_debc.asm
jpoikela/z88dk
640
54581
<filename>libsrc/_DEVELOPMENT/l/sdcc/____sdcc_4_or_src_mbc_mhl_dst_debc.asm SECTION code_clib SECTION code_l_sdcc PUBLIC ____sdcc_4_or_src_mbc_mhl_dst_debc ____sdcc_4_or_src_mbc_mhl_dst_debc: ld a,(bc) or (hl) ld e,a inc bc inc hl ld a,(bc) or (hl) ld d,a inc bc inc hl push d...
Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xa0_notsx.log_2449_1158.asm
ljhsiun2/medusa
9
54582
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r13 push %r14 push %rcx push %rdi push %rdx push %rsi lea addresses_normal_ht+0xa9e4, %r12 clflush (%r12) nop xor %rcx, %rcx movl $0x61626364, (%r12) nop nop nop nop xor $46669, %rsi lea addresses_A_ht+0x11bad, %r13 clflush (%r13) nop nop nop and $1...
oeis/022/A022374.asm
neoneye/loda-programs
11
54583
<reponame>neoneye/loda-programs ; A022374: Fibonacci sequence beginning 2, 24. ; Submitted by <NAME>(s4) ; 2,24,26,50,76,126,202,328,530,858,1388,2246,3634,5880,9514,15394,24908,40302,65210,105512,170722,276234,446956,723190,1170146,1893336,3063482,4956818,8020300,12977118,20997418,33974536,54971954,88946490,143918444,...
oeis/004/A004130.asm
neoneye/loda-programs
11
54585
; A004130: Numerators in expansion of (1-x)^{-1/4}. ; Submitted by <NAME>(s2) ; 1,1,5,15,195,663,4641,16575,480675,1762475,13042315,48612265,729183975,2748462675,20809788825,79077197535,4823709049635,18443593425075,141400882925575,543277076503525,8366466978154285,32270658344309385,249364178115117975,964930950097630425,...
Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xca.log_21829_1541.asm
ljhsiun2/medusa
9
54586
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r15 push %rbp lea addresses_A_ht+0x1f76, %r10 nop inc %rbp movb (%r10), %r15b add %r12, %r12 pop %rbp pop %r15 pop %r12 pop %r10 ret .global s_faulty_load s_faulty_load: push %r10 push %r13 push %r14 push %rbp push %rs...
programs/oeis/227/A227589.asm
jmorken/loda
1
54587
<filename>programs/oeis/227/A227589.asm ; A227589: Maximum label within a minimal labeling of n identical 4-sided dice yielding the most possible sums. ; 1,4,7,12,16,23,29,38,46,57,67,80,92,107,121,138,154,173,191,212,232 mov $2,$0 trn $0,2 lpb $0 sub $0,1 add $1,2 add $1,$0 trn $0,1 add $1,$0 lpe lpb $2 a...
sw/552tests/rand_ctrl/t_1_ctrl.asm
JPShen-UWM/ThreadKraken
1
54588
<filename>sw/552tests/rand_ctrl/t_1_ctrl.asm<gh_stars>1-10 // seed 1 lbi r0, 10 // icount 0 slbi r0, 116 // icount 1 lbi r1, 213 // icount 2 slbi r1, 86 // icount 3 lbi r2, 144 // icount 4 slbi r2, 0 // icount 5 lbi r3, 48 // icount 6 slbi r3, 253 // icount 7 lbi r4, 192 // icount 8 slbi r4, 93 // icount 9 lbi r5, 89 /...
programs/oeis/265/A265428.asm
karttu/loda
1
54589
<reponame>karttu/loda ; A265428: Number of ON (black) cells in the n-th iteration of the "Rule 188" elementary cellular automaton starting with a single ON (black) cell. ; 1,2,2,4,4,5,5,7,7,8,8,10,10,11,11,13,13,14,14,16,16,17,17,19,19,20,20,22,22,23,23,25,25,26,26,28,28,29,29,31,31,32,32,34,34,35,35,37,37,38,38,40,40,...
Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0x48_notsx.log_21829_1974.asm
ljhsiun2/medusa
9
54590
<filename>Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0x48_notsx.log_21829_1974.asm .global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r12 push %r13 push %r15 push %rbx push %rcx push %rdi push %rsi lea addresses_normal_ht+0x12d11, %r11 nop nop sub %r15, %r15 mov $0x6162636465666768, %r12 mov...
P6/data_P6/testpoint/testpoint15.asm
alxzzhou/BUAA_CO_2020
1
54592
ori $1, $0, 13 ori $2, $0, 3 ori $3, $0, 12 ori $4, $0, 8 sw $2, 0($0) sw $2, 4($0) sw $3, 8($0) sw $4, 12($0) sw $1, 16($0) sw $1, 20($0) sw $1, 24($0) sw $2, 28($0) sw $4, 32($0) sw $3, 36($0) sw $1, 40($0) sw $2, 44($0) sw $2, 48($0) sw $2, 52($0) sw $2, 56($0) sw $1, 60($0) sw $1, 64($0) sw $4,...
programs/oeis/307/A307802.asm
neoneye/loda
22
54594
<gh_stars>10-100 ; A307802: Number of palindromic octagonal numbers of length n whose index is also palindromic. ; 3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 pow $1,$0 mul $1,3 mov $0,$1
lib/target/zx81/classic/zx81_hrg_arx.asm
jpoikela/z88dk
640
54595
; CRT0 for the ZX81 - HIGH RESOLUTION MODE (arx816 trick by <NAME>) ; Display handler modifications (to preserve IY) by <NAME> ; ; ; - - - - - - - ; ; $Id: zx81_hrg_arx.def,v 1.13 2015-07-07 07:11:17 stefano Exp $ ; ; - - - - - - - PUBLIC hrg_on PUBLIC _hrg_on PUBLIC hrg_off PUBLIC _hrg_off PUBLIC HR...
Transynther/x86/_processed/AVXALIGN/_st_/i3-7100_9_0x84_notsx.log_21829_1768.asm
ljhsiun2/medusa
9
54596
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r14 push %rcx push %rdi push %rsi lea addresses_WC_ht+0x14d5c, %rsi lea addresses_normal_ht+0x5aec, %rdi nop nop nop nop and %r10, %r10 mov $116, %rcx rep movsl nop nop nop nop and %r14, %r14 pop %rsi pop %rdi pop %rcx pop %r14 pop %r10 ret .global s_fau...
BigNum/Mod/Base/bnFinish.asm
FloydZ/Crypto-Hash
11
54597
.686 .model flat,stdcall option casemap:none include windows.inc include wincrypt.inc include .\bnlib.inc include .\bignum.inc .code bnFinish proc mov ecx,BN_HPROV jecxz @F invoke CryptReleaseContext,ecx,0 @@: mov ecx,BN_HHEAP jecxz @F invoke HeapDestroy,ecx @@: ret bnFinish endp end
oeis/028/A028896.asm
neoneye/loda-programs
11
54600
<filename>oeis/028/A028896.asm ; A028896: 6 times triangular numbers: a(n) = 3*n*(n+1). ; 0,6,18,36,60,90,126,168,216,270,330,396,468,546,630,720,816,918,1026,1140,1260,1386,1518,1656,1800,1950,2106,2268,2436,2610,2790,2976,3168,3366,3570,3780,3996,4218,4446,4680,4920,5166,5418,5676,5940,6210,6486,6768,7056,7350,7650,7...
P6/P6Judger - 100 testpoints/testpoint/testpoint7.asm
flyinglandlord/BUAA-CO-2021
5
54601
<filename>P6/P6Judger - 100 testpoints/testpoint/testpoint7.asm ori $1, $0, 1 ori $2, $0, 6 ori $3, $0, 8 ori $4, $0, 5 sw $2, 0($0) sw $4, 4($0) sw $4, 8($0) sw $3, 12($0) sw $4, 16($0) sw $1, 20($0) sw $2, 24($0) sw $1, 28($0) sw $4, 32($0) sw $4, 36($0) sw $4, 40($0) sw $3, 44($0) sw $3, 48($0) sw $1, 52($0) sw $4, ...
libsrc/_DEVELOPMENT/temp/sp1/zx/c/sdcc_iy/sp1_ChangeSprType_callee.asm
jpoikela/z88dk
640
54602
; void sp1_ChangeSprType(struct sp1_cs *c, void *drawf) SECTION code_clib SECTION code_temp_sp1 PUBLIC _sp1_ChangeSprType_callee EXTERN asm_sp1_ChangeSprType _sp1_ChangeSprType_callee: pop af pop hl pop de push af jp asm_sp1_ChangeSprType
programs/oeis/077/A077413.asm
karttu/loda
0
54603
<gh_stars>0 ; A077413: Bisection (odd part) of Chebyshev sequence with Diophantine property. ; 2,13,76,443,2582,15049,87712,511223,2979626,17366533,101219572,589950899,3438485822,20040964033,116807298376,680802826223,3968009658962,23127255127549,134795521106332,785645871510443,4579079707956326,26688832376227513 mov $1...
programs/oeis/306/A306285.asm
karttu/loda
1
54607
<reponame>karttu/loda<filename>programs/oeis/306/A306285.asm ; A306285: Numbers congruent to 4 or 21 mod 26. ; 4,21,30,47,56,73,82,99,108,125,134,151,160,177,186,203,212,229,238,255,264,281,290,307,316,333,342,359,368,385,394,411,420,437,446,463,472,489,498,515,524,541,550,567,576,593,602,619,628,645,654,671,680,697,70...
programs/oeis/285/A285985.asm
neoneye/loda
22
54608
<reponame>neoneye/loda ; A285985: Numbers a(n) = (T(b(n)))^2, where T(b(n)) is the triangular number of b(n)= A000217(b(n)) and b(n)=A006451(n). Also a(n) = parameters K of the Bachet Mordell equation y^2=x^3+K, where x= T(b(n)) = A006454(n) and y= T(b(n))* sqrt(T(b(n))+1) = A285955(n) ; 0,9,225,14400,278784,16769025,3...
programs/oeis/003/A003683.asm
neoneye/loda
22
54609
<reponame>neoneye/loda ; A003683: a(n) = 2^(n-1)*(2^n - (-1)^n)/3. ; 0,1,2,12,40,176,672,2752,10880,43776,174592,699392,2795520,11186176,44736512,178962432,715816960,2863333376,11453202432,45813071872,183251763200,733008101376,2932030308352,11728125427712,46912493322240,187649990066176,750599926710272,3002399773949952,...
programs/oeis/213/A213724.asm
jmorken/loda
1
54611
<filename>programs/oeis/213/A213724.asm ; A213724: Largest natural number x such that x=n+A000120(x), or zero if no such number exists. ; 1,3,0,5,7,0,0,9,11,0,13,15,0,0,0,17,19,0,21,23,0,0,25,27,0,29,31,0,0,0,0,33,35,0,37,39,0,0,41,43,0,45,47,0,0,0,49,51,0,53,55,0,0,57,59,0,61,63,0,0,0,0,0,65,67,0,69,71,0,0,73,75,0,77,...