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 |
|---|---|---|---|---|
oeis/176/A176015.asm | neoneye/loda-programs | 11 | 207857 | <filename>oeis/176/A176015.asm
; A176015: Decimal expansion of (5 + 3*sqrt(5))/10.
; Submitted by <NAME>
; 1,1,7,0,8,2,0,3,9,3,2,4,9,9,3,6,9,0,8,9,2,2,7,5,2,1,0,0,6,1,9,3,8,2,8,7,0,6,3,2,1,8,5,5,0,7,8,8,3,4,5,7,7,1,7,2,8,1,2,6,9,1,7,3,6,2,3,1,5,6,2,7,7,6,9,1,3,4,1,4,6,9,8,2,4,3,2,4,3,2,2,5,1,3,6,3,4,6,8,2
mov $1,1
mov... |
ZORTON.reko/ZORTON_2476.asm | 0xLiso/dePIXELator | 0 | 207858 | ;;; Segment 2476 (2476:0000)
2476:0000 00 00 E8 4B FE 83 C4 08 ...K....
l2425_0518:
pop bp
ret
;; fn2476_000A: 2476:000A
;; Called from:
;; 1F0F:0254 (in fn1F0F_000F)
;; 2476:0167 (in fn2476_0104)
fn2476_000A proc
mov ax,28BAh
mov es,ax
push dword ptr es:[0AA80h]
mov ax,... |
programs/oeis/166/A166526.asm | neoneye/loda | 22 | 207859 | <reponame>neoneye/loda
; A166526: a(n) = 12*n - a(n-1), with n>1, a(1)=1.
; 1,23,13,35,25,47,37,59,49,71,61,83,73,95,85,107,97,119,109,131,121,143,133,155,145,167,157,179,169,191,181,203,193,215,205,227,217,239,229,251,241,263,253,275,265,287,277,299,289,311,301,323,313,335,325,347,337,359,349,371,361,383,373,395,385,4... |
src/dinorun.asm | pfiscarelli/Run-Dino-Run | 3 | 207860 | ;*******************************************************************************
;* *
;* Run Dino Run! *
;* ... |
NVEncCore/ram_speed_x64.asm | upsilon/NVEnc | 0 | 207862 |
section .code
align 16
section .text
global read_sse
;void __stdcall read_sse(uint8_t *src, uint32_t size, uint32_t count_n) (
; [rcx] PIXEL_YC *src
; [rdx] uint32_t size
; [r8] uint32_t count_n
;)
read_sse:
push rbx
%ifdef LINUX
mov r9, rdi
... |
res/minild.asm | Pusty/F0i | 0 | 207863 | <gh_stars>0
org 0x7E00
bits 16
call L8702985
jmp $
L8702985:
.lL8702985:
call initGraphics
.lL31198842:
mov si, word pal
call loadPal
.lL3840954:
mov ax, word [freeze]
mov bx, 0
cmp bx, ax
je .lL29744585
.lL23328673:
mov di, word screen
mov ax, word 0
mov bx, word 0
call dr... |
maps/SeafoamGym.asm | Trap-Master/spacworld97-thingy | 0 | 207864 | object_const_def ; object_event constants
const SEAFOAMGYM_BLAINE
const SEAFOAMGYM_GYM_GUY
SeafoamGym_MapScripts:
db 1 ; scene scripts
scene_script .DummyScene
db 0 ; callbacks
.DummyScene:
end
SeafoamGymBlaineScript:
faceplayer
opentext
checkflag ENGINE_VOLCANOBADGE
iftrue .FightDone
writetext BlaineIn... |
dbmmc/chapter3/example3_2.asm | alastairhm/beebasm | 1 | 207865 | \ Example 3.2
INCLUDE "../../lib/constants.asm"
screen = &7E40
ORG &2000
.start
LDA #7
JSR screenmode
LDX #0
TAX
TAY
STA screen
NOP
NOP
.finish
RTS
.screenmode
INCLUDE "../../lib/screenmode.asm"
.end
SAVE "MyCode", start, end |
gfx/pokemon/kanto_frames.asm | Dev727/ancientplatinum | 28 | 207866 | KantoFrames: ; used only for BANK(KantoFrames)
BulbasaurFrames: INCLUDE "gfx/pokemon/bulbasaur/frames.asm"
IvysaurFrames: INCLUDE "gfx/pokemon/ivysaur/frames.asm"
VenusaurFrames: INCLUDE "gfx/pokemon/venusaur/frames.asm"
CharmanderFrames: INCLUDE "gfx/pokemon/charmander/frames.asm"
CharmeleonFrames: INCLUDE "gfx... |
deps/openssl/asm/x64-win32-masm/bn/x86_64-mont5.asm | handong32/node-0.10.46 | 2,494 | 207867 | <gh_stars>1000+
OPTION DOTNAME
.text$ SEGMENT ALIGN(64) 'CODE'
PUBLIC bn_mul_mont_gather5
ALIGN 64
bn_mul_mont_gather5 PROC PUBLIC
mov QWORD PTR[8+rsp],rdi ;WIN64 prologue
mov QWORD PTR[16+rsp],rsi
mov rax,rsp
$L$SEH_begin_bn_mul_mont_gather5::
mov rdi,rcx
mov rsi,rdx
mov rdx,r8
mov rcx,r9
mov r8,QWORD PTR[40... |
programs/oeis/187/A187263.asm | neoneye/loda | 22 | 207868 | ; A187263: Number of nonempty subsets of {1, 2, ..., n} with <=2 pairwise coprime elements.
; 1,3,6,9,14,17,24,29,36,41,52,57,70,77,86,95,112,119,138,147,160,171,194,203,224,237,256,269,298,307,338,355,376,393,418,431,468,487,512,529,570,583,626,647,672,695,742,759,802,823,856,881,934,953,994,1019,1056,1085,1144,1161,1... |
MSDOS/Virus.MSDOS.Unknown.multiflu.asm | fengjixuchui/Family | 3 | 207869 | <reponame>fengjixuchui/Family<filename>MSDOS/Virus.MSDOS.Unknown.multiflu.asm
; Virusname: Multi-Flu
; Origin : Sweden
; Author : <NAME>/<NAME>
;
; Multi-Flu's a resident infector of .COM files (w/the exception of
; COMMAND.COM when they're executed. If the date's the first of any
; month it'll overwrite 9999 sect... |
oeis/158/A158960.asm | neoneye/loda-programs | 11 | 207870 | <reponame>neoneye/loda-programs
; A158960: Numerator of Hermite(n, 1/5).
; Submitted by <NAME>
; 1,2,-46,-292,6316,71032,-1436936,-24183472,454560656,10582510112,-183387274976,-5658029605952,89546942024896,3573911647620992,-51057689020940416,-2603853531376575232,33085559702952161536,2149253944507164508672,-238242178584... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_3_2860.asm | ljhsiun2/medusa | 9 | 207872 | <filename>Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_3_2860.asm<gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r15
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x1eb65, %rsi
lea addresses_WC_ht+0x137b7, %rdi
nop
nop
nop
nop
inc %rdx
mov $43, %rcx
rep movsb
sub $60381, %r15
... |
oeis/152/A152064.asm | neoneye/loda-programs | 11 | 207873 | ; A152064: a(n) = 2*n^3 - 3*n^2 + 5.
; 5,4,9,32,85,180,329,544,837,1220,1705,2304,3029,3892,4905,6080,7429,8964,10697,12640,14805,17204,19849,22752,25925,29380,33129,37184,41557,46260,51305,56704,62469,68612,75145,82080,89429,97204,105417,114080,123205,132804,142889,153472,164565,176180,188329,201024,214277,228100,2425... |
module/mpc-be/SRC/src/ExtLib/VirtualDub/Kasumi/source/a_triblt_sse2.asm | 1aq/PBox | 0 | 207874 | segment .rdata, align=16
correct dq 0000800000008000h, 0000800000008000h
round dq 0000200000002000h, 0000200000002000h
round1 dq 0000020000000200h, 0000020000000200h
round2 dq 0002000000020000h, 0002000000020000h
segment .text
%include "a_triblt.inc"
extern _kVDCubicInterpTableFX14_075_MMX
;--... |
oeis/111/A111517.asm | neoneye/loda-programs | 11 | 207875 | <gh_stars>10-100
; A111517: Numbers n such that (7*n + 1)/2 is prime.
; Submitted by <NAME>
; 3,15,19,31,39,43,51,55,75,79,99,111,123,139,159,163,171,175,183,195,211,231,235,259,279,283,291,295,303,315,319,339,343,351,379,411,415,423,435,451,459,463,475
mov $1,-4
mov $2,$0
add $2,3
pow $2,2
lpb $2
add $1,14
sub $2... |
base/mvdm/wow16/kernel31/lcompact.asm | npocmaka/Windows-Server-2003 | 17 | 207876 | <filename>base/mvdm/wow16/kernel31/lcompact.asm
TITLE LCOMPACT - Local memory allocator, compaction procedures
include kernel.inc
errnz la_prev ; This code assumes la_prev = 0
sBegin CODE
assumes CS,CODE
; These are all the external subroutines needed by this source file.
;
externNP <henum> ; HAND... |
kernel/resources/hello.asm | mikegedelman/alloy | 0 | 207878 | <filename>kernel/resources/hello.asm
global _start
_start:
mov ebx, hello
mov eax, 0x1 ; "print" syscall - expects pointer to a null-terminated string in ebx
int 0x80
mov eax, 0x2 ; "exit" syscall
int 0x80 ;
hello db 'Hello from fake userspace assembly', 10, 0
|
stage3/graphics_circle.asm | amrwc/8086-graphics | 5 | 207879 | %include "graphics_circle_main.asm"
%include "graphics_circle_algorithm.asm"
Graphics_Circle:
push word 130d ; xm ; Def args: X-centre
push word 110d ; ym ; Y-centre
push word 50d ; r ; radius
call Graphics_Circle_Main
... |
Transynther/x86/_processed/AVXALIGN/_ht_st_zr_/i9-9900K_12_0xa0_notsx.log_21829_347.asm | ljhsiun2/medusa | 9 | 207880 | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r14
push %r15
push %r9
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x7afd, %r9
clflush (%r9)
nop
sub $4300, %rdi
mov $0x6162636465666768, %r13
movq %r13, %xmm5
vmovups %ymm5, (%r9)
nop
nop
nop
sub $458, %rcx
lea addresses_D_ht+0x1019f, %rbp
no... |
in/dev/char/keyboard/keyboard.asm | Daliji/Diers | 4 | 207881 | <reponame>Daliji/Diers
[bits 32]
[global keyboard_interrupt]
[extern keyboard]
keyboard_interrupt:
push esi
push ebx
push ecx
push edx
push eax
push ebp
push ds
push es
push fs
mov bx,0x10
mov ds,bx
mov es,bx
mov bx,0x17
mov fs,bx
call keyboard
pop fs
pop es
pop ds
pop ebp
pop eax
pop edx
pop ... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_1809.asm | ljhsiun2/medusa | 9 | 207883 | <reponame>ljhsiun2/medusa<filename>Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_1809.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r8
push %r9
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x1ee23, %rsi
lea addresses_WT_ht+0x1a5a3, %rdi
nop
and $55802, %... |
programs/primeasm.asm | sirupsen/flying-cat | 7 | 207884 | <reponame>sirupsen/flying-cat<filename>programs/primeasm.asm
[BITS 64]
[ORG 0x0000000000200000]
%INCLUDE "bmdev.asm"
primestart: ; Start of program label
call b_get_timecounter
mov [start], rax
; Calc
; xor ecx, ecx
;loop1:
;The DIV instruction returns the quotient in AX and the remainder in DX.... |
boot/x86_64/stage2.asm | garyGLgan/g8os | 1 | 207885 | <reponame>garyGLgan/g8os
%include "boot/x86_64/constants.asm"
[BITS 64]
[ORG 0x8000]
stage2:
; update segments
cli
mov dx, GDT_SELECTOR_DATA
mov ss, dx ; stack segment
mov ds, dx ; data segment
mov es, dx ; extra segment
mov fs, dx ; f-segment
mov gs, dx ; g-segment
mov rsp, ... |
src/firmware/SunriseSunset/LatitudeInterpolationStates.asm | pete-restall/Cluck2Sesame-Prototype | 1 | 207886 | #include "Platform.inc"
#include "FarCalls.inc"
#include "Arithmetic32.inc"
#include "SunriseSunset.inc"
#include "States.inc"
radix decimal
defineSunriseSunsetState SUN_STATE_INTERPOLATE_LATITUDE
loadAbsoluteLatitudeOffsetAsDividend:
.setBankFor latitudeOffset
rlf latitudeOffset, W
movf latitudeOffset, ... |
src/test/ref/varcall-1.asm | jbrandwood/kickc | 2 | 207888 | // Test __varcall calling convention
// Parameter passing
// Commodore 64 PRG executable file
.file [name="varcall-1.prg", type="prg", segments="Program"]
.segmentdef Program [segments="Basic, Code, Data"]
.segmentdef Basic [start=$0801]
.segmentdef Code [start=$80d]
.segmentdef Data [startAfter="Code"]
.segment Basi... |
oeis/160/A160388.asm | neoneye/loda-programs | 11 | 207889 | <filename>oeis/160/A160388.asm
; A160388: Decimal expansion of (e + 1)/3.
; 1,2,3,9,4,2,7,2,7,6,1,5,3,0,1,5,0,7,8,4,5,3,4,2,9,1,5,7,1,1,7,5,5,4,1,6,5,9,1,9,0,8,2,3,6,4,5,6,6,6,5,3,1,9,1,6,5,5,6,5,5,8,7,5,9,0,8,0,2,5,5,4,3,4,5,1,1,8,2,5,3,1,5,2,3,7,9,4,0,5,9,5,0,8,3,8,8,8,0,9
mov $1,3
mov $2,1
mov $3,$0
mul $3,5
lpb $3... |
Transynther/x86/_processed/US/_zr_/i9-9900K_12_0xca_notsx.log_9_588.asm | ljhsiun2/medusa | 9 | 207890 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r14
push %r15
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0xab17, %rsi
lea addresses_WT_ht+0xc657, %rdi
nop
nop
nop
nop
lfence
mov $34, %rcx
rep movsw
nop
nop
and %rax, %rax
lea addresses_A_ht+0xa94f, %rsi
lea addresses_WT_ht+0x13487,... |
Transynther/x86/_processed/AVXALIGN/_st_sm_/i9-9900K_12_0xa0.log_21829_128.asm | ljhsiun2/medusa | 9 | 207891 | <filename>Transynther/x86/_processed/AVXALIGN/_st_sm_/i9-9900K_12_0xa0.log_21829_128.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r12
push %r13
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x158b0, %r13
nop
dec %r11
mov $0x6162636465666768, %rsi
movq %rsi, (%r13)
nop
dec %r1... |
src/player.asm | Pentacour/viruslqp79_msx | 4 | 207892 | <reponame>Pentacour/viruslqp79_msx<gh_stars>1-10
MODULE MPLAYER
include "player_macros.asm"
K_KEY_NO_KEY EQU 0
K_KEY_UP EQU 1
K_KEY_UPRIGHT EQU 2
K_KEY_RIGHT EQU 3
K_KEY_DOWNRIGHT equ 4
K_KEY_DOWN EQU 5
K_KEY_DOWNLEFT equ 6
K_KEY_LEFT EQU 7
K_KEY_UPLEFT EQU 8
K_KEY_SPACE EQU ... |
Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xca.log_21829_979.asm | ljhsiun2/medusa | 9 | 207895 | <filename>Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xca.log_21829_979.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r14
push %r15
push %r8
push %r9
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x1006, %rcx
nop
nop
nop
nop
sub %rbx, %rbx
and $0xffffffffffffffc0, %rcx
vmovaps (%rcx), %y... |
s0706.asm | zhangyuesai/8086-asm-learning-code | 1 | 207896 | <reponame>zhangyuesai/8086-asm-learning-code
assume cs:codesg,ds:datasg
datasg segment
db 'BaSiC'
db 'MinIx'
datasg ends
codesg segment
start:
mov ax,datasg
mov ds,ax
mov bx,0
mov cx,5
s: mov al,[bx]
and al,11011111b
mov [bx],al
inc bx
loop s
mov bx,5
mov cx,5
s2: mov al,[bx]
or al,00100000b
mov [bx],... |
programs/oeis/047/A047423.asm | neoneye/loda | 22 | 207897 | <filename>programs/oeis/047/A047423.asm
; A047423: Numbers that are congruent to {2, 3, 4, 5, 6} mod 8.
; 2,3,4,5,6,10,11,12,13,14,18,19,20,21,22,26,27,28,29,30,34,35,36,37,38,42,43,44,45,46,50,51,52,53,54,58,59,60,61,62,66,67,68,69,70,74,75,76,77,78,82,83,84,85,86,90,91,92,93,94,98,99,100,101,102
mov $1,$0
div $1,5
m... |
oeis/297/A297966.asm | neoneye/loda-programs | 11 | 207900 | <filename>oeis/297/A297966.asm<gh_stars>10-100
; A297966: a(n) = 3^n mod prime(n).
; Submitted by Jon Maiga
; 1,0,2,4,1,1,11,6,18,5,13,10,38,36,42,15,19,34,5,32,46,51,49,39,94,30,73,53,9,91,114,100,79,121,38,127,122,113,126,138,82,114,118,112,119,10,108,30,188,20,188,30,174,169,5,52,15,241,202,222,50,267,283,78,98,4,19... |
Virus.Win32.Vpe/VPE.asm | TheWover/Vx-Engines | 4 | 207901 | <gh_stars>1-10
; ---------------------------------------------------------------------------
; VPE (Virus Permutetion Engine) v1.01 (b) xx june 2005 Wan1788
; ---------------------------------------------------------------------------
include Ade32bin.inc
;push size free memory
;push size code
;push addres... |
src/util/sprite/f_f10.asm | olifink/qspread | 0 | 207902 | <reponame>olifink/qspread
;Sprite source code generated with EASYSOURCE 1991 <NAME> Software
;**************************************************************************
; -> asm_spr_ <- 1992 Jun 13 12:45:23
section sprite
xdef mes_f10
mes_f10
sp1
dc.w $0100,$0000 ;form, time/adaption
dc.w $0... |
bddisasm_test/kl/kl_64.asm | tklengyel/bddisasm | 675 | 207903 | bits 64
db 0xF3, 0x0F, 0x38, 0xDC, 0x01 ; AESENC128KL xmm0, m384 ptr [rcx]
db 0xF3, 0x0F, 0x38, 0xDD, 0x01 ; AESDEC128KL xmm0, m384 ptr [rcx]
db 0xF3, 0x0F, 0x38, 0xDE, 0x08 ; AESENC256KL xmm1, zmmword ptr [rax]
db 0xF3, 0x0F, 0x38, 0xDF, 0x08 ; AESDEC256KL xmm1, zmmword ptr [ra... |
home/lcd.asm | manuelmartinezbosch/testing-gb | 0 | 207904 | ; Disables the LCD display
; 1. Backup rIE and disable VBlank interrupt
; 2. Wait vBlank period to disable LCD
; 3. Disable LCD
DisableLCD::
xor a
ldh [rIF], a ; to prevent interrupt occurred before backup rIE
ldh a, [rIE]
ld b, a ; backup rIE in b
res 0, a ; disable vBlank interru... |
PVPokeMini/PokeMini/pokemini-code/dev-misc/examples/template/main.asm | DaddyCal/Provenance | 0 | 207906 | .include "pm_libs/pm_init.s"
pm_header "MainTemplate", IRQ_KEY_POWER, 0
; Shutdown down when power key pressed
irq_key_power:
cint CINT_SHUTDOWN
main:
; Enable interrupts
enable_irqs IRQ_KEY_POWER | IRQ_PRC_COPY
enable_mirq
_loop:
halt
jmpb _loop
pm_rominfo
|
Palmtree.Math.Core.Implements/vs_build/x86_Debug/pmc_getpropertyvalue.asm | rougemeilland/Palmtree.Math.Core.Implements | 0 | 207907 | ; Listing generated by Microsoft (R) Optimizing Compiler Version 19.16.27026.1
TITLE Z:\Sources\Lunor\Repos\rougemeilland\Palmtree.Math.Core.Implements\Palmtree.Math.Core.Implements\pmc_getpropertyvalue.c
.686P
.XMM
include listing.inc
.model flat
INCLUDELIB MSVCRTD
INCLUDELIB OLDNAMES
msvcjmc SEGMENT
__7B7A86... |
supports/applatissement/applatissement_applati.asm | yaps8/these | 2 | 207908 | <gh_stars>1-10
section .text
global _start
_start:
mov eax, A
S:
jmp eax
A:
cmp ebx, 0
jne A2
A1:
mov eax, B
jmp S
A2:
mov eax, E
jmp S
B:
mov edi, 0
mov eax, C
jmp S
C:
inc edi
mov eax, D
jmp S
D:
ret
E:
mov edi, 1
cmp ebx, 1
jne E2
E1:
mov eax, F
jmp S
E2:
mov eax, C
jmp S
F:
add edi, 2
mov eax, D
jmp S
|
oeis/009/A009306.asm | neoneye/loda-programs | 11 | 207909 | ; A009306: Expansion of e.g.f.: log(1 + exp(x)*x).
; Submitted by <NAME>(w2)
; 0,1,1,-1,-2,9,6,-155,232,3969,-20870,-118779,1655028,1610257,-143697722,522358005,13332842416,-138189937791,-1128293525646,29219838555781,17274118159180,-5993074252801839,38541972209299966,1179892974640047669,-19460524014823618872,-187430579... |
Source/Levels/L0111.asm | AbePralle/FGB | 0 | 207910 | ; L0111.asm
; Generated 10.20.2000 by mlevel
; Modified 10.20.2000 by <NAME>
INCLUDE "Source/Defs.inc"
INCLUDE "Source/Levels.inc"
;---------------------------------------------------------------------
SECTION "Level0111Section",ROMX
;---------------------------------------------------------------------
L0111_Conte... |
Working Disassembly/Levels/HCZ/Misc Object Data/Map - Spinning Column.asm | TeamASM-Blur/Sonic-3-Blue-Balls-Edition | 5 | 207911 | Map_231AEE: dc.w Frame_231AF4-Map_231AEE ; ...
dc.w Frame_231B14-Map_231AEE
dc.w Frame_231B34-Map_231AEE
Frame_231AF4: dc.w 5
dc.b $E0, $C,$20,$10,$FF,$F0
dc.b $E8, $D, 0, 0,$FF,$F0
dc.b $F8, $D, 0, 0,$FF,$F0
dc.b 8, $D, 0, 0,$FF,$F0
dc.b $18, $C,$20,$18,$FF,$F0
Frame_231B14: dc.w 5
dc.b $E0, $C... |
Transynther/x86/_processed/NONE/_ht_zr_/i7-8650U_0xd2.log_571_1622.asm | ljhsiun2/medusa | 9 | 207912 | <filename>Transynther/x86/_processed/NONE/_ht_zr_/i7-8650U_0xd2.log_571_1622.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r14
push %r15
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0xb23d, %rsi
lea addresses_A_ht+0x556f, %rdi
clflush (%rdi)
nop
xor $42123, %rdx
mov $40, ... |
Appl/Calendar/Alarm/alarmManager.asm | steakknife/pcgeos | 504 | 207913 | <filename>Appl/Calendar/Alarm/alarmManager.asm<gh_stars>100-1000
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1989 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Calendar/Alarm
FILE: alarmManager.asm
AUTHOR: <NAME>, September 1, 1989
REVISION H... |
ZORTON.reko/ZORTON_1744.asm | 0xLiso/dePIXELator | 0 | 207914 | ;;; Segment 1744 (1744:0000)
1744:0000 5A 66 59 0F A1 0F A9 5D C9 CB ZfY....]..
;; fn1744_000A: 1744:000A
;; Called from:
;; 0CE0:0A8B (in fn0CE0_08FC)
fn1744_000A proc
enter 4h,0h
push 52h
call far 0800h:07B4h
pop cx
mov [bp-2h],dx
mov [bp-4h],ax
cmp dword ptr [bp-4h],0h
jz 0053h
... |
Drivers/PS2/PS_2.asm | jaredwhitney/os3 | 5 | 207915 | <reponame>jaredwhitney/os3<filename>Drivers/PS2/PS_2.asm
PS2_COMMAND_PORT equ 0x64
PS2_STATUS_PORT equ 0x64
PS2_DATA_PORT equ 0x60
PS2_READ_CONFIG equ 0x20
PS2_WRITE_CONFIG equ 0x60
PS2_TEST_CONTROLLER equ 0xAA
PS2_ENABLE_PORT1 equ 0xAE
PS2_DISABLE_PORT1 equ 0xAD
PS2_TEST_PORT1 equ 0xAB
PS2_SEND_PORT1 equ 0xD1 ; ... |
PRG/levels/Desert/2-FA.asm | narfman0/smb3_pp1 | 0 | 207916 | <filename>PRG/levels/Desert/2-FA.asm
; Original address was $BBFC
; World 2 fortress spike room
.word W20FL ; Alternate level layout
.word W20FO ; Alternate object layout
.byte LEVEL1_SIZE_04 | LEVEL1_YSTART_170
.byte LEVEL2_BGPAL_02 | LEVEL2_OBJPAL_11 | LEVEL2_XSTART_18
.byte LEVEL3_TILESET_09 | LEVEL3_VSCROLL_LO... |
oeis/142/A142311.asm | neoneye/loda-programs | 11 | 207917 | ; A142311: Primes congruent to 43 mod 44.
; Submitted by <NAME>
; 43,131,263,307,439,571,659,967,1187,1231,1319,1451,1583,1627,1759,1847,1979,2111,2243,2287,2551,2683,2903,3079,3167,3299,3343,3607,3739,4003,4091,4663,4751,5059,5147,5279,5323,5807,5851,5939,6203,6247,6379,6599,6863,6907,7039,7127,7523,7699,7919,7963,844... |
vbox/src/VBox/Runtime/common/asm/ASMAtomicCmpXchgU16.asm | Nurzamal/rest_api_docker | 0 | 207919 | <reponame>Nurzamal/rest_api_docker<filename>vbox/src/VBox/Runtime/common/asm/ASMAtomicCmpXchgU16.asm
; $Id: ASMAtomicCmpXchgU16.asm 69111 2017-10-17 14:26:02Z vboxsync $
;; @file
; IPRT - ASMAtomicCmpXchgU16().
;
;
; Copyright (C) 2006-2017 Oracle Corporation
;
; This file is part of VirtualBox Open Source Edition (OS... |
Driver/Socket/EtherLink/etherPrefCtrl.asm | steakknife/pcgeos | 504 | 207920 | <gh_stars>100-1000
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) Tedious Endeavors 1998 -- All Rights Reserved
PROJECT: Native ethernet support
MODULE: Ethernet link driver
FILE: etherPrefCtrl.asm
AUTHOR: <NAME>, June 28th, 1998
ROUTINES:
Name Descrip... |
oeis/284/A284392.asm | neoneye/loda-programs | 11 | 207921 | <gh_stars>10-100
; A284392: Positions of 0 in A284391; complement of A284393.
; Submitted by <NAME>
; 3,4,8,9,11,12,14,15,19,20,24,25,29,30,32,33,35,36,40,41,43,44,46,47,51,52,54,55,57,58,62,63,67,68,72,73,75,76,78,79,83,84,88,89,93,94,96,97,99,100,104,105,109,110,114,115,117,118,120,121,125,126,128,129,131,132,136,137... |
sim.asm | mpsk2/TempSimulator | 0 | 207923 | ; <NAME> <<EMAIL>>
global start, step
extern malloc, memcpy
section .data
width dq 0
height dq 0
fields dq 0
warmers dq 0
coolers dq 0
weight dd 0
second dq 0 ; array used to make simulation
size dq 0 ; size of second array, used by memcpy
section .text
start:
mov [width], rdi ; store width
mov [height], r... |
User input.asm | BitorqubitT/MIPS-basics | 1 | 207924 | <gh_stars>1-10
.data
message: .asciiz "I am "
message2: .asciiz " years old"
user_input: .asciiz "Give an integer: "
.text
main:
li $v0, 4
la $a0, user_input
syscall
li $v0, 5
syscall
move $a1, $v0
la $a0, message
li $v0, 4
syscall
li $v0, 1
add $a0, $a1, $zero
syscall
la $a0, message2
li $v0, 4
... |
src/init.asm | Hacktix/gbctv | 14 | 207925 | SECTION "Initialization", ROM0
;------------------------------------------------------------------------
; Initializes the CGB color palette.
; TODO: Optimize this.
;------------------------------------------------------------------------
InitPalettes::
; Initializing BGP0
ld a, BCPSF_AUTOINC
ld [rBCPS], a... |
src/kernel/boot/gdt.asm | soumitradev/BruhOS | 2 | 207926 | <reponame>soumitradev/BruhOS
[bits 64]
align 0x10
gdt:
null_descriptor:
dw 0x0000
dw 0x0000
db 0x00
db 00000000b
db 00000000b
db 0x00
kernel_code_64:
dw 0x0000
dw 0x0000
db 0x00
db 10011010b
db 00100000b
db 0x00
kernel_data:
dw 0x0000
dw 0x0000
db 0x... |
oeis/047/A047999.asm | neoneye/loda-programs | 11 | 207927 | ; A047999: Sierpiński's [Sierpinski's] triangle (or gasket): triangle, read by rows, formed by reading Pascal's triangle (A007318) mod 2.
; 1,1,1,1,0,1,1,1,1,1,1,0,0,0,1,1,1,0,0,1,1,1,0,1,0,1,0,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,1,1,1,0,1,0,0,0,0,0,1,0,1,1,1,1,1,0,0,0,0,1,1,1,1,1,0,0,0,1,0,0,0,1,0,0,0,... |
boot/mach/bios/bootstrap/mbr.asm | mfkiwl/NexNix | 0 | 207928 | ; mbr.asm - contains master boot record startup code
; SPDX-License-Identifier: ISC
bits 16
cpu 386
org 0x600
section .text
global start
%define MBR_BIOSSIG 0xAA55
%define MBR_PADMAX 510
%define MBR_SIZE 512
%define MBR_WORDS 256
%define MBR_BASE 600h
%define MBR_BIOSBASE 7C00h
%define MBR_STACKTOP 7C00h
%define M... |
Library/Trans/Graphics/Bitmap/Clp/Import/importManager.asm | steakknife/pcgeos | 504 | 207929 | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1992 -- All Rights Reserved
PROJECT: PC GEOS
MODULE:
FILE: importManager.asm
AUTHOR: <NAME>, May 12, 1992
ROUTINES:
Name Description
---- -----------
REVISION HISTORY:
Name Date Desc... |
print/printlib.asm | exucutional/study_asm | 0 | 207930 | ;-----------------printlib.asm------------------
section .data
buffch times 16 db 0
section .text
;-----------------------------------------------
;Name: mprint
;Entry: rsi = file out descriptor,
; rdi = offset string,
; stack arguments
;Exit:
;Destr: rax, rbx, rcx, rdx, rsi, r8, r9, r10
;---------------------------... |
oeis/209/A209319.asm | neoneye/loda-programs | 11 | 207931 | ; A209319: Number of functions f:{1,2,...,n}->{1,2,...,n} whose cycle lengths are <= 2.
; Submitted by <NAME>
; 1,1,4,25,218,2451,33832,554527,10535100,227790505,5525843696,148673435769,4394818486456,141611317636075,4940870266568160,185595910032346111,7468517348971708688,320562141349559055633,14619577651630443611200,70... |
Tables/text_tables.asm | ped7g/EliteNext | 9 | 207932 | <reponame>ped7g/EliteNext<filename>Tables/text_tables.asm
StatusLaserName1 DB "Pulse",0
StatusLaserName2 DB "Beam",0
StatusLaserName3 DB "Military",0
StatusLaserName4 DB "Mining",0
StatusLaserName5 DB "Custom",0
StatusLaserNameIdx DW StatusLaserName1,StatusLaserName2,StatusLaserName3,StatusLaserName4... |
PRG/objects/W6A.asm | narfman0/smb3_pp1 | 0 | 207933 | .byte $00 ; Unknown purpose
.byte OBJ_AUTOSCROLL, $00, $06
.byte OBJ_CLOUDSINBGBEGIN, $01, $03
.byte OBJ_AIRSHIPPROP, $13, $0F
.byte OBJ_AIRSHIPPROP, $11, $11
.byte OBJ_BOLTLIFT, $18, $0F
.byte OBJ_BOLTLIFT, $2E, $0D
.byte OBJ_BOLTLIFT, $34, $0F
.byte $AB, $3B, $0A
.byte OBJ_FIREJET_RIGHT, $42, $12
.byte OB... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_1396.asm | ljhsiun2/medusa | 9 | 207934 | <filename>Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_1396.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r14
push %r8
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x5d34, %rax
clflush (%rax)
nop
nop
nop
nop
cmp $58185, %r10
mov $0x6162636465666768, %r8... |
programs/oeis/153/A153349.asm | jmorken/loda | 1 | 207935 | <filename>programs/oeis/153/A153349.asm
; A153349: Period 6: repeat [1, 7, 4, 4, 7, 1].
; 1,7,4,4,7,1,1,7,4,4,7,1,1,7,4,4,7,1,1,7,4,4,7,1,1,7,4,4,7,1,1,7,4,4,7,1,1,7,4,4,7,1,1,7,4,4,7,1,1,7,4,4,7,1,1,7,4,4,7,1,1,7,4,4,7,1,1,7,4,4,7,1,1,7,4,4,7,1,1,7,4,4,7,1,1,7,4,4,7,1,1,7,4,4,7,1,1,7,4,4,7,1,1,7,4
mod $0,6
mov $2,5
b... |
src/mods/tsclient/move_team_group_number.asm | E1Elite/ts-patches | 33 | 207936 | %include "TiberianSun.inc"
%include "macros/patch.inc"
; Team/group number display on units/buildings can be repositioned to avoid overlapping with pips.
; Y axis can be changed separately when the units/buildings have pips of ammo/passengers/storage etc.
; Credits: Tuc0 for the original hack
; X axis, default 0x04.... |
Source Codes Testing/2bytedataadd.asm | aravindvnair99/emu8086 | 11 | 207938 | ;Add 2 3 byte numbers
.MODEL small
.STACK
.DATA
N db 3h
n1 db 01h,022h,01h
n2 db 022h,0F1h,01h
sum db ?
.CODE
.STARTUP
mov cx,00h
mov cl,N
clc ;clears flag value
addition: mov al,n1[si]
mov ah,n2[si]
adc al,00h
clc
add al,ah
mov sum[di],al
inc si
inc di
loop addition
.EXIT
END |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0.log_21829_712.asm | ljhsiun2/medusa | 9 | 207939 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r14
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x2a2, %rsi
lea addresses_D_ht+0x1dabc, %rdi
xor %rax, %rax
mov $41, %rcx
rep movsb
cmp $27241, %r13
lea addresses_WC_ht+0x179cc, %r14
nop
cmp $47452, %rcx
movups (%r14), %xmm... |
boot/psboot/psboot_init.asm | 0x00000FF/PhilosophersStone | 0 | 207940 | <gh_stars>0
; psboot initializer program
;
; this program enabled protected/IA-32e mode
; and loads 64bit system directly
;
%define INITIALIZER_BEGIN 0x10000
%define SEGMENT_DATA 0x08
%define SEGMENT_CODE 0x10
[ORG 0x00]
[BITS 16]
SECTION .text
; convert and set 0x10000 as segment address
... |
Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_15954_1535.asm | ljhsiun2/medusa | 9 | 207941 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r12
push %r14
push %r8
push %r9
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x4f7a, %r9
nop
nop
nop
inc %r12
vmovups (%r9), %ymm1
vextracti128 $0, %ymm1, %xmm1
vpextrq $1, %xmm1, %r14
nop
and $52869, %rbx
lea addresses_D_ht+0x14712, %... |
usrmod.asm | silizium/c64_asm | 10 | 207942 | <filename>usrmod.asm
;xa -O PETSCII -o usrmod.prg usrmod.asm
; Modulo function using USR()
; Copyright 1992,1999 <NAME>
; For Go64!/Commodore World magazine
*= 49152
.text
.word *
*= *-2
; BASIC ROM entry points used
usrvec = $0311
mov2f57 = $bbca
mov2f5c = $bbc7
frmnum = $ad8a
fdivmem = $bb0f
int ... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_1444.asm | ljhsiun2/medusa | 9 | 207944 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r13
push %r8
push %rbp
push %rdi
push %rdx
push %rsi
// Faulty Load
lea addresses_PSE+0x8a0b, %rbp
and %r8, %r8
mov (%rbp), %r13d
lea oracles, %rbp
and $0xff, %r13
shlq $12, %r13
mov (%rbp,%r13,1)... |
oeis/003/A003759.asm | neoneye/loda-programs | 11 | 207945 | ; A003759: Number of Hamiltonian cycles in D_4 X P_n.
; Submitted by <NAME>
; 0,2,6,24,86,320,1176,4340,15994,58970,217388,801426,2954496,10891960,40153904,148030026,545722366,2011841328,7416784934,27342464080,100799786752,371605023956,1369946288898,5050396829138
lpb $0
sub $0,1
add $5,$2
add $2,3
add $2,$1
... |
src/mem_ops.asm | no111u3/m48_robo_asm | 0 | 207947 | ;****************************************************************
.include "m48def.inc"
.include "service.inc"
;****************************************************************
; Data
;****************************************************************
.dseg
.org SRAM_START ; because avra ignores device specific segment ... |
asm/qrcodegen.asm | MartinezTorres/msx_qrcode | 2 | 207949 | ;--------------------------------------------------------
; File Created by SDCC : free open source ANSI-C Compiler
; Version 3.9.0 #11195 (Linux)
;--------------------------------------------------------
.module qrcodegen
.optsdcc -mz80
;--------------------------------------------------------
; Public variables i... |
oeis/066/A066211.asm | neoneye/loda-programs | 11 | 207951 | ; A066211: a(n) = Sum_{j=0..n} (2*n)!/(2*n-j)!.
; 1,3,17,157,2081,36101,773665,19726085,582913217,19582414021,736891600001,30699450566885,1402556105125345,69719685409234277,3745929254826233441,216310377722912693701,13359435408855851031425,878701820865582786218885,61320957119042580664595137,4525280594748425506670362661,... |
gfx/pokemon/lugia/anim.asm | Dev727/ancientplatinum | 28 | 207952 | <gh_stars>10-100
frame 1, 11
frame 2, 11
frame 3, 14
frame 4, 14
frame 5, 14
frame 6, 11
endanim
|
libsrc/_DEVELOPMENT/arch/zx/bifrost_h/z80/asm_BIFROSTH_showTilePosH.asm | teknoplop/z88dk | 0 | 207953 | ; ----------------------------------------------------------------
; Z88DK INTERFACE LIBRARY FOR THE BIFROST* ENGINE - RELEASE 1.2/L
;
; See "bifrost_h.h" for further details
; ----------------------------------------------------------------
SECTION code_clib
SECTION code_bifrost_h
PUBLIC asm_BIFROSTH_showTilePosH
d... |
libsrc/_DEVELOPMENT/string/c/sdcc_iy/rawmemchr_callee.asm | meesokim/z88dk | 0 | 207954 |
; BSD
; void *rawmemchr_callee(const void *mem, int c)
SECTION code_string
PUBLIC _rawmemchr_callee, l0_rawmemchr_callee
EXTERN asm_rawmemchr
_rawmemchr_callee:
pop af
pop hl
pop bc
push af
l0_rawmemchr_callee:
ld a,c
jp asm_rawmemchr
|
1/pow.asm | sunloving/os-course | 0 | 207955 | pow:
movq $0, %rbx
cmp %rsi, %rbx
je zero_pow
cmp %rdi, %rbx
je zero_value
movq %rdi, %rax
movq $1, %rbx
mult:
addq $1, %rbx
mulq %rdi
cmp %rsi, %rbx
jz exit
jmp mult
zero_pow:
movq $1, %rax
jmp exit
zero_value:
movq $0, %rax
jmp exit
exit:
retq
|
boot/07_data_segment.asm | musgravejw/OS | 8 | 207956 | ;
; A simple boot sector program that demonstrates segment offsetting ;
25
mov ah, 0x0e
mov al, [the_secret]
int 0x10
mov bx, 0x7c0
mov ds, bx
mov al, [the_secret] int 0x10
;
int 10/ah = 0eh -> scrolling teletype BIOS routine
; Does this print an X?
mov al, [es:the_secret] int 0x10
; Can ’t ; then
; Does
; Tell ; Do... |
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_1910_1538.asm | ljhsiun2/medusa | 9 | 207957 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r14
push %r8
push %rbx
push %rdx
lea addresses_UC_ht+0x9a21, %r8
nop
nop
inc %rbx
vmovups (%r8), %ymm4
vextracti128 $1, %ymm4, %xmm4
vpextrq $1, %xmm4, %r11
nop
nop
nop
nop
nop
xor $50364, %r11
lea addresses_A_ht+0x108d9, %rdx
add $2... |
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_546_361.asm | ljhsiun2/medusa | 9 | 207958 | <filename>Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_546_361.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r13
push %r8
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0x55ac, %rsi
lea addresses_D_ht+0x182ec, %rdi
nop
nop
sub %rbp, %rbp
mov $7, %rcx
rep movsw
no... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_224.asm | ljhsiun2/medusa | 9 | 207959 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r14
push %r15
push %r8
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0xb600, %rsi
lea addresses_D_ht+0xfc20, %rdi
nop
sub $28717, %r15
mov $111, %rcx
rep movsl
dec %r8
lea addresses_A_ht+0x2368, %rdi
clflush (%rdi)
xor %r10, %r10
... |
oeis/248/A248914.asm | neoneye/loda-programs | 11 | 207960 | <reponame>neoneye/loda-programs
; A248914: Decimal expansion of L = integral_{0..1} 1/(1-2t^2/3) dt, an auxiliary constant associated with one of the integral inequalities studied by <NAME>.
; Submitted by <NAME>
; 1,4,0,3,8,2,1,9,6,5,1,5,5,3,5,5,1,6,5,7,3,0,3,6,3,7,3,8,8,9,9,6,1,0,2,7,7,4,8,0,0,3,5,3,2,8,3,0,6,6,5,7,0... |
example.asm | thlorenz/logasm | 1 | 207962 | <gh_stars>1-10
; vim: ft=nasm
%include "log.mac"
global _start
section .text
log_text ; very important to include this
debug : db "logging a debug message",0
.len : equ $-debug
info : db "logging an info message",0
.len : equ $-info
warn : db "logging a warn message",0
... |
ref.asm | denglend/calcsys | 3 | 207964 | <gh_stars>1-10
RefAddrs:
dw _AnsName ;AnsName
IFNDEF ION
dw _ApdSetup ;ApdSetup
ENDIF
IFDEF TI83P
dw _Arc_Unarc ;ArcUnarc
ENDIF
dw _ChkFindSym ;ChkFindSym
dw _ClrLCDFull ;ClrLCDFull
dw _Clr... |
src/textmode.asm | ando23/sysa | 0 | 207965 | <reponame>ando23/sysa<gh_stars>0
; Copyright 2022 <NAME>
; Licence: MIT
clrscr:
push eax
push edx
push edi
mov edi, 0xB8000
mov ecx, 80*25
mov ah, byte [cursor_col]
mov al, 0x20
rep stosw
pop edi
pop edx
pop eax
ret
disable_cursor:
pushf
push eax
push edx
mov dx, 0x3D4
mov al, 0xA ; low cursor shap... |
libsrc/_DEVELOPMENT/math/float/math16/lm16/c/sccz80/tan.asm | ahjelm/z88dk | 4 | 207966 |
SECTION code_fp_math16
PUBLIC tanf16
EXTERN _m16_tanf
defc tanf16 = _m16_tanf
; SDCC bridge for Classic
IF __CLASSIC
PUBLIC _tanf16
defc _tanf16 = tanf16
ENDIF
|
Modules/Module3/3_ControlTransfer/jump1.asm | hackettccp/CSCI213 | 0 | 207967 | #Demonstrates unconditional transfer
.text
li $t0, 7 #Loads 7 into $t0
j test2 #Jumps to test2 section
test1:
li $t2, 8 #Loads 8 into $t2
j done #Jumps to done section
test2:
li $t1, 10 #Loads 10 into $t1
j test1 #Jumps to test1 section
done:
li $t3, 9 #Loads 10 into $t1
|
tiny.asm | kspalaiologos/malware | 2 | 207968 | format PE GUI on 'stub.exe'
entry start
include 'include/win32a.inc'
section '.idata' import data readable writeable
library kernel32, 'kernel32', user32, "user32", gdi32, "gdi32"
import user32, GetDesktopWindow, 'GetDesktopWindow', GetWindowDC, "GetWindowDC", GetWindowRect, "GetWindowRect", BlockInput, "Bloc... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_720.asm | ljhsiun2/medusa | 9 | 207969 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r14
push %r15
push %r8
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x94d8, %r15
cmp $8309, %rbp
vmovups (%r15), %ymm6
vextracti128 $1, %ymm6, %xmm6
vpextrq $1, %xmm6, %r14
nop
dec %r13
lea addresses_WC_ht+0x... |
enduser/netmeeting/av/codecs/intel/h263/i386/e3msig.asm | npocmaka/Windows-Server-2003 | 17 | 207970 | <reponame>npocmaka/Windows-Server-2003
;////////////////////////////////////////////////////////////////////////////
;//
;// INTEL CORPORATION PROPRIETARY INFORMATION
;//
;// This software is supplied under the terms of a license
;// agreement or nondisclosure agreement with Intel Corporatio... |
data.asm | Heathcode/hellones | 0 | 207971 | .include "effect.h"
.include "symphony.h"
.bank 1
.org MMC1_PRG
palette:
.db $0f,$19,$2b,$39, $0f,$17,$16,$06, $0f,$39,$3a,$3b, $0f,$3d,$3e,$0f
.db $0f,$14,$27,$39, $0f,$27,$06,$2d, $0f,$0a,$29,$25, $0f,$02,$38,$3c
hello_string:
.db " Hello World!!!", $00
.org $fffa
reset_vectors:
.dw 0
.dw reset
.d... |
textinr.asm | runer112/Doors_CS_7 | 17 | 207972 | <reponame>runer112/Doors_CS_7
;-----------------------------------------------------------
; Filename: textinr.asm
; Long name: Text Input Routines
; Author: <NAME> aka <NAME>
; Last Update: July 12, 2010
; Last Update: July 9, 2006
;
;Please consult license.txt for the fair use agreement
;implicitly binding by yo... |
data/pokemon/base_stats/venusaur.asm | opiter09/ASM-Machina | 1 | 207973 | db DEX_VENUSAUR ; pokedex id
db 80, 82, 83, 80, 100
; hp atk def spd spc
db GRASS, POISON ; type
db 45 ; catch rate
db 208 ; base exp
INCBIN "gfx/pokemon/front/venusaur.pic", 0, 1 ; sprite dimensions
dw VenusaurPicFront, VenusaurPicBack
db TACKLE, GROWL, LEECH_SEED, VINE_WHIP ; level 1 learnset
... |
programs/oeis/100/A100810.asm | neoneye/loda | 22 | 207974 | <filename>programs/oeis/100/A100810.asm
; A100810: a(n) = 0 if prime(n) + 2 = prime(n+1), otherwise 1.
; 1,0,0,1,0,1,0,1,1,0,1,1,0,1,1,1,0,1,1,0,1,1,1,1,1,0,1,0,1,1,1,1,0,1,0,1,1,1,1,1,0,1,0,1,0,1,1,1,0,1,1,0,1,1,1,1,0,1,1,0,1,1,1,0,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,1,1,1,0,1,1,1,1,1,1,1,1,0,1,1
mov $1,1
bin $... |
libsrc/gfx/narrow/setpos_callee.asm | ahjelm/z88dk | 640 | 207975 | <reponame>ahjelm/z88dk
; ----- void __CALLEE__ setpos(int x2, int y2)
SECTION code_graphics
PUBLIC setpos_callee
PUBLIC _setpos_callee
PUBLIC asm_setpos
EXTERN setxy
.setpos_callee
._setpos_callee
pop bc ; ret addr
pop hl
pop de
push bc ; ret addr
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.