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 |
|---|---|---|---|---|
test/test_double_buffer.asm | peckhamdata/cgl-6502 | 4 | 58244 | <filename>test/test_double_buffer.asm
// Given two buffers
b1_x: .byte $0a
b1_y: .byte $03
buffer_1:
.text "adgjmpsvy1"
.text "behknqtwz2"
.text "cfilorux03"
buffer_2:
.text "47ADGJMPSV"
.text "58BEHKNQTW"
.text "69CFILORUX"
test_double_buffer:
// address of first buffer
lda... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1856.asm | ljhsiun2/medusa | 9 | 58245 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r15
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x13161, %rsi
lea addresses_WT_ht+0x5cf7, %rdi
clflush (%rsi)
inc %r10
mov $52, %rcx
rep movsb
nop
nop
nop
nop
xor $22017, %rdi
lea addresses_UC_ht+0x1077, %rsi
lea addresses_normal_ht+0... |
programs/oeis/209/A209264.asm | neoneye/loda | 22 | 58246 | <gh_stars>10-100
; A209264: a(n) = 1 + 2*n^2 + 3*n^3 + 4*n^4 +5*n^5 + 6*n^6.
; 1,21,641,6013,30945,112301,324721,800661,1754753,3512485,6543201,11497421,19248481,30938493,48028625,72353701,106181121,152274101,213959233,295198365,400664801,535823821,707017521,921553973,1187800705,1515282501,1914783521,2398453741,2979919... |
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_2793.asm | ljhsiun2/medusa | 9 | 58247 | <reponame>ljhsiun2/medusa<filename>Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_2793.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r15
push %r8
push %r9
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0xdadb, %r12
nop
nop
nop
nop
nop
sub %r9, %r9
mov (%r12), %r8w
nop
nop
c... |
programs/oeis/003/A003453.asm | neoneye/loda | 22 | 58249 | <gh_stars>10-100
; A003453: Number of nonequivalent dissections of an n-gon into 3 polygons by nonintersecting diagonals up to rotation and reflection.
; 1,3,6,11,17,26,36,50,65,85,106,133,161,196,232,276,321,375,430,495,561,638,716,806,897,1001,1106,1225,1345,1480,1616,1768,1921,2091,2262,2451,2641,2850,3060,3290,3521... |
libsrc/gfx/narrow/xorcircle.asm | Frodevan/z88dk | 4 | 58250 | ;
; Z88 Graphics Functions - Small C+ stubs
;
; Written around the Interlogic Standard Library
;
; Stubs Written by <NAME> - 30/9/98
;
;
; $Id: xorcircle.asm $
;
; Usage: xorcircle(int x, int y, int radius, int skip);
IF !__CPU_INTEL__ & !__CPU_GBZ80__
SECTION code_graphics
PUBLIC ... |
code/sheet/sheet.asm | abekermsx/skooted | 3 | 58251 |
; In: A: level number
get_sheet_address:
ld hl,SKOOTER.SHEETS
get_sheet_address_loop:
dec a
ret z
ld c,(hl)
inc hl
ld h,(hl)
ld l,c
jr get_sheet_address_loop
; Update all the sheet pointers
; In: BC: sheet size change
update_sheet_pointers:
ld ... |
data/mapHeaders/VermilionMart.asm | AmateurPanda92/pokemon-rby-dx | 9 | 58252 | <gh_stars>1-10
VermilionMart_h:
db MART ; tileset
db VERMILION_MART_HEIGHT, VERMILION_MART_WIDTH ; dimensions (y, x)
dw VermilionMart_Blocks ; blocks
dw VermilionMart_TextPointers ; texts
dw VermilionMart_Script ; scripts
db 0 ; connections
dw VermilionMart_Object ; objects
|
examples/lsu_set.asm | Zottel/opencl_scad_experiment | 0 | 58254 | <reponame>Zottel/opencl_scad_experiment
// write some numbers to lsu
$0 -> lsu@in0
$77 -> lsu@in1
st -> lsu@opc
$1 -> lsu@in0
$177 -> lsu@in1
st -> lsu@opc
$2 -> lsu@in0
$33 -> lsu@in1
st -> lsu@opc
|
C/BiosLib/swapw.asm | p-k-p/SysToolsLib | 232 | 58256 | page ,132
;*****************************************************************************;
; ;
; FILE NAME: swapw.asm ;
; ;
; DESCRIPTION: Swap the two words of a dword. ;
; ;
; NOTES: ;
; ;
; HISTORY: ;... |
projects/08/FunctionCalls/FibonacciElement/FibonacciElement.asm | nadavWeisler/Nand2Tetris | 0 | 58257 | @256
D=A
@SP
M=D
@300
D=A
@LCL
M=D
@400
D=A
@ARG
M=D
@3000
D=A
@THIS
M=D
@4000
D=A
@THAT
M=D
@RETURN1
D=A
@SP
A=M
M=D
@SP
M=M+1
@LCL
D=M
@SP
A=M
M=D
@SP
M=M+1
@ARG
D=M
@SP
A=M
M=D
@SP
M=M+1
@THIS
D=M
@SP
A=M
M=D
@SP
M=M+1
@THAT
D=M
@SP
A=M
M=D
@SP
M=M+1
@SP
D=M
@0
D=D-A
@5
D=D-A
@ARG
M=D
@SP
D=M
@LCL
M=D
@Sys.init
0;JM... |
source/wc.asm | hamedmiir/OS-Lab-Scheduling | 0 | 58260 | <reponame>hamedmiir/OS-Lab-Scheduling<filename>source/wc.asm
_wc: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
printf(1, "%d %d %d %s\n", l, w, c, name);
}
int
main(int argc, char *argv[])
{
0: 8d 4c 24 04 lea 0x4(%esp),%ecx
4: 83 e4 f0 and $0xfffff... |
programs/oeis/283/A283208.asm | neoneye/loda | 22 | 58261 | ; A283208: Minimal exponent integer sequence associated with Vietoris sequence.
; 0,2,3,6,7,9,10,14,15,17,18,21,22,24,25,30,31,33,34,37,38,40,41,45,46,48,49,52,53,55,56,62,63,65,66,69,70,72,73,77,78,80,81,84,85,87,88,93,94,96,97,100,101,103,104,108,109,111,112,115,116,118,119
add $0,1
lpb $0
add $1,$0
div $0,2
lpe... |
kernel/arch/gdt.asm | Twometer/nekosys | 1 | 58262 | <filename>kernel/arch/gdt.asm
global setGdt
gdtr DW 0 ; For limit storage
DD 0 ; For base storage
setGdt:
MOV EAX, [esp + 4]
MOV [gdtr + 2], EAX
MOV AX, [ESP + 8]
MOV [gdtr], AX
LGDT [gdtr]
RET |
programs/oeis/103/A103969.asm | karttu/loda | 0 | 58263 | <filename>programs/oeis/103/A103969.asm
; A103969: Positions n such that A005941(n) = A005940(n).
; 1,2,3,4,5,6,7,8,9,10,12,14,16,18,20,24,28,32,36,40,48,56,64,72,80,96,112,128,144,160,192,224,256,288,320,384,448,512,576,640,768,896,1024,1152,1280,1536,1792,2048,2304,2560,3072,3584,4096,4608,5120,6144,7168,8192,9216,10... |
programs/oeis/284/A284625.asm | jmorken/loda | 1 | 58264 | ; A284625: Positions of 2 in A284749.
; 3,6,7,10,13,14,17,18,21,24,25,28,31,32,35,36,39,42,43,46,47,50,53,54,57,60,61,64,65,68,71,72,75,78,79,82,83,86,89,90,93,94,97,100,101,104,107,108,111,112,115,118,119,122,123,126,129,130,133,136,137,140,141,144,147,148,151,154,155,158,159,162,165,166,169,170,173,176,177,180,183,18... |
oeis/157/A157713.asm | neoneye/loda-programs | 11 | 58266 | ; A157713: a(n)=(2*n+1)!*(2*n-2)!/((n-1)!*(n!)^2*6) ,n=1,2... .
; Submitted by <NAME>(s4)
; 1,10,280,12600,776160,60540480,5708102400,630745315200,79894406592000,11408921261337600,1812981305892556800,317271728531197440000,60623305667038033920000,12557684745315021312000000
mov $2,$0
add $0,2
seq $0,1813 ; Quadruple fac... |
programs/oeis/167/A167498.asm | neoneye/loda | 22 | 58267 | ; A167498: a(n) = 6+32*n^2+8*n*(7+8*n^2)/3.
; 6,78,342,926,1958,3566,5878,9022,13126,18318,24726,32478,41702,52526,65078,79486,95878,114382,135126,158238,183846,212078,243062,276926,313798,353806,397078,443742,493926,547758,605366,666878,732422,802126,876118,954526,1037478,1125102,1217526,1314878,1417286,1524878,163778... |
oeis/333/A333564.asm | neoneye/loda-programs | 11 | 58268 | <gh_stars>10-100
; A333564: a(n) = [x^n] ( c(x)/c(-x) )^n, where c(x) = (1 - sqrt( 1 - 4*x))/(2*x) is the o.g.f. of the Catalan numbers A000108.
; Submitted by <NAME>
; 2,8,56,384,2752,20096,148864,1114112,8403968,63787008,486584320,3727196160,28649455616,220869853184,1707123245056,13223868760064,102636144295936,797982... |
src/KeyboardLabels.asm | gschizas/amstrad-diagnostics | 60 | 58269 |
@KEY_COUNT EQU 80
@JOYSTICK_KEY_COUNT_TOTAL EQU 7
@JOYSTICK_KEY_COUNT EQU JOYSTICK_KEY_COUNT_TOTAL - 2
@KEYBOARD_KEY_COUNT EQU KEY_COUNT - JOYSTICK_KEY_COUNT_TOTAL
KeyboardLabelsEnglish:
db 'a' ; 00 : ↑
db 'd' ; 01 : →
db 'b' ; 02 : ↓
db '9' ; 03 : f9
db '6' ; 04 : f6
db '3' ; 05 : f3
db SPECIALKEY_ENTER ; # ... |
lab4/maxmin/main.asm | samdsk/lab_arch2 | 0 | 58270 | <filename>lab4/maxmin/main.asm
.data
ins_n: .asciiz "Inserisci dim array: "
ins : .asciiz "Inserisci un numero (array): "
out_min: .asciiz "\nMin: "
out_max: .asciiz " Max: "
.text
.globl main
main:
li $v0 4
la $a0 ins_n
syscall
li $v0 5
syscall
#array size $s0
move $s0 $v0
#loop n
add $t1 $0 $s0
la... |
src/firmware-tests/Platform/Smps/EnableDisable/EnableDisableSmpsTestFixture.asm | pete-restall/Cluck2Sesame-Prototype | 1 | 58271 | #include "Platform.inc"
#include "FarCalls.inc"
#include "Smps.inc"
#include "TestFixture.inc"
radix decimal
extern doEnableCall
extern doDisableCall
udata
global numberOfEnableCalls
global numberOfDisableCalls
global expectedPortValue
global expectedTrisValue
global portValue
global trisValue
numberO... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_865.asm | ljhsiun2/medusa | 9 | 58272 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r14
push %r15
push %rax
push %rcx
push %rdi
// Faulty Load
lea addresses_A+0xbf06, %r15
nop
and %rax, %rax
mov (%r15), %r10w
lea oracles, %rcx
and $0xff, %r10
shlq $12, %r10
mov (%rcx,%r... |
Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0xca.log_21829_593.asm | ljhsiun2/medusa | 9 | 58273 | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r15
push %r9
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0xb2f5, %rcx
nop
nop
dec %rax
movw $0x6162, (%rcx)
nop
nop
dec %rsi
lea addresses_A_ht+0x312a, %r9
nop
nop
nop
xor %rbp, %rbp
mov (%r9), %r12w
nop
nop
dec %rbp
lea addresses_UC... |
sw/552tests/rand_simple/t_2_sub.asm | JPShen-UWM/ThreadKraken | 1 | 58274 | // seed 2
lbi r0, 67 // icount 0
slbi r0, 187 // icount 1
lbi r1, 60 // icount 2
slbi r1, 116 // icount 3
lbi r2, 41 // icount 4
slbi r2, 241 // icount 5
lbi r3, 28 // icount 6
slbi r3, 203 // icount 7
lbi r4, 10 // icount 8
slbi r4, 135 // icount 9
lbi r5, 115 // icount 10
slbi r5, 185 // icount 11
lbi r6, 123 // icou... |
oeis/141/A141060.asm | neoneye/loda-programs | 11 | 58275 | ; A141060: Fourth quadrisection of Jacobsthal numbers A001045 : a(n)=16a(n-1)-5 .
; Submitted by <NAME>
; 3,43,683,10923,174763,2796203,44739243,715827883,11453246123,183251937963,2932031007403,46912496118443,750599937895083,12009599006321323,192153584101141163,3074457345618258603,49191317529892137643,78706108047827420... |
src/8088/payload/hardware.asm | TheStingray8088/cbm2-pc-emulator | 15 | 58276 | <gh_stars>10-100
Hardware_Init:
; Check if external memory is present
mov al, 1
xor ah, ah
mov bx, 0A000h
Hardware_Init1:
mov es, ax
mov cx, [0000h]
mov [0000h], word 0A55Ah
cmp [0000h], word 0A55Ah
pushf
... |
oeis/091/A091000.asm | neoneye/loda-programs | 11 | 58277 | ; A091000: Number of closed walks of length n on the Petersen graph.
; 1,0,3,0,15,12,99,168,759,1764,6315,16896,54783,156156,484851,1421784,4330887,12861588,38846907,116016432,349097871,1045196460,3139783683,9410962440,28249664535,84715439172,254213426379,762506061408,2287786619679,6862822988124,20589542706195,61766480... |
Programs/src/filemngr.asm | royprocell/GoldOS16 | 4 | 58280 | <gh_stars>1-10
;GoldOS Mk IV
;
;<NAME>
;8/8/2015
;
;filemngr.bin
;
;GoldOS File Manager 3.0
;The file manager will reside in the kernel segment to avoid problems with loading other programs.
;
org 36864;49152
main:
mov di, 0
mov al, 3
int 0F1h
mov bl, 0x70
mov di, 0xA
int 0F1h
;draws a bar at the top two ro... |
examples/gd32vf103.asm | enthusi/bronzebeard | 0 | 58281 | # GD32VF103 Manual: Section 5.3
RCU_BASE_ADDR = 0x40021000
# GD32VF103 Manual: Section 5.3.7
RCU_APB2EN_OFFSET = 0x18
RCU_APB2EN_AFEN_BIT = 0
RCU_APB2EN_PAEN_BIT = 2
RCU_APB2EN_PBEN_BIT = 3
RCU_APB2EN_PCEN_BIT = 4
RCU_APB2EN_PDEN_BIT = 5
RCU_APB2EN_PEEN_BIT = 6
RCU_APB2EN_USART0EN_BIT = 14
# GD32VF103 Manual: Secti... |
audio/sfx/cry08_2.asm | AmateurPanda92/pokemon-rby-dx | 9 | 58282 | SFX_Cry08_2_Ch4:
dutycycle 240
squarenote 15, 15, 6, 1381
squarenote 10, 14, 4, 1404
squarenote 3, 12, 2, 1372
squarenote 15, 11, 2, 1340
endchannel
SFX_Cry08_2_Ch5:
dutycycle 90
squarenote 14, 13, 6, 1283
squarenote 9, 11, 4, 1307
squarenote 4, 9, 2, 1274
squarenote 15, 10, 2, 1243
endchannel
SFX_Cry08... |
fib.asm | gaming32/8bit | 2 | 58283 | .offset $8000
FIRST_VALUE = #0 ; First Fibonacci number
SECOND_VALUE = #1 ; Second Fibonacci number
init:
ldx FIRST_VALUE
ldy SECOND_VALUE
print:
sti $01 #%01 ; set mode to print number
stx $00 ; print the value of the X register
sti $01 #%00 ; set mode to print ascii
sti $00 '\n' ; pri... |
oeis/038/A038260.asm | neoneye/loda-programs | 11 | 58284 | ; A038260: Triangle read by rows: T(n,k) = binomial(n,k)*6^(n-k)*6^k, 0<=k<=n.
; Submitted by <NAME>
; 1,6,6,36,72,36,216,648,648,216,1296,5184,7776,5184,1296,7776,38880,77760,77760,38880,7776,46656,279936,699840,933120,699840,279936,46656,279936,1959552,5878656,9797760,9797760,5878656,1959552,279936,1679616
mov $1,1
... |
pwnlib/shellcraft/templates/amd64/android/migrate_stack.asm | zaratec/pwntools | 5 | 58285 | <reponame>zaratec/pwntools
<% from pwnlib.shellcraft import amd64 %>
<%page args="size=0x100000, fd=0"/>
<%docstring>Migrates to a new stack.</%docstring>
${amd64.linux.mmap_rwx(size)}
${amd64.mov('rsp', 'rax')}
add rsp, ${hex((size * 3 / 4) & ~7)}
|
programs/oeis/016/A016147.asm | neoneye/loda | 22 | 58286 | <filename>programs/oeis/016/A016147.asm
; A016147: Expansion of 1/((1-3x)(1-12x)).
; 1,15,189,2295,27621,331695,3981069,47775015,573306741,6879700575,82556465949,990677768535,11888133753861,142657606640655,1711891284470829,20542695427998855,246512345179032981
add $0,1
mov $1,12
pow $1,$0
mov $2,3
pow $2,$0
sub $1,$2
d... |
dev/smartdrv/int2fini.asm | minblock/msdos | 0 | 58287 | <gh_stars>0
;/*
; * Microsoft Confidential
; * Copyright (C) Microsoft Corporation 1991
; * All Rights Reserved.
; */
include bambi.inc
public call_bambi
public initialize_int2f
extrn accessing_swap_file_ptr :dword
extrn smart_win_data :byte
extrn warnin... |
programs/oeis/225/A225875.asm | karttu/loda | 0 | 58288 | <reponame>karttu/loda
; A225875: We write the 1 + 4*k numbers once and twice the others.
; 1,2,2,3,3,4,4,5,6,6,7,7,8,8,9,10,10,11,11,12,12,13,14,14,15,15,16,16,17,18,18,19,19,20,20,21,22,22,23,23,24,24,25,26,26,27,27,28,28,29,30,30,31,31,32,32,33,34,34,35,35,36,36,37,38,38,39,39,40,40,41,42,42,43
mul $0,4
mov $1,$0
ad... |
sound/musicasm/LBZ2.asm | NatsumiFox/Sonic-3-93-Nov-03 | 7 | 58289 | LBZ2_Header:
sHeaderInit ; Z80 offset is $8000
sHeaderPatch LBZ2_Patches
sHeaderCh $06, $03
sHeaderTempo $01, $25
sHeaderDAC LBZ2_DAC
sHeaderFM LBZ2_FM1, $0C, $1F
sHeaderFM LBZ2_FM2, $0C, $1F
sHeaderFM LBZ2_FM3, $18, $16
sHeaderFM LBZ2_FM4, $18, $0E
sHeaderFM LBZ2_FM5, $0C, $1A
sHeaderPSG LBZ2_PSG1, $F4... |
finding the largest number among three numbers.asm | arfat01850/Assembly_Program | 1 | 58290 | <gh_stars>1-10
.MODEL SMALL
.STACK 100H
.DATA
A DB ?
B DB ?
C DB ?
.CODE MAIN PROC
include 'emu8086.inc'
MOV AX,@DATA
MOV DS,AX
MOV AH,1
INT 21H
MOV A,AL
INT 21H
MOV B,AL
INT 21H
MOV C,AL
MOV BL,A ;BL -> A
MOV BH,B ;BH -> B
... |
tests/emra/RA_MODE/asm/RA01.asm | ilebedev/stacktool | 1 | 58292 | <gh_stars>1-10
#*****************************************
#
# EM^2 basic testbench
#
# RA01
# - under RA-only mode
# - 1 thread running on core 0
# - Test remote accesses & local accesses
# ... |
Tests/base/Z80N/Main.asm | MrKWatkins/ZXSpectrumNextTests | 23 | 58293 | <reponame>MrKWatkins/ZXSpectrumNextTests<gh_stars>10-100
device zxspectrum48
org $8000
INCLUDE "../../Constants.asm"
INCLUDE "../../Macros.asm"
INCLUDE "../../TestFunctions.asm"
INCLUDE "../../TestData.asm"
INCLUDE "../../OutputFunctions.asm"
INCLUDE "../../controls.i.asm"
MEM_STA... |
Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xca_notsx.log_21829_1176.asm | ljhsiun2/medusa | 9 | 58294 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r14
push %r8
push %r9
push %rax
push %rcx
lea addresses_UC_ht+0x18ba, %r8
nop
nop
nop
cmp %r9, %r9
mov (%r8), %eax
nop
nop
nop
nop
nop
and %r11, %r11
lea addresses_normal_ht+0xd4fe, %r14
nop
nop
nop
nop
and %r12, %r12
movb (%r14), %cl
sub $45734, %r... |
src/C/nettle/nettle-3.0/arm/memxor.asm | GaloisInc/hacrypto | 34 | 58295 | C arm/memxor.asm
ifelse(<
Copyright (C) 2013 <NAME>
This file is part of GNU Nettle.
GNU Nettle is free software: you can redistribute it and/or
modify it under the terms of either:
* the GNU Lesser General Public License as published by the Free
Software Foundation; either version 3 of the ... |
scripts/mansion2.asm | adhi-thirumala/EvoYellow | 16 | 58296 | Mansion2Script:
call Mansion2Script_51fee
call EnableAutoTextBoxDrawing
ld hl, Mansion2TrainerHeaders
ld de, Mansion2ScriptPointers
ld a, [wMansion2CurScript]
call ExecuteCurMapScriptInTable
ld [wMansion2CurScript], a
ret
Mansion2Script_51fee:
ld hl, wCurrentMapScriptFlags
bit 5, [hl]
res 5, [hl]
ret z
Ch... |
src/randolive.asm | RebelusQuo/sm_randomizer_rom | 0 | 58297 | <reponame>RebelusQuo/sm_randomizer_rom
; Randomizer.live - communication library
; Used here for multiworld messaging
!MESSAGEBASE = $703000
!MESSAGETMP = $c1
!MESSAGES_IN = !MESSAGEBASE
!MESSAGES_OUT = !MESSAGEBASE+$0100
!SNES_WRITEPTR = !MESSAGEBASE+$184
!REMOTE_READPTR = !MESSAGEBASE+$186
!REMOTE_WRITEPT... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_2819.asm | ljhsiun2/medusa | 9 | 58298 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r15
push %r8
push %r9
push %rax
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x10221, %r8
nop
nop
nop
xor $27275, %rbp
mov $0x6162636465666768, %rdx
movq %rdx, (%r8)
nop
nop
nop
nop
and $9447, %rax
lea address... |
Tests/yasm-regression/aes.asm | 13xforever/x86-assembly-textmate-bundle | 69 | 58299 | [bits 64]
aesenc xmm1, xmm2 ; out: 66 0f 38 dc ca
aesenc xmm1, [rax] ; out: 66 0f 38 dc 08
aesenc xmm1, dqword [rax] ; out: 66 0f 38 dc 08
aesenc xmm10, xmm12 ; out: 66 45 0f 38 dc d4
aesenc xmm10, [rax+r15*4] ; out: 66 46 0f 38 dc 14 b8
aesenc xmm10, [r14+r15*4] ; out: 66 47 0f 38 dc 14 be
vaesenc xmm1, xmm2 ... |
Irvine/Examples/ch07/32 bit/ExtAdd.asm | alieonsido/ASM_TESTING | 0 | 58300 | <reponame>alieonsido/ASM_TESTING
; Extended Addition Example (ExtAdd.asm)
; This program calculates the sum of two 8-byte integers.
; The integers are stored as arrays, with the least significant
; byte stored at the lowest address value.
INCLUDE Irvine32.inc
.data
op1 BYTE 34h,12h,98h,74h,06h,0A4h,0B2h,0... |
oeis/080/A080610.asm | neoneye/loda-programs | 11 | 58301 | ; A080610: Partial sums of Jacobsthal gap sequence.
; 0,1,4,5,20,21,84,85,340,341,1364,1365,5460,5461,21844,21845,87380,87381,349524,349525,1398100,1398101,5592404,5592405,22369620,22369621,89478484,89478485,357913940,357913941,1431655764,1431655765,5726623060,5726623061,22906492244,22906492245,91625968980,91625968981,... |
test3.asm | DilynT/Assembly-Final | 0 | 58302 | <filename>test3.asm
section .data
; for input/output
STDOUT equ -11
STDIN equ -10
NULL equ 0
consoleInHandle dd 1
consoleOutHandle dd 1
; typical variables
msg db 'Welcome To The Least Insipred Final Project Ever!',10,0
section .bss
buffer resd 2 ; ... |
libsrc/stdio/z88/gets.asm | jpoikela/z88dk | 38 | 58303 | <reponame>jpoikela/z88dk
;
; Small C z88 File functions
; Written by <NAME> <<EMAIL>>
; 22 August 1998 ** UNTESTED **
;
; 11/3/99 Revised to allow input from stdin
;
; *** THIS IS A Z88 SPECIFIC ROUTINE!!! ***
;
; Is this better now garry?!?! djm 1/4/2000
;
; Now goes back to the correct print position
;
;
; $Id: gets.... |
programs/oeis/055/A055795.asm | karttu/loda | 0 | 58304 | ; A055795: a(n) = binomial(n,4) + binomial(n,2).
; 0,1,3,7,15,30,56,98,162,255,385,561,793,1092,1470,1940,2516,3213,4047,5035,6195,7546,9108,10902,12950,15275,17901,20853,24157,27840,31930,36456,41448,46937,52955,59535,66711,74518,82992,92170,102090,112791,124313,136697,149985,164220,179446,195708,213052,231525,251175,... |
programs/oeis/224/A224977.asm | jmorken/loda | 1 | 58305 | <reponame>jmorken/loda
; A224977: n^2 minus sum of digits of n^2.
; 0,0,0,0,9,18,27,36,54,72,99,117,135,153,180,216,243,270,315,351,396,432,468,513,558,612,657,711,765,828,891,945,1017,1071,1143,1215,1278,1350,1431,1512,1593,1665,1746,1827,1917,2016,2106,2196,2295,2394,2493,2592,2691,2790,2898,3015,3123,3231,3348,3465,... |
oeis/349/A349767.asm | neoneye/loda-programs | 11 | 58306 | <filename>oeis/349/A349767.asm
; A349767: Numbers m such that 2^m - m is divisible by 5.
; Submitted by <NAME>
; 3,14,16,17,23,34,36,37,43,54,56,57,63,74,76,77,83,94,96,97,103,114,116,117,123,134,136,137,143,154,156,157,163,174,176,177,183,194,196,197,203,214,216,217,223,234,236,237,243,254,256,257,263,274,276,277,283,... |
oeis/157/A157260.asm | neoneye/loda-programs | 11 | 58307 | <reponame>neoneye/loda-programs
; A157260: Decimal expansion of (7 + 2*sqrt(2))/(7 - 2*sqrt(2)).
; Submitted by <NAME>(w2)
; 2,3,5,6,0,4,8,2,8,6,4,9,8,6,9,9,0,5,7,7,1,8,2,2,6,4,4,5,8,0,1,7,4,5,0,2,9,2,6,7,0,9,2,9,8,8,0,6,2,3,0,6,0,0,1,1,9,3,8,3,0,0,6,4,9,6,9,2,8,0,7,1,6,9,9,8,5,1,2,1,2,4,0,9,2,9,4,7,5,8,4,4,1,8,8,7,7,1... |
TI-86/inc/menu.asm | aaronjamt/3-Player-Pong | 1 | 58308 | DispMenu:
call ClearMenu ; Clears the menu area (prevents longer text poking out)
ld a,0 ; Set current row to 0 (AKA top line) and column to 0
ld (_curRow),a ; (AKA beginning of line)
ld (_curCol),a ; ...
call CalculateMenuAddr ; Calculate which menu to display by ID
call DispMenu... |
programs/oeis/172/A172517.asm | neoneye/loda | 22 | 58309 | ; A172517: Number of ways to place 2 nonattacking queens on an n X n toroidal board.
; 0,0,0,32,100,288,588,1152,1944,3200,4840,7200,10140,14112,18900,25088,32368,41472,51984,64800,79380,96800,116380,139392,165000,194688,227448,264992,306124,352800,403620,460800,522720,591872,666400,749088,837828,935712,1040364,1155200... |
libsrc/_DEVELOPMENT/math/float/am9511/lam32/c/sccz80/fabs_fastcall.asm | ahjelm/z88dk | 640 | 58310 | <reponame>ahjelm/z88dk
SECTION code_fp_am9511
PUBLIC fabs_fastcall
EXTERN asm_am9511_fabs_fastcall
defc fabs_fastcall = asm_am9511_fabs_fastcall
; SDCC bridge for Classic
IF __CLASSIC
PUBLIC _fabs_fastcall
defc _fabs_fastcall = asm_am9511_fabs_fastcall
ENDIF
|
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0.log_21829_1687.asm | ljhsiun2/medusa | 9 | 58312 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r15
push %r9
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x15d23, %r15
add %rbp, %rbp
and $0xffffffffffffffc0, %r15
movaps (%r15), %xmm6
vpextrq $1, %xmm6, %rsi
nop
sub $1710, %rcx
lea addresses_WC_ht+0x342b, %rcx
clflush (%rcx)
xor $... |
Arithmetic operations/Addition/add_float.asm | berkcetinsaya/MIPSLanguageExamples | 0 | 58313 | <reponame>berkcetinsaya/MIPSLanguageExamples<gh_stars>0
.data
number1: .float 10.54 # float variable number1 created
number2: .float 20.32 # float variable number2 created
.text
lwc1 $f1, number1 # number1 loaded into register $f1
lwc1 $f2, number2 # number2 loaded into register $f2
add.s $f0, $f1, $f2 # $f0 = $... |
smsq/kbd/ibm/base.asm | olifink/smsqe | 0 | 58314 | ; IBM SMSQ Keyboard Tables base area
;
; 2020-04-14 1.01 Added Spanish tables (MK)
section base
xdef kbd_base
xref kbdu_tab
xref kbde_tab
xref kbdd_tab
xref kbdf_tab
xref kbdi_tab
xref kbdes_tab
xref kbd_nsid
xref kbdf_nsid
xref kbdes_nsid
include 'dev8_keys_qdos_sms'
include 'dev8_keys_ldm'
kbd_ba... |
dv3/hd/done.asm | olifink/smsqe | 0 | 58315 | <reponame>olifink/smsqe<filename>dv3/hd/done.asm
; DV3 Hard Disk All Files Closed 1993 <NAME>
section dv3
xdef hd_done
include 'dev8_dv3_keys'
include 'dev8_dv3_hd_keys'
include 'dev8_mac_assert'
;+++
; This routine is called when all files are closed
;
; d7 c p drive ID / number
; a3 c p linkage block... |
8085_programming/8085 Programs/test5.asm | SayanGhoshBDA/code-backup | 16 | 58316 | .ORG 0000H
LDA 5001H
LXI H,5002H
MOV B,M
INX H
MOV C,M
ADD B
MOV C,M
JNC 011
INR D
DCR C
JNZ 007
STA 6000H
MOV A,D
STA 6001H
HLT |
libsrc/_DEVELOPMENT/stdio/z80/input_helpers/__stdio_scanf_ii.asm | meesokim/z88dk | 0 | 58317 |
SECTION code_stdio
PUBLIC __stdio_scanf_ii
EXTERN __stdio_scanf_sm_i, __stdio_recv_input_eat_ws_repeat, l_inc_sp
EXTERN __stdio_scanf_sm_ii, __stdio_recv_input_eatc, error_einval_zc, asm__strtoi
__stdio_scanf_ii:
; %I converter called from vfscanf()
; non-standard, reads IPv4 dotted decimal address into host... |
libsrc/games/p2000/bit_open.asm | meesokim/z88dk | 0 | 58318 | ; $Id: bit_open.asm,v 1.2 2015/01/19 01:32:44 pauloscustodio Exp $
;
; Philips P2000 1 bit sound functions
;
; TRS-80 1 bit sound functions
;
; void bit_open();
;
; <NAME> - Apr 2014
;
PUBLIC bit_open
EXTERN snd_tick
.bit_open
ld a,1
ld (snd_tick),a
ret
|
PRG/levels/Hills/Empty3.asm | narfman0/smb3_pp1 | 0 | 58319 | ; Original address was $ACD2
; Empty/unused 3
.word $0000 ; Alternate level layout
.word $0000 ; Alternate object layout
.byte LEVEL1_SIZE_04 | LEVEL1_YSTART_170
.byte LEVEL2_BGPAL_04 | LEVEL2_OBJPAL_08 | LEVEL2_XSTART_18
.byte LEVEL3_TILESET_03 | LEVEL3_VSCROLL_FREE
.byte LEVEL4_BGBANK_INDEX(3) | LEVEL4_INITACT_... |
src/crt/arch/x86_64/crtn.asm | Nax/Fragments | 2 | 58320 | ;
; Copyright (c) 2019, <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:
;
; 1. Redistributions of source code must retain the above copyright notice, this
; list of conditions and the fo... |
oeis/077/A077952.asm | neoneye/loda-programs | 11 | 58322 | <reponame>neoneye/loda-programs<gh_stars>10-100
; A077952: Expansion of 1/(1 - x + x^2 + 2*x^3).
; Submitted by <NAME>
; 1,1,0,-3,-5,-2,9,21,16,-23,-81,-90,37,289,432,69,-941,-1874,-1071,2685,7504,6961,-5913,-27882,-35891,3817,95472,163437,60331,-294050,-681255,-507867,761488,2631865,2886111,-1268730,-9418571,-13922063... |
src/sprite_barbaro_3.asm | fjpena/sword-of-ianna-msx2 | 43 | 58323 | <filename>src/sprite_barbaro_3.asm<gh_stars>10-100
idle:
DB 0, 0, 0, 0, 0, 112, 119, 119, 0, 0, 0, 0
DB 0, 0, 0, 0, 0, 23, 17, 17, 7, 0, 0, 0
DB 0, 0, 0, 0, 112, 17, 17, 17, 113, 0, 0, 0
DB 0, 0, 0, 0, 23, 17, 30, 30, 113, 0, 0, 0... |
libsrc/_DEVELOPMENT/target/rc2014/driver/ide/8080/ide_soft_reset.asm | UnivEngineer/z88dk | 4 | 58325 |
SECTION code_driver
PUBLIC ide_soft_reset
EXTERN __IO_IDE_CONTROL
EXTERN ide_wait_ready
EXTERN ide_write_byte
;------------------------------------------------------------------------------
; Routines that talk with the IDE drive, these should be called by
; the main program.
; Uses AF, DE
; by writing to the __I... |
Tests/yasm-regression/fcmov.asm | 13xforever/x86-assembly-textmate-bundle | 69 | 58326 | <reponame>13xforever/x86-assembly-textmate-bundle<filename>Tests/yasm-regression/fcmov.asm
[bits 16]
fcmovb st0, st1 ; out: da c1
fcmovbe st0, st1 ; out: da d1
fcmove st0, st1 ; out: da c9
fcmovnb st0, st1 ; out: db c1
fcmovnbe st0, st1 ; out: db d1
fcmovne st0, st1 ; out: db c9
fcmovnu st0, st1 ; out: db d9
fcm... |
Microprocessor/scasb.asm | Nmane1612/Nihar-Mane | 3 | 58327 | <gh_stars>1-10
; this sample shows how to use scasb instruction to find a symbol.
org 100h
jmp start
str1 db 'aaabbbxddd'
s_found db '"yes" - found!', 0Dh,0Ah, '$'
s_not db '"no" - not found!', 0Dh,0Ah, '$'
find_what equ 'x'
start:
; set forward direction:
cld
; set counter to string siz... |
src/spread/wdef/wait.asm | olifink/qspread | 0 | 58329 | <filename>src/spread/wdef/wait.asm
include win1_keys_wdef_long
include win1_keys_wwork
include win1_keys_wstatus
include win1_keys_wman
include WIN1_mac_menu_long
include WIN1_keys_colour
section menu
size equ 40
high equ 12
window wait
size size,high
origin 0,0 ; origin in application menu
wattr 0 \... |
asm_example/LoadStore.asm | ChrisitianFotso/DLX | 0 | 58330 | <gh_stars>0
myloop:
addi r1, r0, 4 # R1 <= 4
lw r2, 4(r1) # R2 <= 0
sw 20(r2), r1 # Mem(20) <= 4
lw r5, 20(r2) # R5 <= 4
addi r4, r5, 15 # STALL R4 <= 19
j myloop # jump
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
nop
|
oeis/154/A154117.asm | neoneye/loda-programs | 11 | 58331 | ; A154117: Expansion of (1 - x + 3*x^2)/((1-x)*(1-2*x)).
; 1,2,7,17,37,77,157,317,637,1277,2557,5117,10237,20477,40957,81917,163837,327677,655357,1310717,2621437,5242877,10485757,20971517,41943037,83886077,167772157,335544317,671088637,1342177277,2684354557,5368709117,10737418237,21474836477,42949672957,85899345917,171... |
Appl/GeoDex/Main/mainGeoDex.asm | steakknife/pcgeos | 504 | 58333 | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1992 -- All Rights Reserved
PROJECT: GeoDex
MODULE: Main
FILE: mainGeoDex.asm
MAKE: geodex.geo
AUTHOR: <NAME>, August 30, 1989
ROUTINES:
Name Description
---- -----------
RolodexHandleCR ... |
programs/oeis/336/A336477.asm | neoneye/loda | 22 | 58334 | <filename>programs/oeis/336/A336477.asm
; A336477: a(n) = 1 if a regular n-gon is constructible with ruler (or, more precisely, an unmarked straightedge) and compass, 0 otherwise.
; 1,1,1,1,1,1,0,1,0,1,0,1,0,0,1,1,1,0,0,1,0,0,0,1,0,0,0,0,0,1,0,1,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,1,0,... |
rtt-2.1/components/external/espruino/libs/math/polevl.asm | qingxianren/rtthreadLWIP-3 | 275 | 58335 | <reponame>qingxianren/rtthreadLWIP-3
; Static Name Aliases
;
TITLE polevl
_TEXT SEGMENT BYTE PUBLIC 'CODE'
_TEXT ENDS
CONST SEGMENT WORD PUBLIC 'CONST'
CONST ENDS
_BSS SEGMENT WORD PUBLIC 'BSS'
_BSS ENDS
_DATA SEGMENT WORD PUBLIC 'DATA'
_DATA ENDS
DGROUP GROUP CONST, _BSS, _DATA
ASSUME CS: _TEXT, DS: DGROUP, ... |
programs/oeis/075/A075869.asm | neoneye/loda | 22 | 58336 | <reponame>neoneye/loda<filename>programs/oeis/075/A075869.asm
; A075869: Numbers k such that 5*k^2 - 9 is a square.
; 3,51,915,16419,294627,5286867,94868979,1702354755,30547516611,548152944243,9836205479763,176503545691491,3167227616967075,56833593559715859,1019837456457918387,18300240622682815107
mul $0,6
mov $1,1
mo... |
libsrc/_DEVELOPMENT/stdio/z80/output_helpers/__stdio_printf_number_tail_int.asm | jpoikela/z88dk | 640 | 58338 | <gh_stars>100-1000
SECTION code_clib
SECTION code_stdio
PUBLIC __stdio_printf_number_tail_int
PUBLIC __stdio_printf_number_tail_uint
EXTERN __stdio_nextarg_hl, asm1_utoa, l_neg_hl
EXTERN __stdio_printf_number_tail, __stdio_printf_number_tail_zero
__stdio_printf_number_tail_int:
; enter : ix = FILE *
; ... |
tests/devices/amstradcpc/savecdt_basic.asm | jbrandwood/sjasmplus | 1 | 58339 | <reponame>jbrandwood/sjasmplus<gh_stars>1-10
DEVICE AMSTRADCPC464
ORG $7FFF
DB '1' ; mark page 1 at end
DB '2' ; mark page 2 at beginning
ORG 0x10000-4
endStart:
DB '!end' ; mark end of RAM at $FFFF (to check saving of last byte)
.sz EQU $-endStart
ASSER... |
external/source/shellcode/windows/x86/src/single/alloc_execute.asm | madhavarao-yejarla/VoIP | 35 | 58341 | ;-----------------------------------------------------------------------------;
; Author: (mostly) <NAME> (stephen_fewer[at]harmonysecurity[dot]com)
; Compatible: Windows 7, 2008, Vista, 2003, XP, 2000, NT4
; Version: 1.0 (31 October 2009)
; Size:
; Build: >build.py wrapped_jmp
;----------------------------------... |
bootloader/bootloader.asm | seian/cali | 0 | 58343 | [ORG 0x00]
[BITS 16]
SECTION .text
jmp 0x07C0:START ; move to START label
; GLOBAL ENV VALUES
TOTALSECTORCOUNT: dw 0x02
KERNEL32SECTORCOUNT: dw 0x02
START:
mov ax, 0x07C0 ; boot segment address
mov ds, ax ; set boot address to DS segment register
mov ax, 0xB800 ; video memo... |
Transynther/x86/_processed/NONE/_st_/i9-9900K_12_0xa0.log_21829_1082.asm | ljhsiun2/medusa | 9 | 58345 | <filename>Transynther/x86/_processed/NONE/_st_/i9-9900K_12_0xa0.log_21829_1082.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r13
push %r14
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x1b633, %r12
nop
nop
nop
nop
and %rbp, %rbp
movb $0x61, (%r12)
nop
nop
nop
su... |
oeis/159/A159006.asm | neoneye/loda-programs | 11 | 58347 | ; A159006: Transformation of prime(n): flip digits in the binary representation, revert the sequence of digits, and convert back to decimal.
; Submitted by <NAME>
; 2,0,2,0,2,4,14,6,2,8,0,22,26,10,2,20,8,16,30,14,54,6,26,50,60,44,12,20,36,56,0,62,110,46,86,22,70,58,26,74,50,82,2,124,92,28,52,4,56,88,104,8,112,32,254,62... |
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_2095.asm | ljhsiun2/medusa | 9 | 58348 | <filename>Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_2095.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r14
push %r9
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x3a9e, %r11
add %r14, %r14
mov $0x6162636465666768, %rax
movq %rax, %xmm6
movups %xm... |
programs/oeis/136/A136264.asm | neoneye/loda | 22 | 58349 | <filename>programs/oeis/136/A136264.asm
; A136264: Expansion of (1+x)^2*(x^2-6*x+1)/(x-1)^4.
; 1,0,-16,-64,-160,-320,-560,-896,-1344,-1920,-2640,-3520,-4576,-5824,-7280,-8960,-10880,-13056,-15504,-18240,-21280,-24640,-28336,-32384,-36800,-41600,-46800,-52416,-58464,-64960,-71920,-79360,-87296,-95744,-104720,-114240,-12... |
programs/oeis/256/A256249.asm | neoneye/loda | 22 | 58350 | ; A256249: Partial sums of A006257 (Josephus problem).
; 0,1,2,5,6,9,14,21,22,25,30,37,46,57,70,85,86,89,94,101,110,121,134,149,166,185,206,229,254,281,310,341,342,345,350,357,366,377,390,405,422,441,462,485,510,537,566,597,630,665,702,741,782,825,870,917,966,1017,1070,1125,1182,1241,1302,1365,1366,1369,1374,1381,1390,... |
BIOS/boot/boot_sector.asm | zadewg/MalOS | 3 | 58351 | <reponame>zadewg/MalOS<gh_stars>1-10
;
; Boot sector - Enters kernel in 32-bit PM
;
;[bits 16] ; CPU boots in 16-bit real mode for back compatibility.
[org 0x7c00] ; account for memory offset as loaded by BIOS
; this is done with assembler directives rather
; than memory segmentation to save bytes in t... |
programs/oeis/022/A022392.asm | neoneye/loda | 22 | 58352 | <reponame>neoneye/loda<gh_stars>10-100
; A022392: Fibonacci sequence beginning 1, 22.
; 1,22,23,45,68,113,181,294,475,769,1244,2013,3257,5270,8527,13797,22324,36121,58445,94566,153011,247577,400588,648165,1048753,1696918,2745671,4442589,7188260,11630849,18819109,30449958,49269067,79719025,128988092,208707117,337695209,... |
programs/oeis/329/A329486.asm | neoneye/loda | 22 | 58354 | <filename>programs/oeis/329/A329486.asm<gh_stars>10-100
; A329486: a(n) = 3*A006519(n)/2 + n/2 where A006519(n) is the highest power of 2 dividing n.
; 2,4,3,8,4,6,5,16,6,8,7,12,8,10,9,32,10,12,11,16,12,14,13,24,14,16,15,20,16,18,17,64,18,20,19,24,20,22,21,32,22,24,23,28,24,26,25,48,26,28,27,32,28,30,29,40,30,32,31,36,... |
programs/oeis/250/A250760.asm | karttu/loda | 0 | 58355 | ; A250760: Number of (5+1) X (n+1) 0..2 arrays with nondecreasing x(i,j)-x(i,j-1) in the i direction and nondecreasing x(i,j)+x(i-1,j) in the j direction.
; 3152,7272,13089,20603,29814,40722,53327,67629,83628,101324,120717,141807,164594,189078,215259,243137,272712,303984,336953,371619,407982,446042,485799,527253,570404... |
Kernel/asm/ports.asm | jpmrno/Scylla | 11 | 58356 | GLOBAL _port_write_byte
GLOBAL _port_write_word
GLOBAL _port_read_byte
GLOBAL _port_read_word
GLOBAL inpw
GLOBAL outpw
GLOBAL _song_note
section .text
align 16
%macro pushaq 0
push rax
push rbx
push rcx
push rdx
push rbp
push rdi
push rsi
push r8
push r9
push r10
push r11
push r12
push r13
push r14
pus... |
oeis/142/A142412.asm | neoneye/loda-programs | 11 | 58357 | <reponame>neoneye/loda-programs<filename>oeis/142/A142412.asm
; A142412: Primes congruent to 43 mod 48.
; Submitted by <NAME>
; 43,139,283,331,379,523,571,619,811,859,907,1051,1291,1483,1531,1579,1627,1723,1867,2011,2203,2251,2347,2539,2683,2731,2971,3019,3067,3163,3259,3307,3499,3547,3643,3691,3739,3931,4027,4219,4363... |
src/sound/song186restored.asm | MusicTheorist/Mother2GbaTranslation | 1 | 58358 | song186restored_pri equ 0
song186restored_rev equ 0
song186restored_mvl equ 127
song186restored_key equ 0
song186restored_tbs equ 1
song186restored_exg equ 0
song186restored_cmp equ 1
.align 4
;**************** Track 1 (Midi-Chn.1) ****************;
@song186restored_1:
.byte KEYSH , song186restored_key+0
... |
programs/oeis/244/A244805.asm | neoneye/loda | 22 | 58359 | ; A244805: The 240 degree spoke (or ray) of a hexagonal spiral of Ulam.
; 1,16,55,118,205,316,451,610,793,1000,1231,1486,1765,2068,2395,2746,3121,3520,3943,4390,4861,5356,5875,6418,6985,7576,8191,8830,9493,10180,10891,11626,12385,13168,13975,14806,15661,16540,17443,18370,19321,20296,21295,22318,23365,24436,25531,26650,... |
data/mapHeaders/SafariZoneWest.asm | AmateurPanda92/pokemon-rby-dx | 9 | 58360 | SafariZoneWest_h:
db FOREST ; tileset
db SAFARI_ZONE_WEST_HEIGHT, SAFARI_ZONE_WEST_WIDTH ; dimensions (y, x)
dw SafariZoneWest_Blocks ; blocks
dw SafariZoneWest_TextPointers ; texts
dw SafariZoneWest_Script ; scripts
db 0 ; connections
dw SafariZoneWest_Object ; objects
|
oeis/300/A300717.asm | neoneye/loda-programs | 11 | 58361 | <gh_stars>10-100
; A300717: Möbius transform of A003557, n divided by its largest squarefree divisor.
; Submitted by <NAME>
; 1,0,0,1,0,0,0,2,2,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,4,0,6,0,0,0,0,8,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,... |
programs/oeis/036/A036555.asm | neoneye/loda | 22 | 58362 | ; A036555: Hamming weight of 3n: number of 1's in binary expansion of 3n.
; 0,2,2,2,2,4,2,3,2,4,4,2,2,4,3,4,2,4,4,4,4,6,2,3,2,4,4,3,3,5,4,5,2,4,4,4,4,6,4,5,4,6,6,2,2,4,3,4,2,4,4,4,4,6,3,4,3,5,5,4,4,6,5,6,2,4,4,4,4,6,4,5,4,6,6,4,4,6,5,6,4,6,6,6,6,8,2,3,2,4,4,3,3,5,4,5,2,4,4,4
mul $0,3
mov $1,$0
lpb $1
div $1,2
sub ... |
programs/oeis/267/A267472.asm | jmorken/loda | 1 | 58363 | <filename>programs/oeis/267/A267472.asm
; A267472: Number of length-4 0..n arrays with no following elements larger than the first repeated value.
; 12,62,204,515,1096,2072,3592,5829,8980,13266,18932,26247,35504,47020,61136,78217,98652,122854,151260,184331,222552,266432,316504,373325,437476,509562,590212,680079,779840,... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.