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/io/cpu/ports.asm | NEMESIS13cz/SysBench | 3 | 48193 | <reponame>NEMESIS13cz/SysBench
[BITS 64]
global ports_out8
global ports_out16
global ports_out32
global ports_in8
global ports_in16
global ports_in32
ports_out8:
mov al, sil
mov dx, di
out dx, al
ret
ports_out16:
mov ax, si
mov dx, di
out dx, ax
ret
ports_out32:
mov eax, esi
mov dx, di
out dx... |
oeis/139/A139707.asm | neoneye/loda-programs | 11 | 48194 | ; A139707: Take n in binary. Rotate the binary digits to the right until a 1 once again appears as the leftmost digit. a(n) is result written in binary.
; Submitted by Christian Krause
; 1,10,11,100,110,101,111,1000,1100,1010,1101,1001,1110,1011,1111,10000,11000,10100,11001,10010,11010,10101,11011,10001,11100,10110,111... |
temp/crypto_examples/rsa_verify/rv32imc/dump-inline.asm | secure-foundations/veri-titan | 10 | 48195 |
rsa_rv.elf: file format elf32-littleriscv
Disassembly of section .text:
00010074 <main>:
10074: b7010113 addi sp,sp,-1168
10078: 48912223 sw s1,1156(sp)
1007c: 66c5 lui a3,0x11
1007e: 0b01a483 lw s1,176(gp) # 11e58 <d0inv>
10082: 5a868693 ad... |
oeis/284/A284880.asm | neoneye/loda-programs | 11 | 48196 | <filename>oeis/284/A284880.asm
; A284880: Positions of 1 in A284878; complement of A284879.
; Submitted by <NAME>
; 2,4,5,8,10,11,14,15,18,20,22,23,26,28,29,32,33,36,38,40,41,44,45,48,50,52,53,56,58,59,62,64,65,68,69,72,74,76,77,80,82,83,86,87,90,92,94,95,98,99,102,104,106,107,110,112,113,116,118,119,122,123,126,128,13... |
Library/GrObj/Guardian/bitmapGuardian.asm | steakknife/pcgeos | 504 | 48198 | <reponame>steakknife/pcgeos<filename>Library/GrObj/Guardian/bitmapGuardian.asm
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) Berkeley Softworks 1990 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: GrObj
FILE: bitmapGuardian.asm
AUTHOR: <NAME>, Jan 9, 1992
... |
kernel/thread.asm | TheMachine02/Sorcery | 14 | 48199 | ; this header reside in thread memory
; DONT TOUCH ANYTHING YOU DONT WANT TO BREAK IN THIS HEADER
; Atomic is UTERLY important while writing to it
; you can read pid, ppid, irq (but it will not be a *safe value, meaning it can change the next instruction
; for safety dont touch anything here except PID and PPID ;
... |
kernel/arch/x86_64/sched/smpcall.asm | racing19th/MiraiOS | 12 | 48200 | <reponame>racing19th/MiraiOS
SMPCALL_IRQ_NUM: equ 0xC1
global smpCallInit:function
global smpCallFunction:function
extern lapicSendIPIToAll
extern acquireSpinlock
extern releaseSpinlock
extern nrofActiveCPUs
extern mapIdtEntry
extern ackIRQ
SECTION .text
smpCallInit:
mov rdi, smpCallIrq
mov esi, SMPCALL_IRQ_NUM
... |
Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xca_notsx.log_21829_1327.asm | ljhsiun2/medusa | 9 | 48202 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r14
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0xa2db, %rdx
nop
dec %r10
mov $0x6162636465666768, %r14
movq %r14, %xmm7
movups %xmm7, (%rdx)
nop
nop
nop
add %rsi, %rsi
lea addresses_normal_ht+0x108... |
Semester_4/ASK/kropka.asm | BeBa17/My_University | 0 | 48203 | <gh_stars>0
; kropka przesuwajaca sie z prawej strony na lewą i z lewej na prawą i tak w kółko
$mod842
org 0
start:
mov A, #4Fh ; F- oznacza że nic się nie wyświetla
w_lewo:
mov R1, #3
petlaL:
mov P2, A
call delay
inc A
djnz R1, petlaL
jmp w_prawo
w_prawo:
mov R1, #3
petlaP:
mov P2, A
call delay
d... |
smsq/sbas/qd5.asm | olifink/smsqe | 0 | 48204 | ; SMSQ_SBAS_QD5 QD5 Interface v1.01
;
; 2006-01-10 1.01 Sets file name from QD as home file name (MK)
section sbas
include 'dev8_keys_qdos_sms'
include 'dev8_keys_thg'
include 'dev8_keys_err'
include 'dev8_keys_err4'
include 'dev8_keys_sbasic'
include 'dev8_keys_k'
include 'dev8_keys_qdthg'
include '... |
programs/oeis/194/A194960.asm | neoneye/loda | 22 | 48205 | <filename>programs/oeis/194/A194960.asm
; A194960: a(n) = floor((n+2)/3) + ((n-1) mod 3).
; 1,2,3,2,3,4,3,4,5,4,5,6,5,6,7,6,7,8,7,8,9,8,9,10,9,10,11,10,11,12,11,12,13,12,13,14,13,14,15,14,15,16,15,16,17,16,17,18,17,18,19,18,19,20,19,20,21,20,21,22,21,22,23,22,23,24,23,24,25,24,25,26,25,26,27,26,27,28,27,28,29,28,29,30,... |
sw/552tests/inst_tests/ld_0.asm | JPShen-UWM/ThreadKraken | 1 | 48206 | // Original test: ./nfischer/hw4/problem6/ld_0.asm
// Author: nfischer
// Test source code follows
//basic load
lbi r1, 0 //mem location tests first mem location
lbi r2, 8 //value to store
lbi r3, 0 //clear r3
st r2, r1, 0 //store at mem location
ld r3, r1, 0 //load from mem location
halt
|
sw/552tests/inst_tests/sub_6.asm | JPShen-UWM/ThreadKraken | 1 | 48207 | // Test provided by Karu
// Both sources same reg, produce zero
lbi r1, 0xfc
sub r2, r1, r1
halt
|
kill.asm | dmansilva/OSProject03 | 0 | 48208 | <reponame>dmansilva/OSProject03
_kill: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
#include "stat.h"
#include "user.h"
int
main(int argc, char **argv)
{
0: 55 push %ebp
1: 89 e5 mov %esp,%ebp
3: 83 e4 f0 and $0xfffffff0,... |
programs/oeis/143/A143689.asm | karttu/loda | 1 | 48209 | <gh_stars>1-10
; A143689: a(n) = (3*n^2 - n + 2)/2.
; 1,2,6,13,23,36,52,71,93,118,146,177,211,248,288,331,377,426,478,533,591,652,716,783,853,926,1002,1081,1163,1248,1336,1427,1521,1618,1718,1821,1927,2036,2148,2263,2381,2502,2626,2753,2883,3016,3152,3291,3433,3578,3726,3877,4031,4188,4348,4511,4677,4846,5018,5193,5371... |
Linux.Nasty.asm | guitmz/nasty | 5 | 48213 | ; Linux.Nasty
; Written by TMZ (2021)
;
; This virus should be assembled with FASM x64 (tested with version 1.73.27 on Linux 5.11.14-gentoo).
; - relies on the Reverse Text Segment Infection technique where the segment is extended in reverse by PAGE_SIZE to make room for the virus.
; - this technique only works on ... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca.log_7100_1545.asm | ljhsiun2/medusa | 9 | 48214 | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r15
push %r8
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x80c0, %rsi
lea addresses_UC_ht+0x19e68, %rdi
nop
nop
nop
nop
nop
dec %r15
mov $60, %rcx
rep movsl
nop
nop
nop
and %rbx, %rbx
lea addresses_A_ht+0xf0c0, %r13
nop
nop
nop
inc %r... |
汇编语言/实验/exp2/1.asm | wine99/hfut-cs-assignments | 56 | 48215 | <reponame>wine99/hfut-cs-assignments
; sum1 = ( V - ( X * Y + Z - 720 ) ) / X
; sum2 = ( V - ( X * Y + Z - 720 ) ) % X
.model small
.data
X dw -10
Y dw 1
Z dw 100
V dw 1000
sum1 dw ?
sum2 dw ?
.code
start:
mov ax, @data
mov ds, ax
mov ax, X
imul ... |
Sim/tests/09_test_store.asm | ericsims/16B | 0 | 48216 | <reponame>ericsims/16B<filename>Sim/tests/09_test_store.asm
#include "../CPU.asm"
#bank rom
; test store imm to direct address
store #0x12, var1
load a, var1
assert a, #0x12 ; check that the write/read was sucessful
; test storew imm to direct address
storew #0x3456, var2
load a, var2
assert a, #0x34 ; check that th... |
programs/oeis/319/A319610.asm | neoneye/loda | 22 | 48217 | <reponame>neoneye/loda
; A319610: a(n) is the minimal number of successive OFF cells that appears in n-th generation of rule-30 1D cellular automaton started from a single ON cell.
; 0,0,2,1,2,1,2,1,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1... |
oeis/100/A100532.asm | neoneye/loda-programs | 11 | 48218 | <reponame>neoneye/loda-programs
; A100532: The first four numbers of this sequence are the primes 2,3,5,7. The other terms are calculated by adding the previous four terms.
; Submitted by <NAME>
; 2,3,5,7,17,32,61,117,227,437,842,1623,3129,6031,11625,22408,43193,83257,160483,309341,596274,1149355,2215453,4270423,823150... |
test/filters-cases/bug-1989_microblaze.asm | OfekShilon/compiler-explorer | 4,668 | 48219 | <reponame>OfekShilon/compiler-explorer<filename>test/filters-cases/bug-1989_microblaze.asm
.text
.align 2
.weakext issue1989
$LFB0:
.ent issue1989
.type issue1989, @function
issue1989:
.frame r1,0,r15 # vars= 0, regs= 0, args= 0
.mask 0x... |
Sample/Platform/DUET/Loader/DxeIpl/Ia32/CpuIoAccess.asm | bitcrystal/edk | 14 | 48220 | <reponame>bitcrystal/edk<filename>Sample/Platform/DUET/Loader/DxeIpl/Ia32/CpuIoAccess.asm
title CpuIoAccess.asm
;------------------------------------------------------------------------------
;
; Copyright (c) 2006, Intel Corporation
; All rights reserved... |
programs/oeis/215/A215747.asm | neoneye/loda | 22 | 48222 | <reponame>neoneye/loda<gh_stars>10-100
; A215747: a(n) = (-2)^n mod n.
; 0,0,1,0,3,4,5,0,1,4,9,4,11,4,7,0,15,10,17,16,13,4,21,16,18,4,1,16,27,4,29,0,25,4,17,28,35,4,31,16,39,22,41,16,28,4,45,16,19,24,43,16,51,28,12,32,49,4,57,16,59,4,55,0,33,64,65,16,61,44,69,64,71,4,7,16,59,64,77,16,1,4,81,64,53,4,79,80,87,64,54,16,85... |
getinput.asm | mooseman/pd_asm_code | 2 | 48223 | <gh_stars>1-10
; getinput.asm
; Get a string from the keyboard and evaluate it.
;
; Acknowledgement -
; This code is by <NAME> who has kindly confirmed that
; it is in the public domain.
; Many thanks to Nathan for doing this!
; How to call it from the program
main:
call getinput
m... |
WangShuang_book/p260z.asm | SmirnovKol/Learning_x86_assembly_language | 1 | 48224 | <filename>WangShuang_book/p260z.asm<gh_stars>1-10
assume cs:code
code segment
start: mov ah, 2 ; set the location of the cursor
mov bh, 0 ; set page number
mov dh, 5 ; row number
mov dl, 12 ; column number
int 10h
mov ah, 9 ; display chars at the cursor
mov al, 'F'; set the char
mov bl, 10101100b ; color... |
oeis/007/A007429.asm | neoneye/loda-programs | 11 | 48225 | ; A007429: Inverse Moebius transform applied twice to natural numbers.
; Submitted by <NAME>
; 1,4,5,11,7,20,9,26,18,28,13,55,15,36,35,57,19,72,21,77,45,52,25,130,38,60,58,99,31,140,33,120,65,76,63,198,39,84,75,182,43,180,45,143,126,100,49,285,66,152,95,165,55,232,91,234,105,124,61,385,63,132,162,247,105,260,69,209,125... |
tests/misc/dir_output_default_name.asm | cizo2000/sjasmplus | 220 | 48226 | <reponame>cizo2000/sjasmplus<gh_stars>100-1000
;; test of default output file name in normal input file mode
; enable output into default output file ("dir_output_default_name.out")
OUTPUT
DB 'test'
|
pictures.asm | encukou/ti83-dex | 1 | 48227 | <reponame>encukou/ti83-dex
DEFINE P4PICS, SPACE=ROM
SEGMENT P4PICS
extern _Green
extern _DrawPkName
extern _Red
extern _Select
extern _Move
extern _LoadPic
extern _LPicBank1
public LPicBank1
extern _DrawMoveName
extern _DrawMoveName_AlignRight
extern _MoveList
extern _LoadLevelMoves
p... |
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_345_1140.asm | ljhsiun2/medusa | 9 | 48228 | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r8
push %rbp
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x15952, %rsi
lea addresses_D_ht+0x9182, %rdi
xor $57516, %r8
mov $110, %rcx
rep movsl
nop
nop
nop
cmp %rdi, %rdi
lea addresses_D_ht+0xc982, %rsi
lea addresses_A_ht+0x6402, %rdi... |
docs/antora/modules/ROOT/pages/nand2tetris/projects/08/FunctionCalls/NestedCall/NestedCall.asm | peacetrue/learn-nand2tetris | 0 | 48229 | <gh_stars>0
(Sys.init)
@4000
D=A
@0
A=M
M=D
@0
M=M+1
@0
M=M-1
@3
D=A
@0
D=D+A
@13
M=D
@0
A=M
D=M
@13
A=M
M=D
@5000
D=A
@0
A=M
M=D
@0
M=M+1
@0
M=M-1
@3
D=A
@1
D=D+A
@13
M=D
@0
A=M
D=M
@13
A=M
M=D
@112
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
... |
boot/idt.asm | DanielEliad/os | 0 | 48230 | <reponame>DanielEliad/os<filename>boot/idt.asm
[bits 32]
section .text
; Loads the IDT defined in '_idtp' into the processor.
; This is declared in C as 'extern void idt_load();'
global idt_load
extern idtp
idt_load:
; mov bx, MSG_IDT_LOAD
; call print_string_pm
lidt [idtp]
ret
;MSG_IDT_LOAD db "------------... |
src/shaders/h264/mc/set_SB_offset.asm | tizenorg/platform.upstream.libva-intel-driver | 0 | 48232 | /*
* Common module to set offset into the scoreboard
* Copyright © <2010>, Intel Corporation.
*
* This program is licensed under the terms and conditions of the
* Eclipse Public License (EPL), version 1.0. The full text of the EPL is at
* http://www.opensource.org/licenses/eclipse-1.0.php.
*
*/
//
//... |
oeis/010/A010479.asm | neoneye/loda-programs | 11 | 48233 | <gh_stars>10-100
; A010479: Decimal expansion of square root of 23.
; 4,7,9,5,8,3,1,5,2,3,3,1,2,7,1,9,5,4,1,5,9,7,4,3,8,0,6,4,1,6,2,6,9,3,9,1,9,9,9,6,7,0,7,0,4,1,9,0,4,1,2,9,3,4,6,4,8,5,3,0,9,1,1,4,4,4,8,2,5,7,2,3,5,9,0,7,4,6,4,0,8,2,4,9,2,1,9,1,4,4,6,4,3,6,9,1,8,8,6,0
mov $1,1
mov $2,1
mov $3,$0
add $3,8
mov $4,$0
ad... |
mc-sema/validator/x86/tests/ILD_F64m.asm | randolphwong/mcsema | 2 | 48234 | <filename>mc-sema/validator/x86/tests/ILD_F64m.asm
BITS 32
;TEST_FILE_META_BEGIN
;TEST_TYPE=TEST_F
;TEST_IGNOREFLAGS=
;TEST_FILE_META_END
; ILD_F64m
;TEST_BEGIN_RECORDING
lea edi, [esp-0x10]
mov DWORD [edi], 0x00001
mov DWORD [edi+4], 0x10001
fild QWORD [edi]
mov edi, 0x0
;TEST_END_RECOR... |
echo.asm | KaushikKPDARE/xv6-Clone-System-Call | 0 | 48235 | <reponame>KaushikKPDARE/xv6-Clone-System-Call<filename>echo.asm
_echo: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
#include "stat.h"
#include "user.h"
int
main(int argc, char *argv[])
{
0: 55 push %ebp
1: 89 e5 mov %esp,%ebp
3: 83 e4 f0... |
oeis/314/A314225.asm | neoneye/loda-programs | 11 | 48236 | ; A314225: Coordination sequence Gal.5.316.1 where G.u.t.v denotes the coordination sequence for a vertex of type v in tiling number t in the Galebach list of u-uniform tilings.
; Submitted by <NAME>
; 1,5,11,17,22,29,33,40,45,51,57,62,67,73,79,84,91,95,102,107,113,119,124,129,135,141,146,153,157,164,169,175,181,186,19... |
bootsector/utils_pm.asm | Derpius/DerpiOS | 0 | 48238 | [bits 32]
VIDEO_PTR equ 0xb8000
DEFAULT_COLOUR equ 0x0f
; Takes a char pointer stored in ebx and prints it using VGA text mode
print_pm:
pusha
mov edx, VIDEO_PTR ; Move VGA start ptr to edx
.loop:
mov al, [ebx] ; move char to lower byte of a
cmp al, 0 ; check if char is null
je .end ... |
programs/oeis/230/A230198.asm | neoneye/loda | 22 | 48239 | ; A230198: The number of multinomial coefficients over partitions with value equal to 8.
; 0,0,0,0,0,0,0,0,1,1,1,1,1,1,2,1,2,2,2,2,2,3,3,2,3,3,3,3,4,4,4,3,4,4,4,5,5,5,5,4,5,5,6,6,6,6,6,5,6,7,7,7,7,7,7,6,8,8,8,8,8,8,8,8,9,9,9,9,9,9,10,9,10,10,10,10,10,11,11,10,11,11,11,11,12,12,12,11
mov $2,$0
lpb $0
mod $0,8
add $... |
data/pokemon/base_stats/ninetales.asm | AtmaBuster/pokeplat-gen2 | 6 | 48240 | <filename>data/pokemon/base_stats/ninetales.asm
db 0 ; species ID placeholder
db 73, 76, 75, 100, 81, 100
; hp atk def spd sat sdf
db FIRE, FIRE ; type
db 75 ; catch rate
db 178 ; base exp
db BURNT_BERRY, BURNT_BERRY ; items
db GENDER_F75 ; gender ratio
db 20 ; step cycles to hatch
INCBIN "gfx/po... |
0x500-Shellcode/bind_port.asm | mafiya69/animated-umbrella | 0 | 48241 | <filename>0x500-Shellcode/bind_port.asm<gh_stars>0
BITS 32
; s = socket(2, 1, 0)
push BYTE 0x66 ; socketcall is syscall #102(0x66)
pop eax
cdq ; Zero out edx for use as a null DWORD later
xor ebx, ebx ; ebx is type of socketcall
inc ebx ; 1 = SYS_SOCKET = socket()
push edx ; Build arg array : { prot... |
test/test.Array.rfindq.asm | richRemer/atlatl | 0 | 48242 | <filename>test/test.Array.rfindq.asm
global test_case
extern Array.rfindq
extern sys.error
%include "Array.inc"
section .text
test_case:
mov rax, test_array ; Array to search
mov rbx, 0x4 ; search for 0x4
call Array.rfindq ; find offset
call sys.error ... |
kernel/src/arch/x86_64/init/paging.asm | aeleos/VeOS | 0 | 48243 | global set_up_paging
global enable_paging
extern l4_table
extern l3_table
extern l2_table
extern stack_l2_table
extern stack_l1_table
extern stack_top
extern stack_bottom
extern STACK_SIZE
extern temporary_map
section .init
bits 32
set_up_paging: ;sets up very basic paging for the first GB of memory
.map_l4: ;map fir... |
oeis/081/A081343.asm | neoneye/loda-programs | 11 | 48244 | <reponame>neoneye/loda-programs
; A081343: a(n) = (10^n + 4^n)/2.
; 1,7,58,532,5128,50512,502048,5008192,50032768,500131072,5000524288,50002097152,500008388608,5000033554432,50000134217728,500000536870912,5000002147483648,50000008589934592,500000034359738368,5000000137438953472,50000000549755813888,50000000219902325555... |
programs/oeis/165/A165133.asm | neoneye/loda | 22 | 48245 | ; A165133: a(n) = (2^(n+4)-1)*(2^n+1).
; 30,93,315,1143,4335,16863,66495,264063,1052415,4201983,16792575,67139583,268496895,1073864703,4295213055,17180360703,68720459775,274879873023,1099515559935,4398054375423,17592201773055,70368775634943,281475039625215
mov $2,$0
mov $0,2
add $2,4
pow $0,$2
add $0,8
bin $0,2
sub $0... |
libsrc/strings/strcspn.asm | andydansby/z88dk-mk2 | 1 | 48246 | ; CALLER linkage for function pointers
XLIB strcspn
LIB strcspn_callee
XREF ASMDISP_STRCSPN_CALLEE
.strcspn
pop bc
pop de
pop hl
push hl
push de
push bc
jp strcspn_callee + ASMDISP_STRCSPN_CALLEE
|
Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xa0.log_21829_482.asm | ljhsiun2/medusa | 9 | 48247 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r14
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0xabcb, %rdi
nop
nop
and $6356, %r13
mov (%rdi), %ecx
add $51437, %rsi
lea addresses_UC_ht+0x12887, %rdi
nop
add %r11, %r11
mov (%rdi), %r14d
nop
nop
nop
nop
nop
and $2186, %r14
lea add... |
vp8/common/x86/loopfilter_sse2.asm | Confucius-Pei/libvpx | 33 | 48248 | ;
; Copyright (c) 2010 The WebM project authors. All Rights Reserved.
;
; Use of this source code is governed by a BSD-style license
; that can be found in the LICENSE file in the root of the source
; tree. An additional intellectual property rights grant can be found
; in the file PATENTS. All contributing proje... |
Profiling/x64/example64.asm | zummenix/asm-projects | 1 | 48249 |
format PE64 GUI
include 'win64w.inc'
section '.text' code readable executable
start:
sub rsp,8
stdcall Profiling.getTime
mov [ValueTime],rax
invoke Sleep,999
stdcall Profiling.showResult,[ValueTime]
invoke ExitProcess,0
include 'Pro... |
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_930_1366.asm | ljhsiun2/medusa | 9 | 48250 | <filename>Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_930_1366.asm<gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r14
push %r8
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x14e76, %rsi
lea addresses_normal_ht+0x12f16, %rdi
nop
nop
nop
cmp %r8, %r8
mov $4, %rc... |
libsrc/math/mbf64/c/sccz80/l_f64_ge.asm | jpoikela/z88dk | 640 | 48251 |
SECTION code_fp_mbf64
PUBLIC l_f64_ge
EXTERN ___mbf64_setup_comparison
EXTERN l_f64_yes
EXTERN l_f64_no
INCLUDE "mbf64.def"
; Stack >= registers
l_f64_ge:
call ___mbf64_setup_comparison
; 0b00000000 = stack == register
; 0b00000001 = stack > register
; 0b11111111 = stack < register
inc a
jp z,l_f64_no
... |
sound/sfxasm/71.asm | NatsumiFox/Sonic-3-93-Nov-03 | 7 | 48252 | <reponame>NatsumiFox/Sonic-3-93-Nov-03
71_Header:
sHeaderInit ; Z80 offset is $CA47
sHeaderPatch 71_Patches
sHeaderTick $01
sHeaderCh $01
sHeaderSFX $80, $05, 71_FM5, $00, $01
71_FM5:
sPatFM $00
dc.b nC5, $06, nA4, $16
sStop
71_Patches:
; Patch $00
; $3C
; $05, $01, $0A, $01, $56, $5C, $5C, $5C
; $... |
unittests/ASM/H0F3A/66_20.asm | cobalt2727/FEX | 628 | 48253 | %ifdef CONFIG
{
"RegData": {
"XMM1": ["0x48510f254d2fa47f", "0x2b5774313a974886"],
"XMM2": ["0x006b6b6b6b6b6b6b", "0x6b00000000000000"]
}
}
%endif
lea rdx, [rel .data]
mov rsi, 0xe0000000
mov rax, 0
mov [rsi + 8 * 0], rax
mov [rsi + 8 * 1], rax
movaps xmm1, [rsi + 16 * 0]
movaps xmm2, [rsi + 16 * 0]
mova... |
programs/oeis/048/A048879.asm | jmorken/loda | 1 | 48254 | ; A048879: Generalized Pellian with second term of 10.
; 1,10,41,174,737,3122,13225,56022,237313,1005274,4258409,18038910,76414049,323695106,1371194473,5808472998,24605086465,104228818858,441520361897,1870310266446,7922761427681,33561355977170,142168185336361,602234097322614,2551104574626817
mov $1,1
lpb $0
sub $0,1... |
Transynther/x86/_processed/NONE/_un_xt_/i9-9900K_12_0xa0_notsx.log_21829_488.asm | ljhsiun2/medusa | 9 | 48255 | .global s_prepare_buffers
s_prepare_buffers:
push %r14
push %rbp
push %rbx
push %rcx
lea addresses_WC_ht+0xa327, %rbp
nop
nop
nop
nop
xor %rcx, %rcx
mov (%rbp), %bx
nop
nop
nop
nop
add $644, %r14
pop %rcx
pop %rbx
pop %rbp
pop %r14
ret
.global s_faulty_load
s_faulty_load:
push %r12
push %r13
push %r15
push %r9
pus... |
programs/oeis/122/A122797.asm | neoneye/loda | 22 | 48256 | ; A122797: A P_3-stuttered arithmetic progression with a(n+1)=a(n) if n is a triangular number, a(n+1)=a(n)+1 otherwise.
; 1,1,2,2,3,4,4,5,6,7,7,8,9,10,11,11,12,13,14,15,16,16,17,18,19,20,21,22,22,23,24,25,26,27,28,29,29,30,31,32,33,34,35,36,37,37,38,39,40,41,42,43,44,45,46,46,47,48,49,50,51,52,53,54,55,56,56,57,58,59,... |
programs/oeis/334/A334320.asm | karttu/loda | 0 | 48257 | <reponame>karttu/loda
; A334320: Number of even integers in base n with exactly two distinct digits.
; 0,0,1,1,5,6,13,15,25,28,41,45,61,66,85,91,113,120,145,153,181,190,221,231,265,276,313,325,365,378,421,435,481,496,545,561,613,630,685,703,761,780,841,861,925,946,1013,1035,1105,1128,1201,1225,1301,1326,1405,1431,1513,... |
dino/lcs/base/62B4.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | 6 | 48258 | <reponame>zengfr/arcade_game_romhacking_sourcecode_top_secret_data<filename>dino/lcs/base/62B4.asm
copyright zengfr site:http://github.com/zengfr/romhack
00042A move.l D1, (A0)+
00042C dbra D0, $42a
0148F2 move.w (A1)+, D1
0148F4 add.w D5, D1 [base+6004, base+6024, base+602C, base+610C, base+6114, base+6... |
libsrc/gfx/narrow/drawto.asm | ahjelm/z88dk | 640 | 48259 | ; ----- void drawto(int x2, int y2)
IF !__CPU_INTEL__ & !__CPU_GBZ80__
SECTION code_graphics
PUBLIC drawto
PUBLIC _drawto
EXTERN asm_drawto
.drawto
._drawto
pop af ; ret addr
pop de ; y2
pop hl
push hl
push de
ld d,l ; x2
push ... |
scripts/AgathasRoom.asm | opiter09/ASM-Machina | 1 | 48260 | <reponame>opiter09/ASM-Machina
AgathasRoom_Script:
call AgathaShowOrHideExitBlock
call EnableAutoTextBoxDrawing
ld hl, AgathasRoomTrainerHeaders
ld de, AgathasRoom_ScriptPointers
ld a, [wAgathasRoomCurScript]
call ExecuteCurMapScriptInTable
ld [wAgathasRoomCurScript], a
ret
AgathaShowOrHideExitBlock:
; Blocks ... |
architecture/design/logisim/test/waterfall_lamp_withnop.asm | sabertazimi/hust-lab | 29 | 48261 | <filename>architecture/design/logisim/test/waterfall_lamp_withnop.asm
nop
nop
nop
addi $s0,$zero,1
nop
nop
nop
sll $s3, $s0, 31 # $s3=0x80000000
nop
nop
nop
sra $s3, $s3, 31 # $s3=0xFFFFFFFF
nop
nop
nop
addu $s0,$zero,$zero # $s0=0
nop
nop
nop
addi $s2,$zero,12
nop
nop
nop
addiu $s6,$0,3
zmd_loop:
nop
nop... |
libsrc/graphics/vg5k/xorpixl.asm | grancier/z180 | 0 | 48262 | ;
; Philips VG-5000 pseudo graphics routines
; Version for the 2x3 graphics symbols
;
; <NAME> 2015
;
;
; Xor pixel at (x,y) coordinate.
;
;
; $Id: xorpixl.asm,v 1.3 2016/07/02 09:01:36 dom Exp $
;
INCLUDE "graphics/grafix.inc"
SECTION code_clib
PUBLIC xorpixel
EXTERN div3
EX... |
programs/oeis/063/A063234.asm | jmorken/loda | 1 | 48263 | ; A063234: Dimension of the space of weight 2n cuspidal newforms for Gamma_0( 82 ).
; 3,10,18,22,30,38,42,50,58,62,70,78,82,90,98,102,110,118,122,130,138,142,150,158,162,170,178,182,190,198,202,210,218,222,230,238,242,250,258,262,270,278,282,290,298,302,310,318,322,330
mov $2,$0
mul $0,2
lpb $0
trn $0,3
add $1,4
l... |
oeis/348/A348312.asm | neoneye/loda-programs | 11 | 48264 | ; A348312: a(n) = n! * Sum_{k=0..n-1} 3^k / k!.
; Submitted by <NAME>(s2)
; 0,1,8,51,312,1965,13248,97839,800208,7260921,72806040,801515979,9620317512,125071036389,1751016829968,26265324194055,420245416687392,7144172815479921,128595113003161512,2443307154421058019,48866143111666389720,1026189005418216656541,22576158119... |
base/Kernel/Native/arm/Crt/r_ged.asm | sphinxlogic/Singularity-RDK-2.0 | 0 | 48265 | <gh_stars>0
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;; Microsoft Research Singularity
;;;
;;; Copyright (c) Microsoft Corporation. All rights reserved.
;;;
;;; This file contains ARM-specific assembly code.
;;;
GBLL geq_s
GET basic_d.asm
... |
programs/oeis/005/A005056.asm | jmorken/loda | 1 | 48266 | ; A005056: a(n) = 3^n + 2^n - 1.
; 1,4,12,34,96,274,792,2314,6816,20194,60072,179194,535536,1602514,4799352,14381674,43112256,129271234,387682632,1162785754,3487832976,10462450354,31385253912,94151567434,282446313696,847322163874,2541932937192,7625731702714,22877060890416,68630914235794,205892205836472,617675543767594,... |
Library/Kernel/Local/stringSize.asm | steakknife/pcgeos | 504 | 48267 | <reponame>steakknife/pcgeos
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1991 -- All Rights Reserved
PROJECT: PC GEOS
MODULE:
FILE: stringSize.asm
AUTHOR: <NAME>, Dec 12, 1991
ROUTINES:
Name Description
---- -----------
LocalStringSiz... |
Transynther/x86/_processed/NONE/_st_/i7-8650U_0xd2.log_3_551.asm | ljhsiun2/medusa | 9 | 48268 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r13
push %r9
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0xbd7, %r11
nop
nop
nop
sub %rbx, %rbx
mov (%r11), %r13d
nop
sub $7561, %rdi
lea addresses_WT_ht+0xf557, %rsi
lea addresses_WT_ht+0x105d7, %rdi
xor %r9... |
Transynther/x86/_processed/US/_st_4k_/i7-7700_9_0x48.log_14381_2405.asm | ljhsiun2/medusa | 9 | 48269 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r14
push %r8
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0xb9f5, %rsi
lea addresses_normal_ht+0xae33, %rdi
nop
nop
nop
nop
nop
cmp %r10, %r10
mov $47, %rcx
rep movsw
nop
nop
cmp %rdi, %rdi
lea addresses_... |
04-extern/hello.asm | gashev/assembly-examples | 1 | 48270 | <reponame>gashev/assembly-examples<gh_stars>1-10
extern exit ; the C function, to be called
extern puts ; the C function, to be called
SECTION .data
hello: db 'Hello world!', 0
SECTION .text
GLOBAL _start
_start:
mov edi, hello
call puts ; Call C function
mov edi, 0
call ... |
unused/develop/obj/background_4.asm | pau-tomas/gbvm | 33 | 48271 | ;--------------------------------------------------------
; File Created by SDCC : free open source ANSI-C Compiler
; Version 4.1.4 #12246 (Mac OS X x86_64)
;--------------------------------------------------------
.module background_4
.optsdcc -mgbz80
;--------------------------------------------------------
; Pub... |
oeis/053/A053180.asm | neoneye/loda-programs | 0 | 48273 | <filename>oeis/053/A053180.asm
; A053180: Numbers ending in 7 which are not prime.
; Submitted by <NAME>(w2)
; 27,57,77,87,117,147,177,187,207,217,237,247,267,287,297,327,357,377,387,407,417,427,437,447,477,497,507,517,527,537,567,597,627,637,657,667,687,697,707,717,737,747,767,777,807,817,837,847,867,897,917,927,957,9... |
libsrc/_DEVELOPMENT/input/zx/c/sdcc_iy/in_key_scancode.asm | jpoikela/z88dk | 640 | 48274 |
; uint16_t in_key_scancode(int c)
SECTION code_clib
SECTION code_input
PUBLIC _in_key_scancode
EXTERN asm_in_key_scancode
_in_key_scancode:
pop af
pop hl
push hl
push af
jp asm_in_key_scancode
|
MdePkg/Library/BaseBinSecurityLibRng/X64/GSHandlerCheck.asm | makubacki/mu_basecore | 0 | 48275 | <gh_stars>0
;------------------------------------------------------------------------------
; GSHandlerCheck.asm
; MS_CHANGE_?
;------------------------------------------------------------------------------
.code
;------------------------------------------------------------------------------
; VOID
; EFIAPI
; __GS... |
libsrc/_DEVELOPMENT/adt/b_array/c/sccz80/b_array_append_n_callee.asm | meesokim/z88dk | 0 | 48276 | <gh_stars>0
; size_t b_array_append_n(b_array_t *a, size_t n, int c)
SECTION code_adt_b_array
PUBLIC b_array_append_n_callee
b_array_append_n_callee:
pop hl
pop bc
pop de
ex (sp),hl
INCLUDE "adt/b_array/z80/asm_b_array_append_n.asm"
|
libsrc/_DEVELOPMENT/math/float/am9511/z80/am32_nan_b.asm | ahjelm/z88dk | 640 | 48278 | <reponame>ahjelm/z88dk
SECTION code_clib
SECTION code_fp_am9511
PUBLIC asm_am9511_nan_b
EXTERN asm_am9511_derror_einval_zc
.asm_am9511_nan_b
; strtod() helper function
; return nan(...) given pointer to buffer at '('
;
; enter : hl = char *buff
;
; exit : hl = char *buff (moved past nan ar... |
programs/oeis/255/A255745.asm | neoneye/loda | 22 | 48279 | <filename>programs/oeis/255/A255745.asm
; A255745: a(1) = 1; for n > 1, a(n) = 11*10^{A000120(n-1)-1}.
; 1,11,11,110,11,110,110,1100,11,110,110,1100,110,1100,1100,11000,11,110,110,1100,110,1100,1100,11000,110,1100,1100,11000,1100,11000,11000,110000,11,110,110,1100,110,1100,1100,11000,110,1100,1100,11000,1100,11000,1100... |
libsrc/_DEVELOPMENT/target/zx/driver/terminal/zx_01_output_fzx_tty_z88dk/zx_01_output_fzx_tty_z88dk_23_atr.asm | meesokim/z88dk | 0 | 48280 |
SECTION code_fcntl
PUBLIC zx_01_output_fzx_tty_z88dk_23_atr
zx_01_output_fzx_tty_z88dk_23_atr:
; atr dx,dy
; de = parameters *
ld a,(de) ; a = dy
inc de
ld c,a
add a,a
sbc a,a
ld b,a ; bc = dy
ld l,(ix+37)
ld h,(ix+38) ... |
programs/oeis/136/A136105.asm | neoneye/loda | 22 | 48281 | <filename>programs/oeis/136/A136105.asm
; A136105: Partial sums of A051941.
; 6,27,73,155,285,476,742,1098,1560,2145,2871,3757,4823,6090,7580,9316,11322,13623,16245,19215,22561,26312,30498,35150,40300,45981,52227,59073,66555,74710,83576,93192,103598,114835,126945,139971,153957
add $0,1
lpb $0
sub $0,1
add $3,6
a... |
programs/oeis/081/A081603.asm | neoneye/loda | 22 | 48282 | ; A081603: Number of 2's in ternary representation of n.
; 0,0,1,0,0,1,1,1,2,0,0,1,0,0,1,1,1,2,1,1,2,1,1,2,2,2,3,0,0,1,0,0,1,1,1,2,0,0,1,0,0,1,1,1,2,1,1,2,1,1,2,2,2,3,1,1,2,1,1,2,2,2,3,1,1,2,1,1,2,2,2,3,2,2,3,2,2,3,3,3,4,0,0,1,0,0,1,1,1,2,0,0,1,0,0,1,1,1,2,1
lpb $0
lpb $0
div $0,3
mul $0,3
add $0,1
a... |
oeis/037/A037600.asm | neoneye/loda-programs | 11 | 48283 | <filename>oeis/037/A037600.asm<gh_stars>10-100
; A037600: Base 7 digits are, in order, the first n terms of the periodic sequence with initial period 1,3,0.
; Submitted by <NAME>
; 1,10,70,491,3440,24080,168561,1179930,8259510,57816571,404716000,2833012000,19831084001,138817588010,971723116070,6802061812491,47614432687... |
game/logic/game_states/netplay_launch_screen.asm | benoitryder/super-tilt-bro | 0 | 48284 | init_netplay_launch_screen:
.(
jsr set_menu_chr
SWITCH_BANK(#DATA_BANK_NUMBER)
; Enable ESP
lda #1
sta RAINBOW_FLAGS
; Construct nt buffers for palettes (to avoid changing it mid-frame)
lda #<palette_netplay_launch
sta tmpfield1
lda #>palette_netplay_launch
sta tmpfield2
jsr construct_palettes_nt_buffer
... |
src/z80asm/dev/z80asm_lib/rld.asm | jpoikela/z88dk | 0 | 48286 | ; Substitute for z80 rld instruction
; aralbrec 06.2007
IF !__CPU_8080__ && !__CPU_8085__
SECTION code_crt0_sccz80
PUBLIC __z80asm__rld
.__z80asm__rld
jr nc, dorld
call dorld
scf
ret
.dorld
rlca
rlca
rlca
rlca ; a = bits 32107654
sla a
rl (hl)
adc ... |
lib/src/os/w95/xDllstub.asm | zanud/xds-2.60 | 53 | 48288 | <gh_stars>10-100
; COPYRIGHT (c) 1997 xTech Ltd. All Rights Reserved.
; COPYRIGHT (c) 2002 Excelsior LLC. All Rights Reserved.
;
; DLL initialization stub
cpu 386
bits 32
section .text use32 public align=4 public 'CODE'
; stub for "weak extern"
... |
Ports/AVR32/UC3/GNU/net_util_a.asm | mpanther/uC-TCP-IP | 0 | 48289 | /*
*********************************************************************************************************
* uC/TCP-IP
* The Embedded TCP/IP Suite
*
* Copyright 2004-2020 Silicon Laboratories Inc. www.silabs.com
*
* ... |
oeis/077/A077259.asm | neoneye/loda-programs | 11 | 48290 | <reponame>neoneye/loda-programs
; A077259: First member of the Diophantine pair (m,k) that satisfies 5*(m^2 + m) = k^2 + k; a(n) = m.
; 0,2,6,44,116,798,2090,14328,37512,257114,673134,4613732,12078908,82790070,216747218,1485607536,3889371024,26658145586,69791931222,478361013020,1252365390980,8583840088782,2247278510642... |
ChineseNonsense_msdos_version/src/intro.asm | lebedevsergey/OldDemosceneStuffBundle | 0 | 48292 |
NULL equ 0FFFFFFFFh
MAX_CURVES_NUM equ 10
HOR_RAZR equ 320;320;320
VERT_RAZR equ 200
Virt_Screen1 equ 0A000h
.286
.Model tiny
.Code
.386
include macros.inc
include mac2.inc
org 100h
_main:
set13
push Virt_Screen1
pop es
Waitforit:
mov ax,MAX_CURVES_NUM+3
call Random
inc ax
;mov Curve... |
Test/Basic/ForLoop.asm | CharlesCarley/ToyVM | 1 | 48293 | <gh_stars>1-10
main:
mov x0, 0
mov x1, 0xFF
top:
cmp x0, x1
bge done
inc x0
b top
done:
prg x0
mov x0, 0
ret |
release/src-rt-6.x.4708/router/nettle/aes-decrypt-internal.asm | zaion520/ATtomato | 2 | 48295 | <reponame>zaion520/ATtomato<filename>release/src-rt-6.x.4708/router/nettle/aes-decrypt-internal.asm
C arm/aes-decrypt-internal.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:
* t... |
third-party/gmp/gmp-src/mpn/x86_64/invert_limb.asm | jhh67/chapel | 1,602 | 48296 | dnl AMD64 mpn_invert_limb -- Invert a normalized limb.
dnl Contributed to the GNU project by <NAME> and <NAME>.
dnl Copyright 2004, 2007-2009, 2011, 2012 Free Software Foundation, Inc.
dnl This file is part of the GNU MP Library.
dnl
dnl The GNU MP Library is free software; you can redistribute it and/or modify... |
programs/oeis/213/A213436.asm | jmorken/loda | 1 | 48297 | ; A213436: Principal diagonal of the convolution array A212891.
; 1,17,84,260,625,1281,2352,3984,6345,9625,14036,19812,27209,36505,48000,62016,78897,99009,122740,150500,182721,219857,262384,310800,365625,427401,496692,574084,660185,755625,861056,977152,1104609
mov $18,$0
mov $20,$0
add $20,1
lpb $20
clr $0,18
mov ... |
src/code_writen_when_learning/smallest_ELF/hand_writen_start_and_exit/assembly_for_syscall.asm | NobodyXu/snippet | 1 | 48299 | <reponame>NobodyXu/snippet
# Register use for syscall
# syscall_num 1st arg 2nd 3rd 4th 5th 6th
# x86_64 rax rdi rsi rdx r10 r8 r9 -
mov %rdi,%rax
mov %rsi,%rdi
mov %rdx,%rsi
mov %rcx,%rdx
mov %r8,%r10
mov %r9,%r8
mov 0x8(%rsp),%r9
syscall
cmp $0xffff... |
pwnlib/shellcraft/templates/thumb/linux/sched_get_priority_min.asm | IMULMUL/python3-pwntools | 325 | 48300 | <%
from pwnlib.shellcraft.thumb.linux import syscall
%>
<%page args="algorithm"/>
<%docstring>
Invokes the syscall sched_get_priority_min. See 'man 2 sched_get_priority_min' for more information.
Arguments:
algorithm(int): algorithm
</%docstring>
${syscall('SYS_sched_get_priority_min', algorithm)}
|
pwnlib/shellcraft/templates/i386/linux/getresgid.asm | IMULMUL/python3-pwntools | 325 | 48301 | <reponame>IMULMUL/python3-pwntools<gh_stars>100-1000
<%
from pwnlib.shellcraft.i386.linux import syscall
%>
<%page args="rgid, egid, sgid"/>
<%docstring>
Invokes the syscall getresgid. See 'man 2 getresgid' for more information.
Arguments:
rgid(gid_t): rgid
egid(gid_t): egid
sgid(gid_t): sgid
</%docst... |
tutorials/part5/src/main.asm | Threetwosevensixseven/ZalaXa | 5 | 48302 | <gh_stars>1-10
; main.asm
zeusemulate "48K" ; Tell the Zeus emulator to be a 48K Spectrum
zoLogicOperatorsHighPri = false ; Zeus assembler options
zoSupportStringEscapes = false ; (see Config tab
zoAllowFloatingLabels = false ... |
scripts/Route12SuperRodHouse.asm | AmateurPanda92/pokemon-rby-dx | 9 | 48304 | Route12SuperRodHouse_Script:
jp EnableAutoTextBoxDrawing
Route12SuperRodHouse_TextPointers:
dw Route12HouseText1
Route12HouseText1:
TX_ASM
ld a, [wd728]
bit 5, a
jr nz, .asm_b4cad
ld hl, Route12HouseText_564c0
call PrintText
call YesNoChoice
ld a, [wCurrentMenuItem]
and a
jr nz, .asm_a2d76
lb bc, SUPER_R... |
ruby/coroutine/win32/Context.asm | motor-admin/ruby-packer | 1 | 48306 | ;;
;; This file is part of the "Coroutine" project and released under the MIT License.
;;
;; Created by <NAME> on 10/5/2018.
;; Copyright, 2018, by <NAME>.
;;
.386
.model flat
.code
assume fs:nothing
; Using fastcall is a big win (and it's the same has how x64 works).
; In coroutine transfer, the arguments are p... |
oeis/015/A015551.asm | neoneye/loda-programs | 11 | 48307 | ; A015551: Expansion of x/(1 - 6*x - 5*x^2).
; Submitted by <NAME>(s3)
; 0,1,6,41,276,1861,12546,84581,570216,3844201,25916286,174718721,1177893756,7940956141,53535205626,360916014461,2433172114896,16403612761681,110587537144566,745543286675801,5026197405777636,33884900868044821,228440392237157106,1540066857763166741,1... |
ConstructSensors/MobileSensors/iOSVideoSensor/sensor/ColumbiaCollegeShare/Code Drop - Feb 5 - 2012/Windows/packages/ffmpeg/Source/libavcodec/x86/h264_deblock.asm | dgerding/Construct | 2 | 48308 | ;*****************************************************************************
;* MMX/SSE2/AVX-optimized H.264 deblocking code
;*****************************************************************************
;* Copyright (C) 2005-2011 x264 project
;*
;* Authors: <NAME> <<EMAIL>>
;* <NAME> <<EMAIL>>
;* <... |
oeis/303/A303739.asm | neoneye/loda-programs | 11 | 48309 | ; A303739: Numbers k such that 9*k^2 + 3*k + 1 (A082040) is prime.
; Submitted by <NAME>(w1)
; 1,2,4,5,7,8,9,11,18,19,22,23,25,26,30,33,35,37,39,46,47,49,50,51,54,56,63,64,77,82,93,96,103,112,114,116,117,119,123,126,127,134,135,138,142,145,149,151,152,163,165,175,177,179,180,189,193,194,201,203
mov $2,332202
lpb $2
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.