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 |
|---|---|---|---|---|
jm-joystick-44-0.2/main.asm | KittenBot/jacdac-padauk | 4 | 198107 | <reponame>KittenBot/jacdac-padauk<filename>jm-joystick-44-0.2/main.asm
.CHIP PMS171B
//{{PADAUK_CODE_OPTION
.Code_Option Security Disable
.Code_Option Bootup_Time Fast
.Code_Option LVR 3.0V
.Code_Option Comparator_Edge All_Edge
.Code_Option GPC_PWM Disable
.Code_Option TM2_Out1 PB2
.Code_Option TMx_Bit 6BIT... |
MODULE2/8-insertion_encoder/execve4.asm | wetw0rk/SLAE | 18 | 198108 | ; Executable name : execve4
; Designed OS : Linux (32-bit)
; Author : wetw0rk
; Version : 1.0
; Created Following : SLAE
; Description : An example of execve shellcode encoded via insertion
;
; Build using these commands:
; nasm -f elf32 -o execve4.o execve4.asm
; ... |
lib/am335x_sdk/ti/drv/pruss/example/apps/sorte/firmware/src/slave/firm_main.asm | brandonbraun653/Apollo | 2 | 198109 | ; Copyright (C) 2017 Texas Instruments Incorporated - http://www.ti.com/
;
; 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
; notice, this list of... |
oeis/052/A052844.asm | neoneye/loda-programs | 11 | 198110 | <gh_stars>10-100
; A052844: E.g.f.: exp(x*(2-x)/(1-x)).
; Submitted by <NAME>
; 1,2,6,26,148,1032,8464,79592,842832,9914336,128162464,1804852128,27489582784,450089665664,7880963503872,146913179393408,2904309329449216,60677563647195648,1335634021282590208,30891084696208976384,748854186528315687936,1898516118986887309107... |
Transynther/x86/_processed/NONE/_ht_zr_un_/i9-9900K_12_0xa0.log_21829_1678.asm | ljhsiun2/medusa | 9 | 198112 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r14
push %r8
push %r9
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0xd801, %rsi
lea addresses_WC_ht+0x4f01, %rdi
clflush (%rdi)
dec %r8
mov $96, %rcx
rep movsl
nop
nop
nop
nop
nop
sub $25002, %r9
lea addresses_WT_ht+0x1... |
asm/pal/apply_changes.asm | Colt-Zero/spyro06-source | 0 | 198113 | .open "sys/main.dol"
; Charging turning speed, credit goes to Colt Zero(Olivine Ellva)
.org 0x800dc948
bl set_charge_turn_speed
; Invincibility, credit goes to Colt Zero(Olivine Ellva)
.org 0x800aa7a4
nop
.close
|
src/game_logic/fruit.asm | lawrimon/SnakeV | 2 | 198114 | <gh_stars>1-10
.text
set_fruit:
# inputs:
# - /
#
# output:
# - s9/a0 coordinates of fruit
addi sp, sp, -24
sw t0, 0(sp)
sw t1, 4(sp)
sw t2, 8 (sp)
sw t3, 12(sp)
sw t4, 16(sp)
sw ra, 20(sp)
#a1 = upper bound for random number
li t4,8
li a1,RIGHTBORDER
divu a1,a1,t4 #divide by 4 to check with 64x64 ... |
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_179_279.asm | ljhsiun2/medusa | 9 | 198115 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r14
push %rax
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0xe6bd, %rax
nop
nop
nop
nop
sub %rbx, %rbx
mov $0x6162636465666768, %rdi
movq %rdi, %xmm1
vmovups %ymm1, (%rax)
nop
nop
and %r12, %r12
lea addresses_D_ht+0x150fd, %... |
libsrc/graphics/ts2068hr/w_bkrestore.asm | jpoikela/z88dk | 640 | 198116 | <filename>libsrc/graphics/ts2068hr/w_bkrestore.asm
;
; Fast background restore
;
; TS2068 version
; <NAME>, Spring 2019
;
; $Id: w_bkrestore.asm $
;
SECTION smc_clib
PUBLIC bkrestore
PUBLIC _bkrestore
EXTERN w_pixeladdress
EXTERN zx_saddrpdown
EXTERN swapgfxbk
EXTERN __graph... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_2038.asm | ljhsiun2/medusa | 9 | 198118 | <filename>Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_2038.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x1d313, %rsi
lea addresses_WC_ht+0x8df5, %rdi
cmp %r10, %r10
mov $5, %rcx
rep movsq
nop
cmp %r11, %r11
le... |
C64/WallBuilder/main.asm | tehongis/reTry | 0 | 198119 | ; reTry demo 2017
;
; MIT License
;
; Copyright (c) 2017 <NAME>
;
; 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 use, copy, ... |
stage2/16/time16.asm | tkchia/rebrief | 0 | 198120 | <reponame>tkchia/rebrief
; Copyright (c) 2021--2022 <NAME>
;
; 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
; notice, this list of conditions a... |
src/util/sprite/cd_eject.asm | olifink/qspread | 0 | 198121 | section sprite
xdef mes_cd_eject
mes_cd_eject
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_eject_spr'
sp_btn_cur
incbin 'win1_util_sprite_cd_eject2_spr'
end
|
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_143_1259.asm | ljhsiun2/medusa | 9 | 198122 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r12
push %r13
push %r14
push %rax
push %rbx
lea addresses_A_ht+0x1164f, %rax
nop
nop
nop
nop
nop
and $54184, %r11
mov (%rax), %r10d
nop
nop
nop
nop
nop
dec %r14
lea addresses_A_ht+0x10d8f, %rbx
cmp $48142, %r11
mov (%rbx), %r12w
nop
xor %r14, %r14
l... |
programs/oeis/110/A110090.asm | neoneye/loda | 22 | 198123 | <reponame>neoneye/loda<gh_stars>10-100
; A110090: Numerators of sequence of rationals defined by r(n) = n for n<=1 and for n>1: r(n) = (sum of denominators of r(n-1) and r(n-2))/(sum of numerators of r(n-1) and r(n-2)).
; 0,1,2,2,1,4,4,1,6,6,1,8,8,1,10,10,1,12,12,1,14,14,1,16,16,1,18,18,1,20,20,1,22,22,1,24,24,1,26,26,... |
data/pokemon/dex_entries.asm | opiter09/ASM-Machina | 1 | 198125 | PokedexEntryPointers:
table_width 2, PokedexEntryPointers
dw RhydonDexEntry
dw KangaskhanDexEntry
dw NidoranMDexEntry
dw ClefairyDexEntry
dw SpearowDexEntry
dw VoltorbDexEntry
dw NidokingDexEntry
dw SlowbroDexEntry
dw IvysaurDexEntry
dw ExeggutorDexEntry
dw LickitungDexEntry
dw ExeggcuteDexEntry
dw Grimer... |
oeis/257/A257060.asm | neoneye/loda-programs | 11 | 198126 | ; A257060: Number of length n 1..(6+1) arrays with every leading partial sum divisible by 2 or 3.
; Submitted by <NAME>
; 4,18,81,364,1636,7353,33048,148534,667585,3000456,13485528,60610609,272413948,1224362538,5502888657,24732693652,111160914460,499611933801,2245502257776,10092393813166,45360191702017,203871056692176,... |
src/file.asm | howprice/specnext-invaders | 17 | 198127 |
LoadHighScoreFile:
; Open file for read
ld a,'$' ; use system drive (overridden by filespec anyway)
ld ix,filename ; IX = filespec
ld b,ESX_MODE_READ|ESX_MODE_OPEN_EXIST ; read from existing file
CALL_ESXDOS F_OPEN
ret c ; return if failed to open ... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_1010.asm | ljhsiun2/medusa | 9 | 198128 | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r14
push %r9
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x1dd12, %r14
clflush (%r14)
nop
nop
add %r12, %r12
movl $0x61626364, (%r14)
nop
nop
nop
nop
nop
and $64733, %r9
lea addresses_WC_ht+0x1211e, %rcx
nop
nop
nop
cmp $35791, %rbx
m... |
codigo/capitulo 32/while.asm | Nabucodonosor-editorial/ensamblador-x86 | 2 | 198129 | <reponame>Nabucodonosor-editorial/ensamblador-x86
segment .data
textosuma db 0xA,0xD,"El valor final de ebx es: "
lentextosuma equ $- textosuma
saltodelinea db 0xA,0xD
lensaltodelinea equ $- saltodelinea
segment .bss
valor resb 1
section .text
global _start
_start:
mov eax, 3 ; almacenamos en ... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_404.asm | ljhsiun2/medusa | 9 | 198130 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r14
push %r15
push %r8
push %r9
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0xdb35, %rsi
lea addresses_WT_ht+0x807d, %rdi
nop
nop
nop
nop
nop
xor $21027, %r14
mov $50, %rcx
rep movsb
nop
nop
nop
nop
nop
add %r9, %r9
lea addresses_A_ht+0x1d... |
programs/oeis/283/A283026.asm | neoneye/loda | 22 | 198131 | <reponame>neoneye/loda
; A283026: Number of inequivalent 4 X 4 matrices with entries in {1,2,3,..,n} up to row permutations.
; 0,1,3876,1929501,183181376,6419043125,118091211876,1388168405001,11745311589376,77279801651001,416916712502500,1915356782994501,7705740009485376,27731516944463501,90762229896563876,273716119247... |
oeis/165/A165147.asm | neoneye/loda-programs | 11 | 198132 | ; A165147: a(n) = (3*7^n-3^n)/2.
; Submitted by <NAME>
; 1,9,69,501,3561,25089,176109,1234221,8643921,60520569,423683349,2965901541,20761665081,145332718449,1017332217789,7121335090461,49849374331041,348945706410729,2442620203155429,17098342196928981,119688397703025801,837818790894749409,5864731557183952269,41053120963... |
programs/oeis/047/A047321.asm | neoneye/loda | 22 | 198133 | <filename>programs/oeis/047/A047321.asm
; A047321: Numbers that are congruent to {1, 5, 6} mod 7.
; 1,5,6,8,12,13,15,19,20,22,26,27,29,33,34,36,40,41,43,47,48,50,54,55,57,61,62,64,68,69,71,75,76,78,82,83,85,89,90,92,96,97,99,103,104,106,110,111,113,117,118,120,124,125,127,131,132,134,138,139,141
mov $1,1
mov $2,$0
lpb... |
gfx/pokemon/meowsy/anim.asm | pokeachromicdevs/pokeoctober | 1 | 198134 | <filename>gfx/pokemon/meowsy/anim.asm
frame 0, 08
frame 1, 08
frame 2, 10
frame 3, 08
frame 4, 08
frame 3, 08
frame 4, 08
frame 5, 08
frame 6, 10
frame 7, 08
frame 8, 24
frame 9, 08
frame 10, 08
frame 11, 08
frame 12, 08
frame 13, 08
frame 01, 16
frame 0, 08
endanim |
coverage/IN_CTS/0560-COVERAGE-ir-builder-h-1588/work/variant/1_spirv_asm/shader.frag.asm | asuonpaa/ShaderTests | 0 | 198135 | ; SPIR-V
; Version: 1.0
; Generator: Khronos Glslang Reference Front End; 10
; Bound: 77
; Schema: 0
OpCapability Shader
%1 = OpExtInstImport "GLSL.std.450"
OpMemoryModel Logical GLSL450
OpEntryPoint Fragment %4 "main" %53
OpExecutionMode %4 OriginUp... |
oeis/080/A080422.asm | neoneye/loda-programs | 11 | 198136 | ; A080422: (n+1)(n+2)(n+3)(n+12)3^n/72.
; Submitted by <NAME>
; 1,13,105,675,3780,19278,91854,415530,1804275,7577955,30961359,123589557,483611310,1860043500,7046907660,26344593252,97328636181,355781149065,1288173125925,4623863536215,16466920464456,58222325927898,204499905118650,713919106104750,2478319182620775,85584622... |
ee/wman/wman.asm | olifink/smsqe | 0 | 198137 | <filename>ee/wman/wman.asm
* Link in the Window Manager Routines V1.02 1986 <NAME> QJUMP
* 2002 <NAME>
*
* 2002-11-13 1.01 Intialises system palette (MK)
* 2003-01-25 1.02 Moved QDOS specific code here (MK)
* 2003-05-27 1.03 Now uses new WMAN data handling (MK)
*
* THIS FILE IS NOT USED IN SMSQ/E, it ... |
programs/oeis/192/A192832.asm | neoneye/loda | 22 | 198138 | ; A192832: Molecular topological indices of the lattice graphs.
; 0,48,576,2880,9600,25200,56448,112896,207360,356400,580800,906048,1362816,1987440,2822400,3916800,5326848,7116336,9357120,12129600,15523200,19636848,24579456,30470400,37440000,45630000,55194048,66298176,79121280,93855600,110707200,129896448,151658496,176... |
oeis/000/A000031.asm | neoneye/loda-programs | 11 | 198139 | ; A000031: Number of n-bead necklaces with 2 colors when turning over is not allowed; also number of output sequences from a simple n-stage cycling shift register; also number of binary irreducible polynomials whose degree divides n.
; Submitted by <NAME>
; 1,2,3,4,6,8,14,20,36,60,108,188,352,632,1182,2192,4116,7712,14... |
programs/oeis/024/A024391.asm | karttu/loda | 1 | 198140 | <reponame>karttu/loda<gh_stars>1-10
; A024391: 2nd elementary symmetric function of the first n+1 positive integers congruent to 2 mod 3.
; 10,66,231,595,1275,2415,4186,6786,10440,15400,21945,30381,41041,54285,70500,90100,113526,141246,173755,211575,255255,305371,362526,427350,500500,582660,674541,776881,890445,1016025... |
programs/oeis/119/A119476.asm | neoneye/loda | 22 | 198141 | ; A119476: a(1)=1, a(n)=a((n+1)/2)+1 if n is odd, a(n)=a(n/2)+2 if n is even.
; 1,3,4,5,5,6,6,7,6,7,7,8,7,8,8,9,7,8,8,9,8,9,9,10,8,9,9,10,9,10,10,11,8,9,9,10,9,10,10,11,9,10,10,11,10,11,11,12,9,10,10,11,10,11,11,12,10,11,11,12,11,12,12,13,9,10,10,11,10,11,11,12,10,11,11,12,11,12,12,13,10,11
mov $1,$0
lpb $1
add $0,1... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_1413.asm | ljhsiun2/medusa | 9 | 198143 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r8
push %r9
push %rbp
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0x1b543, %rsi
lea addresses_D_ht+0x8ca3, %rdi
clflush (%rdi)
nop
nop
nop
nop
and %r8, %r8
mov $3, %rcx
rep movsl
nop
nop
nop
nop
and $8754, %rbp
lea addresses_norm... |
libsrc/_DEVELOPMENT/adt/b_vector/c/sdcc_iy/b_vector_append_callee.asm | jpoikela/z88dk | 640 | 198144 | <reponame>jpoikela/z88dk
; size_t b_vector_append_callee(b_vector_t *v, int c)
SECTION code_clib
SECTION code_adt_b_vector
PUBLIC _b_vector_append_callee
EXTERN asm_b_vector_append
_b_vector_append_callee:
pop af
pop hl
pop bc
push af
jp asm_b_vector_append
|
mbr_chs.asm | satadriver/LiunuxOS_t | 0 | 198146 | <gh_stars>0
.386p
.model Tiny
LOADER SEGMENT para use16
;org 100h
assume cs:LOADER
start:
jmp __comentry
__comentry:
cli
mov ax,0
mov cx,0
mov dx,0
mov bx,0
mov si,0
mov di,0
mov sp,0fffeh
mov bp,sp
mov ax,4000h
mov ds,ax
mov es,ax
mov fs,ax
mov gs,ax
add ax,1000h
mov ss,ax
push word ptr 0
push word ptr 0
push w... |
Transynther/x86/_processed/NONE/_ht_zr_un_/i9-9900K_12_0xa0.log_21829_240.asm | ljhsiun2/medusa | 9 | 198148 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r14
push %r8
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x10877, %rdx
clflush (%rdx)
nop
nop
nop
cmp $58432, %rbx
movw $0x6162, (%rdx)
nop
nop
nop
sub $5569, %r8
lea addresses_normal_ht+0x148f7, %rsi
lea addresses_D_ht+0x6f61, %rdi
... |
Assembly/OS/PRINT.asm | p-rivero/CESC16 | 2 | 198150 | ; =============================
; VGA Terminal Output Library
; =============================
#bank data
_Print_Buffer: #res 5 ; Decimal for 0xFFFF has 5 digits
#bank program
PRINT:
; Prints the contents of a0 as an UNSIGNED integer.
.uint16:
; If the input is a number between 0 and 9, just print it and ret... |
system/book_csapp/recursive.asm | larryjiang/cs_study | 0 | 198152 | <filename>system/book_csapp/recursive.asm<gh_stars>0
.file "recursive.c"
.text
.globl rfact
.type rfact, @function
rfact:
.LFB0:
.cfi_startproc
movl $1, %eax
cmpl $1, %edi
jle .L6
pushq %rbx
.cfi_def_cfa_offset 16
.cfi_offset 3, -16
movl %edi, %ebx
leal -1(%rdi), %edi
call rfact
imull %ebx, %eax
popq %r... |
unpacking-of-a-bcd-number.asm | SubhadeepZilong/GNUSim8085 | 0 | 198155 |
;Unpacking of a BCD number
LDA 2070H
ANI F0H
RLC
RLC
RLC
RLC
STA 2071H
LDA 2070H
ANI 0FH
STA 2072H
RST 1 |
oeis/227/A227121.asm | neoneye/loda-programs | 11 | 198156 | ; A227121: Number of n X 2 0,1 arrays indicating 2 X 2 subblocks of some larger (n+1) X 3 binary array having a sum of zero, with rows and columns of the latter in lexicographically nondecreasing order.
; Submitted by <NAME>(s3.)
; 3,7,13,23,40,68,112,178,273,405,583,817,1118,1498,1970,2548,3247,4083,5073,6235,7588,915... |
system/book_csapp/switch_eg.asm | larryjiang/cs_study | 0 | 198157 | <reponame>larryjiang/cs_study
.file "switch_eg.c"
.text
.globl switch_eg
.type switch_eg, @function
switch_eg:
.LFB0:
.cfi_startproc
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
movq %rsp, %rbp
.cfi_def_cfa_register 6
movl %edi, -20(%rbp)
movl %esi, -24(%rbp)
movl -20(%rbp), %eax
movl %eax, -4(%rb... |
ALT/ECPM/ECPM/ecpm1.asm | johnsonjh/com-cpm | 5 | 198158 | <reponame>johnsonjh/com-cpm
vermaj equ $02 ;Major version number
vermin equ $01 ;Minor version number
revyear equ $88 ;Year last assembled
revmonth equ $06 ;Month last assembled
revday equ $29 ;Day last assembled
*****************************************************************... |
src/boot/testA20.asm | 100009337131285/OS_Developement | 31 | 198159 | ; Test the A20 Line
testA20:
pusha
mov ax, [0x7dfe] ; 7dfe = 7c00+510 (memory location of magic number)
; create a reference to check for wrapping
; set es to zero
push bx
mov bx, 0xffff
mov es, bx
pop bx
mov bx, 0x7e0e ; set offset to 0x7e0e
mov dx, [es:bx] ; print the contents located in t... |
Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0x48.log_21829_2769.asm | ljhsiun2/medusa | 9 | 198160 | <reponame>ljhsiun2/medusa<filename>Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0x48.log_21829_2769.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r8
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0x78ab, %rsi
nop
cmp $28792, %rdx
mov (%rsi), %edi
nop
nop
nop
nop
add %rbx, %... |
TM_9.asm | simonowen/turbomon | 1 | 198161 | <reponame>simonowen/turbomon
;
; I N P U T N U M B E R
;
; Prompt for a number to be input with the message DE
; points to. The number is returned in HL with the Z fla
; set if a number was input. A is returned holding 128 i
; ESC was pressed and 127 if the input was blank (defaul
; settings are then possible by the ... |
Transynther/x86/_processed/AVXALIGN/_st_/i3-7100_9_0x84_notsx.log_21829_572.asm | ljhsiun2/medusa | 9 | 198162 | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r14
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0xcc60, %r14
nop
sub $9966, %r13
movb (%r14), %cl
nop
dec %rax
lea addresses_WT_ht+0xd578, %rsi
lea addresses_normal_ht+0xa898, %rdi
clflush (%rsi)
nop
nop
nop
and %rbx, %rbx
mov $107, ... |
Borland/CBuilder5/Source/RTL/source/cstrings/wcscmp.asm | TrevorDArcyEvans/DivingMagpieSoftware | 1 | 198163 | <gh_stars>1-10
;[]-----------------------------------------------------------------[]
;| WCSCMP.ASM -- compare one wide-characer string to another |
;[]-----------------------------------------------------------------[]
;
; C/C++ Run Time Library - Version 10.0
;
; Copyright (c) 1996, 2000 by Inpr... |
Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xca.log_20469_1141.asm | ljhsiun2/medusa | 9 | 198164 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r14
push %rax
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x767, %rsi
lea addresses_D_ht+0x1279a, %rdi
nop
nop
inc %rbx
mov $82, %rcx
rep movsl
nop
and $40295, %rbp
lea addresses_normal_ht+0x33a7, %r11
nop
nop
nop
nop
nop
add %rcx, %... |
code/game.asm | martendo7/cookie-shooter-gb | 3 | 198166 | INCLUDE "defines.inc"
SECTION "In-Game Variables", HRAM
; Countdown to pause the creation of cookies
; Used at the very beginning of a game and after a bomb power-up
hWaitCountdown:
DS 1
; Last frame's game score in thousands (e.g. score of 14200 = last score
; thousands of 14)
; Used to tell when the player cro... |
1571/64tass/lccfmt4a.asm | silverdr/assembly | 23 | 198167 | <filename>1571/64tass/lccfmt4a.asm
jfmterr dec cnt ; test for retry
beq jfmte10
jmp jend
jfmte10 ldy #$ff
sty ftnum ; clear format
iny
sty gcrflg
jmp jerrr
; this subroutine will be called with x*255 for amount of chars written
jclear lda pcr... |
oeis/106/A106401.asm | neoneye/loda-programs | 11 | 198168 | ; A106401: Expansion of (eta(q) * eta(q^9))^3 / eta(q^3)^2 in powers of q.
; Submitted by <NAME>
; 1,-3,0,7,-6,0,8,-15,0,18,-12,0,14,-24,0,31,-18,0,20,-42,0,36,-24,0,31,-42,0,56,-30,0,32,-63,0,54,-48,0,38,-60,0,90
mov $1,$0
seq $0,203 ; a(n) = sigma(n), the sum of the divisors of n. Also called sigma_1(n).
seq $1,4934... |
src/romdump.asm | mrparn/romdump | 1 | 198169 | <reponame>mrparn/romdump
;
; ROMDUMP 1.0
;
; ROM Dumper 1.0
;
Source_address: equ 04000H
Source_slot: equ 001H
Size: equ 04000H
Slot_register: equ 0A8H
db 0FEH
dw Begin
dw End - 1
dw Execute
org 0A000H
Begin:
Execute:
di
ld c, Slot_register
in b, (c)
exx
ld a, %00001100
... |
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_257_1038.asm | ljhsiun2/medusa | 9 | 198170 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r13
push %r14
push %r15
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x19d20, %rdx
sub $44825, %r14
mov (%rdx), %r15d
nop
nop
nop
nop
nop
cmp %rax, %rax
lea addresses_WC_ht+0x72b4, %rax
nop
nop
nop
nop
dec %r12
mov $0x6... |
iod/con2/ptr/fillsv.asm | olifink/smsqe | 0 | 198171 | ; Fill save area v2.11 1999 <NAME>
; 2002 <NAME>
;
; 2002-02-13 2.11 Changes for on-thy-fly wallpaper colour (MK)
;
; Fill the save area with the image (a1) or the colour in the linkage
; the lines in the image must be rounded up to the nearest long word
; If no save area is given the screen will be ... |
install/lib/bios/doint2f.asm | minblock/msdos | 0 | 198172 | ; ========================================================
COMMENT #
DOINT2F.ASM
Copyright (c) 1991 - Microsoft Corp.
All rights reserved.
Microsoft Confidential
Does an int 2f with AX = 4400h to update the format
complete gage. This function is mainly for getting
the gage setup before the form... |
Source/font.asm | a-dietrich/DangerZone | 1 | 198173 | GameFontGraphics:
DigitFont:
Zero: BYTE %01111100
BYTE %11101110
BYTE %11101110
BYTE %11101110
BYTE %11101110
BYTE %11101110
BYTE %11101110
BYTE %01111100
One: ... |
tests/macros/conditions_in_macro.asm | fengjixuchui/sjasmplus | 220 | 198175 | testCond MACRO arg1?, arg2?, arg3?
IF arg1?
DB arg2?
IF !arg1?
never happens
ENDIF
ELSE
DB arg3?
IF $8004 <= $
DB "..."
... |
programs/oeis/313/A313113.asm | karttu/loda | 1 | 198176 | <reponame>karttu/loda<filename>programs/oeis/313/A313113.asm
; A313113: Coordination sequence Gal.6.133.3 where G.u.t.v denotes the coordination sequence for a vertex of type v in tiling number t in the Galebach list of u-uniform tilings.
; 1,4,9,14,19,24,28,33,38,43,48,52,56,61,66,71,76,80,85,90,95,100,104,108,113,118... |
src/test/ref/address-4.asm | jbrandwood/kickc | 2 | 198178 | // Test declaring a variable as at a hard-coded address
// Incrementing a load/store variable will result in cause two *SIZEOF's
// Commodore 64 PRG executable file
.file [name="address-4.prg", type="prg", segments="Program"]
.segmentdef Program [segments="Basic, Code, Data"]
.segmentdef Basic [start=$0801]
.segmentd... |
SOURCE/base/Kernel/Native/ix64/halasm.asm | pmache/singularityrdk | 3 | 198180 | <reponame>pmache/singularityrdk
;
; Copyright (c) Microsoft Corporation. All rights reserved.
;
.code
ifdef SINGULARITY
SINGLE_THREADED equ 0
else ;; SINGULARITY
EXCLUDED equ 0
SINGLE_THREADED equ 0
endif ;; SINGULARITY
include hal.inc
externdef __throwDispatcher:NEAR
externdef __throwDispatcherExplicitAddrAfter:... |
modules/errorhandler/bundles/ErrorHandler.asm | vladikcomper/md-modules | 9 | 198181 | <reponame>vladikcomper/md-modules<filename>modules/errorhandler/bundles/ErrorHandler.asm
; ===============================================================
; ---------------------------------------------------------------
; Error handling and debugging modules
; 2016-2017, Vladikcomper
; -------------------------------... |
asm/final3.asm | IronHeart7334/AssemblyPrograms | 0 | 198182 | <filename>asm/final3.asm<gh_stars>0
; a) Extract bits 3 & 2
; in .DATA...
mask_isolate_bits_3_and_2 BYTE 00001100b
; in .CODE...
mov AL, outcode
and AL, mask_isolate_bits_3_and_2
; outcode 0000 ???? b
; and 0000 1100 b
; ===================
; 0000 ??00 b
; b) if logic
; isolated bits are still in AL
cmp AL... |
codegen-tests/native-bitfield/gcc5.3.0/10-shr-eq.asm | Deaod/bitfields | 0 | 198183 | test_device():
sub rsp, 24
call rand
mov rdx, QWORD PTR [rsp]
mov ecx, eax
shr rdx, 12
and edx, 63
sar edx, cl
and edx, 63
mov eax, edx
mov edx, DWORD PTR [rsp]
sal eax, 12
and ... |
transformy/tables/gen/0022.asm | mborik/regression | 3 | 198184 | <gh_stars>1-10
ld a, 15
ld (basescradr + #00f1), a
ld (basescradr + #03d2), a
ld (basescradr + #0bd4), a
ld (basescradr + #0f31), a
ld a, 192
ld hl, basescradr + #0976
ld (hl), a
inc h
ld (hl), a
inc h
ld (hl), a
inc h
ld (hl), a
ld (basescradr + #01f4), a
ld (basescradr + #03d3), a
ld... |
Transynther/x86/_processed/AVXALIGN/_ht_zr_un_/i7-7700_9_0x48_notsx.log_21829_975.asm | ljhsiun2/medusa | 9 | 198187 | .global s_prepare_buffers
s_prepare_buffers:
push %r15
push %r8
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x1e46b, %rsi
lea addresses_normal_ht+0xc443, %rdi
sub $43097, %r15
mov $58, %rcx
rep movsq
nop
nop
nop
nop
and %rax, %rax
lea addresses_normal_ht+0xd838, %rdx
nop
nop
nop
cmp %rsi, %rsi... |
includes/startup.asm | thinkyhead/batari-Basic | 1 | 198188 | ; Provided under the CC0 license. See the included LICENSE.txt for details.
start
sei
cld
ldy #0
lda $D0
cmp #$2C ;check RAM location #1
bne MachineIs2600
lda $D1
cmp #$A9 ;check RAM location #2
bne MachineIs2600
dey
MachineIs2600
ldx #0
txa
clearmem
inx
txs
... |
0x08_Execve/execve_02_sh_shell.nasm | bigb0sss/b0ssTheASM | 2 | 198189 | ; Executable name : execve_02_sh_shell
; Version : 1.0
; Created date : 07/02/2020
; Last update : 07/02/2020
; Author : bigb0ss
; Description : 1) This is to run "/bin/sh" using execve function
; 2) This will leverage a technique called JMP-CALL-POP to read "/bin/sh" from ... |
3term/Programming/7/lab.asm | nik-sergeson/bsuir-informatics-labs | 0 | 198190 | <filename>3term/Programming/7/lab.asm
cseg segment
assume cs:cseg, ds:cseg,ss:cseg,es:cseg
org 100h
start:
jmp initialize
initializer dw 5677h
key_handler proc far
pushf
in AL,60h
push AX
cmp AL,01h
jne notesc
jmp exitkh
notesc:
cmp AL,1Eh
jne notleftarrow
cmp cs:deltax,1
jne moveleft
mov c... |
externals/mpir-3.0.0/mpn/x86w/p6/mod_1.asm | JaminChan/eos_win | 12 | 198192 | <reponame>JaminChan/eos_win<filename>externals/mpir-3.0.0/mpn/x86w/p6/mod_1.asm
; Copyright 1999, 2000, 2002 Free Software Foundation, Inc.
;
; This file is part of the GNU MP Library.
;
; The GNU MP Library is free software; you can redistribute it and/or
; modify it under the terms of the GNU Lesser General Pu... |
constants/music_constants.asm | AtmaBuster/pokeplat-gen2-old | 2 | 198193 | <gh_stars>1-10
; song ids
; Music indexes (see audio/music_pointers.asm)
const_def
const MUSIC_NONE ; 00
const MUSIC_PLACEHOLDER ; 01 - Placeholder
const MUSIC_CRYSTAL_OPENING ; 02 - Change to Platinum Opening
const MUSIC_TITLE ; 03
con... |
Irvine/Examples/ch13/ArraySum_bak/ArraySum_release.asm | alieonsido/ASM_TESTING | 0 | 198194 | <filename>Irvine/Examples/ch13/ArraySum_bak/ArraySum_release.asm
; Listing generated by Microsoft (R) Optimizing Compiler Version 13.10.3077
TITLE .\ArraySum.cpp
.386P
include listing.inc
if @Version gt 510
.model FLAT
else
_TEXT SEGMENT PARA USE32 PUBLIC 'CODE'
_TEXT ENDS
_DATA SEGMENT DWORD USE32 PUBLIC 'DATA'
_D... |
cracking/cracks/nzs/phxass/nzs_bootblock.asm | bocke/Amiga-Stuff | 153 | 198195 | <reponame>bocke/Amiga-Stuff
load_off equ $400
load_size equ $1200
start:
; Standard DOS bootblock header
dc.b 'D','O','S',0 ; signature
dc.l 0 ; checksum (filled later)
dc.l 880 ; dummy root block index
; Save trackdisk ... |
programs/oeis/040/A040662.asm | neoneye/loda | 22 | 198196 | <filename>programs/oeis/040/A040662.asm
; A040662: Continued fraction for sqrt(689).
; 26,4,52,4,52,4,52,4,52,4,52,4,52,4,52,4,52,4,52,4,52,4,52,4,52,4,52,4,52,4,52,4,52,4,52,4,52,4,52,4,52,4,52,4,52,4,52,4,52,4,52,4,52,4,52,4,52,4,52,4,52,4,52,4,52,4,52,4,52,4,52,4,52,4,52
sub $0,1
mod $0,2
mul $0,11
add $0,2
mul $0,... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_1551.asm | ljhsiun2/medusa | 9 | 198197 | .global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r14
push %r15
push %r8
push %rbx
push %rcx
push %rdi
push %rsi
// REPMOV
lea addresses_A+0x15c19, %rsi
lea addresses_UC+0x16e19, %rdi
nop
nop
xor %r14, %r14
mov $27, %rcx
rep movsl
nop
nop
nop
and $57941, %rsi
// Faulty L... |
base/crts/crtw32/string/i386/memcmp.asm | npocmaka/Windows-Server-2003 | 17 | 198198 | <filename>base/crts/crtw32/string/i386/memcmp.asm
page ,132
title memcmp - compare to blocks of memory
;***
;memcmp.asm - compare two blocks of memory
;
; Copyright (c) 1985-2001, Microsoft Corporation. All rights reserved.
;
;Purpose:
; defines memcmp() - compare two memory blocks lexically and
; find their... |
vtl2/readline.asm | paulscottrobson/vtl-1802 | 0 | 198199 | ; ***************************************************************************************************************
; ***************************************************************************************************************
;
; File: readline.asm
; Purpose: Read an input line
; Author: <NAME> (<EMAIL>)
; Date... |
16bit/app.asm | yuchanns/x86-asm | 1 | 198200 | SECTION header vstart=0
dd program_end ; 记录程序长度
dw start ; 程序入口的相对偏移
dd section.code.start ; 程序入口的绝对偏移
dw (header_end-code_segment)/4 ; 段重定位表长度
code_segment dd section.code.start ; 记录代码段位置
data_segment dd section.data.start ; 记录数据段位置
stack_segment dd section.stack.start ; 记录栈位置
header_end... |
Transynther/x86/_processed/NONE/_zr_xt_/i7-8650U_0xd2_notsx.log_21829_360.asm | ljhsiun2/medusa | 9 | 198201 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r14
push %rax
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0xc76d, %rcx
clflush (%rcx)
nop
nop
nop
add %rax, %rax
mov $0x6162636465666768, %r10
movq %r10, %xmm2
movups %xmm2, (%rcx)
nop
nop
nop
nop
nop
sub %rcx, %rcx
lea... |
oeis/161/A161674.asm | neoneye/loda-programs | 11 | 198202 | ; A161674: Positions n such that A010060(n) + A010060(n+2) = 1.
; Submitted by <NAME>
; 0,1,4,5,6,7,8,9,12,13,16,17,20,21,22,23,24,25,28,29,30,31,32,33,36,37,38,39,40,41,44,45,48,49,52,53,54,55,56,57,60,61,64,65,68,69,70,71,72,73,76,77,80,81,84,85,86,87,88,89,92,93,94,95,96,97,100,101,102,103,104,105,108,109,112,113,11... |
asm/Tutorial/Graphics/00_draw_a_pixel.asm | clydeshaffer/GameTankEmulator | 3 | 198203 | <filename>asm/Tutorial/Graphics/00_draw_a_pixel.asm
.org $E000
DMA_Flags = $2007
;DMA flags are as follows
; 1 -> DMA enabled
; 2 -> Video out page
; 4 -> NMI enabled
; 8 -> G.RAM frame select
; 16 -> V.RAM frame select
; 32 -> CPU access bank select
; 64 -> Enable copy completion I... |
.old/2019/src/depracated/boot_sect_disk.asm | zhooda/dumbOS | 0 | 198204 | <gh_stars>0
; load 'dh' sectors from drive 'dl' into ES:BX
disk_load:
pusha
; reading from disk requires setting specific values in all registers
; so we will overwrite input parameters from 'dx'. Let's save it
; to the stack for later use
push dx
mov ah, 0x02
mov al, dh
mov cl, 0x02
mov ch, 0x00
mov dh, 0x0... |
Driver/IFS/GEOS/MegaFile/megafileManager.asm | steakknife/pcgeos | 504 | 198205 | <gh_stars>100-1000
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1993 -- All Rights Reserved
PROJECT:
MODULE:
FILE: fileManager.asm
AUTHOR: <NAME>, Apr 14, 1993
ROUTINES:
Name Description
---- -----------
REVISION HISTORY:
Name ... |
src/test/ref/irq-pragma.asm | jbrandwood/kickc | 2 | 198206 | <filename>src/test/ref/irq-pragma.asm
// A minimal working IRQ with #pragma defining the type
// Commodore 64 PRG executable file
.file [name="irq-pragma.prg", type="prg", segments="Program"]
.segmentdef Program [segments="Basic, Code, Data"]
.segmentdef Basic [start=$0801]
.segmentdef Code [start=$80d]
.segmentdef D... |
oeis/344/A344485.asm | neoneye/loda-programs | 11 | 198208 | <filename>oeis/344/A344485.asm
; A344485: a(n) = Sum_{d|n} (n-d) * phi(n/d).
; Submitted by <NAME>
; 0,1,4,8,16,21,36,44,60,73,100,104,144,157,180,208,256,261,324,328,376,421,484,476,560,601,648,680,784,765,900,912,984,1057,1108,1128,1296,1333,1396,1420,1600,1569,1764,1768,1836,1981,2116,2064,2268,2305,2436,2504,2704,2... |
src/native/third_party/isa-l_crypto/aes/gcm_multibinary.asm | guptsanj/noobaa-core | 0 | 198209 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Copyright(c) 2011-2016 Intel Corporation All rights reserved.
;
; Redistribution and use in source and binary forms, with or without
; modification, are permitted provided that the following conditions
; are met:
; * Redistributions of so... |
ex.asm | bmahmoudyan/Hello-ASM | 1 | 198210 |
global _start
section .text:
_start:
mov eax, 0x4 ; use the wirte syscall
mov ecx, 1 ; use stdout
mov ecx, message ; use the message as buff
mov edx, message_lenght ; supply the lenth
int 0x80
; execute
mov eax, 0x1
mov ebx, 0
int 0x80
section .data:
message: db "Hello world!",... |
wof/lcs/123p/12.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | 6 | 198211 | copyright zengfr site:http://github.com/zengfr/romhack
002490 move.l A6, ($12,A0) [123p+ 2C, 123p+ 2E, enemy+2C, enemy+2E]
002494 lea ($6c,A0), A4 [123p+ 12, 123p+ 14, enemy+12, enemy+14]
0024AC move.l A6, ($12,A0) [123p+ 2C, 123p+ 2E, enemy+2C, enemy+2E]
0024B0 lea ($6c,A0), A4 [123p+ 12, 123p+ 14, enem... |
x86random.asm | JonathanWilbur/x509-d | 0 | 198212 | <gh_stars>0
.global getRandomInt
.text
getRandomInt:
mov %ecx, 11
.checkIfRandomNumberIsAvailable:
sub %ecx, 1
jz .exit
rdrand %eax
jnc .checkIfRandomNumberIsAvailable
.exit:
ret |
CCS/wisp-base/rfid/Clocking.asm | anparks/boot_wisp5 | 0 | 198213 | ;/**@file Clocking.asm
;* @brief Sets the proper clocks for Tx and Rx
;*
;* @author <NAME>, UW Sensor Systems Lab
;* @created 3-10-14
;*
;* @section Command Handles
;* -#TxClock , RxClock
;*/
;/INCLUDES---------------------------------------------------------------------------------------------------------------... |
src/window/WindowSurfaceFlush.asm | jhm-ciberman/calculator-asm | 2 | 198214 | ;;;
; Sends the win buffer to the window device context
; It effectively draws the the content of the buffer on the window
;;;
proc WindowSurfaceFlush
invoke SetDIBitsToDevice, \
[_gr_dc], \ ; Device context
0,0, \ ; Destination Position (x, y)
[_gr_win_width], \ ... |
lab1/lab1.asm | YuraIz/tasm-labs | 0 | 198215 | <gh_stars>0
.model small
.stack 256
.8086
.data
a dw ?
b dw ?
c dw ?
d dw ?
;Izmer 053505
;Variant 8.
;if ((a * c) != (b - d)) or (a > d):
; print(a - b * (c + d))
;else:
; if ((b - c) > (a + d)) and (a < b):
; print(b * b - d + c)
; else:
; print(2 * c + 3 * d - 5)
.code
main:
mov ax, @da... |
45/runtime/rt/error.asm | minblock/msdos | 0 | 198217 | <filename>45/runtime/rt/error.asm
TITLE ERROR - Error trapping for 8086 Basic Compiler
page ,132
;***
; ERROR - Error trapping for 8086 Basic Compiler
;
; Copyright <C> 1986, 1987, Microsoft Corporation
;
;Purpose:
; This module contains the run-time support for error trapping in addition to
; the standard rou... |
libsrc/target/enterprise/enterprise/set_exos_variable_callee.asm | ahjelm/z88dk | 640 | 198218 | <filename>libsrc/target/enterprise/enterprise/set_exos_variable_callee.asm
;
; Enterprise 64/128 specific routines
; by <NAME>, 2011
;
; set_exos_variable(unsigned char variable, unsigned char value);
;
;
; $Id: set_exos_variable_callee.asm,v 1.5 2016-06-19 20:17:32 dom Exp $
;
SECTION code_clib
PUBLIC set_exo... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_1912.asm | ljhsiun2/medusa | 9 | 198219 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r9
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x177b, %rdi
nop
nop
nop
add $22075, %rcx
mov $0x6162636465666768, %r9
movq %r9, (%rdi)
nop
nop
nop
xor %rax, %rax
lea addresses_normal_ht+0x1d9ed, %rsi
lea addresses_WT_ht+0x1007b, %rdi... |
Transynther/x86/_processed/US/_zr_/i9-9900K_12_0xa0.log_5444_1711.asm | ljhsiun2/medusa | 9 | 198221 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r8
push %rax
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x15309, %rsi
lea addresses_WC_ht+0xa3d9, %rdi
xor $23751, %rax
mov $1, %rcx
rep movsq
nop
nop
nop
nop
nop
cmp %rcx, %rcx
lea addresses_UC_ht+0x1a009, %rsi
lea addresses_normal... |
software/tritiled30/src/tritiled_v30.asm | kontakt/tritiled | 60 | 198222 | ;;;
;;; tritiled_v30.asm:
;;; PIC12LF1571 code for CR2032-powered LED glow marker
;;;
;;; 20171227 TCY
LIST P=12LF1571
#include <p12lf1571.inc>
;;;
;;; adjustable pulse frequency parameter
;;;
FREQ equ .157
;;; calculated and fixed parameters
PHASE1 equ .0
PHASE2 equ... |
oeis/197/A197909.asm | neoneye/loda-programs | 11 | 198224 | ; A197909: Ceiling((n+1/n)^10).
; Submitted by <NAME>
; 1024,9537,169351,1922602,14455511,79525194,345716131,1253815680,3941971041,11046221255,28162516240,66354069278,146236468528,304356025990,602797997503,1143224193789,2086847748927,3682210047877,6303034667439,10498899284253,17061992477839,27113811835077,4221631637372... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_16.asm | ljhsiun2/medusa | 9 | 198226 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r14
push %r15
push %rbp
push %rdx
push %rsi
lea addresses_WT_ht+0x6c50, %r11
clflush (%r11)
nop
nop
nop
inc %rsi
mov $0x6162636465666768, %rdx
movq %rdx, (%r11)
nop
xor $6016, %rsi
lea addresses_WC_ht+0x6d50, %rsi
and $4813... |
04/mult/mult.asm | aadityarautela/nand2tetris | 0 | 198227 | // This file is part of www.nand2tetris.org
// and the book "The Elements of Computing Systems"
// by <NAME>, MIT Press.
// File name: projects/04/Mult.asm
// Multiplies R0 and R1 and stores the result in R2.
// (R0, R1, R2 refer to RAM[0], RAM[1], and RAM[2], respectively.)
// Put your code here.
@i
M=1 //... |
oeis/081/A081278.asm | neoneye/loda-programs | 11 | 198228 | ; A081278: Binomial transform of Chebyshev polynomial coefficients A001793.
; Submitted by <NAME>(s4)
; 1,6,29,126,513,1998,7533,27702,99873,354294,1240029,4290894,14703201,49955454,168466797,564390342,1879706817,6227425638,20533285917,67411165086,220442258241,718277586606,2332658764269,7552375012566,24383083316193,785... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.