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 |
|---|---|---|---|---|
Assignment_4/Fill.asm | BalasubramanyamEvani/Nand-To-Tetris-Coursera-Part-1 | 0 | 199446 | <reponame>BalasubramanyamEvani/Nand-To-Tetris-Coursera-Part-1
// This file is part of www.nand2tetris.org
// and the book "The Elements of Computing Systems"
// by <NAME>, MIT Press.
// File name: projects/04/Fill.asm
// Runs an infinite loop that listens to the keyboard input.
// When a key is pressed (any key)... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_520.asm | ljhsiun2/medusa | 9 | 199448 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r12
push %r13
push %r14
push %rax
push %rbx
push %rsi
// Store
lea addresses_WT+0x12af2, %r13
clflush (%r13)
nop
xor $7621, %rsi
movw $0x5152, (%r13)
nop
cmp $33573, %r13
// Store
mov $... |
irhydra/web/demos/v8/deopt-eager/code.asm | cgvarela/irhydra | 371 | 199450 | --- FUNCTION SOURCE (valueOf) id{0,0} ---
(){
return ToObject(this);
}
--- END ---
--- FUNCTION SOURCE (IsPrimitive) id{1,0} ---
(a){
return!(%_IsSpecObject(a));
}
--- END ---
--- FUNCTION SOURCE (toString) id{2,0} ---
(){
return FunctionSourceString(this);
}
--- END ---
--- FUNCTION SOURCE (y) id{3,0} ---
() { retu... |
next_level/demosrc/s_portal.asm | viznut/demoscene | 14 | 199451 | ;,; lyrics_portalwillopen .withinpagefrom=lyrics
;,; <- lyrics
!byte $23 ; A
!byte $29,$2b,$00 ; POR
!byte $29,$1d,$3a,$27 ; TAL
!byte $26,$41,$27 ; WILL
!byte $25,$76,$22 ; SOON
!byte $30,$36 ; O
!byte $19,$1b,$33,$22 ; PEN
!byte $21,$82 ; IN
!byte $19,$1d,$4a ; THE
!byte $29,$1c,$8a ; G... |
audio/sfx/battle_23.asm | opiter09/ASM-Machina | 1 | 199452 | <filename>audio/sfx/battle_23.asm
SFX_Battle_23_Ch8:
noise_note 2, 15, 2, 67
noise_note 4, 11, 5, 50
noise_note 9, 8, 6, 49
noise_note 7, 6, 4, 0
noise_note 15, 15, 2, 85
sound_ret
|
Pizzel.asm | gonzalo-/pizzel | 0 | 199453 | <gh_stars>0
;
;
; WIP - Pizzel Podcast en asm para atari 6502
;
;
processor 6502
include "vcs.h"
include "macro.h"
VSYNC equ 0
VBLANK equ 1
WSYNC equ 2
COLUBK equ 9
seg
org $F000
Start:
lda #0
tax
txs
.clear
sta $0,X
inx
bne .clear
lda #$10
sta 128
kernel_loop: subroutine
sei
lda #0
sta VBLAN... |
optimised/sound library 2.asm | PJBoy/SM-SPC | 4 | 199454 | handleCpuIo2:
{
mov a,#$01 : mov !i_soundLibrary,a
mov y,!cpuIo2_read_prev
mov a,!cpuIo2_read : mov !cpuIo2_read_prev,a
mov !cpuIo2_write,a
cmp y,!cpuIo2_read : bne .branch_change
.branch_noChange
mov a,!sound2 : bne +
ret
+
jmp processSound2
.branch_change
cmp a,#$00 : beq .branch_noChange
mov a,... |
Transynther/x86/_processed/NONE/_xt_sm_/i3-7100_9_0xca_notsx.log_13048_471.asm | ljhsiun2/medusa | 9 | 199455 | <filename>Transynther/x86/_processed/NONE/_xt_sm_/i3-7100_9_0xca_notsx.log_13048_471.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r9
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x19634, %rsi
lea addresses_WC_ht+0x88, %rdi
nop
nop
nop
nop
nop
add $40333, %r13
mov $... |
engine/events/hidden_objects/bookshelves.asm | opiter09/ASM-Machina | 1 | 199456 | ; prints text for bookshelves in buildings without sign events
PrintBookshelfText::
ld a, [wSpritePlayerStateData1FacingDirection]
cp SPRITE_FACING_UP
jr nz, .noMatch
; facing up
ld a, [wCurMapTileset]
ld b, a
lda_coord 8, 7
ld c, a
ld hl, BookshelfTileIDs
.loop
ld a, [hli]
cp $ff
jr z, .noMatch
cp b
jr nz... |
libsrc/_DEVELOPMENT/arch/ts2068/display/z80/asm_tshc_saddr2py.asm | jpoikela/z88dk | 640 | 199457 | <reponame>jpoikela/z88dk
; ===============================================================
; May 2017
; ===============================================================
;
; uchar tshc_saddr2py(void *saddr)
;
; Pixel y coordinate corresponding to screen address.
;
; =======================================================... |
contribution/busy/Rutinky-FP-1.asm | maly/bas80 | 3 | 199459 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Busy soft ;; FP rutinky pre ZX ROM port pre PMD85 ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; 06.07.2018 verzia 2 ;; Pre Adent ;; Licencia: MIT ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Pouzity kompiler: SjASMPlus v1.10.1 ... |
ch06/32 bit/Flowchart.asm | William0Friend/my_masm | 0 | 199460 | ; Flowchart Example (Flowchart.asm)
; Implements the flowchart in Figure 6-2,
; Calculates the sum of all array elements larger than
; a given value (sample).
INCLUDE Irvine32.inc
.data
sum DWORD 0
sample DWORD 50
array DWORD 10,60,20,33,72,89,45,65,72,18
ArraySize = ($ - Array) / TYPE arr... |
matriceRisultanteColonnaxRiga.asm | edoardottt/Asm_mars_examples | 21 | 199463 | # MATRICE RISULTANTE IL PRODOTTO VETTORE COLONNA X VETTORE RIGA
.data
riga: .word 1,2,3,4
colonna: .word 2,3,4
matrice: .word 0:12
.text
li $t0,0
li $t1,0
li $t2,0
li $t9,0
scorri:
beq $t2,12,stampa
sll $t3,$t0,2
lw $t6,riga($t3)
sll $t4,$t1,2
lw $t7,colonna($t4)
mul $t8,$t6,$t7
sll $t5,$t2,2
sw $t8,matrice($t5... |
Lab10.asm | CZhang1997/x86-Assembly | 0 | 199464 | ; <NAME>
.386
.model flat
public _Average
.code
_Average proc
mov eax, [esp + 8]
mov ecx, [esp + 4]
dec ecx
finit
fld REAL8 PTR [eax]
jz done
Sum:
add eax, 8
fld REAL8 PTR [eax]
fadd
dec ecx
jnz Sum
fild Dword PTR [esp + 4]
fdiv
Done:
ret
_Average endp
... |
programs/oeis/037/A037031.asm | karttu/loda | 1 | 199465 | <gh_stars>1-10
; A037031: Number of combinations of n objects taken pi(n) at a time.
; 1,2,3,6,10,20,35,70,126,210,462,792,1716,3003,5005,8008,19448,31824,75582,125970,203490,319770,817190,1307504,2042975,3124550,4686825,6906900,20030010,30045015,84672315,129024480,193536720,286097760,417225900,600805296,1852482996,270... |
oeis/140/A140160.asm | neoneye/loda-programs | 11 | 199467 | <reponame>neoneye/loda-programs<filename>oeis/140/A140160.asm
; A140160: a(1)=1, a(n) = a(n-1) + n^4 if n odd, a(n) = a(n-1) + n^3 if n is even.
; Submitted by <NAME>(s4)
; 1,9,90,154,779,995,3396,3908,10469,11469,26110,27838,56399,59143,109768,113864,197385,203217,333538,341538,536019,546667,826508,840332,1230957,1248... |
multimedia/directx/ddrawex/dx3inc/16to32.asm | npocmaka/Windows-Server-2003 | 17 | 199468 | <reponame>npocmaka/Windows-Server-2003
page ,132
.listall
;Thunk Compiler Version 1.8 Dec 14 1994 14:53:05
;File Compiled Fri Jun 20 10:27:33 1997
;Command Line: thunk -P2 -NC ddraw -t thk1632 ..\16to32.thk -o 16to32.asm
TITLE $16to32.asm
.386
OPTION READONLY
IFNDEF IS_16
IFNDEF IS_32
%out ... |
ex9.asm | robjpar/nasm-sasm | 0 | 199469 | <gh_stars>0
; nasm -f elf32 ex9.asm -o ex9.o
; gcc -m32 ex9.o -o ex9.out
; ./ex9.out
; echo $?
global main
section .text
main:
mov ebp, esp; for correct debugging
push 21 ; save 21 on the stack (int = 4 bytes = 32 bits)
call times2 ; jump to times2
mov ebx, eax ; ebx (exit sta... |
in/int/interrupt/interrupt.asm | Daliji/Diers | 4 | 199471 | [BITS 32]
[extern b_dividederror]
[extern b_debug]
[extern b_nmi]
[extern b_break_point]
[extern b_overflow]
[extern b_bondre]
[extern b_invalid_opcode]
[extern b_device_not_avaliable]
[extern b_double_fault]
[extern b_cso]
[extern b_invalid_tss]
[extern b_segment_not_present]
[extern b_ss_fault]
[extern... |
sw/552tests/rand_mem/t_3_mem.asm | JPShen-UWM/ThreadKraken | 1 | 199472 | // seed 3
lbi r0, 128 // icount 0
slbi r0, 0 // icount 1
lbi r1, 128 // icount 2
slbi r1, 0 // icount 3
lbi r2, 128 // icount 4
slbi r2, 0 // icount 5
lbi r3, 128 // icount 6
slbi r3, 0 // icount 7
lbi r4, 128 // icount 8
slbi r4, 0 // icount 9
lbi r5, 128 // icount 10
slbi r5, 0 // icount 11
lbi r6, 128 // icount 12
s... |
MASM programs/bcdtobin.asm | Abhicake/MPMC-LAB-Programs | 1 | 199473 | <gh_stars>1-10
; BCD to BINARY using procedures
Assume cs:code , ds:data , ss:stack
data segment
bcdin db 17h
binout db ?
data ends
stack segment
stk dw 50 dup(0)
tos label word
stack ends
code segment
start:
mov ax,data
mov ds,ax
mov ax,stack
mov ss,ax
mov sp,offset tos
lea si,bcdin
lea di... |
programs/oeis/298/A298078.asm | neoneye/loda | 22 | 199474 | <filename>programs/oeis/298/A298078.asm
; A298078: a(n) = 7*n^2 - 7*n - 43.
; -43,-29,-1,41,97,167,251,349,461,587,727,881,1049,1231,1427,1637,1861,2099,2351,2617,2897,3191,3499,3821,4157,4507,4871,5249,5641,6047,6467,6901,7349,7811,8287,8777,9281,9799,10331,10877,11437,12011,12599,13201,13817,14447,15091,15749,16421,1... |
programs/oeis/001/A001612.asm | neoneye/loda | 22 | 199475 | ; A001612: a(n) = a(n-1) + a(n-2) - 1 for n > 1, a(0)=3, a(1)=2.
; 3,2,4,5,8,12,19,30,48,77,124,200,323,522,844,1365,2208,3572,5779,9350,15128,24477,39604,64080,103683,167762,271444,439205,710648,1149852,1860499,3010350,4870848,7881197,12752044,20633240,33385283,54018522,87403804,141422325,228826128,370248452,599074579... |
Appl/Term/Main/doveDs.asm | steakknife/pcgeos | 504 | 199476 | <filename>Appl/Term/Main/doveDs.asm
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) Geoworks 1996. All rights reserved.
GEOWORKS CONFIDENTIAL
PROJECT:
MODULE:
FILE: doveDs.asm
AUTHOR: <NAME>, Sep 12, 1996
ROUTINES:
Name Description
---- -------... |
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_2151.asm | ljhsiun2/medusa | 9 | 199477 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r15
push %r9
push %rax
push %rbp
push %rdi
push %rdx
lea addresses_UC_ht+0xc679, %rbp
clflush (%rbp)
nop
xor %rdi, %rdi
mov $0x6162636465666768, %r10
movq %r10, %xmm7
movups %xmm7, (%rbp)
nop
nop
nop
nop
nop
add %rax, %rax
lea addresses_D_ht+0x1c4a9, %r9
nop
... |
oeis/284/A284793.asm | neoneye/loda-programs | 11 | 199478 | ; A284793: Difference sequence of A284775.
; Submitted by <NAME>
; 1,-1,0,1,0,-1,1,-1,1,-1,0,1,0,-1,0,1,0,-1,1,-1,0,1,0,-1,1,-1,0,1,0,-1,1,-1,1,-1,0,1,0,-1,0,1,0,-1,1,-1,1,-1,0,1,0,-1,0,1,0,-1,1,-1,0,1,0,-1,1,-1,1,-1,0,1,0,-1,0,1,0,-1,1,-1,0,1,0,-1,1,-1,1,-1,0,1,0,-1,0,1,0,-1,1,-1,0,1,0,-1,1,-1,0,1
mov $3,2
mov $5,$0
... |
Code/automata.asm | msklywenn/GB-GameOfLife | 9 | 199479 | <reponame>msklywenn/GB-GameOfLife
INCLUDE "hardware.inc"
; automata buffers with 4 cells per byte
; 2x2 bytes per cell, bit ordering:
; ___ ___
; |0 1| |0 1|
; |2 3| eg. |1 0| is %0110 = 6
; ‾‾‾ ‾‾‾
; bits 4, 5, 6 and 7 are not used
EXPORT Buffer0
SECTION "Automata buffer 0", WRAM0, ALIGN[9]
Buffer0... |
programs/oeis/103/A103568.asm | neoneye/loda | 22 | 199480 | ; A103568: Sum of the (primes > 5 modulo 7).
; 0,4,10,13,18,20,21,24,26,32,33,38,42,45,50,54,55,58,60,66,71,77,80,85,87,91,92,93,98,102,108,110,114,117,119,125,130,134,140,142,146,147,150,151,157,160,165,167,168,171,177,182,186,189,194,198,199,202,208,214
mov $2,$0
mov $3,$0
lpb $3
mov $0,$2
sub $3,1
sub $0,$3
... |
programs/oeis/067/A067415.asm | neoneye/loda | 22 | 199481 | <reponame>neoneye/loda<filename>programs/oeis/067/A067415.asm
; A067415: Eighth column of triangle A067410.
; 1,9,144,2304,36864,589824,9437184,150994944,2415919104,38654705664,618475290624,9895604649984,158329674399744,2533274790395904,40532396646334464,648518346341351424
seq $0,110594 ; a(1) = 4, a(2) = 12, for n>1:... |
08/ProgramFlow/BasicLoop/BasicLoop.asm | JurajX/Nand2Tetris | 0 | 199482 | <reponame>JurajX/Nand2Tetris<filename>08/ProgramFlow/BasicLoop/BasicLoop.asm
@0
D=A
@SP
AM=M+1
A=A-1
M=D
@LCL
D=M
@R13
M=D
@SP
AM=M-1
D=M
@R13
A=M
M=D
(BasicLoop.$LOOP_START)
@ARG
A=M
D=M
@SP
AM=M+1
A=A-1
M=D
@LCL
A=M
D=M
@SP
AM=M+1
A=A-1
M=D
@SP
AM=M-1
D=M
A=A-1
M=D+M
@LCL
D=M
@R13
M=D
@SP
AM=M-1
D=M
@R13
A=M
M=D
@ARG... |
libsrc/time/spectrum/clock.asm | meesokim/z88dk | 0 | 199483 | <reponame>meesokim/z88dk
;
; clock()
; Goodness knows it this is right..ages since
; I used a spectrum...
;
; djm 12/1/2000
;
; ------
; $Id: clock.asm,v 1.3 2015/01/19 01:33:25 pauloscustodio Exp $
;
PUBLIC clock
.clock
ld hl,(23672)
ld a,(23674)
ld e,a
ld d,0
ret
|
oeis/077/A077246.asm | neoneye/loda-programs | 11 | 199485 | <gh_stars>10-100
; A077246: Bisection (even part) of Chebyshev sequence with Diophantine property.
; Submitted by <NAME>(s4.)
; 2,13,102,803,6322,49773,391862,3085123,24289122,191227853,1505533702,11853041763,93318800402,734697361453,5784260091222,45539383368323,358530806855362,2822707071474573,22223125764941222
mov $... |
powerup.asm | adamsmasher/bustfree | 0 | 199486 | INCLUDE "paddle.inc"
INCLUDE "powerup.inc"
SECTION "PowerUpRAM", WRAM0
ExtendPowerUpX: DS 1
ExtendPowerUpY: DS 1
LaserPowerUpX: DS 1
LaserPowerUpY: DS 1
SpikePowerUpX: DS 1
SpikePowerUpY: DS 1
MultiballPowerUpX: DS 1
MultiballPowerUpY: DS 1
PowerUpTimer: DS 2
PowerUpState:: DS ... |
oeis/157/A157014.asm | neoneye/loda-programs | 11 | 199487 | <filename>oeis/157/A157014.asm
; A157014: Expansion of x*(1-x)/(1 - 22*x + x^2).
; Submitted by <NAME>(s4)
; 1,21,461,10121,222201,4878301,107100421,2351330961,51622180721,1133336644901,24881784007101,546265911511321,11992968269241961,263299036011811821,5780585823990618101,126909589091781786401,2786230374195208682721,6... |
programs/oeis/245/A245788.asm | neoneye/loda | 22 | 199489 | <filename>programs/oeis/245/A245788.asm
; A245788: n times the number of 1's in the binary expansion of n.
; 0,1,2,6,4,10,12,21,8,18,20,33,24,39,42,60,16,34,36,57,40,63,66,92,48,75,78,108,84,116,120,155,32,66,68,105,72,111,114,156,80,123,126,172,132,180,184,235,96,147,150,204,156,212,216,275,168,228,232,295,240,305,310... |
oeis/276/A276940.asm | neoneye/loda-programs | 11 | 199490 | <reponame>neoneye/loda-programs<gh_stars>10-100
; A276940: a(1) = 2; for n > 1, a(n) = (n-2)! * n^3.
; Submitted by <NAME>(s3.)
; 2,8,27,128,750,5184,41160,368640,3674160,40320000,482993280,6270566400,87697209600,1314380390400,21016195200000,357082280755200,6424604169984000,122021710626816000,2439660069310464000,512189... |
Assembly Code/PROGRAM2.asm | ronakkkk/Assembly-Language-UI-with-Reverse-Engineering | 0 | 199491 | DISP MACRO Y, X, VAR, LENGTH, COLOR; BIOS DIsplays strings as required
MOV AH,13H
MOV AL,1
MOV BH,0; select 0 page DIsplay
MOV BL,COLOR ;color attribute word (color value) →BL
MOV CX,LENGTH ;LENGTH string length →CX
MOV DH,Y; Y line number →DH
MOV DL,X; X column number ... |
data/phone/text/jack_caller.asm | Dev727/ancientplatinum | 28 | 199492 | <reponame>Dev727/ancientplatinum<filename>data/phone/text/jack_caller.asm
JackIntelligenceText:
text "My @"
text_ram wStringBuffer4
text "'s"
line "intelligence keeps"
para "rising. It might"
line "be smarter than"
cont "yours!"
done
JackDefeatedMonText:
text "The other day, I"
line "easily defeated a"
con... |
src/WinEoP/Utils/KernelMode.asm | quangnh89/WinEoP | 25 | 199493 | <filename>src/WinEoP/Utils/KernelMode.asm
IFDEF I386
.586
.model flat, stdcall
ENDIF
.code wineop
IFDEF I386
IsKernelMode PROC public
xor eax, eax
mov ax, cs
cmp ax, 8h ; kernel mode ?
sete al
movzx eax, al
ret
IsKernelMode ENDP
;BOOL NTAPI NtUserDefSetText(__in HWND hwnd, __in LPVOID pstrText)
Nt... |
Transynther/x86/_processed/US/_zr_/i9-9900K_12_0xca_notsx.log_10_1826.asm | ljhsiun2/medusa | 9 | 199494 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r9
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x132da, %rsi
lea addresses_A_ht+0x2e9a, %rdi
nop
nop
nop
cmp %rbp, %rbp
mov $36, %rcx
rep movsl
nop
nop
add $57325, %r12
lea addresses_D_ht+0x34da, %rsi
clflus... |
test/or.asm | killvxk/AssemblyLine | 147 | 199495 | <filename>test/or.asm
SECTION .text
GLOBAL test
test:
or r10, r11
or r10, r12
or r10, r13
or r10, r14
or r10, r15
or r10, r8
or r10, r9
or r10, rax
or r10, rbp
or r10, rbx
or r10, rcx
or r10, rdi
or r10, rdx
or r10, rsi
or r11, r10
or r11, r12
or r11, r13
or r11, r14
or r11, r15
or r11, r8
or r11, r9
or r11, rax
or r11... |
Object/Optimized/kernel/Environment.asm | collinsmichael/spartan | 16 | 199497 | ; Listing generated by Microsoft (R) Optimizing Compiler Version 18.00.40629.0
TITLE C:\Users\cex123\Desktop\FYP\develop\spartan\Source\Kernel\Thread\Process\Environment.c
.686P
.XMM
include listing.inc
.model flat
INCLUDELIB OLDNAMES
PUBLIC ??_C@_04GGAEFGO@PIPE?$AA@ ; `string'
PUBLIC ??_C@_04LNIL... |
4e03.asm | sqph/td-micl | 0 | 199498 | <filename>4e03.asm<gh_stars>0
; 4e03.asm
global main
section .bss
var1 RESD 1 ; on déclare une variable sur 4 bytes
; implicitement initialisée à 0.
section .text
main:
mov dword [var1], 42 ; on lui assigne la valeur 42.
;fin
mov eax, 1
mov ebx, ... |
oeis/094/A094789.asm | neoneye/loda-programs | 11 | 199499 | <gh_stars>10-100
; A094789: Number of (s(0), s(1), ..., s(2n+1)) such that 0 < s(i) < 7 and |s(i) - s(i-1)| = 1 for i = 1,2,...,2n+1, s(0) = 1, s(2n+1) = 4.
; Submitted by <NAME>
; 1,4,14,47,155,507,1652,5373,17460,56714,184183,598091,1942071,6305992,20475625,66484244,215873462,700937471,2275930827,7389902771,239948663... |
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_903_1209.asm | ljhsiun2/medusa | 9 | 199500 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r8
push %r9
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x17e, %r12
nop
cmp %rbx, %rbx
mov (%r12), %r9w
nop
nop
nop
nop
nop
and %r12, %r12
lea addresses_UC_ht+0x987e, %rsi
lea addresses_UC_ht+0x1dc7e, %rdi
c... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1432.asm | ljhsiun2/medusa | 9 | 199501 | .global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r11
push %r12
push %r15
push %rax
push %rbx
push %rdi
push %rsi
// Load
lea addresses_WT+0xa0fb, %r15
nop
sub %rdi, %rdi
movups (%r15), %xmm5
vpextrq $0, %xmm5, %rbx
nop
nop
nop
nop
nop
add $61894, %r15
// Load
mov $0x70b... |
game-projects/Zedda/Objects/TitleScreen/Sword/Sword.asm | wide-dot/thomson-to8-game-engine | 11 | 199502 | ; ---------------------------------------------------------------------------
; Object - Sword
;
; input REG : [u] pointer to Object Status Table (OST)
; ---------
;
; Animated full screen Background
;
; ---------------------------------------------------------------------------
INCLUDE "./Engine/Macros.asm"
... |
oeis/236/A236165.asm | neoneye/loda-programs | 11 | 199503 | ; A236165: a(n) = a(n-1) + a(n-2) + a(n-3), with a(0) = a(1) = 1, a(2) = 0.
; Submitted by <NAME>
; 1,1,0,0,2,3,3,5,10,16,24,39,65,105,168,272,442,715,1155,1869,3026,4896,7920,12815,20737,33553,54288,87840,142130,229971,372099,602069,974170,1576240,2550408,4126647,6677057,10803705,17480760,28284464,45765226,74049691,11... |
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0.log_21829_330.asm | ljhsiun2/medusa | 9 | 199506 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r14
push %r15
push %r8
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x1965b, %rdi
nop
nop
nop
nop
inc %r11
mov (%rdi), %rcx
nop
dec %rsi
lea addresses_WC_ht+0x4573, %r15
cmp %r8, %r8
mov (%r15), %r9w
nop
nop
sub $989, %r15
lea addr... |
basic_programming/ida/demo.asm | shan3275/c | 0 | 199508 | ; ---------------------------------------------------------------------------
mach_header_64 struc ; (sizeof=0x20, align=0x4, copyof_1)
magic dd ?
cputype dd ?
cpusubtype dd ?
filetype dd ?
ncmds dd ?
sizeofcmds dd ?
flags dd ?
reserved dd ?
mach_header_6... |
libsrc/_DEVELOPMENT/arch/sms/SMSlib/c/sccz80/SMS_updateSpritePosition_callee.asm | jpoikela/z88dk | 640 | 199509 | ; void SMS_updateSpritePosition(signed char sprite, unsigned char x, unsigned char y)
SECTION code_clib
SECTION code_SMSlib
PUBLIC SMS_updateSpritePosition_callee
EXTERN asm_SMSlib_updateSpritePosition
SMS_updateSpritePosition_callee:
pop hl
pop bc
ld a,c
pop bc
ex (sp),hl
ld e,l
jp asm_SM... |
programs/oeis/138/A138402.asm | jmorken/loda | 1 | 199510 | <filename>programs/oeis/138/A138402.asm
; A138402: a(n) = (n-th prime)^4-(n-th prime)^2.
; 12,72,600,2352,14520,28392,83232,129960,279312,706440,922560,1872792,2824080,3416952,4877472,7887672,12113880,13842120,20146632,25406640,28392912,38943840,47451432,62734320,88519872,104050200,112540272
cal $0,60429 ; a(n) = 4*pr... |
oeis/349/A349076.asm | neoneye/loda-programs | 11 | 199511 | <filename>oeis/349/A349076.asm<gh_stars>10-100
; A349076: a(n) = U(n, 3*n), where U(n, x) is the Chebyshev polynomial of the second kind.
; Submitted by <NAME>
; 1,6,143,5796,330049,24192090,2168392031,229755926568,28093745899009,3893604149949966,603151411514453999,103272803655639197580,19367259480582106560193,39479626... |
programs/oeis/113/A113724.asm | neoneye/loda | 22 | 199512 | ; A113724: A variant of Golomb's sequence using even numbers: a(n) is the number of times 2*n+2 occurs, starting with a(1) = 2.
; 2,4,4,6,6,6,6,8,8,8,8,10,10,10,10,10,10,12,12,12,12,12,12,14,14,14,14,14,14,16,16,16,16,16,16,18,18,18,18,18,18,18,18,20,20,20,20,20,20,20,20,22,22,22,22,22,22,22,22,24,24,24,24,24,24,24,24,... |
basics/calculator/calc.asm | wzslr321/asm_learning_tour | 5 | 199513 | <reponame>wzslr321/asm_learning_tour<filename>basics/calculator/calc.asm
section .code
global _start
_start:
call _optionMessage ; messages.asm file
call _getOption ; get_numbers.asm file
call _numMessage; messages.asm file
call _getStNum; get_numbers.asm file
call _numMessage; messa... |
nesthing_ost.asm | Garydos/nesthing-prototype | 0 | 199514 | <filename>nesthing_ost.asm
;this file for FamiTone2 library generated by text2data tool
nesthing_ost_music_data:
.db 2
.dw .instruments
.dw .samples-3
.dw .song0ch0,.song0ch1,.song0ch2,.song0ch3,.song0ch4,307,256
.dw .song1ch0,.song1ch1,.song1ch2,.song1ch3,.song1ch4,307,256
.instruments:
.db $30 ;inst... |
oeis/263/A263022.asm | neoneye/loda-programs | 11 | 199515 | ; A263022: a(n) = gcd(n, 1^(n-1) + 2^(n-1) + ... + (n-1)^(n-1)) for n > 1.
; Submitted by <NAME>
; 1,1,4,1,3,1,8,3,5,1,12,1,7,5,16,1,9,1,20,7,11,1,24,5,13,9,28,1,15,1,32,11,17,35,36,1,19,13,40,1,21,1,44,3,23,1,48,7,25,17,52,1,27,55,56,19,29,1,60,1,31,21,64,13,33,1,68,23,35,1,72,1,37,25,76,77,39,1,80,27,41,1,84,17,43,29... |
SpritePiece.asm | kramlat/Open-Source-Sonic-ROM-Base | 0 | 199516 | <gh_stars>0
; macro to declare a mappings table (taken from Sonic 2 Hg disassembly)
mappingsTable macro {INTLABEL}
current_mappings_table := __LABEL__
__LABEL__ label *
endm
; macro to declare an entry in a mappings table (taken from Sonic 2 Hg disassembly)
mappingsTableEntry macro ptr
dc.ATTRIBUTE ptr-current_ma... |
source/main/commands/system/run.asm | paulscottrobson/6502-basic | 3 | 199517 | <reponame>paulscottrobson/6502-basic<filename>source/main/commands/system/run.asm
; ************************************************************************************************
; ************************************************************************************************
;
; Name: run.asm
; Purpose: Main Run... |
programs/oeis/309/A309214.asm | neoneye/loda | 22 | 199518 | <gh_stars>10-100
; A309214: a(0)=0; thereafter a(n) = a(n-1)+n if a(n-1) even, otherwise a(n) = a(n-1)-n.
; 0,1,-1,-4,0,5,-1,-8,0,9,-1,-12,0,13,-1,-16,0,17,-1,-20,0,21,-1,-24,0,25,-1,-28,0,29,-1,-32,0,33,-1,-36,0,37,-1,-40,0,41,-1,-44,0,45,-1,-48,0,49,-1,-52,0,53,-1,-56,0,57,-1,-60,0,61,-1,-64,0,65,-1,-68,0,69,-1,-72,0... |
compiled.asm | cocoyimasa/compiler-backend-2019 | 0 | 199519 | <gh_stars>0
LABEL main
PUSH 10
PUSH 1
GT
JMPF Label_If_False0
PUSH 1
PUSH 2
LT
JMPF Label_If_False1
PUSHS Hello Inner If
CALL println
LABEL Label_If_False1
PUSHS Hello World
CALL println
PUSHS test 1000
STORE testA string
PUSHA testA
CALL println
LABEL Label_If_False0
NEW AnnoymousObject_2 User
PUSHA AnnoymousObject_2
... |
programs/oeis/040/A040874.asm | neoneye/loda | 22 | 199520 | ; A040874: Continued fraction for sqrt(905).
; 30,12,60,12,60,12,60,12,60,12,60,12,60,12,60,12,60,12,60,12,60,12,60,12,60,12,60,12,60,12,60,12,60,12,60,12,60,12,60,12,60,12,60,12,60,12,60,12,60,12,60,12,60,12,60,12,60,12,60,12,60,12,60
sub $0,1
mod $0,2
mul $0,10
add $0,2
pow $0,2
div $0,17
mul $0,6
add $0,12
|
KEK/Source/Windows-amd64/Main.asm | MarcasRealAccount/VulkanInAssemblyWHYYYYY | 3 | 199521 | %include "Common.asminc"
%if BUILD_IS_SYSTEM_WINDOWS && BUILD_IS_PLATFORM_AMD64
%include "Windows-amd64/LibC.asminc"
%include "Windows-amd64/Logger.asminc"
%include "Windows-amd64/Window.asminc"
%include "Windows-amd64/Vulkan.asminc"
section .rdata
GlobalLabel AppName, { db "OkForReal", 0 }
GlobalLabel EngineN... |
oeis/280/A280758.asm | neoneye/loda-programs | 11 | 199523 | ; A280758: Expansion of (1 + x + x^2)/(1 - x - 3*x^2 - x^3 + x^4).
; Submitted by <NAME>
; 1,2,6,13,32,75,178,422,999,2368,5609,13290,31486,74597,176736,418723,992042,2350350,5568463,13192832,31256529,74053138,175447094,415670205,984808096,2333212667,5527860066,13096635958,31028620727,73513176000,174167814073,412639326... |
asm/jmon/jmon.asm | wd5gnr/8080 | 26 | 199524 | <reponame>wd5gnr/8080
;
; JMON - Jeff's Monitor Program
; ------------------------------
;
; A machine language monitor program for the Briel Altair 8800.
; Inspired by JMON for the Apple Replica 1 and 6502 processor.
; I wrote this mostly as an exercise to learn 8080 assembly language.
;
; Copyright (C) 2014 by <NAM... |
PRG/objects/BigQ3.asm | narfman0/smb3_pp1 | 0 | 199527 | .byte $01 ; Unknown purpose
.byte OBJ_BIGQBLOCK_TANOOKI, $16, $14
.byte OBJ_BIGQBLOCK_3UP, $48, $09
.byte OBJ_BIGQBLOCK_FROG, $58, $09
.byte $FF ; Terminator
|
dv3/atari/fd/rphys.asm | olifink/smsqe | 0 | 199528 | ; DV3 Atari Floppy Disk Read Sector 1993 <NAME>
section dv3
xdef fd_rphys ; read sector (physical layer)
xref fd_cmd_rd
xref fd_stat
xref at_seta
xref at_setrf
include 'dev8_keys_err'
include 'dev8_dv3_keys'
include 'dev8_dv3_fd_keys'
include 'dev8_keys_atari'
include 'dev8_smsq_smsq_base_keys'
;... |
programs/oeis/328/A328152.asm | jmorken/loda | 1 | 199529 | ; A328152: a(n) is the number of squares of side length greater than 1 having vertices at the points of an n X n grid of dots.
; 0,0,2,11,34,80,160,287,476,744,1110,1595,2222,3016,4004,5215,6680,8432,10506,12939,15770,19040,22792,27071,31924,37400,43550,50427,58086,66584,75980,86335,97712,110176,123794,138635,154770,17... |
oeis/135/A135006.asm | neoneye/loda-programs | 11 | 199530 | <reponame>neoneye/loda-programs<filename>oeis/135/A135006.asm
; A135006: Decimal expansion of 6/e.
; Submitted by <NAME>
; 2,2,0,7,2,7,6,6,4,7,0,2,8,6,5,3,9,2,9,5,7,3,1,4,2,6,2,0,9,6,8,7,6,5,2,0,4,6,7,4,8,6,6,7,8,6,1,9,0,6,0,7,0,0,7,0,4,7,0,2,0,8,1,0,1,8,4,7,6,8,9,7,4,4,6,9,3,9,8,8,2,0,1,4,2,8,8,3,6,4,6,0,7,5,5,1,7,8,6... |
projects/frogger/src/main.asm | UFSCar-CS/computer-architecture-and-organization-2012-2 | 0 | 199531 | TITLE Frogger ARC2 (main.asm)
; Descricao: projeto final da disciplina de Laboratorio de Arquitetura e Organizacao de computadores 2;
; O objetivo deste trabalho ee a implementacao de um jogo em ASM similar aos conhecidos "froggers"
; Data de criacao: 18/12/2012
; Grupo:
; <NAME> - 407852
; <NAME> - 407917
; <NAME... |
programs/oeis/123/A123919.asm | neoneye/loda | 22 | 199532 | <filename>programs/oeis/123/A123919.asm
; A123919: Number of numbers congruent to 2 or 4 mod 6 and <= n.
; 0,1,1,2,2,2,2,3,3,4,4,4,4,5,5,6,6,6,6,7,7,8,8,8,8,9,9,10,10,10,10,11,11,12,12,12,12,13,13,14,14,14,14,15,15,16,16,16,16,17,17,18,18,18,18,19,19,20,20,20,20,21,21,22,22,22,22,23,23,24,24,24,24,25,25,26,26,26,26,27,... |
src/presets/kpdr21_data.asm | NobodyNada/sm_practice_hack | 0 | 199533 | <filename>src/presets/kpdr21_data.asm
preset_kpdr21_crateria_ceres_elevator:
dw #$0000
dw $078D, $AB58 ; DDB
dw $079B, $DF45 ; MDB
dw $07F3, $002D ; Music Bank
dw $07F5, $0006 ; Music Track
dw $090F, $0000 ; Screen subpixel X position
dw $0911, $0000 ; Screen X position in pixels
... |
programs/oeis/063/A063489.asm | karttu/loda | 0 | 199534 | ; A063489: a(n) = (2*n-1)*(5*n^2-5*n+6)/6.
; 1,8,30,77,159,286,468,715,1037,1444,1946,2553,3275,4122,5104,6231,7513,8960,10582,12389,14391,16598,19020,21667,24549,27676,31058,34705,38627,42834,47336,52143,57265,62712,68494,74621,81103,87950,95172,102779,110781,119188,128010,137257,146939,157066,167648,178695,190217,202... |
third_party/virtualbox/src/VBox/HostDrivers/Support/os2/SUPDrvA-os2.asm | Fimbure/icebox-1 | 521 | 199535 | <gh_stars>100-1000
; $Id: SUPDrvA-os2.asm $
;; @file
; VBoxDrv - OS/2 assembly file, the first file in the link.
;
;
; Copyright (c) 2007 <NAME>. osmundsen <<EMAIL>>
;
; Permission is hereby granted, free of charge, to any person
; obtaining a copy of this software and associated documentation
; files (the "Software")... |
libsrc/z80_crt0s/z80/sccz80/l_cm_bc.asm | jpoikela/z88dk | 8 | 199536 | ; Z88 Small C+ Run time Library
; Moved functions over to proper libdefs
; To make startup code smaller and neater!
;
; 6/9/98 djm
SECTION code_crt0_sccz80
PUBLIC l_cm_bc
.l_cm_bc
ld a,b
or a
ret p
cpl
ld b,a
ld a,c
cpl
ld c,a
i... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_3142.asm | ljhsiun2/medusa | 9 | 199537 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r14
push %r15
push %rax
push %rbp
push %rbx
push %rdi
lea addresses_WC_ht+0x1b082, %r14
nop
nop
nop
nop
dec %r11
movw $0x6162, (%r14)
add $14516, %rax
lea addresses_A_ht+0xa8a2, %rbx
nop
dec %r15
movl $0x61626364, (%rbx)
nop
cmp $44823, %r14
pop %rdi
pop %rbx... |
src/intro.asm | ZaidMade/AlchemyQuest | 0 | 199538 | <gh_stars>0
IF !DEF(INTRO_ASM)
INTRO_ASM SET 1
INCLUDE "gbhw.asm"
INCLUDE "memory.asm"
INCLUDE "joypad.asm"
INCLUDE "display.asm"
INCLUDE "data.asm"
SECTION "Intro_Code", ROM0
Intro:
; turn off the LCD
xor a
ld [rLCDC], a
; load the font into VRAM
ld hl, Font
ld de, _VRAM + 16
ld bc, FontEnd - Font
ca... |
programs/oeis/190/A190089.asm | neoneye/loda | 22 | 199539 | ; A190089: Row sums of the triangular matrix A190088.
; 1,4,21,114,616,3329,17991,97229,525456,2839729,15346786,82938844,448227521,2422362079,13091204281,70748973084,382349636061,2066337330754,11167134898976,60350698792449,326154101090951,1762639037938629,9525854090667496,51480702630305689,278217860370802066,1503576561... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_2521.asm | ljhsiun2/medusa | 9 | 199540 | <filename>Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_2521.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r15
push %r8
push %r9
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0xa029, %r9
nop
add %r10, %r10
vmovups (%r9), %ymm1
vextracti128 $1, %ymm1, %xmm... |
libraries/library.asm | paulscottrobson/next-hla-6 | 1 | 199541 | ; *********************************************************************************
; *********************************************************************************
;
; File: library.asm
; Purpose: Wrapper for building libraries.
; Date : 1st January 2019
; Author: <EMAIL>
;
; *******************************... |
engine/battle/moveEffects/conversion_effect.asm | adhi-thirumala/EvoYellow | 16 | 199542 | <reponame>adhi-thirumala/EvoYellow
ConversionEffect_:
ld hl, wEnemyMonType1
ld de, wBattleMonType1
ld a, [H_WHOSETURN]
and a
ld a, [wEnemyBattleStatus1]
jr z, .conversionEffect
push hl
ld h, d
ld l, e
pop de
ld a, [wPlayerBattleStatus1]
.conversionEffect
bit Invulnerable, a ; is mon immune to typical attack... |
libsrc/oz/oztime/ozsec.asm | jpoikela/z88dk | 640 | 199543 | ;
; Sharp OZ family functions
;
; ported from the OZ-7xx SDK by by <NAME>
; by <NAME> - Oct. 2003
;
;
; clock functions
;
; unsigned ozsec()
;
;
; ------
; $Id: ozsec.asm,v 1.3 2016-06-27 21:25:36 dom Exp $
;
SECTION code_clib
PUBLIC ozsec
PUBLIC _ozsec
EXTERN Compute
ozsec:
_ozsec:
ld c,31... |
source/structures/repeat.asm | paulscottrobson/rpl-32 | 0 | 199544 | ; ******************************************************************************
; ******************************************************************************
;
; Name : repeat.asm
; Purpose : Repeat/Until loop
; Author : <NAME> (<EMAIL>)
; Created : 6th October 2019
;
; ************************************... |
Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_8315_505.asm | ljhsiun2/medusa | 9 | 199545 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r12
push %r13
push %r15
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0xdfde, %rbp
nop
nop
nop
add $40831, %r10
movb (%rbp), %r11b
nop
nop
nop
nop
sub $24547, %r12
lea addresses_WC_ht+0x96be, %r10
nop
sub %rax, %rax
mov (%r10)... |
src/QUICKFLI/peekpoke.asm | AnimatorPro/Animator-Pro | 119 | 199546 | <gh_stars>100-1000
; peekpoke.asm - Copyright 1989 <NAME>; <NAME>, San Francisco.
; A perpetual non-exclusive license to use this source code in non-
; commercial applications is given to all owners of the Autodesk Animator.
; If you wish to use this code in an application for resale please
; contact Auto... |
dino/lc/enemy.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | 6 | 199547 | copyright zengfr site:http://github.com/zengfr/romhack
00041E movea.l #$ff0000, A0
000424 move.w #$3fff, D0
000428 moveq #$0, D1
00042A move.l D1, (A0)+
00042C dbra D0, $42a [FFB69E, FFB692, FFB694, FFB690, FFB68E, FFB69A, FFB69C, FFB696, FFB698, FF89CE, FFC9C6, FF89CC, FFC9C8, FF89D2, FFC9C2, FF89D0, ... |
external/source/shellcode/windows/stager_reverse_tcp.asm | madhavarao-yejarla/VoIP | 35 | 199548 | <gh_stars>10-100
;
; Metasploit Framework
; http://www.metasploit.com
;
; Source for reverse_tcp (stager)
;
; Authors: hdm <<EMAIL>>, vlad902 <<EMAIL>>
; Size : 263
;
cld
push byte -0x15
inc edi
call 0x2
pusha
xor ebx,ebx
mov edi,[ebp+0x3c]
mov edi,[ebp+edi+0x78]
add edi,ebp
mov edx,[edi+0x20]
ad... |
libsrc/_DEVELOPMENT/string/c/sccz80/strndup_callee.asm | jpoikela/z88dk | 0 | 199550 | <gh_stars>0
; char *strndup(const char *s, size_t n)
SECTION code_clib
SECTION code_string
PUBLIC strndup_callee
EXTERN asm_strndup
strndup_callee:
pop hl
pop bc
ex (sp),hl
jp asm_strndup
; SDCC bridge for Classic
IF __CLASSIC
PUBLIC _strndup_callee
defc _strndup_callee = strndup_callee
ENDIF
|
programs/oeis/212/A212740.asm | karttu/loda | 0 | 199551 | ; A212740: Number of (w,x,y,z) with all terms in {0,...,n} and max{w,x,y,z}<2*min{w,x,y,z}.
; 0,1,2,17,32,97,162,337,512,881,1250,1921,2592,3697,4802,6497,8192,10657,13122,16561,20000,24641,29282,35377,41472,49297,57122,66977,76832,89041,101250,116161,131072,149057,167042,188497,209952
mov $14,$0
mov $16,$0
lpb $16,1
... |
libsrc/target/rex/DbGetRecordCount.asm | jpoikela/z88dk | 640 | 199553 | ;
; System Call for REX6000
;
; $Id: DbGetRecordCount.asm,v 1.5 2017-01-03 00:11:31 aralbrec Exp $
;
; extern unsigned long DbGetRecordCount( int );
;
; Written by <NAME> <<EMAIL>>
PUBLIC DbGetRecordCount
PUBLIC _DbGetRecordCount
.DbGetRecordCount
._DbGetRecordCount
pop ix
pop hl
push hl
push ix
... |
programs/oeis/282/A282154.asm | neoneye/loda | 22 | 199554 | ; A282154: Coefficients in expansion of Eisenstein series -q*(d/dq)(q*(d/dq)E_2).
; 0,24,288,864,2688,3600,10368,9408,23040,25272,43200,34848,96768,56784,112896,129600,190464,124848,303264,173280,403200,338688,418176,304704,829440,465000,681408,699840,1053696,605520,1555200,738048,1548288,1254528,1498176,1411200,283046... |
oeis/122/A122756.asm | neoneye/loda-programs | 11 | 199555 | <reponame>neoneye/loda-programs
; A122756: Odd-indexed terms, a(n) = 2^n. Even-indexed terms, a(n) = floor(2^n+2^(n-1)).
; 1,2,6,8,24,32,96,128,384,512,1536,2048,6144,8192,24576,32768,98304,131072,393216,524288,1572864,2097152,6291456,8388608,25165824,33554432,100663296,134217728,402653184,536870912,1610612736,21474836... |
pwnlib/shellcraft/templates/thumb/linux/setpriority.asm | IMULMUL/python3-pwntools | 325 | 199556 | <filename>pwnlib/shellcraft/templates/thumb/linux/setpriority.asm
<%
from pwnlib.shellcraft.thumb.linux import syscall
%>
<%page args="which, who, prio"/>
<%docstring>
Invokes the syscall setpriority. See 'man 2 setpriority' for more information.
Arguments:
which(priority_which_t): which
who(id_t): who
... |
oeis/343/A343125.asm | neoneye/loda-programs | 11 | 199558 | <reponame>neoneye/loda-programs
; A343125: Triangle T(k, n) = (n+3)*(k-n) - 4, k >= 2, 1 <= n <= k-1, read by rows.
; Submitted by <NAME>(s4)
; 0,4,1,8,6,2,12,11,8,3,16,16,14,10,4,20,21,20,17,12,5,24,26,26,24,20,14,6,28,31,32,31,28,23,16,7,32,36,38,38,36,32,26,18,8,36,41,44,45,44,41,36,29,20,9,40,46,50,52,52,50,46,40,3... |
engine/battle/animations.asm | adhi-thirumala/EvoYellow | 0 | 199560 | <gh_stars>0
; Draws a "frame block". Frame blocks are blocks of tiles that are put
; together to form frames in battle animations.
DrawFrameBlock:
ld l, c
ld h, b
ld a, [hli]
ld [wNumFBTiles], a
ld a, [wFBDestAddr + 1]
ld e, a
ld a, [wFBDestAddr]
ld d, a
xor a
ld [wFBTileCounter], a ; loop counter
.loop
ld a... |
src/timing.asm | rondnelson99/vcs-instrument | 0 | 199561 | .include "defines.asm"
.SECTION "main loop", FREE
NextFrame
;start a timer to wait until VSYNC time
;thats such a long time that we have to use the 1024 divider.
;Because of that inaccuracy, we'll shorten the VBLANK time by a few scanlines
lda #17
sta.w T1024T ;start the timer
; the timer will last 17 ... |
tmp1/c55x-sim2/foo/Debug/dynamic.asm | jwestmoreland/eZdsp-DBG-sim | 1 | 199562 | <gh_stars>1-10
;*******************************************************************************
;* TMS320C55x C/C++ Codegen PC v4.4.1 *
;* Date/Time created: Sat Oct 06 06:38:44 2018 *
;*************************************************************... |
oeis/027/A027949.asm | neoneye/loda-programs | 11 | 199563 | <reponame>neoneye/loda-programs<gh_stars>10-100
; A027949: a(n) = T(2n,n+1), T given by A027948.
; 1,4,25,97,309,894,2462,6610,17519,46135,121115,317484,831660,2177872,5702389,14929789,39087537,102333450,267913514,701407870,1836310955,4807525939,12586267895,32951278872,86267569944,225851432284,591286728337,154800875426... |
oeis/135/A135293.asm | neoneye/loda-programs | 11 | 199565 | ; A135293: Differences between successive numbers whose sum of digits in base 3 is 2.
; Submitted by <NAME>
; 2,2,2,4,2,6,10,2,6,18,28,2,6,18,54,82,2,6,18,54,162,244,2,6,18,54,162,486,730,2,6,18,54,162,486,1458,2188,2,6,18,54,162,486,1458,4374,6562,2,6,18,54,162,486,1458,4374,13122,19684,2,6,18,54,162,486,1458,4374,131... |
oeis/330/A330151.asm | neoneye/loda-programs | 11 | 199567 | <reponame>neoneye/loda-programs
; A330151: Partial sums of 4th powers of the even numbers.
; 0,16,272,1568,5664,15664,36400,74816,140352,245328,405328,639584,971360,1428336,2042992,2852992,3901568,5237904,6917520,9002656,11562656,14674352,18422448,22899904,28208320,34458320,41769936,50272992,60107488,71423984,84383984,... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.