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 |
|---|---|---|---|---|
code/lab12.asm | CornPrincess/Assembly | 0 | 49406 | assume cs:code
code segment
start:
; copy interrupt code
mov ax,cs
mov ds,ax
mov si, offset do0
mov ax,0
mov es,ax
mov di,200h
mov cx,offset do0end - offset do0
cld
rep movsb
; set interrupt table
mov ax,0
mov es,ax
mov word ptr es:[0],200h
mov word pt... |
oeis/014/A014316.asm | neoneye/loda-programs | 11 | 49407 | <gh_stars>10-100
; A014316: Convolution of Catalan numbers and squares.
; Submitted by <NAME>
; 0,1,5,15,38,93,236,641,1869,5779,18663,62179,211909,734651,2581317,9169247,32867726,118729269,431756336,1579232417,5806059402,21443620901,79522304354,295990940421,1105391706392,4140688363241,15553731459744,58573820469505,221... |
libsrc/_DEVELOPMENT/target/yaz180/driver/system_time/z180/system_tick.asm | jpoikela/z88dk | 640 | 49408 | <reponame>jpoikela/z88dk<filename>libsrc/_DEVELOPMENT/target/yaz180/driver/system_time/z180/system_tick.asm<gh_stars>100-1000
;
; (c)2017 <NAME> All rights reserved.
;
; Redistribution and use in source and binary forms, with or without
; modification, are permitted provided that the following conditions are
; met:
;
;... |
osc1.asm | kanpapa/cosmac | 2 | 49409 | <filename>osc1.asm<gh_stars>1-10
*
* Oscillator program 1 for COSMAC
* SB-Assembler
*
.CR 1802 ;To load the 1802 cross overlay
.OR $0000
*
START SEQ ;Q <- 1
REQ ;Q <- 0
BR START ;Branch to START
.EN
|
src/Dandanator.asm | gschizas/amstrad-diagnostics | 60 | 49410 | MODULE Dandanator
@DandanatorDisableLowerROM:
; Disable Dandanator lower ROM so system lower ROM is accessible
ld a, %10000011
jr DandanatorConfigCommandSequence
@DandanatorEnableLowerROM:
; Enable Dandanator lower ROM
ld a, %10000010
jr DandanatorConfigCommandSequence
DandanatorConfigCommandSequence:
ld iy,... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1860.asm | ljhsiun2/medusa | 9 | 49411 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r8
push %rbp
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x8eb, %r10
cmp $51829, %r13
mov (%r10), %edx
nop
cmp $53438, %rbp
lea addresses_UC_ht+0x8b8b, %r8
nop
nop
nop
add $50895, %rdi
movw $0x6162... |
hello_world_2.asm | thursilverio/yasm_assembly_linux | 0 | 49412 | <reponame>thursilverio/yasm_assembly_linux
; Author: <NAME>
; Data: 10 / 31 / 2021
; Compile with: yasm -f elf32 -o hello_world_2.o hello_world_2.asm
; Link with: ld -m elf_i386 hello_world_2.o -o hello_world_2
global _start
section .text
_start:
mov ebx, message ; move the address of our message str... |
oeis/057/A057087.asm | neoneye/loda-programs | 11 | 49413 | ; A057087: Scaled Chebyshev U-polynomials evaluated at i. Generalized Fibonacci sequence.
; Submitted by <NAME>
; 1,4,20,96,464,2240,10816,52224,252160,1217536,5878784,28385280,137056256,661766144,3195289600,15428222976,74494050304,359689093120,1736732573696,8385686667264,40489676963840,195501454524416,943964525953024,... |
programs/oeis/016/A016177.asm | neoneye/loda | 22 | 49414 | ; A016177: a(n) = 8^n - 7^n.
; 0,1,15,169,1695,15961,144495,1273609,11012415,93864121,791266575,6612607849,54878189535,452866803481,3719823438255,30436810578889,248242046141055,2019169299698041,16385984911571535,132716292890482729
mov $2,$0
mov $3,6
lpb $2
add $1,$3
mul $1,7
sub $2,1
mul $3,8
lpe
div $1,42
mov... |
Win32/Win32.Beagle/ZIP.asm | fengjixuchui/Family | 3 | 49416 | <reponame>fengjixuchui/Family
; ZIP file generator
; Based on I-Worm.MyDoom
; #########################################################################
.data?
RAND_HEAD_LEN equ 12 ; Length of random encryption header
keys0 dd ?
keys1 ... |
oeis/008/A008384.asm | neoneye/loda-programs | 11 | 49417 | ; A008384: Crystal ball sequence for A_4 lattice.
; 1,21,131,471,1251,2751,5321,9381,15421,24001,35751,51371,71631,97371,129501,169001,216921,274381,342571,422751,516251,624471,748881,891021,1052501,1235001,1440271,1670131,1926471,2211251,2526501,2874321,3256881,3676421,4135251,4635751,5180371,5771631,6412121,7104501,7... |
programs/oeis/295/A295294.asm | neoneye/loda | 22 | 49418 | ; A295294: Sum of the divisors of the powerful part of n: a(n) = A000203(A057521(n)).
; 1,1,1,7,1,1,1,15,13,1,1,7,1,1,1,31,1,13,1,7,1,1,1,15,31,1,40,7,1,1,1,63,1,1,1,91,1,1,1,15,1,1,1,7,13,1,1,31,57,31,1,7,1,40,1,15,1,1,1,7,1,1,13,127,1,1,1,7,1,1,1,195,1,1,31,7,1,1,1,31,121,1,1,7,1,1,1,15,1,13,1,7,1,1,1,63,1,57,13,217
... |
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_616.asm | ljhsiun2/medusa | 9 | 49419 | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x11c07, %rsi
lea addresses_A_ht+0x1b54f, %rdi
clflush (%rdi)
nop
dec %r13
mov $92, %rcx
rep movsq
nop
nop
add %rdx, %rdx
pop %rsi
pop %rdx
pop %rdi
pop %rcx
pop %r13
ret
.global s_faulty_load
s_fault... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_966.asm | ljhsiun2/medusa | 9 | 49420 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r14
push %r9
push %rbp
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x1b15a, %r14
nop
and %rbp, %rbp
mov $0x6162636465666768, %r9
movq %r9, %xmm4
vmovups %ymm4, (%r14)
nop
cmp %rbp, %rbp
lea addresses_WC_ht+0x... |
03-bootsector-memory/boot_sect_memory_4.asm | gyuki1029/os-tutorial | 0 | 49422 | mov ah, 0x0e
; attempt 4
; We try a shortcut since we know that the X is stored at byte 0x2d in our binary
; That's smart but ineffective, we don't want to be recounting label offsets
; every time we change the code
mov al, "4"
int 0x10
mov al, [0x7c0d]
int 0x10
jmp $ ; infinite loop
the_secret:
; ASCII code 0x... |
assembler/tests/t_m16c/t_m16c.asm | paulscottrobson/RCA-Cosmac-VIP-III | 1 | 49423 | ;
;; A comprehensive mnemonic exerciser, thanks to a company in Sweden who
;; shall go nameless... all mnemonics and addressing modes are represented.
;;
;; =RMS=
;;
;
cpu M30620
ORG 0
ABS.B [A0]
ABS.B 12H[A0]
ABS.B 12H[FB]
ABS.B 12H[SB]
ABS.B 2345H
ABS.B 2345H[A0]
ABS.B 2345H[SB]
ABS.B R0L
ABS.W [A0]
AB... |
libsrc/_DEVELOPMENT/arch/zx/misc/c/sdcc_ix/zx_scroll_wc_up_attr.asm | jpoikela/z88dk | 640 | 49424 | ; void zx_scroll_wc_up_attr(struct r_Rect8 *r, uchar rows, uchar attr)
SECTION code_clib
SECTION code_arch
PUBLIC _zx_scroll_wc_up_attr
EXTERN l0_zx_scroll_wc_up_attr_callee
_zx_scroll_wc_up_attr:
pop af
pop bc
pop hl
push hl
push bc
push af
jp l0_zx_scroll_wc_up_attr_callee
|
Transynther/x86/_processed/US/_zr_/i7-7700_9_0x48.log_21829_777.asm | ljhsiun2/medusa | 9 | 49425 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r8
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x1bdf5, %rsi
lea addresses_WT_ht+0x14535, %rdi
nop
sub $29121, %r10
mov $106, %rcx
rep movsq
nop
nop
nop
nop
nop
inc %r8
pop %rsi
pop %rdi
pop %rcx
pop %r8
pop %r10
ret
.global s_faulty_load
s_faulty_... |
programs/oeis/273/A273801.asm | neoneye/loda | 22 | 49427 | <filename>programs/oeis/273/A273801.asm
; A273801: Numbers n for which n = (x - phi(x)) * (y - phi(y)), where n = x + y and x - phi(x) is the Euler cototient function of x.
; 16,24,32,48,56,72,80,96,120,128,152,168,176,192,216,240,248,272,288,296,320,336,360,392,408,416,432,440,456,512,528,552,560,600,608,632,656,672,6... |
Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_1342_1006.asm | ljhsiun2/medusa | 9 | 49429 | <filename>Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_1342_1006.asm
.global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r13
push %r15
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
// Store
lea addresses_UC+0x170e8, %r15
nop
nop
xor %rsi, %rsi
movw $0x5152, (%... |
Transynther/x86/_processed/NC/_st_zr_4k_sm_/i7-8650U_0xd2.log_1208_950.asm | ljhsiun2/medusa | 9 | 49431 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r9
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0xb800, %rsi
lea addresses_A_ht+0xb5f4, %rdi
nop
nop
xor %r12, %r12
mov $90, %rcx
rep movsl
nop
nop
nop
nop
nop
dec %r9
lea addresses_UC_ht+0x1b8a4, %rsi
lea addresses_UC_ht+0xe974, %rdi
... |
programs/oeis/047/A047288.asm | karttu/loda | 1 | 49432 | ; A047288: Numbers that are congruent to {4, 6} mod 7.
; 4,6,11,13,18,20,25,27,32,34,39,41,46,48,53,55,60,62,67,69,74,76,81,83,88,90,95,97,102,104,109,111,116,118,123,125,130,132,137,139,144,146,151,153,158,160,165,167,172
mov $1,$0
mul $1,3
div $1,2
mul $1,14
div $1,6
add $1,4
|
select.asm | Mohamed-94/Group-of-Assembly-Programs-Samples--8086-85-Processors-family- | 16 | 49433 | TITLE SORT: SELECT SORT PROGRAM
.MODEL SMALL
.STACK 100H
.DATA
A DB 5 , 2 , 1 , 3 , 4
.CODE
MAIN PROC
MOV AX , @DATA
MOV DS , AX
LEA SI , A
CALL SELECT
;dos exit
MOV AH,4CH
INT 21H
MAIN ENDP
INCLUDE DES_NUM.ASM
END MAIN |
programs/oeis/177/A177237.asm | neoneye/loda | 22 | 49434 | <gh_stars>10-100
; A177237: Partial sums of round(n^2/19).
; 0,0,0,0,1,2,4,7,10,14,19,25,33,42,52,64,77,92,109,128,149,172,197,225,255,288,324,362,403,447,494,545,599,656,717,781,849,921,997,1077,1161,1249,1342,1439,1541,1648,1759,1875,1996,2122,2254,2391,2533,2681,2834,2993,3158,3329,3506,3689,3878,4074,4276,4485,4701... |
Transynther/x86/_processed/US/_zr_/i7-8650U_0xd2_notsx.log_12_747.asm | ljhsiun2/medusa | 9 | 49435 | .global s_prepare_buffers
s_prepare_buffers:
push %r14
push %r15
push %r8
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0x19e88, %r8
nop
nop
nop
dec %r15
mov (%r8), %rax
nop
nop
nop
nop
nop
dec %r15
lea addresses_A_ht+0x2d08, %rdi
clflush (%rdi)
nop
nop
nop
nop
cmp %rdx, %rdx
mov (%rdi), %si... |
oeis/114/A114496.asm | neoneye/loda-programs | 11 | 49437 | <filename>oeis/114/A114496.asm
; A114496: a(n) = Sum of binomial(n,k)*binomial(2n+k,k) over all k.
; Submitted by <NAME>
; 1,4,26,190,1462,11584,93536,765314,6323270,52638760,440815036,3709445084,31340292076,265683004240,2258793820988,19251776923210,164440378882630,1407266585304760,12063701803046300,103571977632247076,... |
oeis/193/A193181.asm | neoneye/loda-programs | 11 | 49438 | ; A193181: a(n) = lcm(f(1),f(2),...,f(n)) with f(x) = x^2+1.
; Submitted by <NAME>
; 2,10,10,170,2210,81770,408850,408850,16762850,1693047850,103275918850,2995001646650,2995001646650,590015324390050,66671731656075650,17134635035611442050,17134635035611442050,17134635035611442050,3101368941445671011050,12436489455197140... |
oeis/020/A020530.asm | neoneye/loda-programs | 11 | 49439 | ; A020530: a(n) = 8^n + 2^(n+1).
; Submitted by <NAME>(s1.)
; 3,12,72,528,4128,32832,262272,2097408,16777728,134218752,1073743872,8589938688,68719484928,549755830272,4398046543872,35184372154368,281474976841728,2251799813947392,18014398510006272,144115188076904448,1152921504608944128,9223372036858970112,737869762948465... |
list.asm | AleffCorrea/BrickBreaker | 4 | 49440 | <filename>list.asm<gh_stars>1-10
;**List.asm***
;Testing bed for object manager
.inesmap 0 ;no mapper
.inesmir 0 ;Vertical
.ineschr 1 ;8kb Character ROM
.inesprg 2 ;32kb Program ROM
.ZP
RESERVED_RLE .ds 16
TEMP_PTR .ds 12 ;Three pointers to be used at will by any subroutine
TEMP_BYTE .ds 12
.BSS
.org $20... |
Samveen's example OS/requirements/fasmw-1.45/source/win32/fasmw/fasmw.asm | samveen/teasers | 0 | 49441 | <gh_stars>0
; flat assembler Win32 IDE
; Copyright (c) 1999-2003, <NAME>.
; All rights reserved.
format PE GUI 4.0
entry start
stack 10000h
include '%include%\win32a.inc'
include '..\..\version.inc'
struc EDITITEM
{
.header TCITEMHEADER
.hwnd dd ?
.pszpath dd ?
}
WM_NEW = WM_USE... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0.log_21829_1163.asm | ljhsiun2/medusa | 9 | 49442 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r15
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0x1bd2d, %rdx
xor %rdi, %rdi
mov $0x6162636465666768, %r15
movq %r15, %xmm2
vmovups %ymm2, (%rdx)
and $57945, %r10
lea addresses_normal_ht+0x1a573, %rcx
nop
nop
nop
xor $35391, %r12... |
programs/oeis/066/A066603.asm | neoneye/loda | 22 | 49443 | ; A066603: a(n) = 5^n mod n.
; 0,1,2,1,0,1,5,1,8,5,5,1,5,11,5,1,5,1,5,5,20,3,5,1,0,25,26,9,5,25,5,1,26,25,10,1,5,25,8,25,5,1,5,9,35,25,5,1,19,25,23,1,5,1,45,25,11,25,5,25,5,25,62,1,5,49,5,13,56,65,5,1,5,25,50,17,3,25,5,65,80,25,5,1,65,25,38,81,5,55,47,73,32,25,85,1,5,67,53,25
add $0,1
mov $1,1
mov $2,$0
lpb $0
sub $... |
Transynther/x86/_processed/NC/_ht_zr_/i7-7700_9_0xca.log_21829_837.asm | ljhsiun2/medusa | 9 | 49444 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r15
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0x1698f, %rsi
lea addresses_UC_ht+0x1c8cf, %rdi
nop
nop
add $21019, %r10
mov $88, %rcx
rep movsq
nop
nop
nop
xor $44889, %r15
lea addresses_UC_ht+0x163cf, %rsi
n... |
programs/oeis/288/A288707.asm | neoneye/loda | 22 | 49445 | <filename>programs/oeis/288/A288707.asm
; A288707: 0-limiting word of the mapping 00->1000, 10->00, starting with 00.
; 0,0,1,0,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0
... |
oeis/114/A114001.asm | neoneye/loda-programs | 11 | 49446 | ; A114001: Rows of A114000 expressed as decimals (a sequence related to the number of divisors of 2n-1).
; Submitted by <NAME>
; 1,3,5,9,25,33,65,225,257,513,1665,2049,5121,12801,16385,32769,100353,180225,262145,794625,1048577,2097153,7634945,8388609,18874369,50462721,67108865,171966465,403177473,536870913,1073741825
... |
IOCLA - .asm/IOCLA_H2_Strings/caesar.asm | vioo-bkp/Projects-Year-2-University | 0 | 49447 | <reponame>vioo-bkp/Projects-Year-2-University
%include "io.mac"
section .text
global caesar
extern printf
caesar:
;; DO NOT MODIFY
push ebp
mov ebp, esp
pusha
mov edx, [ebp + 8] ; ciphertext
mov esi, [ebp + 12] ; plaintext
mov edi, [ebp + 16] ; key
... |
data/examples/N64/Super Mario 64/armips - examples/02_MoonJump.asm | DavidSM64/SimpleArmipsGui | 10 | 49449 | <reponame>DavidSM64/SimpleArmipsGui
// [ARMIPS 0.9+] Moon-Jump Example by Davideesk
// When the player holds the L button, Mario will float up into the air
.defineLabel BTN_L, 0x20
.defineLabel MARIO_STRUCT, 0x8033B170
// See this wiki page for a list of Mario's actions: http://wiki.origami64.net/sm64:actions
.defin... |
Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0xca.log_21829_537.asm | ljhsiun2/medusa | 9 | 49450 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r15
push %r9
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x1e1b6, %rsi
lea addresses_normal_ht+0x1b536, %rdi
nop
xor %r9, %r9
mov $92, %rcx
rep movsb
nop
nop
nop
nop
nop
cmp %rsi, %rsi
lea addresses_A_ht+0x189b6, %rbx
... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_20289_1531.asm | ljhsiun2/medusa | 9 | 49451 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r13
push %rax
push %rbx
push %rcx
push %rdi
lea addresses_A_ht+0x2cb2, %r13
nop
nop
nop
nop
nop
cmp %rdi, %rdi
movw $0x6162, (%r13)
nop
nop
nop
xor %rbx, %rbx
lea addresses_WT_ht+0x10a92, %r13
add %r10, %r10
movups (%r13), %xmm7
vpext... |
oeis/054/A054330.asm | neoneye/loda-programs | 11 | 49452 | ; A054330: One half of sixth unsigned column of Lanczos' triangle A053125.
; 3,112,2016,25344,256256,2236416,17547264,127008768,862912512,5571084288,34487664640,206108098560,1195426971648,6757057298432,37346888122368,202396038856704,1077912237244416,5652245681012736,29228729918029824,149259802982219776,7535799809102315... |
computer-architecture/labs/lab5/9.asm | vampy/university | 6 | 49454 | ASSUME cs: code, ds:data
; 9. The word A and the byte B are given. Obtain the byte C in the following way:
; - the bits 0-3 of C are the same as the bits 6-9 of A
; - the bits 4-5 of C have the value 1
; - the bits 6-7 of C are the same as the bits 1-2 of B
data SEGMENT
a dw 0111011101010111b ; 0111 0111 0101 ... |
data/pokemon/base_stats/moltres.asm | opiter09/ASM-Machina | 1 | 49455 | db DEX_MOLTRES ; pokedex id
db 90, 100, 90, 90, 125
; hp atk def spd spc
db FIRE, FLYING ; type
db 3 ; catch rate
db 217 ; base exp
INCBIN "gfx/pokemon/front/moltres.pic", 0, 1 ; sprite dimensions
dw MoltresPicFront, MoltresPicBack
db DRILL_PECK, FIRE_SPIN, QUICK_ATTACK, NO_MOVE ; level 1 learnset... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_1167.asm | ljhsiun2/medusa | 9 | 49456 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r14
push %r9
push %rbp
push %rdi
lea addresses_UC_ht+0xcfaf, %rdi
nop
nop
nop
nop
nop
inc %r14
vmovups (%rdi), %ymm6
vextracti128 $0, %ymm6, %xmm6
vpextrq $1, %xmm6, %rbp
and $63104, %r9
pop %rdi
pop %rbp
pop %r9
pop %r14
ret
.global s_faulty_load
s... |
src/draw/draw_circle.asm | daullmer/tic-tac-toe | 1 | 49457 | # ___ ___ ___ ___ _ ___ ___ _____ _ _ ___ ___
# / __| __/ __| _ \ | | | __/ __|_ _| | | | _ \ __|
# | (__| _|\__ \ _/ | |__| _| (__ | | | |_| | / _|
# \___|___|___/_| |____|___\___| |_| \___/|_|_\___|
#
# Copyright 2021 <NAME>
draw_circle:
# Inputs
#------------------
# a3: x coordinate
# a4: ... |
programs/oeis/156/A156260.asm | neoneye/loda | 22 | 49458 | <reponame>neoneye/loda
; A156260: Row sums of A156254.
; 1,2,2,1,2,4,2,1,1,4,2,1,2,4,4,1,2,1,2,1,4,4,2,1,1,4,1,1,2,8,2,1,4,4,4,1,2,4,4,1,2,8,2,1,1,4,2,1,1,1,4,1,2,1,4,1,4,4,2,1,2,4,1,1,4,8,2,1,4,8,2,1,2,4,1,1,4,8,2,1,1,4,2,1,4,4,4,1,2,1,4,1,4,4,4,1,2,1,1,1
seq $0,226177 ; a(n) = mu(n)*d(n), where mu(n) = A008683 and d... |
CPU/cpu_test/test_storage/slti.asm | SilenceX12138/MIPS-Microsystems | 55 | 49459 | .text
li $t1,-10
li $t2,-20
li $t3,30
li $0,25
li $t4,40
slti $s1,$t3,-10
slti $s2,$t1,-20
slti $s3,$t5,-25
slti $s4,$t2,30
slti $s5,$0,-0 |
Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xa0_notsx.log_21829_1203.asm | ljhsiun2/medusa | 9 | 49460 | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r14
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x19cbf, %rsi
lea addresses_WT_ht+0x10bef, %rdi
add %r14, %r14
mov $21, %rcx
rep movsb
nop
nop
nop
nop
nop
xor %r12, %r12
lea addresses_WC_ht+0x836f, %rbx
nop
nop
nop
nop
nop
cmp %rax, ... |
Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0x48_notsx.log_21829_1947.asm | ljhsiun2/medusa | 9 | 49461 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r9
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x1b785, %rdi
cmp %rsi, %rsi
mov $0x6162636465666768, %rdx
movq %rdx, %xmm3
movups %xmm3, (%rdi)
nop
nop
nop
nop
dec %r13
lea addresses_WC_ht+0x1a02d, %rbp
clflush (%rbp)
nop
no... |
oeis/098/A098300.asm | neoneye/loda-programs | 11 | 49462 | ; A098300: Member r=15 of the family of Chebyshev sequences S_r(n) defined in A092184.
; Submitted by <NAME>
; 0,1,15,196,2535,32761,423360,5470921,70698615,913611076,11806245375,152567578801,1971572279040,25477872048721,329240764354335,4254652064557636,54981236074894935,710501416909076521,9181537183743099840,118649481... |
sk/music/LBZ1.asm | Cancer52/flamedriver | 9 | 49463 | <reponame>Cancer52/flamedriver<filename>sk/music/LBZ1.asm
Snd_LBZ1_Header:
smpsHeaderStartSong 3
smpsHeaderVoice Snd_LBZ_Voices
smpsHeaderChan $06, $03
smpsHeaderTempo $01, $2F
smpsHeaderDAC Snd_LBZ1_DAC
smpsHeaderFM Snd_LBZ1_FM1, $00, $0C
smpsHeaderFM Snd_LBZ1_FM2, $0C, $08
sm... |
Application/AssemblyCode/working_and_tmp_asm_files/clearscreen_test2.asm | t0ddpar0dy/Handmade_Pacman | 0 | 49464 | LUI 63 r2
ORI 255 r2 // r2 is current fb index
LUI 55 r3
ORI 183 r3 // r3 is last square outside of fp
MOVI 1 r4 // load fb with glyph 0
compare:
CMP r2 r3
BEQ end
STOR r4 r2
ADDI -1 r2
JUC r9 compare
end:
LUI 63 r2
ORI 255 r2 // r2 is current fb index
LUI 55 r3
ORI 130 r3 // r3 is last square outside of fp
MOVI 15... |
Python/examples/test_recv.asm | tomxp411/8080Asm | 0 | 49465 | PAGE 40 ; 40 lines per page
TITLE "test_recv - Copyright (C) <NAME> 2021.11.04 (GPL)"
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
; NAME: test_recv.asm
; EDITOR: <NAME> ("The Ubuntourist") <<EMAIL>>
; LASTMOD: 2021.11.04 (kjc)
;
; DESCRIPTION:
;
; Store the ASCII value of... |
Transynther/x86/_processed/AVXALIGN/_ht_zr_un_/i7-7700_9_0x48.log_21829_1691.asm | ljhsiun2/medusa | 9 | 49467 | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r13
push %r14
push %r15
push %r8
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x35c, %rbx
add $48711, %r13
mov (%rbx), %r8
nop
nop
nop
inc %r14
lea addresses_D_ht+0x9f04, %r12
nop
nop
cmp $13729, %rax
mov $0x6162636465666768, %r15
mov... |
src/change.asm | mdsteele/gbfxr | 2 | 49470 | <filename>src/change.asm
INCLUDE "src/consts.inc"
INCLUDE "src/hardware.inc"
INCLUDE "src/macros.inc"
;;;=========================================================================;;;
SECTION "ChangeRowValue", ROM0
;;; Changes the current row value down if LEFT is held, up otherwise.
;;; @param b The current button st... |
bit_squatting.asm | InfinitelyManic/asm | 0 | 49471 | <reponame>InfinitelyManic/asm
; bit_squatting.asm
; David @InfinitelyManic
; creating domain names derived from a single domain name by reversing 1 bit
; inspired by http://dinaburg.org/bitsquatting.html
;
; COMPILED: nasm -felf64 -g -F stabs bit_squattting.asm && gcc bit_squattting.o -o bit_squattting
; nasm -v NASM v... |
Working Disassembly/Levels/LRZ/Misc Object Data/Map - Breakable Wall.asm | TeamASM-Blur/Sonic-3-Blue-Balls-Edition | 5 | 49472 | dc.w word_21C22-Map_LRZBreakableWall
dc.w word_21C3C-Map_LRZBreakableWall
word_21C22: dc.w 4 ; DATA XREF: ROM:00021C1Eo
dc.b $E0, $D, 0, $6B, $FF, $F0
dc.b $F0, $D, $10, $6B, $FF, $F0
dc.b 0, $D, 0, $6B, $FF, $F0
dc.b $10, $D, $10, $6B, $FF, $F0
word_21C3C: dc.w 8 ; DATA XREF: ROM:00021C1Eo... |
reko/BOOSTER1.asm | dariusworks/decos | 0 | 49473 | ;;; Segment 0800 (0800:0000)
;; fn0800_0000: 0800:0000
fn0800_0000 proc
push bp
mov bp,sp
mov ax,0004
call far 2733:0530
sub sp,04
mov ax,[bp+04]
mov [bp-04],ax
mov ax,0001
cmp ax,[bp-04]
ja 0039
l0800_001C:
mov [bp-02],ax
jmp 0024
l0800_0021:
inc word ptr [bp-02]
l0800_0024:
mov dx,03DA
l0800_0027:
... |
CPU/cpu_test/test_storage/test+_bgezal.asm | SilenceX12138/MIPS-Microsystems | 55 | 49474 | <filename>CPU/cpu_test/test_storage/test+_bgezal.asm
lui $2,0xffff
ori $2,$2,0xfffe
bgezal $2,target1
ori $2,$0,0x3829
addi $3,$2,0x0001
sw $3,0($0)
lw $4,0($0)
bgezal $4,target2
subu $3,$4,$3
ori $2,$0,122
ori $5,$0,9282
j exit1
ori $4,$5,129
target1:
ori $8,$0,2988
addu $7,$8,$2
target2:
ori $8,$31,0
jr $31
subu $2,$... |
stats/main.asm | joshuadhowe/z3randomizer | 0 | 49476 | lorom
!ADD = "CLC : ADC"
!SUB = "SEC : SBC"
!BLT = "BCC"
!BGE = "BCS"
org $238000
incsrc stats/credits.asm
FontGfx:
incbin stats/font.gb
FontGfxEnd:
; Custom addresses. Most are arbitrary. Feel free to make sure they're okay or moving them elsewhere within ZP
!CreditsPtr = $7C ; 3 bytes
!Temp = $B... |
programs/oeis/254/A254869.asm | karttu/loda | 0 | 49477 | ; A254869: Seventh partial sums of cubes (A000578).
; 1,15,111,561,2211,7293,21021,54483,129558,286858,598026,1184118,2242266,4083366,7184166,12257850,20348031,32951985,52179985,80958735,123288165,184562235,271965915,394962165,565884540,800652996,1119632580,1548656956,2120241156,2875010556,3863375868,5147486916,6803501... |
MSDOS/Virus.MSDOS.Unknown.sk2.asm | fengjixuchui/Family | 3 | 49478 | start: jmp short begin
db (00h)
db (53h)
db (4bh)
int 20h
okey: db (0b8h)
db (03h)
db (00h)
db (0cdh)
db (10h)
begin: push cx
CALL F1
F1: POP SI
SUB SI,09
PUSH SI
cld
mov di,100h
mov cx,5
rep movsb
jmp ding2
int21h: STI
cmp ah,4bh
jz mm
jmp int1hh
mm: pushf
PUSH AX
... |
programs/oeis/186/A186320.asm | karttu/loda | 0 | 49479 | <reponame>karttu/loda<filename>programs/oeis/186/A186320.asm
; A186320: Adjusted joint rank sequence of (f(i)) and (g(j)) with f(i) before g(j) when f(i)=g(j), where f and g are the squares and heptagonal numbers. Complement of A186321.
; 1,3,5,6,8,10,11,13,14,16,18,19,21,23,24,26,28,29,31,32,34,36,37,39,41,42,44,46,4... |
programs/stdlib/src/start.asm | jonatan5524/own-kernel | 0 | 49480 | ; vim: set ft=nasm :
[BITS 32]
section .asm
global _start
extern c_start
extern os_exit
_start:
call c_start
call os_exit
ret
|
Familia/Tela77.asm | jsnagai/Let-s-Go-To-the-Zoo | 0 | 49481 | <reponame>jsnagai/Let-s-Go-To-the-Zoo
.globl Tela77
Tela77:
addi $10, $0, 0xa8f2a8
sw $10, 268500992($0)
addi $10, $0, 0x00d800
sw $10, 268500996($0)
addi $10, $0, 0x00d800
sw $10, 268501000($0)
... |
arch/intr.asm | quackerd/fusion | 1 | 49482 | %macro PUSHAQ 0
push rax ;save current rax
push rbx ;save current rbx
push rcx ;save current rcx
push rdx ;save current rdx
push rbp ;save current rbp
push rdi ;save current rdi
push rsi ;save current rsi
push r8 ;save current r8
push r9 ;sav... |
old/basic0.asm | Digital-Electronics-LLC/TinyBASIC | 0 | 49485 | ;
; TinyBASIC interpreter
;
; http://nanochess.org/
;
; (c) Copyright 2019 <NAME>. and DiamondCoder1000
;
; Creation date: Jul/19/2019.
;
cpu 8086
%ifdef com_file
org 0x0100
%else
org 0x7c00
%endif
vars: equ 0x7e00
st... |
programs/oeis/301/A301722.asm | karttu/loda | 0 | 49486 | ; A301722: Coordination sequence for node of type V2 in "krb" 2-D tiling (or net).
; 1,5,10,15,22,27,31,38,43,47,54,59,63,70,75,79,86,91,95,102,107,111,118,123,127,134,139,143,150,155,159,166,171,175,182,187,191,198,203,207,214,219,223,230,235,239,246,251,255,262,267,271,278,283,287,294,299,303,310,315,319,326,331,335,... |
programs/oeis/082/A082494.asm | karttu/loda | 0 | 49488 | <reponame>karttu/loda
; A082494: a(n) = n - (2^n (mod n)).
; 1,2,1,4,3,2,5,8,1,6,9,8,11,10,7,16,15,8,17,4,13,18,21,8,18,22,1,12,27,26,29,32,25,30,17,8,35,34,31,24,39,20,41,28,28,42,45,32,19,26,43,36,51,26,12,24,49,54,57,44,59,58,55,64,33,2,65,52,61,26,69,8,71,70,7,60,59,14,77,64,1,78,81,20,53,82,79,8,87,26,54,76,85,90,... |
oeis/158/A158949.asm | neoneye/loda-programs | 11 | 49489 | ; A158949: Inverse Moebius transform of A065958.
; Submitted by <NAME>
; 1,6,11,26,27,66,51,106,101,162,123,286,171,306,297,426,291,606,363,702,561,738,531,1166,677,1026,911,1326,843,1782,963,1706,1353,1746,1377,2626,1371,2178,1881,2862,1683,3366,1851,3198,2727,3186,2211,4686,2501,4062,3201,4446,2811,5466,3321,5406,399... |
TA/libjpeg/simd/jdclrmmx.asm | skplanet/RemoteTestService | 9 | 49491 | ;
; jdclrmmx.asm - colorspace conversion (MMX)
;
; Copyright 2009 Pierre Ossman <<EMAIL>> for Cendio AB
;
; Based on
; x86 SIMD extension for IJG JPEG library
; Copyright (C) 1999-2006, MIYASAKA Masaru.
; For conditions of distribution and use, see copyright notice in jsimdext.inc
;
; This file should be assembled with... |
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_19588_1829.asm | ljhsiun2/medusa | 9 | 49492 | .global s_prepare_buffers
s_prepare_buffers:
push %r14
push %r9
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x7dbf, %rbx
nop
nop
nop
nop
xor $26911, %rcx
movb $0x61, (%rbx)
nop
nop
add %r14, %r14
lea addresses_WT_ht+0x33bf, %rsi
lea addresses_D_ht+0x13fbf, %rdi
clflush (%rsi)
nop
nop
nop
nop
no... |
oeis/255/A255806.asm | neoneye/loda-programs | 11 | 49493 | <filename>oeis/255/A255806.asm
; A255806: Expansion of e.g.f.: exp(Sum_{k>=1} 3*x^k).
; Submitted by <NAME>
; 1,3,15,99,801,7623,83079,1017495,13808097,205374123,3318673599,57845821707,1081091446785,21553820597871,456410531639799,10225931132021247,241609515712343361,6002109578246918355,156360266121378584943,42614048477... |
constants/mart_constants.asm | Dev727/ancientplatinum | 28 | 49494 | <reponame>Dev727/ancientplatinum
; mart types (see engine/items/mart.asm)
const_def
const MARTTYPE_STANDARD
const MARTTYPE_BITTER
const MARTTYPE_BARGAIN
const MARTTYPE_PHARMACY
const MARTTYPE_ROOFTOP
; Marts indexes (see data/items/marts.asm)
const_def
const MART_CHERRYGROVE
const MART_CHERRYGROVE_DEX
const ... |
_maps/obj8B.asm | NatsumiFox/AMPS-Sonic-1-2005 | 2 | 49495 | ; ---------------------------------------------------------------------------
; Sprite mappings - Robotnik on the "TRY AGAIN" and "END" screens
; ---------------------------------------------------------------------------
dc.w byte_5BCC-Map_obj8B, byte_5BF5-Map_obj8B
dc.w byte_5C1E-Map_obj8B, byte_5C47-Map_obj8B
... |
deps/dyncall/dyncallback/dyncall_callback_x64_masm.asm | unbornchikken/fastcall | 220 | 49496 | <reponame>unbornchikken/fastcall<filename>deps/dyncall/dyncallback/dyncall_callback_x64_masm.asm
; auto-generated by gen-masm.sh
.CODE
DCThunk_size = 24
DCArgs_size_win64 = 80
DCArgs_size_sysv = 128
DCValue_size = 8
FRAME_arg0_win64 = 48
FRAME_arg0_sysv = 16
FRAME_return = 8
FRAME_parent = 0
FRAME_DCArgs_sysv... |
poasm/riched/tbmacros.asm | AlexRogalskiy/Masm | 0 | 49497 | ; ---------------------------
; macros for creating toolbar
; ---------------------------
TBextraData MACRO
mov tbb.fsState, TBSTATE_ENABLED
mov tbb.dwData, 0
mov tbb.iString, 0
ENDM
; ------------------------------
TBbutton MACRO bID, cID
... |
programs/oeis/131/A131056.asm | jmorken/loda | 1 | 49499 | ; A131056: A007318 * A131055.
; 1,3,7,17,41,97,225,513,1153,2561,5633,12289,26625,57345,122881,262145,557057,1179649,2490369,5242881,11010049,23068673,48234497,100663297,209715201,436207617,905969665
mov $1,2
pow $1,$0
add $0,1
mul $1,$0
div $1,4
mul $1,2
add $1,1
|
FreeRTOS/Demo/RX200_RX231-RSK_GCC_e2studio_IAR/src/cg_src/r_cg_reset_program.asm | JVVJV/FreeRTOS | 2,603 | 49500 | <reponame>JVVJV/FreeRTOS
;;/*********************************************************************************************************************
;;* DISCLAIMER
;;* This software is supplied by Renesas Electronics Corporation and is only intended for use with Renesas products.
;;* No other uses are authorized. This ... |
src/coreclr/vm/arm64/PInvokeStubs.asm | pyracanda/runtime | 9,402 | 49503 | ; Licensed to the .NET Foundation under one or more agreements.
; The .NET Foundation licenses this file to you under the MIT license.
; ==++==
;;
;;
;; ==--==
#include "ksarm64.h"
#include "asmconstants.h"
#include "asmmacros.h"
IMPORT VarargPInvokeStubWorker
IMPORT GenericPInvokeCalliStubWorker
IMPO... |
Borland/CBuilder5/Source/RTL/source/math/log.asm | TrevorDArcyEvans/DivingMagpieSoftware | 1 | 49504 | ;[]-----------------------------------------------------------------[]
;| LOG.ASM -- natural logarithm |
;[]-----------------------------------------------------------------[]
;
; C/C++ Run Time Library - Version 10.0
;
; Copyright (c) 1991, 2000 by Inprise Corporation... |
src/lib/hadamard_a.asm | sgblasi/hevcasm | 9 | 49505 | <reponame>sgblasi/hevcasm
; The copyright in this software is being made available under the BSD
; License, included below. This software may be subject to other third party
; and contributor rights, including patent rights, and no such rights are
; granted under this license.
;
;
; Copyright(c) 2011 - 2014, Parabola... |
libsrc/_DEVELOPMENT/math/float/math32/c/sdcc/cm32_sdcc_fssqr.asm | rjcorrig/z88dk | 0 | 49506 | <gh_stars>0
; float __fssqr (float number)
SECTION code_clib
SECTION code_math
PUBLIC cm32_sdcc_fssqr
EXTERN cm32_sdcc_fsreadl, m32_fssqr_fastcall
.cm32_sdcc_fssqr
; square (^2) sdcc floats
;
; enter : stack = sdcc_float number, ret
;
; exit : DEHL = sdcc_float(number^2)
;
; uses : a... |
oeis/026/A026937.asm | neoneye/loda-programs | 11 | 49507 | ; A026937: a(n) = Sum_{k=0..n} (k+1)*T(n,n-k), where T is given by A008288.
; 1,3,10,30,87,245,676,1836,4925,13079,34446,90090,234227,605865,1560200,4002072,10230201,26069995,66251090,167941494,424753615,1072057117,2700704172,6791746500,17052595573,42752015487,107035180630,267634562754,668407232235,1667467065425,415548... |
Appl/Games/Amateur/amateurPellet.asm | steakknife/pcgeos | 504 | 49508 | <gh_stars>100-1000
COMMENT @---------------------------------------------------------------------
Copyright (c) GeoWorks 1991 All Rights Reserved
PROJECT: Peanut command
MODULE: Pellet
FILE: amateurPellet.asm
AUTHOR: <NAME>
ROUTINES:
Name Description
---- -----------
PelletStart Start a new... |
programs/oeis/009/A009946.asm | neoneye/loda | 22 | 49509 | <gh_stars>10-100
; A009946: Coordination sequence for NiAs(2), Ni position.
; 1,6,20,42,74,114,164,222,290,366,452,546,650,762,884,1014,1154,1302,1460,1626,1802,1986,2180,2382,2594,2814,3044,3282,3530,3786,4052,4326,4610,4902,5204,5514,5834,6162,6500,6846,7202,7566,7940,8322,8714,9114,9524,9942,10370,10806,11252,11706,... |
programs/oeis/003/A003215.asm | neoneye/loda | 22 | 49511 | <filename>programs/oeis/003/A003215.asm
; A003215: Hex (or centered hexagonal) numbers: 3*n*(n+1)+1 (crystal ball sequence for hexagonal lattice).
; 1,7,19,37,61,91,127,169,217,271,331,397,469,547,631,721,817,919,1027,1141,1261,1387,1519,1657,1801,1951,2107,2269,2437,2611,2791,2977,3169,3367,3571,3781,3997,4219,4447,46... |
libsrc/_DEVELOPMENT/stdio/z80/input_helpers/__stdio_scanf_sm_string.asm | jpoikela/z88dk | 640 | 49512 | <reponame>jpoikela/z88dk<filename>libsrc/_DEVELOPMENT/stdio/z80/input_helpers/__stdio_scanf_sm_string.asm
SECTION code_clib
SECTION code_stdio
PUBLIC __stdio_scanf_sm_string
PUBLIC __stdio_scanf_sm_string_write
EXTERN asm_isspace
__stdio_scanf_sm_string:
; STRING STATE MACHINE
;
; Qualify function for STD... |
oeis/160/A160010.asm | neoneye/loda-programs | 11 | 49513 | <filename>oeis/160/A160010.asm<gh_stars>10-100
; A160010: Numerator of Hermite(n, 6/25).
; Submitted by <NAME>
; 1,12,-1106,-43272,3628236,259898832,-19557689016,-2183933508192,144922576791696,23578406003420352,-1347438116865535776,-310899332445140829312,14796482117559426968256,4841047772087825563299072,-18235026114528... |
oeis/167/A167443.asm | neoneye/loda-programs | 11 | 49515 | <reponame>neoneye/loda-programs
; A167443: Prime numbers ending in the prime number 41.
; Submitted by <NAME>
; 41,241,541,641,941,1741,2141,2341,2441,2741,3041,3541,4241,4441,5441,5641,5741,6841,7541,7741,7841,8641,8741,8941,9041,9241,9341,9941,10141,11941,12041,12241,12541,12641,12841,12941,13241,13441,13841,14341,14... |
programs/oeis/261/A261893.asm | neoneye/loda | 22 | 49517 | <filename>programs/oeis/261/A261893.asm
; A261893: a(n) = (n+1)^3 - n^2.
; 1,7,23,55,109,191,307,463,665,919,1231,1607,2053,2575,3179,3871,4657,5543,6535,7639,8861,10207,11683,13295,15049,16951,19007,21223,23605,26159,28891,31807,34913,38215,41719,45431,49357,53503,57875,62479,67321,72407,77743,83335,89189,95311,101707... |
src/sound/tables/pitches.asm | ZoomTen/gbmp-v2 | 0 | 49519 | <gh_stars>0
NotePitches:
dw $ffff ; unused
dw 44, 156, 262, 363, 457, 547, 631, 710, 786, 854, 923, 986 ; 01-0c (C3-B3)
dw 1046, 1102, 1155, 1205, 1253, 1297, 1339, 1379, 1417, 1452, 1486, 1517 ; 0d-18 (C4-B4)
dw 1546, 1575, 1602, 1627, 1650, 1673, 1694, 1714, 1732, 1750, 1767, 1783 ; 19-24 (C5-B5)
... |
programs/oeis/029/A029919.asm | karttu/loda | 0 | 49520 | <gh_stars>0
; A029919: Convert n from inches (") to centimeters (cm).
; 0,3,5,8,10,13,15,18,20,23,25,28,30,33,36,38,41,43,46,48,51,53,56,58,61,64,66,69,71,74,76,79,81,84,86,89,91,94,97,99,102,104,107,109,112,114,117,119,122,124,127,130,132,135,137,140,142,145,147,150,152,155
mov $3,$0
mov $5,$0
add $0,9
mov $4,$0
add ... |
c6ers/msd200a/videoid.asm | minblock/msdos | 0 | 49521 | <reponame>minblock/msdos<filename>c6ers/msd200a/videoid.asm
;
; Name: VideoID
;
; Function: Detects the presence of various video subsystems and
; associated monitors.
;
; Caller: <NAME>:
;
; void VideoID(VIDstruct);
;
; struct
; ... |
programs/oeis/049/A049653.asm | karttu/loda | 1 | 49522 | <reponame>karttu/loda<gh_stars>1-10
; A049653: a(n) = 2*n - prevprime(2*n).
; 1,1,1,3,1,1,3,1,1,3,1,3,5,1,1,3,5,1,3,1,1,3,1,3,5,1,3,5,1,1,3,5,1,3,1,1,3,5,1,3,1,3,5,1,3,5,7,1,3,1,1,3,1,1,3,1,3,5,7,9,11,13,1,3,1,3,5,1,1,3,5,7,9,1,1,3,5,1,3,5,1,3,1,3,5,1,3,5,1,1,3,5,7,9,1,1,3,1,1,3,5,7,9,11,1,3,5,7,9,11,1,3,1,1,3,1,3,5,1,... |
programs/oeis/086/A086351.asm | jmorken/loda | 1 | 49524 | <gh_stars>1-10
; A086351: T(n,3) of A086350.
; 1,4,17,74,325,1432,6317,27878,123049,543148,2397545,10583234,46716589,206216896,910285253,4018193246,17737162705,78295623508,345613602113,1525612248122,6734378273941,29726983906792,131221255523165
mov $3,$0
add $3,1
mov $4,$0
lpb $3
mov $0,$4
sub $3,1
sub $0,$3
su... |
MODULE1/1-hello_world/panda.asm | wetw0rk/SLAE | 18 | 49526 | ; Executable name : panda
; Designed OS : Linux (32-bit)
; Author : wetw0rk
; Version : 1.0
; Created Following : SLAE
; Description : A simple program that prints a string
; onto the screen.
;
; Build using these commands:
; nasm -f elf32 -o panda.o panda.asm
; ld -o panda panda.o
;
SECTION .data
desiigner:... |
programs/oeis/330/A330117.asm | neoneye/loda | 22 | 49527 | <gh_stars>10-100
; A330117: Beatty sequence for 1+x, where 1/(1+x) + 1/(1+x+x^2) = 1.
; 1,3,5,7,8,10,12,14,15,17,19,21,22,24,26,28,29,31,33,35,36,38,40,42,43,45,47,49,50,52,54,56,57,59,61,63,64,66,68,70,71,73,75,77,78,80,82,84,85,87,89,91,93,94,96,98,100,101,103,105,107,108,110,112
mul $0,2
mov $1,1
add $1,$0
mov $2,$... |
Library/SpecUI/CommonUI/CView/cviewPaneGeometry.asm | steakknife/pcgeos | 504 | 49528 | <reponame>steakknife/pcgeos
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
(c) Copyright GeoWorks 1988-1995. All Rights Reserved.
GEOWORKS CONFIDENTIAL
PROJECT: GEOS
MODULE: SpecUI/CommonUI/CView
FILE: cviewPaneGeometry.asm
ROUTINES:
Name Description
---- -------... |
Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xca_notsx.log_13_1697.asm | ljhsiun2/medusa | 9 | 49529 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r14
push %r15
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0xe982, %r10
nop
nop
nop
nop
nop
sub $37446, %r14
movw $0x6162, (%r10)
nop
nop
nop
nop
dec %rax
lea addresses_D_ht+0x8396, %rsi
lea addresses_A_ht+0xf694, %rdi
... |
menus.asm | cppchriscpp/waddles-the-duck | 0 | 49531 | TITLE_CURSOR_X_OFFSET = 42
TITLE_CURSOR_Y_OFFSET = 102
load_menu:
; Reset scrolling to 0
lda #0
sta scrollX
sta scrollY
; Make sure we're not writing every 32nd byte rather than every single one, and force back to nametable 0
lda ppuCtrlBuffer
and #%11111000
sta ppuCtrlBuffer
jsr vblank_wait
lda ppuMaskBu... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.