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 |
|---|---|---|---|---|
Transynther/x86/_processed/NONE/_ht_st_zr_un_/i7-7700_9_0x48.log_7442_1134.asm | ljhsiun2/medusa | 9 | 57636 | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x920c, %r12
nop
nop
xor $26707, %rbp
and $0xffffffffffffffc0, %r12
movaps (%r12), %xmm2
vpextrq $1, %xmm2, %rdi
sub %rcx, %rcx
lea addresses_WT_ht+0x15d65, %rsi
lea addresses_WT_ht+0xcafd, %rdi
... |
x86/multiboot.asm | lucic71/ZeldaOS | 19 | 57637 | <filename>x86/multiboot.asm
MAGIC equ 0x1badb002
FLAGS equ (1 << 0 | 1 << 1)
CHECKSUM equ -(MAGIC + FLAGS)
section .multiboot
dd MAGIC
dd FLAGS
dd CHECKSUM
section .text
extern kernel_main
global loader
loader:
cli
mov esp, kernel_stack
push eax
push ebx
call kernel_main
global ... |
oeis/094/A094386.asm | neoneye/loda-programs | 11 | 57640 | <reponame>neoneye/loda-programs<gh_stars>10-100
; A094386: a(n) = floor(sqrt(3)*2^(n-1)).
; Submitted by <NAME>(s1)
; 1,3,6,13,27,55,110,221,443,886,1773,3547,7094,14188,28377,56755,113511,227023,454046,908093,1816186,3632373,7264747,14529495,29058990,58117981,116235962,232471924,464943848,929887696,1859775393,37195507... |
oeis/275/A275615.asm | neoneye/loda-programs | 11 | 57641 | ; A275615: Decimal expansion of 22/111.
; Submitted by <NAME>
; 1,9,8,1,9,8,1,9,8,1,9,8,1,9,8,1,9,8,1,9,8,1,9,8,1,9,8,1,9,8,1,9,8,1,9,8,1,9,8,1,9,8,1,9,8,1,9,8,1,9,8,1,9,8,1,9,8,1,9,8,1,9,8,1,9,8,1,9,8,1,9,8,1,9,8,1,9,8,1,9,8,1,9,8,1,9,8,1,9,8,1,9,8,1,9,8,1,9,8,1
mod $0,3
mul $0,35
div $0,4
add $0,1
mod $0,10
|
c-vs-asm/build/11-switch.asm | willbr/gameboy-tests | 0 | 57642 | ;--------------------------------------------------------
; File Created by SDCC : free open source ANSI-C Compiler
; Version 4.0.0 #11528 (MINGW64)
;--------------------------------------------------------
; MODULE 11_switch
.optsdcc -mgbz80
; Generated using the rgbds tokens.
; We have to define these here as sdc... |
mc-sema/validator/x86_64/tests/ST_F64m.asm | randolphwong/mcsema | 2 | 57643 | BITS 64
;TEST_FILE_META_BEGIN
;TEST_TYPE=TEST_F
;TEST_IGNOREFLAGS=FLAG_FPU_IE
;TEST_FILE_META_END
; ST_F64m
FLD1
;TEST_BEGIN_RECORDING
lea rdi, [rsp-0x10]
fst QWORD [rdi]
mov eax, [rdi+0x00]
mov ebx, [rdi+0x04]
mov edi, 0x0
;TEST_END_RECORDING
|
programs/oeis/265/A265186.asm | neoneye/loda | 22 | 57644 | <reponame>neoneye/loda
; A265186: Triangle read by rows giving successive states of cellular automaton generated by "Rule 175" initiated with a single ON (black) cell.
; 1,1,1,0,1,1,0,1,1,1,1,0,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,... |
programs/oeis/340/A340228.asm | karttu/loda | 1 | 57645 | <reponame>karttu/loda
; A340228: a(n) is the sum of the lengths of all the segments used to draw a rectangle of height 2^(n-1) and width n divided into 2^(n-1) rectangles of unit height, in turn, divided into rectangles of unit height and lengths corresponding to the parts of the compositions of n.
; 4,11,27,64,149,342... |
solutions/31 - Checkerboard Organization/size-42_speed-50.asm | behrmann/7billionhumans | 45 | 57647 | -- 7 Billion Humans (2053) --
-- 31: Checkerboard Organization --
-- Author: soerface
-- Size: 42
-- Speed: 50
mem1 = nearest printer
takefrom mem1
step ne
step ne
step e
a:
if w == hole or
s == hole or
e != wall and
c == nothing:
drop
jump b
endif
if e == wall:
step sw
else:
step se
endif
jump a
b:
c:
mem2 = ... |
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0.log_21829_1414.asm | ljhsiun2/medusa | 9 | 57648 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r14
push %r8
push %rbp
push %rbx
push %rcx
push %rdx
lea addresses_D_ht+0x18824, %rcx
nop
nop
nop
nop
sub %r14, %r14
movups (%rcx), %xmm1
vpextrq $1, %xmm1, %rbp
nop
nop
nop
nop
dec %r8
lea addresses_UC_ht+0x46f4, %rdx
clflush (%rdx)
nop
sub $6... |
src/firmware-tests/Platform/Isr/Motor/NonMotorAdcChannelTest.asm | pete-restall/Cluck2Sesame-Prototype | 1 | 57649 | #include "Platform.inc"
#include "FarCalls.inc"
#include "Isr.inc"
#include "Adc.inc"
#include "Motor.inc"
#include "TestFixture.inc"
radix decimal
INITIAL_PSTRCON equ 0x1f
EXPECTED_PSTRCON equ INITIAL_PSTRCON & ~MOTOR_PSTRCON_OUTPUT_MASK
extern isr
udata
global adcChannel
adcChannel res 1
expectedMotorF... |
audio tools/ab_Squirrel3 Public/Sub/output.asm | langel/pce-dev-kit | 1 | 57650 | <gh_stars>1-10
;-----------------------------------------------------------------------------
; Send sound to psg for output
;
; X should hold voice to send....
subOutputSounds
ldx #5
;..........................................................................
; is voice on ?
.voxLoop
lda psgSubVo... |
4_loop_input.asm | chriswyatt/znake | 8 | 57651 | <filename>4_loop_input.asm<gh_stars>1-10
; /////////////////////////////////////////////////////////////////////////////
; Znake (ZX Spectrum 48K)
; -----------------------------------------------------------------------------
; 4_loop_input.asm
; ----------------------------------------------------------------------... |
c2000/C2000Ware_1_00_06_00/libraries/control/DCL/c28/source/DCL_DF13_L2L3.asm | ramok/Themis_ForHPSDR | 0 | 57652 | ; DCL_DF13_L2L3.asm - Pre-computed Direct Form 1 implementation in third order
;
; Copyright (C) 2018 Texas Instruments Incorporated - http://www.ti.com/
; ALL RIGHTS RESERVED
.if __TI_EABI__
.asg DCL_runDF13_L2, _DCL_runDF13_L2
.asg DCL_runDF13_L3, _DCL_runDF13_L3
.endif
.global _DCL_runDF13_L2
.global ... |
hrm/21_zero_terminated_sum.asm | glupmjoed/puzzles | 0 | 57653 | <filename>hrm/21_zero_terminated_sum.asm
-- HUMAN RESOURCE MACHINE PROGRAM --
-- Σ([in1, in2 .. ~\0]), ... -> out
JUMP c
a:
COPYFROM 0
b:
OUTBOX
c:
INBOX
JUMPZ b
d:
COPYTO 0
INBOX
JUMPZ a
ADD 0
JUMP d
|
nand2tetris/04/Fill (another copy).asm | SleimiKhalil/HtDP | 1 | 57654 | // 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), the program blackens the screen,
// i.e. writes "black" in ... |
data/pokemon/base_stats/exeggcute.asm | Karkino/KarkCrystal16 | 0 | 57655 | db 0 ; species ID placeholder
db 60, 55, 60, 40, 65, 55
; hp atk def spd sat sdf
db GRASS, PSYCHIC ; type
db 90 ; catch rate
db 98 ; base exp
db NO_ITEM, NO_ITEM ; items
db GENDER_F50 ; gender ratio
db 100 ; unknown 1
db 20 ; step cycles to hatch
db 5 ; unknown 2
INCBIN "gfx/pokemon/exeggcute... |
mc-sema/validator/x86_64/tests/CMOVA32rm.asm | randolphwong/mcsema | 2 | 57656 | <filename>mc-sema/validator/x86_64/tests/CMOVA32rm.asm
BITS 64
;TEST_FILE_META_BEGIN
;TEST_TYPE=TEST_F
;TEST_IGNOREFLAGS=
;TEST_FILE_META_END
; CMOVA32rm
;TEST_BEGIN_RECORDING
lea rdi, [rsp-0x4]
mov DWORD [rdi], 0x3
cmova eax, [rdi]
mov rdi, 0x0
;TEST_END_RECORDING
|
Transynther/x86/_processed/NONE/_xt_sm_/i3-7100_9_0xca_notsx.log_21829_896.asm | ljhsiun2/medusa | 9 | 57657 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r15
push %r9
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0xbecd, %rbp
nop
nop
nop
nop
lfence
mov $0x6162636465666768, %r9
movq %r9, %xmm0
vmovups %ymm0, (%rbp)
add $3446, %r15
lea addresses_WT_ht+0xd2d, %rsi
lea addresses_WT_ht+0x6781... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_987.asm | ljhsiun2/medusa | 9 | 57658 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r15
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x14d2e, %rsi
lea addresses_D_ht+0x11911, %rdi
clflush (%rsi)
clflush (%rdi)
inc %r13
mov $64, %rcx
rep movsw
nop
nop
nop
xor %rax, %rax
lea addresses_A_ht+0x1... |
Library/Sound/soundResident.asm | steakknife/pcgeos | 504 | 57659 | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1992 -- All Rights Reserved
PROJECT: PC/GEOS Sound System
MODULE: Sound Library
FILE: nsoundResident.asm
AUTHOR: <NAME>, Aug 20, 1992
ROUTINES:
Name Description
---- -----------
INTERN SoundH... |
verify/alfy/3_expression/symbol.alfy.asm | alexandruradovici/alf-alfy-asm-public | 0 | 57660 |
; script
start:
; asm
; expression +
; value int 2
set r3 2
; value symbol s
set r4 's'
; typecast int symbol
add r2 r3 r4
write r2
stop |
MipsNCrypt.asm | armanirodriguez/MipsNCrypt | 0 | 57661 | <filename>MipsNCrypt.asm
###############################################################
# MipsNCrypt - A XOR encryption cypher written in 32 bit Mips ASM
# Macros:
# print_str($string) -> prints a null-terminated string
# htoa($hex,$buf) -> convert hex to ascii representing the hex digits
# nibtoa($byte) -> helper fo... |
Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0x48_notsx.log_21829_1596.asm | ljhsiun2/medusa | 9 | 57662 | .global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r12
push %r9
push %rax
push %rdi
// Faulty Load
mov $0x46aeda00000008e3, %r10
nop
nop
nop
nop
add $31960, %rax
mov (%r10), %r12w
lea oracles, %r10
and $0xff, %r12
shlq $12, %r12
mov (%r10,%r12,1), %r12
pop %rdi
p... |
dino/lcs/enemy/18.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | 6 | 57663 | copyright zengfr site:http://github.com/zengfr/romhack
00042A move.l D1, (A0)+
00042C dbra D0, $42a
0017C6 move.w ($2,A0,D0.w), ($18,A6) [enemy+14]
0017CC rts [enemy+18]
00188E move.w D1, ($18,A6)
001892 swap D1 [enemy+18]
0018CA move.w ($18,A6), D0
0018CE add.w ($1e,A6), D0 [123p+ 18, enemy+18... |
oeis/004/A004661.asm | neoneye/loda-programs | 11 | 57664 | ; A004661: Powers of 3 written in base 7.
; 1,3,12,36,144,465,2061,6243,25062,111246,334104,1335315,4342251,16360113,55440342,232651356,1031614434,3125446635,12413006541,40542026253,152256115122,520134351366,2160436414464,6541645550055,26255603310231,115133413231023,351433543023102,1414634262102306,4550536146310224,203... |
programs/oeis/162/A162899.asm | jmorken/loda | 1 | 57665 | <filename>programs/oeis/162/A162899.asm
; A162899: Partial sums of [A052938(n)^2].
; 1,10,14,30,39,64,80,116,141,190,226,290,339,420,484,584,665,786,886,1030,1151,1320,1464,1660,1829,2054,2250,2506,2731,3020,3276,3600,3889,4250,4574,4974,5335,5776,6176,6660,7101,7630,8114,8690,9219,9844,10420
mov $3,$0
mov $4,$0
add $... |
Charset/UTF-8/test UTF-8.asm | zummenix/asm-projects | 1 | 57666 | <reponame>zummenix/asm-projects
format PE GUI 4.0
include 'win32w.inc'
stdcall FileToMemory,_file_name,_file_buffer,38
test eax,eax
je .exit
stdcall UTF8_TO_UTF16LE,_file_buffer,_buffer,100h,0
test eax,eax
je .exit
invoke Message... |
chap18/ex35/double_sqrt_52.asm | JamesType/optimization-manual | 374 | 57667 | ;
; Copyright (C) 2021 by Intel Corporation
;
; Permission to use, copy, modify, and/or distribute this software for any
; purpose with or without fee is hereby granted.
;
; THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
; REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHA... |
oeis/084/A084922.asm | neoneye/loda-programs | 11 | 57668 | <reponame>neoneye/loda-programs
; A084922: a(n) = (prime(n)-1)*(prime(n)+1)/6.
; Submitted by <NAME>
; 4,8,20,28,48,60,88,140,160,228,280,308,368,468,580,620,748,840,888,1040,1148,1320,1568,1700,1768,1908,1980,2128,2688,2860,3128,3220,3700,3800,4108,4428,4648,4988,5340,5460,6080,6208,6468,6600,7420,8288,8588,8740,9048,... |
lib/chibiakumas/SrcMSX/MSX_V1_BitmapMemory.asm | gilbertfrancois/msx | 0 | 57669 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Screen Co-ordinate functions
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;IN (To function)
;SSCCCCCCCCRRRRRRR S=Screen, C=Column, R=Row
;AHHHHHHHHLLLLLLLL
;OUT (To GP... |
programs/oeis/157/A157368.asm | karttu/loda | 1 | 57670 | <filename>programs/oeis/157/A157368.asm
; A157368: a(n) = 49*n^2 - 78*n + 31.
; 2,71,238,503,866,1327,1886,2543,3298,4151,5102,6151,7298,8543,9886,11327,12866,14503,16238,18071,20002,22031,24158,26383,28706,31127,33646,36263,38978,41791,44702,47711,50818,54023,57326,60727,64226,67823,71518,75311,79202,83191,87278,91463... |
serial.asm | billygr/GPSDO-YT | 3 | 57672 | ;
;
;Serial routine
.equ baud=9600 ;Baud rate
.equ fosc=10000000 ;Crystal frequency
USART_Init:
in temp, pinb ;check si jumper sur pb3. Si oui on est a 4800 au lieu de 9600
andi temp, 0b00001000
cpi temp, 0
breq onesta4800
ldi r17, high(fosc/(16*baud)-1)
ldi r16, low(fosc/(16*baud)-1)... |
non_regression/basic_x64_linux.out.asm | LRGH/plasmasm | 1 | 57673 | <filename>non_regression/basic_x64_linux.out.asm
.file "a00.c"
.section .plt,"ax",@progbits
.LPLT004003E0:
jmp *2100274(%rip)
# ----------------------
.text
.L00400429:
hlt
.p2align 3
# ----------------------
.globl main
.type main, @function
main:
pushq %rbp
movq %rsp, %rbp
movl ... |
source/BootLoader/boot.asm | AiRanthem/64-bit-OS | 0 | 57675 | <reponame>AiRanthem/64-bit-OS
; this file will be compiled and written to the first sector of floppy as the boot sector
; fake instruction part: will not be compiled to machine code
org 0x7c00
BaseOfStack equ 0x7c00
BaseOfLoader equ 0x1000
OffsetOfLoader equ 0x00
RootDi... |
programs/oeis/225/A225773.asm | karttu/loda | 1 | 57676 | <gh_stars>1-10
; A225773: The squares on a chessboard that are black, counting from top left corner and down.
; 2,4,6,8,9,11,13,15,18,20,22,24,25,27,29,31,34,36,38,40,41,43,45,47,50,52,54,56,57,59,61,63
mov $1,$0
add $1,$0
bin $0,4
gcd $0,2
add $1,$0
|
oeis/049/A049855.asm | neoneye/loda-programs | 11 | 57677 | <gh_stars>10-100
; A049855: a(n)=Sum{a(k): k=0,1,2,...,n-3,n-1}; a(n-2) is not a summand; 2 initial terms required.
; Submitted by <NAME>
; 2,3,3,5,10,18,31,54,95,167,293,514,902,1583,2778,4875,8555,15013,26346,46234,81135,142382,249863,438479,769477,1350338,2369678,4158495,7297650,12806483,22473811,39438789,69210250,1... |
programs/oeis/208/A208139.asm | karttu/loda | 0 | 57678 | <reponame>karttu/loda<gh_stars>0
; A208139: Number of n X 5 0..1 arrays avoiding 0 0 1 and 0 1 1 horizontally and 0 0 1 and 1 0 1 vertically.
; 12,144,720,2400,6300,14112,28224,51840,89100,145200,226512,340704,496860,705600,979200,1331712,1779084,2339280,3032400,3880800,4909212,6144864,7617600,9360000,11407500,13798512... |
Atmel Studio/7.0/Assembler/Assembler/main.asm | ataniazov/AVR | 0 | 57679 | <gh_stars>0
;
; Assembler.asm
;
; Created: 12/12/2017
; Author : delta
;
; Replace with your application code
start:
inc r16
rjmp start
|
libsrc/stdio/p2000/getk.asm | grancier/z180 | 0 | 57681 | <reponame>grancier/z180<gh_stars>0
;
; Philips P2000
;
; getk() Read key status
;
; Apr 2014 - <NAME>
;
;
; $Id: getk.asm,v 1.3 2016/06/12 17:32:01 dom Exp $
;
SECTION code_clib
PUBLIC getk
PUBLIC _getk
getk:
_getk:
ld a,(24588)
and a
ret z
call 1956h
ld l,a
ld h,0
ret
|
text/maps/mansion_b1f.asm | adhi-thirumala/EvoYellow | 16 | 57683 | <reponame>adhi-thirumala/EvoYellow
_Mansion4BattleText1::
text "Uh-oh. Where am"
line "I now?"
done
_Mansion4EndBattleText1::
text "Awooh!"
prompt
_Mansion4AfterBattleText1::
text "You can find stuff"
line "lying around."
done
_Mansion4BattleText2::
text "This place is"
line "ideal for a lab."
done
_Mans... |
SlamIt/Patching/original_thing.asm | E66666666/VStancer | 11 | 57684 | PUBLIC original_thing
.code
original_thing proc
movss DWORD PTR [rbx + 38h], xmm4 ; original GTA V instruction
ret
original_thing endp
end
|
oeis/117/A117157.asm | neoneye/loda-programs | 11 | 57685 | <filename>oeis/117/A117157.asm<gh_stars>10-100
; A117157: a(1)=a(2)=1; a(n) = a(n-1)*a(n-2) + a(n-3) + a(n-4) + ... + a(1) for n>2.
; Submitted by <NAME>(s3)
; 1,1,1,2,4,11,49,548,26872,14725925,395715057217,5827270253948278214,2305938581960065033611659323852,13437327306087560724405450621249967248150551970959
mov $1,1... |
kernel/src/helpers.asm | e-wiki/jsos | 834 | 57686 | global gdt_reload_segment_registers
global paging_set_directory
global x86_64_support
global rdtsc
gdt_reload_segment_registers:
jmp 0x08:.flush_cs
.flush_cs:
mov eax, 0x10
mov ds, ax
mov es, ax
mov fs, ax
mov gs, ax
mov ss, ax
ret
rdtsc:
rdtsc
ret
paging_set_directory:
... |
Library/Bitmap/floodFillTool.asm | steakknife/pcgeos | 504 | 57687 | COMMENT @----------------------------------------------------------------------
Copyright (c) GeoWorks 1990 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Bitmap Library
FILE: FloodFillTool.asm
REVISION HISTORY:
Name Date Description
---- ---- -----------
Jon 5/91 Initial Version
DESCRIPTION:... |
src/libYARP_dev/56f807/cotroller_dc/Support/ARTFCONV.asm | robotology-legacy/yarp1 | 0 | 57689 | ;=============================================================
;=== FILE: fp568d.s
;===
;=== Copyright (c)1998 Metrowerks, Inc. All rights reserved.
;=============================================================
; Recommended tab stop = 8.
;=============================================================================... |
data/maps/flypoints.asm | Trap-Master/spacworld97-thingy | 0 | 57690 | flypoint: MACRO
const FLY_\1
db \2, SPAWN_\1
ENDM
Flypoints:
; landmark, spawn point
const_def
; Johto
flypoint SHIZUOKA, SHIZUOKA
flypoint KYOTO, KYOTO
flypoint OSAKA, OSAKA
flypoint KOCHI, KOCHI
flypoint TOTTORI, TOTTORI
flypoint HIROSHIMA, HIROSHIMA
flypoint KITAKYUSHU, ... |
cpu_xenoncat/asm_linux/macro_blake2b_avx1.asm | ggicuv1/vrsc | 886 | 57691 | <reponame>ggicuv1/vrsc
macro hR0 m0,m1,m2,m3,m4,m5,m6,m7,lim,src
{
vpaddq xmm0,xmm0,xmm4
vpaddq xmm1,xmm1,xmm5
vpaddq xmm2,xmm2,xmm6
vpaddq xmm3,xmm3,xmm7
if m0<lim
vpaddq xmm0,xmm0, xword [src+m0*16]
end if
if m1<lim
vpaddq xmm1,xmm1, xword [src+m1*16]
end if
if m2<lim
vpaddq xmm2,xmm2, xword [src+m2*16]
end if
if m3<... |
programs/oeis/276/A276678.asm | neoneye/loda | 22 | 57692 | <reponame>neoneye/loda
; A276678: Number of divisors of the n-th pentagonal number.
; 1,2,6,4,4,4,8,6,6,4,10,16,4,4,16,8,6,6,12,8,8,8,8,12,6,8,32,8,4,8,8,20,12,4,24,12,8,4,16,24,4,16,14,8,12,4,16,32,6,6,24,16,4,16,16,12,16,4,16,16,8,8,24,12,8,8,18,16,8,16,8,36,4,8,60,8,16,8,8,16,15,12,12,16,8,4,32,12,8,12,32,24,8,4,16,... |
libsrc/_DEVELOPMENT/arch/zx/display/c/sccz80/zx_saddrpleft_callee.asm | meesokim/z88dk | 0 | 57693 | <filename>libsrc/_DEVELOPMENT/arch/zx/display/c/sccz80/zx_saddrpleft_callee.asm
; void *zx_saddrpleft(void *saddr, uchar bitmask)
SECTION code_arch
PUBLIC zx_saddrpleft_callee
zx_saddrpleft_callee:
pop hl
pop de
ex (sp),hl
INCLUDE "arch/zx/display/z80/asm_zx_saddrpleft.asm"
|
src/Data/Tilemaps/Hotel/Hotel.tileset.asm | stoneface86/GameboyBoilerplateProj | 25 | 57695 | <gh_stars>10-100
include "./src/Includes.inc"
include "./src/General/Charmap.inc"
section "ScreenHotel", romx
ScreenHotel::
db 41,59,59,59,59,59,41,59,59,59,59,59,59,59,59,59,59,59,59,59,59,59,59,59,59,59,59,59,59,59,59,59,33,35,41, GSTOP
db 57,0,0,0,0,0,57,38,39,40,48,48,38,39,40,48,41,23,23,23,23,23,41,48,48... |
maps/TinTower8F.asm | Dev727/ancientplatinum | 28 | 57696 | object_const_def ; object_event constants
const TINTOWER8F_POKE_BALL1
const TINTOWER8F_POKE_BALL2
const TINTOWER8F_POKE_BALL3
TinTower8F_MapScripts:
db 0 ; scene scripts
db 0 ; callbacks
TinTower8FNugget:
itemball NUGGET
TinTower8FMaxElixer:
itemball MAX_ELIXER
TinTower8FFullRestore:
itemball FULL_RESTORE... |
src/objects.asm | jannone/westen | 49 | 57697 | ;-----------------------------------------------
update_objects:
ld a,(n_objects)
; unnecessary check, as all rooms have at least one object
; or a
; ret z
ld iy,objects
ld b,a
update_objects_loop:
push bc
ld a,(iy)
cp OBJECT_TYPE_STOOL
jr z,update_pushable_furniture
cp OBJECT_TYPE_CHAIR_RIGHT
jr z,upd... |
unittests/ASM/Secondary/14_66_02.asm | cobalt2727/FEX | 628 | 57700 | %ifdef CONFIG
{
"RegData": {
"XMM0": ["0x0000000041424344", "0x0000000051525354"],
"XMM1": ["0x0000616263646566", "0x0000717273747576"],
"XMM2": ["0x0041424344454647", "0x0051525354555657"],
"XMM3": ["0x30B131B232B333B4", "0x38B939BA3ABB3BBC"]
},
"MemoryRegions": {
"0x100000000": "4096"
}
}
... |
engine/battle/consume_held_item.asm | AtmaBuster/pokeplat-gen2 | 6 | 57701 | <filename>engine/battle/consume_held_item.asm
ConsumeHeldItem:
push hl
push de
push bc
ldh a, [hBattleTurn]
and a
ld hl, wOTPartyMon1Item
ld bc, wEnemyRecycleMemory
ld de, wEnemyMonItem
ld a, [wCurOTMon]
jr z, .theirturn
ld hl, wPartyMon1Item
ld bc, wPlayerRecycleMemory
ld de, wBattleMonItem
ld a, [wCurBa... |
asm/2.asm | Azmalent/itmo3 | 0 | 57702 | <reponame>Azmalent/itmo3<filename>asm/2.asm
; ================================== ТЕХНИЧЕСКОЕ ЗАДАНИЕ ==================================
; Вариант 18
; Поместить в первую строку результата все символы из исходной строки, являющиеся цифрами
; Поместить во вторую строку результата символы исходной строки до первого найден... |
samples/vasm_oldstyle/common/lcd.asm | MaverickAlex/x6502 | 0 | 57703 | <gh_stars>0
;this module uses 32 bytes of zero page to allow for faster drawing of lcd.
LCD_LINE = $e0 ; $00e0 -> $00ff stack starts in $0100
.include "io.asm"
E = %10000000 ;E
RW = %01000000 ;RW
RS = %00100000 ;RS
init_lcd:
lda #" "
ldx #... |
programs/oeis/001/A001826.asm | jmorken/loda | 1 | 57704 | ; A001826: Number of divisors of n of form 4k+1.
; 1,1,1,1,2,1,1,1,2,2,1,1,2,1,2,1,2,2,1,2,2,1,1,1,3,2,2,1,2,2,1,1,2,2,2,2,2,1,2,2,2,2,1,1,4,1,1,1,2,3,2,2,2,2,2,1,2,2,1,2,2,1,3,1,4,2,1,2,2,2,1,2,2,2,3,1,2,2,1,2,3,2,1,2,4,1,2,1,2,4,2,1,2,1,2,1,2,2,3,3,2,2,1,2,4,2,1,2,2,2,2,1,2,2,2,2,4,1,2,2,2,2,2,1,4,3,1,1,2,4,1,2,2,1,4... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_1464.asm | ljhsiun2/medusa | 9 | 57705 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r13
push %r14
push %r15
push %r8
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x1bbaf, %r12
nop
sub %r10, %r10
mov (%r12), %r8d
nop
nop
xor %r13, %r13
lea addresses_WT_ht+0x1b9ef, %r15
nop
nop
dec %r14
movups... |
Driver/Video/VGAlike/SVGA/svgaPalette.asm | steakknife/pcgeos | 504 | 57706 | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1991 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Video Driver
FILE: svgaPalette.asm
AUTHOR: <NAME>, Oct 15, 1992
ROUTINES:
Name Description
---- -----------
REVISION HISTORY:
Name... |
Computer Organization & Architecture/basic-assembly/packDate.asm | eugenetriguba/academic-courses | 0 | 57707 | ; Pack April 15, 2016 into dx using the following format:
; Year: bits 9-15
; Month: bits 5-8
; Day: bits 0-4
; dx (16 bit) = dh (bits 15 - 8) and dl (bits 0-7)
.586
.MODEL FLAT
.STACK 4096
.data
day BYTE 15
month BYTE 4
year BYTE 16
.code
main PROC
mov dx, 0 ; reset dx
mov dh, year ; co... |
testdata/shellcode.asm | mikewacker/redshell | 0 | 57708 | .section .text
xor eax,eax # .byte 0x31,0xc0 # .ascii "31c0"
push eax # .byte 0x50 # .ascii "50"
push 0x68732f2f # .byte 0x68,0x2f,0x2f,0x73,0x68 # .ascii "682f2f7368"
push 0x6e69622f # .byte 0x68,0x2f,0x62,0x69,0x6e # .ascii "682f62696e"
mov ebx,esp # .byte 0... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1285.asm | ljhsiun2/medusa | 9 | 57709 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r9
push %rax
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x16d7e, %rax
nop
nop
nop
nop
nop
and %rbp, %rbp
movups (%rax), %xmm2
vpextrq $1, %xmm2, %rsi
nop
nop
dec %r11
lea addresses_normal_ht+0x1678e, %rbx
clflush (%rbx)
nop
nop
nop
... |
programs/oeis/224/A224334.asm | jmorken/loda | 1 | 57711 | <reponame>jmorken/loda
; A224334: Number of idempotent 3 X 3 0..n matrices of rank 2.
; 21,51,93,147,213,291,381,483,597,723,861,1011,1173,1347,1533,1731,1941,2163,2397,2643,2901,3171,3453,3747,4053,4371,4701,5043,5397,5763,6141,6531,6933,7347,7773,8211,8661,9123,9597,10083,10581,11091,11613,12147
mov $1,$0
add $0,4
m... |
libsrc/gfx/narrow/xorclga.asm | ahjelm/z88dk | 640 | 57713 | ;Usage: xorclga(struct *pixels)
IF !__CPU_INTEL__ & !__CPU_GBZ80__
SECTION code_graphics
PUBLIC xorclga
PUBLIC _xorclga
EXTERN asm_xorclga
.xorclga
._xorclga
push ix
ld ix,2
add ix,sp
ld c,(ix+2)
ld b,(ix+4)
ld l,(ix+6)
ld h... |
oeis/080/A080929.asm | neoneye/loda-programs | 11 | 57714 | <reponame>neoneye/loda-programs
; A080929: Sequence associated with a(n) = 2*a(n-1) + k*(k+2)*a(n-2).
; 1,3,12,40,120,336,896,2304,5760,14080,33792,79872,186368,430080,983040,2228224,5013504,11206656,24903680,55050240,121110528,265289728,578813952,1258291200,2726297600,5888802816,12683575296,27246198784,58384711680,124... |
Assembly Works 1/Task_1_Lab_1.asm | AhmadVakil/Assembly-C_Micro-Controller | 0 | 57715 | <gh_stars>0
;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
; 1DT301, Computer Technology I
; Date: 2017-09-15
; Author:
; <NAME>
;
;
; Lab number: 1
; Task Number: 1
; Title: How to use the PORTs. Digital input/output. Subroutine call.
;
; Hardware: STK600, CPU ATmega2560
;
; Function: Desc... |
Appl/Preferences/Setup/setup.asm | steakknife/pcgeos | 504 | 57716 | <filename>Appl/Preferences/Setup/setup.asm
COMMENT @----------------------------------------------------------------------
Copyright (c) GeoWorks 1988 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Graphical Setup
FILE: setup.asm
REVISION HISTORY:
Name Date Description
---- ---- -----------
cheng... |
Day-05/number_peramid_pattern.asm | MasumBhai/50-Day-challenge-with-Assembly-Language | 1 | 57717 | ;day-05 date-11/04/21
;problem - if input small letter/capital letter/number then print number peramid (where max n=9) this process will loop infinite until $ press
.model small
.stack 100h
include 'emu8086.inc'
.data
n_line db 0ah,0dh,"$" ;for new line
n db ?
spc db 0
msg db "n = $"
.cod... |
tools/files/applib/src/64bit/depacks.asm | nehalem501/gendev | 2,662 | 57718 | <gh_stars>1000+
;;
;; aPLib compression library - the smaller the better :)
;;
;; fasm 64-bit safe assembler depacker
;;
;; Copyright (c) 1998-2014 <NAME>
;; All Rights Reserved
;;
;; http://www.ibsensoftware.com/
;;
format MS64 COFF
public aP_depack_asm_safe
; ======================================... |
oeis/021/A021757.asm | neoneye/loda-programs | 11 | 57719 | <reponame>neoneye/loda-programs
; A021757: Decimal expansion of 1/753.
; Submitted by <NAME>
; 0,0,1,3,2,8,0,2,1,2,4,8,3,3,9,9,7,3,4,3,9,5,7,5,0,3,3,2,0,0,5,3,1,2,0,8,4,9,9,3,3,5,9,8,9,3,7,5,8,3,0,0,1,3,2,8,0,2,1,2,4,8,3,3,9,9,7,3,4,3,9,5,7,5,0,3,3,2,0,0,5,3,1,2,0,8,4,9,9,3,3,5,9,8,9,3,7,5,8
seq $0,83811 ; Numbers n s... |
xv6-l/clk.asm | xsuler/osPlayground | 0 | 57720 |
_clk: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
#include "stat.h"
#include "user.h"
int
main(int argc, char *argv[])
{
0: 8d 4c 24 04 lea 0x4(%esp),%ecx
4: 83 e4 f0 and $0xfffffff0,%esp
7: ff 71 fc pushl -0x4(%ecx)
a: 55 ... |
Transynther/x86/_processed/AVXALIGN/_st_/i3-7100_9_0x84_notsx.log_21829_973.asm | ljhsiun2/medusa | 9 | 57721 | <filename>Transynther/x86/_processed/AVXALIGN/_st_/i3-7100_9_0x84_notsx.log_21829_973.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r14
push %r8
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x34fd, %r14
clflush (%r14)
nop
nop
nop
cmp $57674, %rbx
movb (%r14), %r8b
nop
nop
add... |
Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0x48.log_21829_61.asm | ljhsiun2/medusa | 9 | 57722 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r14
push %r9
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x1b1af, %rax
sub %rsi, %rsi
vmovups (%rax), %ymm2
vextracti128 $0, %ymm2, %xmm2
vpextrq $1, %xmm2, %r14
nop
nop
nop
cmp $46195, %r9
lea addresses... |
oeis/181/A181161.asm | neoneye/loda-programs | 11 | 57723 | <reponame>neoneye/loda-programs
; A181161: Numerator in abs(binomial(-1/8,n)).
; Submitted by <NAME>
; 1,1,9,51,1275,8415,115005,805035,45886995,331406075,4838528695,35629165845,1056998586735,7886835608715,118302534130725,891212423784795,107836703277960195,818290277815109715
mov $1,1
mov $3,1
lpb $0
mov $2,$0
mul ... |
Transynther/x86/_processed/NONE/_zr_un_xt_sm_/i7-7700_9_0xca.log_21829_504.asm | ljhsiun2/medusa | 9 | 57725 | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r8
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x82b0, %rax
clflush (%rax)
nop
nop
nop
nop
xor %r8, %r8
vmovups (%rax), %ymm1
vextracti128 $1, %ymm1, %xmm1
vpextrq $1, %xmm1, %rbx
nop
cmp %r12, %r12
lea addresses_normal_ht+0x167f0, %... |
programs/oeis/193/A193662.asm | neoneye/loda | 22 | 57726 | <filename>programs/oeis/193/A193662.asm<gh_stars>10-100
; A193662: Q-residue of the Lucas triangle A114525, where Q is the triangle given by t(i,j)=1 for 0<=i<=j. (See Comments.)
; 2,1,5,7,25,51,149,351,945,2347,6125,15511,40009,102051,262085,670287,1718625,4399771,11274269,28873351
seq $0,72265 ; Variant of Lucas nu... |
resources/app_strings.asm | GSoftwareDevelopment/sfx-tracker | 9 | 57727 | <reponame>GSoftwareDevelopment/sfx-tracker
strings
str_notDefined
dta '- FREE - ',255 ; "not defined" SFX string
str_IO_Page
dta d'<<< PAGE >>>' ; IO->DIR entry for next list page
str_NoteNames
; 0 1 2 3 4 5 ... |
oeis/023/A023729.asm | neoneye/loda-programs | 11 | 57728 | <filename>oeis/023/A023729.asm
; A023729: Numbers with no 2's in their base-5 expansion.
; Submitted by <NAME>(s3)
; 0,1,3,4,5,6,8,9,15,16,18,19,20,21,23,24,25,26,28,29,30,31,33,34,40,41,43,44,45,46,48,49,75,76,78,79,80,81,83,84,90,91,93,94,95,96,98,99,100,101,103,104,105,106,108,109,115,116,118,119,120,121,123,124,125... |
Modul 4/latih19.asm | hyuwah/fu-praktikum-smd | 0 | 57729 | <filename>Modul 4/latih19.asm
;-------------------------------------------------------------------
; Praktikum SMD 2015
; M.Wahyudin (140310120031)
;
; Name : LATIH19.ASM
; Desc : Menggerakkan motor DC dengan metoda PWM
; Input : PB di P0(0,1,2)
; Output: Motor DC P1(0)
;----------------------------------------------... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1650.asm | ljhsiun2/medusa | 9 | 57730 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r9
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x12bc0, %rdx
nop
nop
nop
nop
nop
xor $60489, %rdi
mov (%rdx), %r9w
nop
nop
nop
and $32232, %rsi
pop %rsi
pop %rdx
pop %rdi
pop %r9
ret
.global s_faulty_load
s_faulty_load:
push %r11
pu... |
c2000/C2000Ware_1_00_06_00/libraries/math/CLAmath/c28/source/CLAatanTable.asm | ramok/Themis_ForHPSDR | 0 | 57731 | ;;#############################################################################
;; FILE: CLAatanTable.asm
;;
;; DESCRIPTION: atan Tables
;;
;; Group: C2000
;; Target Family: C28x+CLA
;;
;;#############################################################################
;; $TI Release: CLA Math Library 4.02.... |
oeis/144/A144463.asm | neoneye/loda-programs | 11 | 57732 | <filename>oeis/144/A144463.asm
; A144463: Triangle T(n,m) read by rows: T(n,m)= A013609(n,m) if m <= n/2, T(n,m)= T(n,n-m) otherwise.
; Submitted by <NAME>
; 1,1,1,1,4,1,1,6,6,1,1,8,24,8,1,1,10,40,40,10,1,1,12,60,160,60,12,1,1,14,84,280,280,84,14,1,1,16,112,448,1120,448,112,16,1,1,18,144,672,2016,2016,672,144,18,1,1,20... |
oeis/140/A140806.asm | neoneye/loda-programs | 11 | 57733 | <reponame>neoneye/loda-programs
; A140806: Expansion of x *(1+x) *(x^2+1) *(15*x^4+1) / ( (x^4-2*x^3+2*x^2+2*x+1) *(x^4+2*x^3+2*x^2-2*x+1) ).
; Submitted by <NAME>
; 1,1,1,1,1,1,1,1,-15,-15,-15,-15,209,209,209,209,-2911,-2911,-2911,-2911,40545,40545,40545,40545,-564719,-564719,-564719,-564719,7865521,7865521,7865521,78... |
src/asm/parse.asm | Threetwosevensixseven/tntp | 6 | 57734 | ; parse.asm
; Copyright 2019-2020 <NAME>
;
; Licensed under the Apache License, Version 2.0 (the "License");
; you may not use this file except in compliance with the License.
; You may obtain a copy of the License at
;
; http://www.apache.org/licenses/LICENSE-2.0
;
; Unless required by applicable law or agreed t... |
programs/oeis/258/A258439.asm | karttu/loda | 1 | 57736 | <reponame>karttu/loda
; A258439: Powers of 3 alternating with powers of 2.
; 1,1,3,2,9,4,27,8,81,16,243,32,729,64,2187,128,6561,256,19683,512,59049,1024,177147,2048,531441,4096,1594323,8192,4782969,16384,14348907,32768,43046721,65536,129140163,131072,387420489,262144,1162261467,524288,3486784401,1048576,10460353203,209... |
base/mvdm/dos/v86/inc/parse.asm | npocmaka/Windows-Server-2003 | 17 | 57737 | <reponame>npocmaka/Windows-Server-2003
PAGE ;AN000;
; $SALUT (4,4,8,41)
;(deleted).XLIST
;(deleted)INCLUDE STRUC.INC ;AN020;structured macro definitions for .IF,.ELSE etc.
;(deleted).LIST
;
;Revision History
;================
;
; M029 02/15/91 SR Bug #5699. In SysParse, reinitialize $P_FileSp_Char
; ... |
programs/oeis/140/A140164.asm | neoneye/loda | 22 | 57738 | <reponame>neoneye/loda
; A140164: Binomial transform of [1, 1, 1, 1, -1, -1, 5, -11, 19, -29, 41, ...].
; 1,2,4,8,14,20,26,32,38,44,50,56,62,68,74,80,86,92,98,104,110,116,122,128,134,140,146,152,158,164,170,176,182,188,194,200,206,212,218,224,230,236,242,248,254,260,266,272,278,284,290,296,302,308,314,320,326,332,338,3... |
src/gfx/ico_link.asm | beckadamtheinventor/BOSshell5 | 2 | 57741 | ; convpng v7.3
; 8 bpp image
_ico_link_size equ 258
_ico_link:
db 16,16
db 0FFh,0FFh,0FFh,0FFh,0FFh,0FFh,0FFh,0FFh,0FFh,0FFh,0FFh,0FFh,0FFh,0FFh,0FFh,0FFh
db 0FFh,0FFh,040h,040h,040h,040h,040h,040h,0FFh,0F5h,0F5h,0F5h,0F5h,0F5h,0F5h,0F5h
db 0FFh,0FFh,0FFh,0FFh,0FFh,0FFh,0FFh,0FFh,040h,0F5h,0F5h,0F5h,0F5h,0F5h,0F5h... |
ta19demo/lib/barden_hexcv.asm | hallorant/bitmit | 6 | 57742 | ; <NAME>, Jr. 'TRS-80 Assembly-Language Programming', 1979 pg 198.
;
; Subroutine to covert 1 byte into a hex value in ASCII. This has been
; modified from the book so that simply drawing hl into video memory
; results in the bytes being in the correct order.
;
; Uses: a,c,hl
;
; Entry: a byte to be converted
; Exit... |
sound/musicasm/Final Boss.asm | NatsumiFox/Sonic-3-93-Nov-03 | 7 | 57743 | <reponame>NatsumiFox/Sonic-3-93-Nov-03
FinalBoss_Header:
sHeaderInit ; Z80 offset is $8000
sHeaderPatch FinalBoss_Patches
sHeaderCh $06, $03
sHeaderTempo $01, $57
sHeaderDAC FinalBoss_DAC
sHeaderFM FinalBoss_FM1, $00, $10
sHeaderFM FinalBoss_FM2, $00, $0E
sHeaderFM FinalBoss_FM3, $00, $10
sHeaderFM FinalB... |
programs/oeis/235/A235224.asm | neoneye/loda | 22 | 57744 | ; A235224: a(0) = 0, and for n > 0, a(n) = largest k such that A002110(k-1) <= n, where A002110(k) gives the k-th primorial number.
; 0,1,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,... |
util/cv/addex.asm | olifink/smsqe | 0 | 57745 | <filename>util/cv/addex.asm
; Add Extension to filename V2.00 1990 <NAME> QJUMP
section cv
xdef cv_addex
include 'dev8_keys_hdr'
include 'dev8_keys_err'
;+++
; Copies string, adding extension (_xxx). If the extension makes the name
; longer than a permitted filename, th... |
programs/oeis/084/A084177.asm | karttu/loda | 1 | 57746 | <filename>programs/oeis/084/A084177.asm
; A084177: Binomial transform of Jacobsthal oblongs.
; 0,1,5,27,137,691,3465,17347,86777,433971,2170025,10850467,54253017,271266451,1356334985,6781680387,33908412857,169542086131,847710474345,4238552459107,21192762470297,105963812701011,529819064204105,2649095322418627
cal $0,83... |
libsrc/_DEVELOPMENT/EXAMPLES/zxn/copper/layer_priority/tshr_01_fzx_smooth_scroll.asm | jpoikela/z88dk | 640 | 57747 | SECTION code_driver
SECTION code_driver_terminal_output
PUBLIC tshr_01_output_fzx_smooth_scroll
EXTERN OTERM_MSG_SCROLL
EXTERN tshr_01_output_fzx
EXTERN l_offset_ix_de, asm0_tshr_scroll_wc_up_pix
tshr_01_output_fzx_smooth_scroll:
cp OTERM_MSG_SCROLL
jp nz, tshr_01_output_fzx ; forward to base driver
... |
loaders/uefi/cpu/amd64/gdt.asm | griwes/reaveros | 17 | 57748 | /*
* Copyright © 2021 Michał 'Griwes' Dominiak
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable la... |
src/test/cpp/raw/pmp/build/pmp.asm | siluks-plumerai/VexRiscv | 0 | 57749 |
build/pmp.elf: file format elf32-littleriscv
Disassembly of section .crt_section:
80000000 <_start>:
80000000: 00000097 auipc ra,0x0
80000004: 01008093 addi ra,ra,16 # 80000010 <trap>
80000008: 30509073 csrw mtvec,ra
8000000c: 00c0006f j 80000018 <test0>
80000010 <trap>:... |
oeis/092/A092022.asm | neoneye/loda-programs | 11 | 57750 | ; A092022: Numbers n such that 16n + 3 is prime.
; Submitted by <NAME>(s4)
; 0,1,4,5,8,10,11,13,14,19,26,29,31,34,35,40,41,43,46,49,55,59,68,70,73,74,80,89,91,95,98,101,104,106,109,113,119,124,125,130,131,133,136,140,146,148,154,158,161,166,169,175,176,178,185,188,199,200,203,206,208,209,218,221,223,236,244,245,250,251... |
PORTS/HECTOR/octode2k16/mainHec4.asm | bushy555/ZX-Spectrum-1-Bit-Routines | 59 | 57751 | <reponame>bushy555/ZX-Spectrum-1-Bit-Routines
;******************************************************************
;* octode 2k16 *
;* 8ch beeper engine by utz 05'2016 *
;* Hector port by yo_fr *
;*... |
programs/oeis/139/A139149.asm | neoneye/loda | 22 | 57752 | ; A139149: a(n) = (n!+2)/2.
; 2,4,13,61,361,2521,20161,181441,1814401,19958401,239500801,3113510401,43589145601,653837184001,10461394944001,177843714048001,3201186852864001,60822550204416001,1216451004088320001
add $0,2
mov $1,1
lpb $0
mul $1,$0
sub $0,1
lpe
div $1,2
add $1,1
mov $0,$1
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.