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 |
|---|---|---|---|---|
audio/music/jigglypuffsong.asm | opiter09/ASM-Machina | 1 | 129903 | Music_JigglypuffSong_Ch1::
tempo 144
volume 7, 7
vibrato 8, 2, 4
duty_cycle 2
duty_cycle_pattern 2, 2, 1, 1
toggle_perfect_pitch
note_type 13, 6, 7
octave 4
note E_, 8
note_type 12, 6, 7
note B_, 2
note G#, 6
note F#, 8
note G#, 2
note A_, 6
note G#, 8
note F#, 4
note G#, 4
note E_, 10
sound_ret
M... |
Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xca.log_21829_532.asm | ljhsiun2/medusa | 9 | 129904 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r12
push %r9
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x138c2, %rsi
lea addresses_D_ht+0x13c82, %rdi
sub %rax, %rax
mov $89, %rcx
rep movsw
nop
nop
sub %r12, %r12
lea addresses_normal_ht+0x1b5ba, %r9
nop
add %r10, %r10
movb $0x61, ... |
Transynther/x86/_processed/NONE/_xt_sm_/i3-7100_9_0x84_notsx.log_21829_1112.asm | ljhsiun2/medusa | 9 | 129905 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r14
push %r8
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x15c4e, %rsi
lea addresses_A_ht+0x1d18e, %rdi
clflush (%rsi)
xor %r14, %r14
mov $42, %rcx
rep movsq
nop
nop
nop
sub $43591, %r10
lea addresses_normal_ht+0x1060e, %rsi
lea addresses_UC_h... |
libsrc/_DEVELOPMENT/network/arpa/z80/asm_htonl.asm | jpoikela/z88dk | 640 | 129906 | <filename>libsrc/_DEVELOPMENT/network/arpa/z80/asm_htonl.asm
; ===============================================================
; Apr 2016
; ===============================================================
;
; uint32_t htonl(uint32_t)
;
; Change host byte order to network byte order.
;
; ===============================... |
tasks/logical/and_or.asm | yds12/x86-roadmap | 15 | 129907 | global asm_func
section .text
asm_func:
xor rax, rax
mov al, 1011b ; here we use a binary literal to better visualize the
; bitwise AND operation that will be executed. We put it into
; the lowest byte of RAX, which is AL.
mov dl, 1101b ; another binary literal, in the lowes... |
oeis/109/A109392.asm | neoneye/loda-programs | 11 | 129909 | ; A109392: Partial sums of A109391.
; 0,1,13,175,2735,49610,1029386,24088590,628068366,18061990371,568061990371,19398632250697,714854467214665,28276489167109688,1195037205850701368,53742304051553826368,2562499498076052846144
lpb $0
mov $2,$0
sub $0,1
seq $2,109391 ; a(n) = (n^(n+1))*(n + 1)/2 = A000217(n)*A00031... |
tests/linker/reloc-09-X86_64_GOTPCREL/data.asm | StackDoubleFlow/elfkit | 198 | 129910 | <reponame>StackDoubleFlow/elfkit
section .data
global msg1:data (msg1.end - msg1)
msg1 db "hello, world!"
.end:
global msg2:data (msg2.end - msg2)
msg2 db "The quick brown fox jumps over the lazy dog"
.end:
|
dist/examples/udc.asm | Dennis1000/VACS | 1 | 129911 | <reponame>Dennis1000/VACS<gh_stars>1-10
; Arcadia 2001 - udc.asm
; Based on
; sprite.asm by <NAME> - <EMAIL> @ <EMAIL>
; Version 1.0 - April 22, 2002
;
; Signetics 2650 source-code for the Arcadia 2001 console.
;
; This program displays a user defined char (happy face) on the screen.
;
; This file assembles well und... |
oeis/087/A087448.asm | neoneye/loda-programs | 11 | 129912 | ; A087448: 3^(n-1)(n+3)/2-(n-1)/2.
; Submitted by <NAME>
; 1,2,7,26,93,322,1091,3642,12025,39362,127935,413338,1328597,4251522,13551739,43046714,136314609,430467202,1355971703,4261625370,13366006861,41841412802,130754415027,407953774906,1270932914153
mov $1,3
pow $1,$0
add $0,3
mul $1,$0
div $1,3
sub $1,$0
mov $0,$1
d... |
Userland/SampleCodeModule/library/stdAsm.asm | juaniMatilla/TPE-Arqui2020-2C | 0 | 129913 | <gh_stars>0
GLOBAL SystemCall00
GLOBAL SystemCall01
GLOBAL SystemCall02
GLOBAL SystemCall03
GLOBAL SystemCall04
GLOBAL SystemCall05
GLOBAL SystemCall06
GLOBAL SystemCall07
GLOBAL SystemCall08
GLOBAL SystemCall09
GLOBAL SystemCall10
GLOBAL SystemCall11
GLOBAL SystemC... |
books_and_notes/professional_courses/Assembly_language_and_programming/sources/汇编语言程序设计教程第四版/codes/5_2.asm | gxw1/review_the_national_post-graduate_entrance_examination | 640 | 129914 | <filename>books_and_notes/professional_courses/Assembly_language_and_programming/sources/汇编语言程序设计教程第四版/codes/5_2.asm<gh_stars>100-1000
DATA SEGMENT
BUF DB 68H
BUF1 DB ?
BUF2 DB ?
BUF3 DB ?
BUF4 DB ?
DATA ENDS
CODE SEGMENT
ASSUME CS:CODE,DS:DATA
... |
oeis/010/A010537.asm | neoneye/loda-programs | 11 | 129915 | ; A010537: Decimal expansion of square root of 86.
; 9,2,7,3,6,1,8,4,9,5,4,9,5,7,0,3,7,5,2,5,1,6,4,1,6,0,7,3,9,9,0,1,7,4,6,2,6,2,6,3,4,6,8,9,1,2,0,7,6,2,9,8,2,1,3,3,7,3,8,2,6,5,9,8,3,2,8,2,3,6,8,3,6,4,6,3,8,4,3,0,2,3,2,3,2,0,4,5,8,5,7,3,5,8,4,7,4,3,8,4
mov $1,1
mov $2,1
mov $3,$0
add $3,8
mov $4,$0
add $4,3
mul $4,2
m... |
x86_64-bios/initrd.asm | vaginessa/bootboot | 3 | 129916 | <reponame>vaginessa/bootboot
;*
;* x86_64-bios/initrd.asm
;*
;* Copyright (C) 2017 bzt (<EMAIL>)
;*
;* Permission is hereby granted, free of charge, to any person
;* obtaining a copy of this software and associated documentation
;* files (the "Software"), to deal in the Software without
;* restriction, including withou... |
Documentation/Code/cat.asm | geoffthorpe/ant-architecture | 0 | 129918 | # cat.ant: copy stdin to stdout 1 char at a time
#
# See echo.asm for the same basic program, coded
# in a slightly different style.
#
# registers:
# r14: -1
# r2: input char
lc r14, $skip
loop:
sys r2, 6 # r2 = getchar()
beq r14, r1, r0 # ... |
Library/GrObj/UI/uiHideShowControl.asm | steakknife/pcgeos | 504 | 129919 | <reponame>steakknife/pcgeos<gh_stars>100-1000
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1991 -- All Rights Reserved
PROJECT: PC GEOS
MODULE:
FILE: uiHideShowControl.asm
AUTHOR: <NAME>
REVISION HISTORY:
Name Date Description
---- ---- ---------... |
libsrc/graphics/px8/draw.asm | rjcorrig/z88dk | 0 | 129920 | ;
; Z88 Graphics Functions - Small C+ stubs
;
; Written around the Interlogic Standard Library
;
; PX8 variant by <NAME>
;
;
;
SECTION code_clib
PUBLIC draw
PUBLIC _draw
PUBLIC do_draw
EXTERN subcpu_call
EXTERN __gfx_coords
.draw
._draw
ld a,2
.do... |
iod/con2/sprite/f1.asm | olifink/smsqe | 0 | 129921 | <reponame>olifink/smsqe<gh_stars>0
* Sprite f1
*
* Mode 4
* +|-----+
* -ggg g-
* |g gg|
* |g g|
* |gg g|
* |g g|
* |g g|
* |g g|
* +|-----+
*
section sprite
xdef sp_f1
xref sp_zero
sp_f1
dc.w $0100,$0000
dc.w 6,7,0,0
dc.l sc4_f1-*
dc.l sp_zero-*
dc.l 0
sc4_f1
dc.w $E400,$0000
dc.w $8C00,$0000... |
oeis/141/A141692.asm | neoneye/loda-programs | 11 | 129922 | <filename>oeis/141/A141692.asm
; A141692: Triangle read by rows: T(n,k) = n*(binomial(n - 1, k - 1) - binomial(n - 1, k)), 0 <= k <= n.
; Submitted by <NAME>
; 0,-1,1,-2,0,2,-3,-3,3,3,-4,-8,0,8,4,-5,-15,-10,10,15,5,-6,-24,-30,0,30,24,6,-7,-35,-63,-35,35,63,35,7,-8,-48,-112,-112,0,112,112,48,8,-9,-63,-180,-252,-126,126,... |
Z80/basic_usr_test/usrtest.asm | BleuLlama/LlamaVampireDrive | 4 | 129923 | ; example code for a BASIC USR function
TermStatus = 0x80
TermData = 0x81
DEINT = 0x0a07
ABPASS = 0x117D
.module BASIC_USR
.area .CODE (ABS)
.org 0xF800
usr:
ld a, r ; a = r
inc a ; a++
ld r, a ; r = a
ld b, a
xor a
jp ABPASS
|
Transynther/x86/_processed/AVXALIGN/_zr_/i3-7100_9_0x84_notsx.log_13248_1246.asm | ljhsiun2/medusa | 9 | 129924 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r13
push %r14
push %rbp
push %rbx
push %rcx
lea addresses_UC_ht+0x127ee, %r11
nop
nop
nop
nop
nop
xor %rbp, %rbp
mov $0x6162636465666768, %r14
movq %r14, (%r11)
nop
nop
and %rbx, %rbx
lea addresses_D_ht+0x1496e, %r10
add %r13, %r13
vmovups (%r10), %... |
libsrc/_DEVELOPMENT/arch/ts2068/display/c/sccz80/tshc_aaddr2py.asm | Frodevan/z88dk | 640 | 129925 | ; uchar tshc_aaddr2py(void *aaddr)
SECTION code_clib
SECTION code_arch
PUBLIC tshc_aaddr2py
EXTERN zx_saddr2py
defc tshc_aaddr2py = zx_saddr2py
; SDCC bridge for Classic
IF __CLASSIC
PUBLIC _tshc_aaddr2py
defc _tshc_aaddr2py = tshc_aaddr2py
ENDIF
|
S4/HW_Lab/prime_or_not.asm | akxavier/Assignments | 0 | 129926 | ;check whether prime or not
section .data
msg1 : db 'Enter a 2-digit number : '
l1 : equ $-msg1
msg2 : db 'Not a Prime ', 10
l2 : equ $-msg2
msg3 : db 'It is a Prime', 10
l3 : equ $-msg3
section .bss
d1 : resb 1
d2 : resb 1
num : resb 1
count : resb 1
final : resb 1
junk : resb 1
section .text
global _start:
_start:... |
programs/oeis/136/A136004.asm | neoneye/loda | 22 | 129927 | <reponame>neoneye/loda<filename>programs/oeis/136/A136004.asm
; A136004: a(n) = A005811(n) + 4.
; 4,5,6,5,6,7,6,5,6,7,8,7,6,7,6,5,6,7,8,7,8,9,8,7,6,7,8,7,6,7,6,5,6,7,8,7,8,9,8,7,8,9,10,9,8,9,8,7,6,7,8,7,8,9,8,7,6,7,8,7,6,7,6,5,6,7,8,7,8,9,8,7,8,9,10,9,8,9,8,7,8,9,10,9,10,11,10,9,8,9,10,9,8,9,8,7,6,7,8,7
lpb $0
mov $... |
ffight/lcs/boss/95.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | 6 | 129928 | <filename>ffight/lcs/boss/95.asm
copyright zengfr site:http://github.com/zengfr/romhack
03D42C clr.b ($95,A6) [boss+A3]
03D430 clr.b ($94,A6)
03DB86 move.b #$1, ($95,A6) [boss+9A, boss+9C]
03DB8C rts [boss+95]
03DF66 clr.b ($95,A6)
03DF6A clr.b ($3,A6)
copyright zengfr site:http://github.com/zengfr/r... |
oeis/288/A288176.asm | neoneye/loda-programs | 11 | 129929 | ; A288176: a(n) = 2*a(n-1) + 2*a(n-2) - 4*a(n-3) + a(n-4), where a(0) = 2, a(1) = 4, a(2) = 8, a(3) = 16.
; Submitted by <NAME>
; 2,4,8,16,34,72,156,336,730,1580,3432,7440,16154,35040,76060,165024,358162,777172,1686632,3659984,7942706,17236024,37404156,81169520,176145962,382250364,829518728,1800123856,3906429674,847728... |
libmikeos/src.os/__lcmpl.asm | mynameispyo/InpyoOS | 0 | 129930 |
section .text
use16
extern __heap_top
; (signed, unsigned) bx:ax == *(signed, unsigned *)di
global lcmpl
global lcmpul
lcmpl:
lcmpul:
push bx
push ax
pop eax
cmp di, __heap_top ; judge DS/SS
jb .0
db 0x36 ; SS prefix
.0:
cmp eax, [di]
ret
|
oeis/302/A302766.asm | neoneye/loda-programs | 11 | 129931 | ; A302766: a(n) = n*((4*n + 1)*(7*n - 4) + 15*n*(-1)^n)/48.
; Submitted by <NAME>
; 0,5,11,39,60,130,175,306,384,595,715,1025,1196,1624,1855,2420,2720,3441,3819,4715,5180,6270,6831,8134,8800,10335,11115,12901,13804,15860,16895,19240,20416,23069,24395,27375,28860,32186,33839,37530,39360,43435,45451,49929,52140,57040,594... |
List 03/ex06.asm | LeonardoSanBenitez/Assembly-exercises | 0 | 129932 | # Registers map
# s0 = a
# s1 = b
# s2 = Base addr of D
# t0 = i
# t1 = j
# Pseudo code
# for ( i =0; i < a ; i ++)
# for ( j =0; j < b ; j ++)
# D [4*j] = i + j;
add $t0, $zero, $zero
add $t1, $zero, $zero
for1b: bge $t0, $s0, for1e # if i>=a, goto end of for1
for2b: bge $t1, $s1, for2e # if i>=a, goto end of ... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1371.asm | ljhsiun2/medusa | 9 | 129934 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r13
push %r14
push %r8
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x1417d, %rsi
lea addresses_WC_ht+0xcfc8, %rdi
nop
nop
nop
cmp %r8, %r8
mov $73, %rcx
rep movsq
nop
xor %r11, %r11
lea addresses_WC_ht+0x8028, %r10
nop
nop
nop
nop
nop
dec %r13
... |
src/_ti_stm32f4_tim_funcs.asm | tirish/Wave-Generator | 0 | 129935 | <reponame>tirish/Wave-Generator
@; TIM3 Initial settings:
@; Control Register One (CR): Page 611 of 1710 pg manual
.equ TIM3_CKD, 0x00<<CKD @; Clock Division; 2 Bits;
.equ TIM3_APRE, 1 <<APRE @; Auto-Reload preload enable; 1 Bit
.equ TIM3_CMS, 0x00<<CMS @; Center-align mode selection; 2 bits
.equ TIM3_DIR, 0 ... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_3122.asm | ljhsiun2/medusa | 9 | 129939 | .global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r11
push %r12
push %rax
push %rbp
push %rcx
push %rdi
// Store
lea addresses_WC+0xf6df, %rax
nop
nop
nop
nop
add $7115, %rdi
movb $0x51, (%rax)
nop
nop
cmp $42890, %rbp
// Faulty Load
lea addresses_WC+0x1015f, %rax
nop
no... |
libsrc/_DEVELOPMENT/stdlib/c/sccz80/ftoe.asm | meesokim/z88dk | 0 | 129940 |
; size_t ftoe(float x, char *buf, uint16_t prec, uint16_t flag)
SECTION code_stdlib
PUBLIC ftoe
EXTERN dtoe
defc ftoe = dtoe
|
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_888.asm | ljhsiun2/medusa | 9 | 129941 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r15
push %r8
push %r9
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x15b13, %r9
nop
nop
nop
sub %r15, %r15
movb (%r9), %r8b
nop
nop
nop
add $28533, %r15
lea addresses_normal_ht+0x1a28b, %r12
nop
nop
nop
nop
nop
add $627... |
01. 8051/02. Data Transfer/Act3.asm | nitrece/microprocessor-laboratory | 0 | 129943 | <reponame>nitrece/microprocessor-laboratory<filename>01. 8051/02. Data Transfer/Act3.asm<gh_stars>0
org 0h
mov r0, #40h
mov r2, #4
loop1:
mov b, @r0
mov a, r0
mov r4, a
mov a, r2
mov r3, a
mov a, r0
mov r1, a
inc r1
loop2:
mov a, b
subb a, @r1
jc is_greater
mov b, @r1
mov a, r1
mov r4, a
is_greater:
inc r1
djnz r3, loo... |
style.asm | Noah1989/asm21 | 1 | 129944 | <reponame>Noah1989/asm21
color_menubar equ $70
color_menubar_highlight equ $74
color_menubar_active equ $3F
color_menubar_active_hi equ $3E
color_menu_dropdown equ $3F
color_menu_dropdown_hi equ $3E
color_menu_dropdown_active equ $4F
color_menu_dropdown_act_hi equ $4E
color_menu_drop... |
Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xca.log_25_1057.asm | ljhsiun2/medusa | 9 | 129945 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r14
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x33e1, %rsi
lea addresses_normal_ht+0x15a1d, %rdi
nop
nop
nop
dec %r10
mov $4, %rcx
rep movsb
and %r11, %r11
lea addresses_D_ht+0x75bb, %r14
nop
nop
nop
nop
nop
xor $63130, %rax
mov (%... |
oeis/008/A008417.asm | neoneye/loda-programs | 11 | 129946 | ; A008417: Crystal ball sequence for 8-dimensional cubic lattice.
; Submitted by <NAME>
; 1,17,145,833,3649,13073,40081,108545,265729,598417,1256465,2485825,4673345,8405905,14546705,24331777,39490049,62390545,96220561,145198913,214828609,312193553,446304145,628496897,872893441,1196924561,1621925137,2173806145,288381011... |
Working Disassembly/Levels/LRZ/Misc Object Data/Map - Act 3 Platform.asm | TeamASM-Blur/Sonic-3-Blue-Balls-Edition | 5 | 129948 | Map_1874B4: dc.w word_187502-Map_1874B4
dc.w word_187528-Map_1874B4
dc.w word_18753C-Map_1874B4
dc.w word_18754A-Map_1874B4
dc.w word_187558-Map_1874B4
dc.w word_18757E-Map_1874B4
dc.w word_1875A4-Map_1874B4
dc.w word_1875B2-Map_1874B4
dc.w word_1875BA-Map_1874B4
dc.w word_1875C2-Map_1874B4
dc.w wo... |
examples/sierpinski.asm | esovm/asmbf | 1 | 129949 | <filename>examples/sierpinski.asm
; Sierpinski triangle fractal viewer for asm2bf obfuscated code contest.
; Released to the public domain by Palaiologos/MENACE @ Apr 2020
@a
clrr2
@b
pshr1
movr4,r2
@c
movr5,r1
modr5,2
movr6,r4
modr6,2
mulr5,r6
cger5,1
cmor5,1
cjn%d
asrr1
asrr4
jnzr1,%c
jnzr4,%c
clrr3
@d
cger3,1
movr... |
test/asm/load-overflow.asm | michealccc/rgbds | 522 | 129950 | SECTION "Overflow", ROM0
ds $6000
LOAD "oops",WRAM0
; We might get an error for "oops", but it can also make sense to no-op the directive
ds $2001
; We shouldn't get any more errors for "Overflow" nor "oops"
db
ENDL
SECTION "Moar overflow", ROM0
ds $6001
LOAD "hmm", WRAM0
ds $2000
; Since the `ds` overflows "M... |
bootsector/06-segmentation/boot.asm | wpmed92/os-adventures | 1 | 129951 | <reponame>wpmed92/os-adventures
;memory segmentation in 16bit real mode
;cs: code segment, ds: data segment, ss: stack segment, es: extra segment (user defined)
mov ah, 0x0e; tty mode
mov dx, 0x7c0 ;setting up data segment pointer, will be shifted << 4, so 0x7c0 will evaluate to 0x7c00 bootsector start address
mov ds,... |
main/boot/bootsector_OnlyPM.asm | KlausAschenbrenner/KAOS | 1 | 129952 | ; Tell the Assembler that are loaded at offset 0x7c00
[org 0x7c00]
[bits 16]
; Memory location where our C kernel will be loaded
ROOTDIRECTORY_OFFSET equ 0x1000
KERNEL_OFFSET equ 0x1200
; Number of the sectors that we are reading during the loading of the C kernel
NUMBER_OF_SECTORS_TO_READ equ 0x4
jmp s... |
src/malware/lib/inc/errno-base.inc.asm | tiago4orion/libmalelf | 16 | 129954 | ;-----------------------------------------------------------------------------------------------
; Error numbers from linux-2.6.38.2/include/asm-generic/errno-base.h
; 18th April 2011
; note: raw syscalls (as opposed to the libc wrappers which return -1 and set errno)
; generate negative return values in EAX for ... |
programs/oeis/313/A313913.asm | neoneye/loda | 22 | 129955 | <filename>programs/oeis/313/A313913.asm
; A313913: Coordination sequence Gal.6.331.6 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.
; 1,5,10,16,22,27,31,36,42,48,53,58,63,68,74,80,85,89,94,100,106,111,116,121,126,132,138,143,147,152,1... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_2331.asm | ljhsiun2/medusa | 9 | 129956 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r14
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x6ba0, %rcx
add $54148, %r10
mov $0x6162636465666768, %rsi
movq %rsi, (%rcx)
nop
nop
nop
nop
nop
inc %r14
lea addresses_A_ht+0x2d80, %rsi
lea addresses_WT_ht+0x1bed0, %rdi
nop... |
libsrc/_DEVELOPMENT/target/yaz180/driver/terminal/rc_01_output_asci1/rc_01_output_asci1_stdio_msg_ictl.asm | jpoikela/z88dk | 640 | 129957 | SECTION code_driver
SECTION code_driver_terminal_output
PUBLIC rc_01_output_asci1_stdio_msg_ictl
EXTERN rc_01_output_asci0_stdio_msg_ictl
defc rc_01_output_asci1_stdio_msg_ictl = rc_01_output_asci0_stdio_msg_ictl
; ioctl messages understood:
;
; defc IOCTL_OTERM_CRLF = $c012
; defc IOCTL_OTERM_COOK... |
boot/lib/gdt_table.asm | holloway87/learning-os-development | 0 | 129958 | <gh_stars>0
; beginning of the table
gdt_start:
gdt_null:
; write 8 bytes of zeros for the null descriptor
dd 0x0
dd 0x0
; the code segment descriptor
gdt_code:
; limit (bits 0-15)
dw 0xffff
; base (bits 0-15)
dw 0x0
; base (bits 16-23)
db 0x0
; 1st and type flags
; 1st fla... |
lib/avx/mb_mgr_aes128_cbc_enc_submit_avx.asm | jkivilin/intel-ipsec-mb | 1 | 129959 | <filename>lib/avx/mb_mgr_aes128_cbc_enc_submit_avx.asm
;;
;; Copyright (c) 2012-2022, Intel Corporation
;;
;; Redistribution and use in source and binary forms, with or without
;; modification, are permitted provided that the following conditions are met:
;;
;; * Redistributions of source code must retain the above... |
src/real/print.asm | JamesxX/JOS | 0 | 129960 | <gh_stars>0
; print a single character
print_char:
mov ah , 0x0e
int 0x10
ret
; print a null terminated string
print_string:
cmp byte [bx] , 0
je print_string_return
mov al , [bx]
call print_char
add bx , 1
jmp print_string
print_string_return:
ret
print_error_string:
call print_string
jmp $
; p... |
ASM/src/menu.asm | mzxrules/Z64-Randomizer | 2 | 129961 | <gh_stars>1-10
item_menu_prevent_empty_equip:
; t1 = item under cursor
bne t1, 0xFF, @@return
lbu v0, 0x00 (s1) ; Load from usability table
li v0, 0xFF ; Prevent equip
@@return:
jr ra
li at, 9 ; Restore value expected by caller
;=========================================... |
src/asm/runtime.asm | guilload/rotten_os | 1 | 129963 | global __morestack
__morestack:
jmp $
global __divdi3
__divdi3:
jmp $
global __udivdi3
__udivdi3:
jmp $
global __mulodi4
__mulodi4:
jmp $
global __moddi3
__moddi3:
jmp $
global __umoddi3
__umoddi3:
jmp $
global fmod
fmod:
jmp $
global fmodf
fmodf:
jmp $
global flo... |
oeis/021/A021701.asm | neoneye/loda-programs | 11 | 129964 | ; A021701: Decimal expansion of 1/697.
; Submitted by <NAME>
; 0,0,1,4,3,4,7,2,0,2,2,9,5,5,5,2,3,6,7,2,8,8,3,7,8,7,6,6,1,4,0,6,0,2,5,8,2,4,9,6,4,1,3,1,9,9,4,2,6,1,1,1,9,0,8,1,7,7,9,0,5,3,0,8,4,6,4,8,4,9,3,5,4,3,7,5,8,9,6,7,0,0,1,4,3,4,7,2,0,2,2,9,5,5,5,2,3,6,7
add $0,1
mov $1,10
pow $1,$0
div $1,697
mov $0,$1
mod $0,1... |
iphone-apps/telephony/telephony.asm | allenporter/thebends | 4 | 129966 | ;
; >>> START OF FILE
;
; telephony
; (__TEXT, __text)
;
;
;
start:
; [ MODULE ENTRY POINT ]
;
+00000 00001b50 00009DE4 ldr r0,[sp]
+00004 00001b54 04108DE2 add r1,sp,#0x4
+00008 00001b58 014080E2 add r4,r0,#0x1
+0000c 00001b5... |
programs/oeis/100/A100104.asm | karttu/loda | 1 | 129968 | <gh_stars>1-10
; A100104: a(n) = n^3 - n^2 + 1.
; 1,1,5,19,49,101,181,295,449,649,901,1211,1585,2029,2549,3151,3841,4625,5509,6499,7601,8821,10165,11639,13249,15001,16901,18955,21169,23549,26101,28831,31745,34849,38149,41651,45361,49285,53429,57799,62401,67241,72325
mov $1,$0
pow $0,2
sub $1,1
mul $1,$0
add $1,1
|
programs/oeis/274/A274039.asm | karttu/loda | 1 | 129969 | <reponame>karttu/loda
; A274039: Expansion of (x^4 + x^10) / (1 - 2*x + x^2).
; 0,0,0,0,1,2,3,4,5,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38,40,42,44,46,48,50,52,54,56,58,60,62,64,66,68,70,72,74,76,78,80,82,84,86,88,90,92,94,96,98,100,102,104,106,108,110,112
trn $0,3
mov $1,$0
trn $0,6
add $1,$0
|
programs/oeis/123/A123194.asm | karttu/loda | 0 | 129971 | ; A123194: a(n) = (n+1)*Fibonacci(n+2) + 3.
; 4,7,12,23,43,81,150,275,498,893,1587,2799,4904,8543,14808,25555,43931,75261,128538,218923,371934,630457,1066467,1800603,3034828,5106871,8580900,14398415,24129163,40388073,67527582,112786499,188195274,313733813,522562323,869681415,1446262256,2403347471,3991032048,6623205643,... |
programs/oeis/213/A213486.asm | jmorken/loda | 1 | 129973 | ; A213486: Number of (w,x,y) with all terms in {0,...,n} and |w-x|+|x-y|+|y-w| > w+x+y.
; 0,3,12,27,48,78,120,174,240,321,420,537,672,828,1008,1212,1440,1695,1980,2295,2640,3018,3432,3882,4368,4893,5460,6069,6720,7416,8160,8952,9792,10683,11628,12627,13680,14790,15960,17190,18480,19833
mov $2,$0
lpb $0
lpb $0
su... |
oeis/271/A271440.asm | neoneye/loda-programs | 11 | 129974 | ; A271440: a(n) = sigma(prime(n)^n) - phi(prime(n)^n).
; 2,7,56,743,30746,773527,49783736,1837403019,160181560802,29532404308019,1666577516860962,360777399719461393,45691067858241526814,3477439299142731351087,518913689466371066697746,147680787468230866751370317,43490064769447225534580532962
mov $3,$0
seq $0,6005 ; The... |
Driver/Mouse/LogiSer/logiser.asm | steakknife/pcgeos | 504 | 129975 | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1989 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: MOUSE DRIVER -- LogiTech serial (C7) mouse
FILE: logiser.asm
AUTHOR: <NAME>, Mar 24, 1989
ROUTINES:
Name Description
---- -----------
Mou... |
Transynther/x86/_processed/AVXALIGN/_st_/i3-7100_9_0x84_notsx.log_1_1193.asm | ljhsiun2/medusa | 9 | 129976 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r15
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x140dc, %rdx
nop
nop
nop
and $23145, %rbx
movl $0x61626364, (%rdx)
nop
nop
nop
nop
dec %rdi
lea addresses_A_ht+0xb55c, %rcx
sub $53862, %r12
mov $0x6162636465666768, %r11
mov... |
playground/Gen1/Init.asm | marcelocaetano/XSharp | 168 | 129977 | ; Generated at 4/14/2019 1:59:47 AM
DebugStub_DebugBPs dd 0
DebugStub_MaxBPId dd 0
DebugStub_Init:
Call DebugStub_Cls
Call DebugStub_DisplayWaitMsg
Call DebugStub_InitSerial
Call DebugStub_WaitForDbgHandshake
Call DebugStub_Cls
DebugStub_Init_Exit:
mov dword [INTs_LastKnownAddress], DebugStub_Init_Exit
Ret
DebugS... |
programs/oeis/038/A038725.asm | neoneye/loda | 22 | 129978 | <gh_stars>10-100
; A038725: a(n) = 6*a(n-1) - a(n-2), n >= 2, a(0)=1, a(1)=2.
; 1,2,11,64,373,2174,12671,73852,430441,2508794,14622323,85225144,496728541,2895146102,16874148071,98349742324,573224305873,3340996092914,19472752251611,113495517416752,661500352248901
mov $1,1
lpb $0
sub $0,1
add $2,$1
sub $1,1
add ... |
pin-3.22-98547-g7a303a835-gcc-linux/source/tools/IArg/iarg_explicit_memory_ea_app_asm_ia32.asm | ArthasZhang007/15418FinalProject | 0 | 129980 | ;
; Copyright (C) 2014-2021 Intel Corporation.
; SPDX-License-Identifier: MIT
;
PUBLIC DoExplicitMemoryOps
.686
.model flat, c
extern globalVar:dword
extern dynVar:dword
extern lblPtr:dword
extern autoVarPtr:dword
COMMENT // use of segment register is not an ERROR
ASSUME FS:NOTHING
.code
ALIGN 4
DoExplicitMemory... |
assembler/tests/t_68040/t_68040.asm | paulscottrobson/RCA-Cosmac-VIP-III | 1 | 129981 | <gh_stars>1-10
cpu 68040
supmode on
pmmu on
move16 (a1)+,(a3)+
move16 (a4)+,$1234
move16 $12345,(a5)+
move16 (a6),$12345
move16 $1234,(a7)
cinva dc
cinva ic
cinva dc/ic
cinvl dc/ic,(a1)
cinvp ... |
Parallel/transformation/transformation.asm | mahmadi26/ForSyDe-Eclipse | 0 | 129982 | <reponame>mahmadi26/ForSyDe-Eclipse<gh_stars>0
<?xml version = '1.0' encoding = 'ISO-8859-1' ?>
<asm version="1.0" name="0">
<cp>
<constant value="transformation"/>
<constant value="links"/>
<constant value="NTransientLinkSet;"/>
<constant value="col"/>
<constant value="J"/>
<constant value="output"/>
<c... |
pwnlib/shellcraft/templates/i386/linux/connectstager.asm | DrKeineLust/pwntools | 8,966 | 129985 | <% from pwnlib.shellcraft import common %>
<% from pwnlib.shellcraft.i386 import linux %>
<%docstring>
connect recvsize stager
Args:
host, where to connect to
port, which port to connect to
network, ipv4 or ipv6? (default: ipv4)
</%docstring>
<%page args="host, port, network = 'ipv4'"/>
${linux.connect(hos... |
libsrc/stdio/sprinter/generic_console.asm | jpoikela/z88dk | 0 | 129990 | <reponame>jpoikela/z88dk
SECTION code_clib
PUBLIC generic_console_cls
PUBLIC generic_console_vpeek
PUBLIC generic_console_scrollup
PUBLIC generic_console_printc
PUBLIC generic_console_ioctl
PUBLIC generic_console_set_ink
PUBLIC generic_console_set_p... |
programs/oeis/036/A036464.asm | neoneye/loda | 22 | 129991 | ; A036464: Number of ways to place two nonattacking queens on an n X n board.
; 0,0,8,44,140,340,700,1288,2184,3480,5280,7700,10868,14924,20020,26320,34000,43248,54264,67260,82460,100100,120428,143704,170200,200200,234000,271908,314244,361340,413540,471200,534688,604384,680680,763980,854700,953268,1060124,1175720,13005... |
programs/oeis/094/A094909.asm | neoneye/loda | 22 | 129992 | <filename>programs/oeis/094/A094909.asm<gh_stars>10-100
; A094909: Let p_k(n) = number of partitions of n into exactly k parts; sequence gives p_3(n-3) + p_2(n-2) + 1.
; 1,1,1,1,2,2,4,4,6,7,9,10,13,14,17,19,22,24,28,30,34,37,41,44,49,52,57,61,66,70,76,80,86,91,97,102,109,114,121,127,134,140,148,154,162,169,177,184,193,... |
release/src-rt-6.x.4708/router/gmp/mpn/sec_tabselect.asm | zaion520/ATtomato | 2 | 129993 | <reponame>zaion520/ATtomato
dnl ARM mpn_sec_tabselect
dnl Contributed to the GNU project by <NAME>.
dnl Copyright 2013 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
dnl it under the terms of either:... |
Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0xca.log_21829_995.asm | ljhsiun2/medusa | 9 | 129994 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r14
push %r15
push %rax
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x2774, %r14
nop
nop
nop
nop
nop
xor %r13, %r13
mov (%r14), %bx
nop
nop
inc %r15
lea addresses_normal_ht+0x1ecca, %rbp
nop
nop
cmp $886,... |
libsrc/_DEVELOPMENT/l/sccz80/crt0/l_gintsp2de.asm | Frodevan/z88dk | 38 | 129996 | <filename>libsrc/_DEVELOPMENT/l/sccz80/crt0/l_gintsp2de.asm
; Z88 Small C+ Run time Library
; l_gint variant to be used sometimes by the peephole optimizer
;
SECTION code_clib
SECTION code_l_sccz80
PUBLIC l_gintsp2de
l_gintsp2de:
ex de,hl
pop hl
ex (sp),hl
ex de,hl
add hl,sp
;IF EZ80
; defb 0xe... |
data/baseStats/nidorino.asm | etdv-thevoid/pokemon-rgb-enhanced | 1 | 129997 | db NIDORINO ; pokedex id
db 61 ; base hp
db 72 ; base attack
db 57 ; base defense
db 65 ; base speed
db 55 ; base special
db POISON ; species type 1
db POISON ; species type 2
db 120 ; catch rate
db 118 ; base exp yield
INCBIN "pic/gsmon/nidorino.pic",0,1 ; 66, sprite dimensions
dw NidorinoPicFront
dw NidorinoPicBack
;... |
Transynther/x86/_processed/AVXALIGN/_st_/i3-7100_9_0x84_notsx.log_21829_285.asm | ljhsiun2/medusa | 9 | 129998 | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r15
push %r9
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x18450, %rbp
nop
add %r12, %r12
vmovups (%rbp), %ymm2
vextracti128 $0, %ymm2, %xmm2
vpextrq $0, %xmm2, %r15
nop
nop
nop
xor $4315, %rcx
lea addresses_WC_ht+0x1dfc0, %rcx
nop
n... |
Examples/adc.asm | MarioSieg/CyberASM | 0 | 129999 | adcb $0xFF, %al
adcw $0xFF, %ax
adcl $0xFF, %eax
adcq $0xFF, %rax
adcb %bl, %al
adcw %bx, %ax
adcl %ebx, %eax
adcq %rbx, %rax |
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_21829_904.asm | ljhsiun2/medusa | 9 | 200001 | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r9
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x139ca, %r9
nop
nop
nop
nop
nop
and %r13, %r13
mov $0x6162636465666768, %rbx
movq %rbx, %xmm6
movups %xmm6, (%r9)
nop
nop
nop
nop
add %rsi, %rsi
lea addresses_A_ht+0x37da, %rsi
lea ... |
coverage/PENDING_SUBMIT/amdvlk/0613-COVERAGE-instruction-simplify-1844/work/variant/1_spirv_asm/shader.frag.asm | asuonpaa/ShaderTests | 0 | 200002 | ; SPIR-V
; Version: 1.0
; Generator: Khronos Glslang Reference Front End; 10
; Bound: 133
; Schema: 0
OpCapability Shader
%1 = OpExtInstImport "GLSL.std.450"
OpMemoryModel Logical GLSL450
OpEntryPoint Fragment %4 "main" %110
OpExecutionMode %4 Origin... |
String_Ters_Cevirme.asm | Redwoodcutter/x8086_examples | 4 | 200004 | .MODEL SMALL
.STACK 64
.DATA
kaynak DB 21,0,22 DUP ('$')
ters DB 21,0,22 DUP('$')
sonuc db 21,0,22 DUP('$')
.CODE
BASLA:
MOV AX,@DATA
MOV DS,AX
EKRAN:
LEA DX,... |
programs/oeis/323/A323614.asm | neoneye/loda | 22 | 200005 | <filename>programs/oeis/323/A323614.asm<gh_stars>10-100
; A323614: List of 7-powerful numbers (for the definition of k-powerful see A323395).
; 144,192,208,224,240,256,272,288,304,320,336,352,368,384,400,416,432,448,464,480,496,512,528,544,560,576,592,608,624,640,656,672,688,704,720,736,752,768,784,800,816,832,848,864,... |
cards/bn5/ItemCards/136-F019 Pride's National Treasure.asm | RockmanEXEZone/MMBN-Mod-Card-Kit | 10 | 200007 | <reponame>RockmanEXEZone/MMBN-Mod-Card-Kit
.include "defaults_item.asm"
table_file_jp equ "exe5-utf8.tbl"
table_file_en equ "bn5-utf8.tbl"
game_code_len equ 3
game_code equ 0x4252424A // BRBJ
game_code_2 equ 0x42524245 // BRBE
game_code_3 equ 0x42524250 // BRBP
card_type equ 0
card_id equ 39
card_no equ "0... |
oeis/164/A164765.asm | neoneye/loda-programs | 11 | 200008 | <reponame>neoneye/loda-programs
; A164765: Partial sums of [A080782^2].
; 1,10,14,30,66,91,140,221,285,385,529,650,819,1044,1240,1496,1820,2109,2470,2911,3311,3795,4371,4900,5525,6254,6930,7714,8614,9455,10416,11505,12529,13685,14981,16206,17575,19096,20540,22140,23904,25585,27434,29459,31395,33511,35815,38024,40425,43... |
programs/oeis/090/A090461.asm | jmorken/loda | 1 | 200009 | <reponame>jmorken/loda<gh_stars>1-10
; A090461: Numbers n such that there is a permutation of the numbers 1 to n such that the sum of adjacent numbers is a square.
; 15,16,17,23,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,7... |
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_3218_127.asm | ljhsiun2/medusa | 9 | 200010 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r9
push %rax
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0x1194b, %r11
nop
nop
nop
nop
nop
inc %rbx
mov (%r11), %r9d
nop
cmp %rbx, %rbx
lea addresses_WC_ht+0xb8ab, %rsi
lea addresses_D_ht+0x13c52, %rdi
n... |
Transynther/x86/_processed/AVXALIGN/_st_sm_/i9-9900K_12_0xca_notsx.log_21829_1781.asm | ljhsiun2/medusa | 9 | 200011 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r15
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0xb2a, %r10
add %r15, %r15
movups (%r10), %xmm4
vpextrq $0, %xmm4, %r13
nop
nop
nop
nop
nop
and %rcx, %rcx
lea addresses_normal_ht+0xc52, %rsi
lea addresses_WC_ht+0x1... |
src/mods/ti/ai_target_droppods_like_multimissile.asm | mvdhout1992/ts-patches | 33 | 200012 | <gh_stars>10-100
%include "macros/patch.inc"
; Makes the AI target the drop pod SW like it'd be firing a multi missile
; In other words, makes the AI kill you with drop pods instead of just defending its base
; Edits the switch jump table in HouseClass::AI_TryFireSW
@SET 0x004C9FA0, {db 0x0A}
|
programs/oeis/211/A211438.asm | neoneye/loda | 22 | 200013 | <filename>programs/oeis/211/A211438.asm
; A211438: Number of ordered triples (w,x,y) with all terms in {-n,...,0,...,n} and w+2x+2y=0.
; 1,3,13,19,39,49,79,93,133,151,201,223,283,309,379,409,489,523,613,651,751,793,903,949,1069,1119,1249,1303,1443,1501,1651,1713,1873,1939,2109,2179,2359,2433,2623,2701,2901,2983,3193,32... |
asm/menu_gimmicks.asm | unknownbrackets/tomatotrans | 14 | 200015 | <reponame>unknownbrackets/tomatotrans
; 08078C18 draw's the character's name and "can be modified here" originally.
; The phrasing isn't great, and neither is the spacing.
; Let's rewrite to put it at the end.
@GimmickStatusBlock equ 0x084904B8
org 0x08078C18
.region 0x08078CAC-.,0x00
; Args: uint8_t charNumber, void... |
third_party/codecs/xvidcore/src/utils/x86_asm/mem_transfer_3dne.asm | Narflex/sagetv | 292 | 200016 | ;/****************************************************************************
; *
; * XVID MPEG-4 VIDEO CODEC
; * - 8<->16 bit transfer functions -
; *
; * Copyright (C) 2002 <NAME>
; *
; * This program is free software ; you can redistribute it and/or modify
; * it under the terms of the GNU General Public Licen... |
programs/oeis/161/A161382.asm | neoneye/loda | 22 | 200017 | <reponame>neoneye/loda
; A161382: (0,1)-sequence where n-th run has length n^2.
; 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0
seq $0,213083 ; Each square n^2 appea... |
utils.asm | NCommander/dns_serial_dumper | 4 | 200018 | <filename>utils.asm
.8086
; I'm guessing because WASM is hard to find example code for in real mode
SaveRegisters MACRO
push bx
push cx
push dx
push si
push di
ENDM
RestoreRegisters MACRO
pop bx
pop cx
pop dx
pop si
pop di
ENDM
_TEXT SEGMENT 'CODE'
ASSUME CS:_TEXT
; Ret... |
08/FunctionCalls/FibonacciElement/FibonacciElement.asm | Thomas-Neill/nand2tetris-solutions | 0 | 200020 | @256
D=A
@SP
M=D//Call(name=Sys.init, args=0)
@RETURN0
D=A
@SP
M=M+1
A=M-1
M=D
@LCL
D=M
@SP
M=M+1
A=M-1
M=D
@ARG
D=M
@SP
M=M+1
A=M-1
M=D
@THIS
D=M
@SP
M=M+1
A=M-1
M=D
@THAT
D=M
@SP
M=M+1
A=M-1
M=D
@5
D=A
@SP
D=M-D
@ARG
M=D
@SP
D=M
@LCL
M=D
@Sys.init
0;JMP
(RETURN0)
//Function(name=Main.fibonacci, locals=0)
(Main.fibona... |
dino/lcs/base/44A.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | 6 | 200023 | <filename>dino/lcs/base/44A.asm
copyright zengfr site:http://github.com/zengfr/romhack
00042A move.l D1, (A0)+
00042C dbra D0, $42a
0087A0 move.b #$f, ($44a,A5) [base+44C]
0087A6 move.l #$1000, D1 [base+44A]
0087C0 move.b #$f, ($44a,A5) [base+44C]
0087C6 move.l #$fffff000, D1 [base+44A]
0087DC tst.b ... |
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0.log_1_222.asm | ljhsiun2/medusa | 9 | 200024 | <reponame>ljhsiun2/medusa<gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r13
push %r8
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
// REPMOV
lea addresses_WT+0x2ed0, %rsi
lea addresses_A+0x1d924, %rdi
nop
nop
nop
cmp $65066, %rax
mov $15, %rcx
rep mo... |
oeis/173/A173433.asm | neoneye/loda-programs | 11 | 200025 | ; A173433: a(n) = (A000045(n)+A173432(n))/2.
; 1,1,2,2,3,4,7,11,18,28,45,72,117,189,306,494,799,1292,2091,3383,5474,8856,14329,23184,37513,60697,98210,158906,257115,416020,673135,1089155,1762290,2851444,4613733,7465176,12078909,19544085,31622994,51167078,82790071,133957148,216747219,350704367,567451586,918155952,148560... |
solutions/42 - Important Email Organization/size-46_speed-113.asm | michaelgundlach/7billionhumans | 45 | 200026 | <filename>solutions/42 - Important Email Organization/size-46_speed-113.asm<gh_stars>10-100
-- 7 Billion Humans (2053) --
-- 42: Important Email Organization --
-- Author: yaheath
-- Size: 46
-- Speed: 113
-- Speed Tests: 112, 112, 112, 113, 113, 113, 113, 112, 114, 113, 111, 113, 112, 113, 113, 113, 112, 113
mem4 = ... |
src/firmware/Platform/Motor/WaitState.asm | pete-restall/Cluck2Sesame-Prototype | 1 | 200027 | #include "Platform.inc"
#include "Timer0.inc"
#include "States.inc"
#include "WaitState.inc"
radix decimal
defineMotorState MOTOR_STATE_WAIT
checkIfExpectedNumberOfTicksHasElapsed:
elapsedSinceTimer0 MOTOR_WAIT_PARAM_INITIAL_TICKS
.setBankFor MOTOR_WAIT_PARAM_NUMBER_OF_TICKS
subwf MOTOR_WAIT_PARAM_NUMBER_... |
programs/oeis/126/A126997.asm | neoneye/loda | 22 | 200028 | <gh_stars>10-100
; A126997: a(n) = binomial(prime(4+n), prime(4)).
; 1,330,1716,19448,50388,245157,1560780,2629575,10295472,22481940,32224114,62891499,154143080,341149446,436270780,869648208,1329890705,1629348612,2898753715,4151918628,6890268572,12846240784,17199613200,19813501785,26075972546,29796772356,38620298376,89... |
libsrc/_DEVELOPMENT/arch/zxn/esxdos/c/sccz80/p3dos_copy_pstr_to_cstr_callee.asm | jpoikela/z88dk | 640 | 200030 | ; unsigned char *p3dos_copy_pstr_to_cstr(char *cdst, const char *psrc)
SECTION code_esxdos
PUBLIC p3dos_copy_pstr_to_cstr_callee
EXTERN asm_p3dos_copy_pstr_to_cstr
p3dos_copy_pstr_to_cstr_callee:
pop af
pop hl
pop de
push af
jp asm_p3dos_copy_pstr_to_cstr
|
libsrc/_DEVELOPMENT/stdio/z80/input_helpers/__stdio_input_sm_getdelim.asm | meesokim/z88dk | 0 | 200031 |
SECTION code_stdio
PUBLIC __stdio_input_sm_getdelim
EXTERN asm_b_vector_append
__stdio_input_sm_getdelim:
; GETDELIM STATE MACHINE
;
; Qualify function for STDIO_MSG_EATC
;
; Write all chars up to and including the delim char
; into the buffer but reject the delim char to cause
; immediate ret... |
main.asm | teddyng/PIC-Doorbell | 0 | 200032 | /* <NAME>, <NAME>, <NAME> and <NAME> */
LIST p=16f84a ;tell assembler what chip we are using
include "p16f84a.inc" ;include the defaults for the chip
__config _CP_OFF & _WDT_OFF & _XT_OSC ;sets the configuration settings
;(oscillator type etc.)
LEDPORT Equ PO... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.