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
programs/oeis/299/A299646.asm
neoneye/loda
22
41890
; A299646: a(n) = Sum_{k = n..2*n+1} k^2. ; 1,14,54,135,271,476,764,1149,1645,2266,3026,3939,5019,6280,7736,9401,11289,13414,15790,18431,21351,24564,28084,31925,36101,40626,45514,50779,56435,62496,68976,75889,83249,91070,99366,108151,117439,127244,137580,148461,159901,171914,184514,197715,211531,225976,241064,256809,27...
programs/oeis/020/A020870.asm
jmorken/loda
1
41891
; A020870: Number of strong single-component edge-subgraphs in Moebius ladder M_n. ; 38,205,1092,5719,29486,150049,755432,3769771,18673250,91917621,450025692,2193031871,10643233110,51467250249,248079277008,1192335047635,5715823515722,27336235315037,130457855039172,621374856379623,2954332179898174,14023263123496049 mov...
embedvm/tests/test_math.asm
tcr/avrvm
2
41892
[0, 100] Label(id='label2') PushLocal(sfa=-1) PushConstantV(value=2) CompareLT() JumpVIfNot(address=LabelRef('label1')) PushLocal(sfa=-1) Return() Label(id='label1') PushLocal(sfa=-1) PushConstantV(value=1) Sub() CallV(address=LabelRef('label2')) PopMany(n=0) PushLocal(sfa=-1) PushConstantV(value=2) Sub() CallV(address...
programs/oeis/256/A256250.asm
neoneye/loda
22
41894
<gh_stars>10-100 ; A256250: Total number of ON states after n generations of a cellular automaton on the square grid. ; 1,5,9,21,25,37,57,85,89,101,121,149,185,229,281,341,345,357,377,405,441,485,537,597,665,741,825,917,1017,1125,1241,1365,1369,1381,1401,1429,1465,1509,1561,1621,1689,1765,1849,1941,2041,2149,2265,2389,...
programs/oeis/115/A115129.asm
neoneye/loda
22
41895
<reponame>neoneye/loda ; A115129: Partial sums of A005587. Fourth column of triangle A115127. ; 14,56,146,311,586,1015,1652,2562,3822,5522,7766,10673,14378,19033,24808,31892,40494,50844,63194,77819,95018,115115,138460,165430,196430,231894,272286,318101,369866,428141,493520,566632,648142,738752,839202,950271,1072778,120...
src/utils.asm
speccytools/spectranet-gdbserver
0
41896
<gh_stars>0 # ================================================================================================ # extern uint8_t hex_to_char(const char* from) __z88dk_fastcall __z88dk_callee; # ================================================================================================ public _hex_to_char # hl con...
oeis/060/A060696.asm
neoneye/loda-programs
11
41898
; A060696: Number of permutations in S_n avoiding the strings 123, 321 and 231. ; Submitted by <NAME> ; 1,1,2,3,5,11,23,63,153,489,1329,4785,14235,56475,181215,780255,2672145,12348945,44781345,220253985,840523635,4370620275,17465201775,95498916975,397983749625,2278224696825,9867844134225,58917607974225,264469801070475,...
_build/dispatcher/jmp_ippsAES_SIVEncrypt_1d77b98e.asm
zyktrcn/ippcp
1
41899
extern m7_ippsAES_SIVEncrypt:function extern n8_ippsAES_SIVEncrypt:function extern y8_ippsAES_SIVEncrypt:function extern e9_ippsAES_SIVEncrypt:function extern l9_ippsAES_SIVEncrypt:function extern n0_ippsAES_SIVEncrypt:function extern k0_ippsAES_SIVEncrypt:function extern ippcpJumpIndexForMergedLibs extern ippcpSafeIni...
oeis/004/A004139.asm
neoneye/loda-programs
11
41900
; A004139: Odd primes excluding 5. ; Submitted by <NAME> ; 3,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,283,293,307,311,313,317,331,337,347,349,353,359,367,37...
EELE371/Lab-2.asm
Dan-Laden/Projects
0
41902
; lab-2.asm ; Created on: Sep 13, 2018 ; Author: <NAME> INCLUDE 'derivative.inc' XDEF _Startup, main XREF __SEF_END_SSTACK main: _Startup: BSET 6, PTBDD BSET 7, PTBDD LDA #0 STA $73 mainLoop: BRA delay delay: ;turns the LEDs off after looping LDA $73 ADC #1 STA $73 BCS LEDtoggle LDA #0 BRA...
programs/oeis/040/A040300.asm
jmorken/loda
1
41903
; A040300: Continued fraction for sqrt(318). ; 17,1,4,1,34,1,4,1,34,1,4,1,34,1,4,1,34,1,4,1,34,1,4,1,34,1,4,1,34,1,4,1,34,1,4,1,34,1,4,1,34,1,4,1,34,1,4,1,34,1,4,1,34,1,4,1,34,1,4,1,34,1,4,1,34,1,4,1,34,1,4,1,34,1,4,1,34,1,4,1,34,1,4,1 cal $0,10199 ; Continued fraction for sqrt(140). cal $0,47562 ; Numbers that are co...
_build/dispatcher/jmp_ippsECCPSharedSecretDH_d64ab712.asm
zyktrcn/ippcp
1
41904
<gh_stars>1-10 extern m7_ippsECCPSharedSecretDH:function extern n8_ippsECCPSharedSecretDH:function extern y8_ippsECCPSharedSecretDH:function extern e9_ippsECCPSharedSecretDH:function extern l9_ippsECCPSharedSecretDH:function extern n0_ippsECCPSharedSecretDH:function extern k0_ippsECCPSharedSecretDH:function extern ippc...
List 01/ex 10.asm
LeonardoSanBenitez/Assembly-exercises
0
41905
# Lista 1 ex 10 # Author: <NAME> # Brief: Faça um laço que seja executado 10 vezes. # Variables map: # $s0 = i lw $s0, 0 ($gp) # load A lw $s1, 4 ($gp) # load B mul $s1, $s0, $s1 # B = A*B sw $s1, 8($gp)
arch/x86/string.asm
pi-pi3/funky-kernel
0
41906
;; extern.asm ;; fast versions of the memcpy, memmove, memset, memcmp functions bits 32 global memcpy:function (memcpy.end - memcpy) global memmove:function (memmove.end - memmove) global memset:function (memset.end - memset) global memcmp:function (memcmp.end - memcmp) section .text memcpy: push ebp mov ...
oeis/142/A142749.asm
neoneye/loda-programs
11
41907
<gh_stars>10-100 ; A142749: Primes congruent to 22 mod 59. ; Submitted by <NAME> ; 199,317,907,1733,2087,2441,2677,3739,4093,4211,4447,4801,4919,5273,5981,6217,6571,6689,7043,9049,9403,9521,10111,10937,11173,11527,12589,13297,14713,14831,17191,18253,18371,19079,19433,20023,20731,20849,21557,21911,22147,22501,22619,2297...
draw.asm
rudla/multiloops
0
41908
<reponame>rudla/multiloops<gh_stars>0 /***************************************************************************** Screen drawing *****************************************************************************/ DL_BLANK1 = $00 DL_BLANK2 = $10 DL_BLANK3 = $20 DL_BLANK4 = $30 DL_BLANK5 = $40 DL_BLA...
programs/oeis/215/A215098.asm
neoneye/loda
22
41909
<filename>programs/oeis/215/A215098.asm<gh_stars>10-100 ; A215098: a(0)=0, a(1)=1, a(n) = n*(n-1) - a(n-2). ; 0,1,2,5,10,15,20,27,36,45,54,65,78,91,104,119,136,153,170,189,210,231,252,275,300,325,350,377,406,435,464,495,528,561,594,629,666,703,740,779,820,861,902,945,990,1035,1080,1127,1176,1225,1274,1325,1378,1431,148...
programs/oeis/199/A199398.asm
karttu/loda
1
41910
; A199398: XOR of the first n odd numbers. ; 1,2,7,0,9,2,15,0,17,2,23,0,25,2,31,0,33,2,39,0,41,2,47,0,49,2,55,0,57,2,63,0,65,2,71,0,73,2,79,0,81,2,87,0,89,2,95,0,97,2,103,0,105,2,111,0,113,2,119,0,121,2,127,0,129,2,135,0,137,2,143,0,145,2,151,0,153,2,159,0,161,2,167,0,169,2,175,0,177,2,183,0,185,2,191,0,193,2,199,0,201...
MineSweeper.asm
vahidtvj/MineSweeper
7
41911
###################################################################### # MineSweeper!!!! # ###################################################################### # Programmed by <NAME> & <NAME> & <NAME> # ###################################################################### # This program requires the Key...
jnz_lowercase/jnz_lowercase.asm
abhishekmishra/learn_asm
0
41914
section .data Snippet db "KANGAROO" section .text global _start _start: nop ;Put your experiments between the two nops... mov ebx, Snippet mov eax, 8 DoMore: add byte[ebx], 32 inc ebx dec eax jnz DoMore ;Put your experiments between the two nops... nop section .bss
programs/oeis/053/A053188.asm
neoneye/loda
22
41915
; A053188: Distance from n to nearest square. ; 0,0,1,1,0,1,2,2,1,0,1,2,3,3,2,1,0,1,2,3,4,4,3,2,1,0,1,2,3,4,5,5,4,3,2,1,0,1,2,3,4,5,6,6,5,4,3,2,1,0,1,2,3,4,5,6,7,7,6,5,4,3,2,1,0,1,2,3,4,5,6,7,8,8,7,6,5,4,3,2,1,0,1,2,3,4,5,6,7,8,9,9,8,7,6,5,4,3,2,1 trn $0,1 mov $1,1 lpb $0 add $1,2 add $2,$1 trn $2,$0 trn $0,$1...
Read Only/ls.asm
samyvic/OS-Project
0
41916
<reponame>samyvic/OS-Project _ls: file format elf32-i386 Disassembly of section .text: 00000000 <main>: close(fd); } int main(int argc, char *argv[]) { 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 ...
target/analysis/Func004014C0.asm
katahiromz/DecodersTatami
3
41918
<filename>target/analysis/Func004014C0.asm<gh_stars>1-10 proc target.exe!WinMainCRTStartup Label_004014C0 attrs [[cdecl]][[entry]] # call_to : 00401880 004018C0 00401BF0 00401DD0 0040288C 0040289C 004028BC 004028DC 004028E4 004028EC 0040290C 00402940 00402950 # jump_to : 00401160 0040117B 004011AA 004011C0 004011D4 004...
Transynther/x86/_processed/AVXALIGN/_st_/i3-7100_9_0x84_notsx.log_21829_2721.asm
ljhsiun2/medusa
9
41919
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r13 push %r8 push %rax push %rbx push %rcx push %rdi push %rsi lea addresses_WT_ht+0x79a2, %rax nop add $6363, %rbx mov (%rax), %r12w nop nop nop and %r11, %r11 lea addresses_normal_ht+0xa570, %r12 inc %rdi movb $0x61, (%r1...
oeis/154/A154148.asm
neoneye/loda-programs
11
41920
<gh_stars>10-100 ; A154148: Numbers k such that 21 plus the k-th triangular number is a perfect square. ; Submitted by <NAME> ; 5,7,40,50,237,295,1384,1722,8069,10039,47032,58514,274125,341047,1597720,1987770,9312197,11585575,54275464,67525682 mov $2,10 lpb $0 sub $0,1 add $1,2 mov $3,$0 add $3,$0 mod $3,4 ...
kernel/entry.asm
yds12/newcOS
0
41922
<filename>kernel/entry.asm ; this comes right after the boot sector, and just calls the kernel bits 32 extern kmain call kmain jmp $ ; some initialization required by the kernel ; such as interrupt handlers, etc. %include "kernel/isr.asm" %include "kernel/irq.asm"
Library/Kernel/Object/objectVarData.asm
steakknife/pcgeos
504
41923
COMMENT @---------------------------------------------------------------------- Copyright (c) GeoWorks 1991 -- All Rights Reserved PROJECT: PC GEOS MODULE: Kernel/Object FILE: objectVarData.asm ROUTINES: Name Description ---- ----------- REVISION HISTORY: Name Date Description ---- ---- -...
1581/64tass/msub1.asm
silverdr/assembly
23
41924
; ugly fast linear code ; .x contains count ; ip+2,3 is buffer pointer ; ip+4,5 is track cache pointer ; .y is 0 .text "AM I LAZY???...NO JUST WANTED TO SAVE A FEW MS..." dma_to lda (ip+2),y ; get from buffer sta (ip+4),y ; put in track cache iny ; repeat 25...
programs/oeis/037/A037878.asm
neoneye/loda
22
41925
; A037878: (1/2)*Sum{|d(i)-e(i)|}, where Sum{d(i)*10^i} is base 10 representation of n and e(i) are digits d(i) in nonincreasing order, for i=0,1,...,m. ; 0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,2,1,0,0,0,0,0,0,0,0,3,2,1,0,0,0,0,0,0,0,4,3,2,1,0,0,0,0,0,0,5,4,3,2,1,0,0,0,0,0,6,5,4,3,2,1,0,0,0,0,7,6,5,4,3,2,1,0,0,0,8,7,6,5...
Appl/Games/Hearts/heartsGame.asm
steakknife/pcgeos
504
41926
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1993 -- All Rights Reserved PROJECT: PC GEOS MODULE: hearts FILE: heartsGame.asm AUTHOR: <NAME>, Jan 20, 1993 ROUTINES: Name Description ---- ----------- REVISION HISTORY: Name Date D...
programs/oeis/024/A024917.asm
karttu/loda
0
41927
; A024917: a(n) = Sum_{k=2..n} k*floor(n/k). ; 2,5,11,16,27,34,48,60,77,88,115,128,151,174,204,221,259,278,319,350,385,408,467,497,538,577,632,661,732,763,825,872,925,972,1062,1099,1158,1213,1302,1343,1438,1481,1564,1641,1712,1759,1882,1938,2030,2101,2198,2251 mov $2,1 lpb $2,1 sub $2,1 mov $3,$0 mov $9,$0 add...
ubb/asc/test.asm
AlexanderChristian/private_courses
0
41928
assume cs:code, ds:data data segment s db 'ab' d dd 0aaaah a db $ - a data ends code segment start: mov ax, data mov ds, ax mov ax, '12' mov s, ah mov ax, 4c00h int 21h code ends end start
HW_Example/h703.asm
smallru8/smallMasmLib
0
41929
TITLE (.asm) INCLUDE Irvine32.inc INCLUDE Macros.inc mac MACRO mWrite "計算:2593+8888 = " mov eax,2593 add eax,8888 call WriteDec ENDM .data .code main PROC mac exit main ENDP END main
oeis/110/A110140.asm
neoneye/loda-programs
11
41930
; A110140: Binomial transform of n^n (with interpolated zeros). ; Submitted by <NAME>(w4) ; 1,1,2,4,11,31,103,351,1321,5113,21201,90465,406621,1879021,9051309,44754061,229059633,1201271409,6488957521,35853950609,203303964341,1177299817093,6976709899853,42161309544541,260154190137865 mov $4,$0 lpb $0 mov $1,$0 sub ...
Testing-File/SLL.asm
srsarangi/riscv-emulator
0
41932
@Assembly code to perform 30<<2 .main: addi x20, x0, 30 addi x21, x0, 2 sll x22, x20, x21 .print x22 end
Zend/asm/sjlj_arm64_ms_pe_armasm.asm
dixyes/php-src
0
41933
<reponame>dixyes/php-src ; from mingw-w64/mingw-w64-crt/misc/longjmp.S mingw-w64/mingw-w64-crt/misc/setjmp.S ; in public domain AREA |.text|, CODE, READONLY, ALIGN=4, CODEALIGN EXPORT mingw_setjmp EXPORT mingw_longjmp mingw_setjmp proc mov x1, #0 str x1, [x0] ; jmp_b...
Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xa0_notsx.log_21829_1098.asm
ljhsiun2/medusa
9
41934
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r12 push %r14 push %rcx push %rdi push %rsi lea addresses_WT_ht+0x135b, %rsi lea addresses_WC_ht+0x1621b, %rdi nop nop nop nop nop inc %r12 mov $121, %rcx rep movsw nop nop nop nop dec %r14 pop %rsi pop %rdi pop %rcx pop %r14 pop %r12 ret ...
Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xca.log_21666_337.asm
ljhsiun2/medusa
9
41935
<reponame>ljhsiun2/medusa<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r13 push %r14 push %rcx push %rdi push %rdx push %rsi lea addresses_normal_ht+0xfba1, %rdx nop nop nop nop nop add %r14, %r14 movl $0x61626364, (%rdx) nop nop nop add %r13, %r13 lea addresses_UC_ht+0xf321, %rsi lea addresses_norm...
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_1135.asm
ljhsiun2/medusa
9
41936
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r10 push %rax push %rcx push %rdi push %rsi lea addresses_UC_ht+0x15cc2, %rsi lea addresses_D_ht+0xdcc2, %rdi nop nop nop nop nop add %r10, %r10 mov $11, %rcx rep movsl nop and $44179, %rax pop %rsi pop %rdi pop %rcx pop %rax pop %r10 ret ...
programs/oeis/185/A185908.asm
neoneye/loda
22
41937
<gh_stars>10-100 ; A185908: Array: T(n,k) = n-1 + min{n,k}, by antidiagonals. ; 1,1,2,1,3,3,1,3,4,4,1,3,5,5,5,1,3,5,6,6,6,1,3,5,7,7,7,7,1,3,5,7,8,8,8,8,1,3,5,7,9,9,9,9,9,1,3,5,7,9,10,10,10,10,10,1,3,5,7,9,11,11,11,11,11,11,1,3,5,7,9,11,12,12,12,12,12,12,1,3,5,7,9,11,13,13,13,13,13,13,13,1,3,5,7,9,11,13,14,14 lpb $0 ...
programs/oeis/168/A168661.asm
neoneye/loda
22
41938
<gh_stars>10-100 ; A168661: a(n) = n^7*(n^4 + 1)/2. ; 0,1,1088,89667,2105344,24453125,181538496,989075143,4296015872,15692921289,50005000000,142665578891,371522101248,896111571277,2024835291584,4324963359375,8796227239936,17136153323153,32134511149632,58245576384979,102400640000000,175139650815381,292160397884608,47640...
programs/oeis/127/A127934.asm
neoneye/loda
22
41939
<filename>programs/oeis/127/A127934.asm ; A127934: a(8n)=8n+1, a(8n+1)=a(8n+2)=a(8n+3)=8n+5, a(8n+4)=8n+6, a(8n+5)=a(8n+6)=a(8n+7)=8n+8. ; 1,5,5,5,6,8,8,8,9,13,13,13,14,16,16,16,17,21,21,21,22,24,24,24,25,29,29,29,30,32,32,32,33,37,37,37,38,40,40,40,41,45,45,45,46,48,48,48,49,53,53,53,54,56,56,56,57,61,61,61,62,64,64,6...
programs/oeis/037/A037514.asm
neoneye/loda
22
41940
<reponame>neoneye/loda ; A037514: Base 5 digits are, in order, the first n terms of the periodic sequence with initial period 2,0,1. ; 2,10,51,257,1285,6426,32132,160660,803301,4016507,20082535,100412676,502063382,2510316910,12551584551,62757922757,313789613785,1568948068926,7844740344632,39223701723160,196118508615801...
oeis/168/A168049.asm
neoneye/loda-programs
11
41941
<reponame>neoneye/loda-programs ; A168049: Expansion of (3 -x -sqrt(1-2*x-3*x^2))/2. ; Submitted by <NAME> ; 1,0,1,1,2,4,9,21,51,127,323,835,2188,5798,15511,41835,113634,310572,853467,2356779,6536382,18199284,50852019,142547559,400763223,1129760415,3192727797,9043402501,25669818476,73007772802,208023278209,593742784829...
programs/oeis/023/A023595.asm
neoneye/loda
22
41943
<reponame>neoneye/loda ; A023595: a(n) = sum of exponents in prime-power factorization of 2*prime(n)+1. ; 1,1,1,2,1,3,2,2,1,1,3,3,1,2,2,1,2,2,4,2,3,2,1,1,3,2,3,2,2,1,3,1,3,3,2,2,4,2,2,1,1,3,1,3,2,3,3,2,3,4,1,1,3,1,2,2,3,2,3,1,5,1,3,2,3,2,3,5,2,2,2,1,4,3,3,2,2,3,2,4,1,2,1,3,2,1,2,3,2,3,3,2,4,1,4,2,1,2,2 seq $0,6005 ; T...
test/mlv_constpp.asm
kspalaiologos/asmbf
67
41944
<filename>test/mlv_constpp.asm ?dup_twice=dup/dup psh 5 dup_twice pop r1 pop r2 pop r3 add r1, .0 add r2, .0 add r3, .0 out r1 out r2 out r3
PRG/levels/Airship/W6A.asm
narfman0/smb3_pp1
0
41947
<gh_stars>0 ; Original address was $B2B3 ; World 6 Airship .word W6Airship_BossL ; Alternate level layout .word W6Airship_BossO ; Alternate object layout .byte LEVEL1_SIZE_08 | LEVEL1_YSTART_0B0 .byte LEVEL2_BGPAL_04 | LEVEL2_OBJPAL_08 | LEVEL2_XSTART_80 .byte LEVEL3_TILESET_10 | LEVEL3_VSCROLL_LOCKLOW | LEVEL3_PI...
Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xa0_notsx.log_2_393.asm
ljhsiun2/medusa
9
41949
<filename>Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xa0_notsx.log_2_393.asm .global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r14 push %r15 push %rax push %rcx push %rdi push %rsi lea addresses_A_ht+0xbfeb, %rsi lea addresses_A_ht+0x1a2fd, %rdi nop nop nop add %r10, %r10 mov $5, %rcx re...
ubb/asc/written/c.asm
AlexanderChristian/private_courses
0
41950
<reponame>AlexanderChristian/private_courses<gh_stars>0 assume cs:code, ds:data data segment a dw 1 b dw 10 data ends code segment start: mov ax, data mov ds, ax mov bx, a mov ax, [bx] mov ax, 4c00h int 21h code ends end start
rustnes-dev/test_roms/cpu_timing_test4/source/cpu_timing_test.asm
w1n5t0n99/rustnes
2
41951
; Times all documented and undocumented 6502 instructions except the ; 8 branch instructions (Bxx) and the 12 halt instructions (HLT). ; See readme.txt for operation and overview of algorithm used. counter = $10 ; number of iterations of test loop nmi_flag = $12 ; tells NMI what to do test_index = ...
PRG/levels/Ice/6-F2A.asm
narfman0/smb3_pp1
0
41952
<filename>PRG/levels/Ice/6-F2A.asm<gh_stars>0 ; Original address was $AC98 ; World 6 second fortress boss room .word $0000 ; Alternate level layout .word $0000 ; Alternate object layout .byte LEVEL1_SIZE_02 | LEVEL1_YSTART_170 .byte LEVEL2_BGPAL_01 | LEVEL2_OBJPAL_10 | LEVEL2_XSTART_18 .byte LEVEL3_TILESET_00 | LE...
src/test/ref/forincrementassign.asm
jbrandwood/kickc
2
41953
// Classic for() does not allow assignment as increment, eg. for(byte i=0;i<40;i=i+2) {} // The following should give a program rendering a char on every second char of the first line - but results in a syntax error // Commodore 64 PRG executable file .file [name="forincrementassign.prg", type="prg", segments="Progra...
tests/std_cases/panic.asm
ZippyMagician/arsm
5
41954
<gh_stars>1-10 .main str "This is an error" 10 jz in :panic jmp :skipanic . .panic mov eh 0 jmp :panicloop ..panicloop chr #[eh] inc eh cmp db 0 10 eh je :skipanic jmp :panicloop ..skipanic hlt 0 chr 78
next_level/demosrc/s_themostmarvelous.asm
viznut/demoscene
14
41955
;,; lyrics_themostmarvelous .withinpagefrom=lyrics ;,; <- lyrics !byte $1d,$1a ; THE !byte $18,$60,$24,$09 ; MOS(T) !byte $28,$4a ; MAR !byte $26,$23 ; VE !byte $27,$20,$24,$19 ; LOUS !byte $1d,$21,$02 ; THING !byte $21,$66 ; YOU !byte $67 ; 'LL !byte $c3 ; E !byte $26,$ca ; VER !byt...
8086/1arith/add.asm
iamvk1437k/mpmc
1
41956
MOV AL, 0F0H ; Load the value to AL MOV BL, 10H ;Load the value to BL ADD AL,BL ; AL= AL+BL Addition of above two numbers generates carry and carry flag is set CY=1,AL=00H
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1495.asm
ljhsiun2/medusa
9
41957
.global s_prepare_buffers s_prepare_buffers: push %r9 push %rbp push %rcx push %rdi lea addresses_WT_ht+0x19658, %r9 nop nop nop nop nop and $24861, %rbp movups (%r9), %xmm3 vpextrq $1, %xmm3, %rdi nop nop nop add $4751, %rcx pop %rdi pop %rcx pop %rbp pop %r9 ret .global s_faulty_load s_faulty_load: push %r13 pus...
src/main.asm
akumanatt/2600-wordle
1
41958
.include "hw.asm" .include "defines.asm" .include "game.asm" .include "rng.asm" .include "wordlist.asm" ; RAM allocations * = $80 r0 .word ? r1 .word ? rng_state .fill 3 clear_start flags .byte ? joy_last .byte ? cursor_pos .byte ? game_state .byte ? an...
Library/Trans/Graphics/Vector/EPS/Export/exportBitmap.asm
steakknife/pcgeos
504
41959
<gh_stars>100-1000 COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) Berkeley Softworks 1991 -- All Rights Reserved PROJECT: PC GEOS MODULE: PostScript Translation Library FILE: exportBitmap.asm AUTHOR: <NAME>, 18 April 1991 ROUTINES: Name Description -...
src/engine/input.asm
matanui159/celeste-gameboy
8
41960
<filename>src/engine/input.asm include "../hardware.inc" section "Input ROM", rom0 ;; Clear out the input flags InputInit:: xor a, a ldh [hInput], a ldh [hInputNext], a ret ;; Updates the input variables in HRAM InputUpdate:: ld c, low(rP1) ; Get the action buttons ld a, P1F_GET_BTN ...
programs/oeis/046/A046152.asm
jmorken/loda
1
41961
<reponame>jmorken/loda ; A046152: a(n) = n*phi(n) + 1. ; 2,3,7,9,21,13,43,33,55,41,111,49,157,85,121,129,273,109,343,161,253,221,507,193,501,313,487,337,813,241,931,513,661,545,841,433,1333,685,937,641,1641,505,1807,881,1081,1013,2163,769,2059,1001 mov $2,$0 add $0,2 mul $0,$2 cal $0,10 ; Euler totient function phi(n)...
samples/sum_of_even_integers/2_with_formula.asm
fchauvel/rasp-machine
2
41962
;;; Compute the sum of the first n even integer, where n is defined as ;;; a constant segment: data limit 1 0 remainder 1 0 half 1 0 result 1 0 counter 1 0 segment: code ;; Divide th...
oeis/253/A253665.asm
neoneye/loda-programs
11
41964
<filename>oeis/253/A253665.asm ; A253665: a(n) = 2^n*n!/(floor(n/2)!)^2. ; Submitted by <NAME> ; 1,2,8,48,96,960,1280,17920,17920,322560,258048,5677056,3784704,98402304,56229888,1686896640,843448320,28677242880,12745441280,484326768640,193730707456,8136689713152,2958796259328,136104627929088,45368209309696,226841046548...
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_350.asm
ljhsiun2/medusa
9
41965
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r9 push %rcx push %rdi push %rsi lea addresses_WC_ht+0x14135, %rsi lea addresses_WT_ht+0xd2b5, %rdi and $14151, %r9 mov $40, %rcx rep movsq cmp $6823, %r11 lea addresses_normal_ht+0x7169, %rsi lea addresses_A_ht+0x2fd9, %rdi xor %r9, ...
projects/Links_Awakening_gb_noconfig.windfish/disassembly/bank_13.asm
jverkoey/awaken
68
41966
SECTION "ROM Bank 13", ROMX[$4000], BANK[$13] db $00, $00, $39, $39, $25, $25, $25, $25 db $39, $39, $21, $21, $21, $21, $00, $00 db $00, $00, $0C, $0C, $12, $12, $12, $12 db $1E, $1E, $12, $12, $D2, $D2, $00, $00 db $00, $00, $8B, $8B, $8A, $8A, $53, $53 db $22, $22, $22, $22, $23,...
Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xa0_notsx.log_21829_1567.asm
ljhsiun2/medusa
9
41967
<filename>Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xa0_notsx.log_21829_1567.asm .global s_prepare_buffers s_prepare_buffers: push %r10 push %r13 push %r8 push %r9 push %rcx push %rdi push %rsi lea addresses_normal_ht+0xe659, %r9 nop nop nop and $8812, %r10 mov $0x6162636465666768, %rcx movq %rcx, %xmm1 and ...
winmm_asm.asm
Dream-Client/winmm-dll-hook
2
41968
.code extern mProcs:QWORD CloseDriver_wrapper proc jmp mProcs[0 * 8] CloseDriver_wrapper endp DefDriverProc_wrapper proc jmp mProcs[1 * 8] DefDriverProc_wrapper endp DriverCallback_wrapper proc jmp mProcs[2 * 8] DriverCallback_wrapper endp DrvGetModuleHandle_wrapper proc jmp mProcs[3 * 8] DrvGetMod...
unittests/ASM/Secondary/15_XX_0.asm
cobalt2727/FEX
628
41969
%ifdef CONFIG { "RegData": { "RAX": "0x1111111111111111", "RBX": "0x2222222222222222", "RCX": "0x3333333333333333", "RDX": "0x4444444444444444", "RSI": "0x5555555555555555", "RDI": "0x6666666666666666", "MM0": "0x1112131415161718", "MM1": "0x2122232425262728", "MM2": "0x31323334353...
1-ep_AppDev/src/num_up50_high_po_Acc_index.asm
brown9804/Dragon12_MC9S12DP256
0
41970
<filename>1-ep_AppDev/src/num_up50_high_po_Acc_index.asm<gh_stars>0 ; Autor: ; <NAME>, Belinda ; <EMAIL> ;Using indexed ;accumulator addressing. ;PD: The value of the ;pointers remains unchanged ;after the execution of ;the program. ; num > -50 -> stored high positions begin: CLRB ; clean...
oeis/222/A222463.asm
neoneye/loda-programs
11
41972
; A222463: n*5/gcd(n*5,n+5), n >= 5. ; Submitted by <NAME> ; 5,30,35,40,45,10,55,60,65,70,15,80,85,90,95,4,105,110,115,120,25,130,135,140,145,30,155,160,165,170,35,180,185,190,195,40,205,210,215,220,9,230,235,240,245,50,255,260,265,270,55,280,285,290,295,60 add $0,5 mov $1,5 add $1,$0 mul $0,10 mul $1,2 gcd $1,$0 div ...
6_2.asm
EduardaSRBastos/Assembly-2020
0
41974
inicio: mov ah, 9 lea dx, texto1 int 21h mov cx, 20 mov si, 0 R1: mov ah, 1 int 21h cmp al, 13 je sim mov nome1[si], al inc si loop R1 ;jne nao sim: mov ah, 9 lea dx, texto2 int 21h mov cx, 20 mov si, 0 R2: mov ah, 1 int 21h cmp al, 13 je sim2 mov nome2[si], al inc si loop R2 sim2: mov...
oeis/021/A021638.asm
neoneye/loda-programs
11
41975
<filename>oeis/021/A021638.asm ; A021638: Decimal expansion of 1/634. ; Submitted by <NAME>(s2.) ; 0,0,1,5,7,7,2,8,7,0,6,6,2,4,6,0,5,6,7,8,2,3,3,4,3,8,4,8,5,8,0,4,4,1,6,4,0,3,7,8,5,4,8,8,9,5,8,9,9,0,5,3,6,2,7,7,6,0,2,5,2,3,6,5,9,3,0,5,9,9,3,6,9,0,8,5,1,7,3,5,0,1,5,7,7,2,8,7,0,6,6,2,4,6,0,5,6,7,8 seq $0,173833 ; 10^n -...
Lab4/LR4.asm
TrueEdOs/OS-E
0
41976
<filename>Lab4/LR4.asm .model small .stack 1000 .data old dd 0 s db "abc", '$' .code .486 count db 0 new_handle proc far push ds si es di dx cx bx ax xor ax, ax xor dx, dx in ax, 60h cmp ax, 38h je switch mov...
oeis/206/A206532.asm
neoneye/loda-programs
11
41977
<filename>oeis/206/A206532.asm ; A206532: a(n) = (2(n+1)(2n+1)-1) * a(n-1) + 2n(2n-1) * a(n-2), a(0) = 1, a(1) = 11. ; Submitted by <NAME> ; 1,11,331,18535,1668151,220195931,40075659443,9618158266319,2943156429493615,1118399443207573699,516700542761899048939,285218699604568275014327,185392154742969378759312551,14015646...
asm/macros.asm
Threetwosevensixseven/NexCreator
7
41979
; macros.asm PrintULAString macro(Text, Length) ld a, 2 ; upper screen call 5633 ; open channel Loop: ld de, Text ; address of string ld bc, Length ...
oeis/077/A077247.asm
neoneye/loda-programs
11
41980
; A077247: Combined Diophantine Chebyshev sequences A077245 and A077243. ; Submitted by <NAME> ; 1,2,10,17,79,134,622,1055,4897,8306,38554,65393,303535,514838,2389726,4053311,18814273,31911650,148124458,251239889,1166181391,1978007462,9181326670,15572819807,72284431969,122604550994,569094129082 mov $2,1 lpb $0 sub $...
docs/www.playvectrex.com/designit/chrissalo/sound1.asm
mikepea/vectrex-playground
5
41982
<reponame>mikepea/vectrex-playground ;*************************************************************************** ; DEFINE SECTION ;*************************************************************************** INCLUDE "VECTREX.I" ; start of vectrex memory with cartridge name... ORG ...
programs/oeis/144/A144607.asm
neoneye/loda
22
41983
<filename>programs/oeis/144/A144607.asm ; A144607: Christoffel word of slope 9/11. ; 0,0,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0,1,0,1 mov $1,$0 lpb $1 add $0,3 sub ...
oeis/210/A210100.asm
neoneye/loda-programs
11
41984
<reponame>neoneye/loda-programs<filename>oeis/210/A210100.asm ; A210100: Number of (n+1) X 2 0..2 arrays with every 2 X 2 subblock having one or three distinct values, and new values 0..2 introduced in row major order. ; Submitted by <NAME> ; 7,30,135,614,2799,12766,58231,265622,1211647,5526990,25211655,115004294,52459...
Transynther/x86/_processed/AVXALIGN/_st_sm_/i7-8650U_0xd2_notsx.log_410_1723.asm
ljhsiun2/medusa
9
41985
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r15 push %r8 push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_normal_ht+0x19446, %rsi lea addresses_UC_ht+0x178e6, %rdi add $50918, %r11 mov $66, %rcx rep movsb nop nop xor $46216, %rcx lea addresses_WT_ht+0x15aae, %rsi nop nop nop inc %rdx vmo...
Library/Breadbox/Basicdb/PATCH.asm
steakknife/pcgeos
504
41987
<gh_stars>100-1000 COMMENT @******************************************************************* Copyright (c) Breadbox Computer Company 1998 -- All Rights Reserved -- PROJECT: Generic Database System MODULE: Basic Database System FILE: patch.asm AUT...
vbox/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-A20Enable.asm
Nurzamal/rest_api_docker
0
41988
; $Id: bs3-cmn-A20Enable.asm 69111 2017-10-17 14:26:02Z vboxsync $ ;; @file ; BS3Kit - Bs3A20Enable. ; ; ; 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/o...
samslib.asm
traidna/MUMPS-TI99-4A
0
41989
<reponame>traidna/MUMPS-TI99-4A mapperon: macro push r12 li r12,1E00h SBO 1 pop r12 push r1 ;li r1,0FFFFh li r1,1 mov r1,@MemMapper pop r1 endm mapperoff: macro push r12 li r12,1E00h SBZ 1 pop r12 clr @MemMapper endm mappage: ; R1 - pass in page in msb of R1 xx00h ; R2 - pass in 4k block address...
src/highScore.asm
oldgitcodemonkey/HighScoreLib
0
41990
/* High score librabry 17 May 2020 By <NAME> lincence: MIT .showHighScore - displays the high score table .updateHighScore - checks the current score and gets a new name if relevent */ .const firstLetter = 1 // the char number of A in the char set .const asciiA = 65 // the ascii value o...
testmyscheduler.asm
chintu3536/xv6
0
41991
_testmyscheduler: file format elf32-i386 Disassembly of section .text: 00000000 <main>: #include "fcntl.h" #include "syscall.h" #include "traps.h" #include "memlayout.h" int main(){ 0: 8d 4c 24 04 lea 0x4(%esp),%ecx 4: 83 e4 f0 and $0xfffffff0,%esp 7: ff 71 fc ...
src/util/sprite/cd_prev.asm
olifink/qspread
0
41992
section sprite xdef mes_cd_prev mes_cd_prev dc.w $0220,4,0,0,0,0 dc.l 0,0,0,0 dc.l sp_ex-* sp_ex dc.l sp_btn-* dc.l sp_btn_cur-* dc.l 0,0,0 sp_btn incbin 'win1_util_sprite_cd_prev_spr' sp_btn_cur incbin 'win1_util_sprite_cd_prev2_spr' end
Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xa0.log_1_1529.asm
ljhsiun2/medusa
9
41994
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r8 push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0x135f8, %rbp and %rdi, %rdi mov $0x6162636465666768, %r8 movq %r8, %xmm2 vmovups %ymm2, (%rbp) nop nop add $52599, %rdx lea addresses_WC_ht+0xc2c8, %rsi lea addresses_A_ht+0x4f20, %rdi n...
packages/external/libmpg123-1.22.x/src/asm_nasm/tabinit_mmx.asm
sezero/SDL2-OS2
2
41995
<filename>packages/external/libmpg123-1.22.x/src/asm_nasm/tabinit_mmx.asm ; 1 "tabinit_mmx.S" ; 1 "<built-in>" ; 1 "<command line>" ; 1 "tabinit_mmx.S" ; 11 "tabinit_mmx.S" ; 1 "mangle.h" 1 ; 13 "mangle.h" ; 1 "config.h" 1 ; 14 "mangle.h" 2 ; 1 "intsym.h" 1 ; 15 "mangle.h" 2 ; 12 "tabinit_mmx.S" 2 %include "asm_nasm.i...
MODULE1/8-procedures/ytcracker/ytcracker.asm
wetw0rk/SLAE
18
41996
<reponame>wetw0rk/SLAE ; Executable name : ytcracker ; Designed OS : Linux (32-bit) ; Author : wetw0rk ; Version : 1.0 ; Created Following : SLAE ; Description : A simple program that shows procedures ; ; Build using these commands: ; nasm -f elf32 -o ytc...
Transynther/x86/_processed/US/_zr_/i3-7100_9_0xca_notsx.log_21829_508.asm
ljhsiun2/medusa
9
41997
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r15 push %r8 push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0x93a1, %r8 nop nop nop nop nop xor %r15, %r15 movw $0x6162, (%r8) nop nop nop nop nop add $15169, %rcx lea addresses_WC_ht+0x79c1, %rsi lea addresses_WC_ht+0x151c1, %rdi nop no...
Lab04/Task03.asm
PrabalChowdhury/CSE-341-MICROPROCESSOR
0
41998
.MODEL SMALL .STACK 100H .DATA P DB "30$" Q DB "31$" R DB "28$" .CODE MAIN PROC mov AX,@DATA mov DS,AX ;CODE STARTS FROM HERE mov AH,1 int 21H mov BL,AL sub BL,30H mov CL,BL mov AX,BX mov BL,2 div BL m...
Compilation/liec_seance-d_files/test_4.liec.asm
bk211/fac
1
41999
.data newline: .asciiz "\n" str_1: .asciiz "coucou yope !" .text .globl main _pair: li $a0, 8 li $v0, 9 syscall lw $t0, 4($sp) sw $t0, -4($v0) lw $t0, 0($sp) sw $t0, 0($v0) jr $ra main: addi $sp, $sp, -4 sw $ra, 0($sp) la $v0, str_1 addi $sp, $sp, -4 sw $v0, 0($sp) lw $a0, 0($sp) li...
oeis/244/A244911.asm
neoneye/loda-programs
11
42000
<reponame>neoneye/loda-programs ; A244911: Table read by antidiagonals: T(n,k) = n*k + T(n-1,k) for n >=1, T(0,k) = 1. ; Submitted by <NAME>(s1) ; 1,1,1,1,2,1,1,3,4,1,1,4,7,7,1,1,5,10,13,11,1,1,6,13,19,21,16,1,1,7,16,25,31,31,22,1,1,8,19,31,41,46,43,29,1,1,9,22,37,51,61,64,57,37,1,1,10,25,43,61,76,85,85,73,46,1,1,11,28...
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_17335_1846.asm
ljhsiun2/medusa
9
42001
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r13 push %r14 push %r9 push %rbx push %rcx push %rdi push %rsi lea addresses_A_ht+0x10c5b, %rcx clflush (%rcx) nop nop nop and $50153, %rbx vmovups (%rcx), %ymm5 vextracti128 $1, %ymm5, %xmm5 vpextrq $0, %xmm5, %r14 nop nop nop nop nop dec %r9 lea addresses_n...
oeis/104/A104455.asm
neoneye/loda-programs
11
42002
<reponame>neoneye/loda-programs ; A104455: Expansion of e.g.f. exp(5*x)*(BesselI(0,2*x) - BesselI(1,2*x)). ; Submitted by <NAME> ; 1,4,17,77,371,1890,10095,56040,320795,1881524,11250827,68330773,420314629,2612922694,16389162537,103587298965,659071002195,4217699773140,27129590096595,175303621195647,1137400502295081,7406...
Library/Spreadsheet/Spreadsheet/spreadsheetCell.asm
steakknife/pcgeos
504
42003
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1991 -- All Rights Reserved PROJECT: PC GEOS MODULE: GeoCalc FILE: spreadsheetCell.asm AUTHOR: <NAME>, Feb 27, 1991 ROUTINES: Name Description ---- ----------- EXT DeleteCell Delete a ce...
src/data.asm
beckadamtheinventor/BOSos
1
42004
<filename>src/data.asm ;------------------------------------------------------------------------------- ; some data stored in rom since not much point copying to ram include 'font.asm' data_key_map: dl data_key_map_0 db 'a' dl data_key_map_1 db 'A' dl data_key_map_2 db '1' data_key_map_0: db 0,'"wrmh',0,0 db ...
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_1446.asm
ljhsiun2/medusa
9
42005
<reponame>ljhsiun2/medusa<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r11 push %r13 push %r9 push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0x19fbc, %rdx nop nop nop nop xor %r13, %r13 movb (%rdx), %cl nop nop nop nop sub $57162, %rbp lea addresses_WC_ht+0x1a33c, %r13 nop nop ...
oeis/095/A095823.asm
neoneye/loda-programs
11
42006
; A095823: Denominators of certain upper bounds for Euler's number e. ; Submitted by <NAME> ; 1,4,18,32,600,4320,11760,322560,3265920,1728000,439084800,821145600,817689600,1220496076800,19615115520000,111588212736000,863812325376000,115242726703104000,15722836107264000,3742926166425600000 mov $1,1 lpb $0 mov $2,$0 ...
programs/oeis/086/A086579.asm
neoneye/loda
22
42007
<filename>programs/oeis/086/A086579.asm<gh_stars>10-100 ; A086579: a(n) = 8*(10^n - 1). ; 0,72,792,7992,79992,799992,7999992,79999992,799999992,7999999992,79999999992,799999999992,7999999999992,79999999999992,799999999999992,7999999999999992,79999999999999992,799999999999999992,7999999999999999992,79999999999999999992,...
oeis/014/A014775.asm
neoneye/loda-programs
11
42008
; A014775: Expansion of exp ( - x - (1/2)*x^2 - (1/6)*x^3). ; Submitted by <NAME> ; 1,-1,0,1,2,-6,-14,20,204,28,-2584,-6876,33760,219296,-121848,-6020456,-15177904,126126960,950679424,-898745392,-38731873824,-123922308896,1126028191520,10547325457536,-5093629711808 mov $2,1 lpb $0 sub $0,1 mov $1,$4 mul $1,$0 ...