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
gbhv/archdefs.asm
songxuyao/gbhv
568
121693
.CODE ; Literally the contents of RtlCaptureContext from ntoskrnl ArchCaptureContext PROC ; Floating point reigsters pushfq ; Low GP registers mov [rcx+078h], rax mov [rcx+080h], rcx mov [rcx+088h], rdx mov [rcx+0B8h], r8 mov [rcx+0C0h], r9 mov [rcx+0C8h], r10 mov [rcx+0D0h], r11 ; Low XMM Registers mov...
libsrc/_DEVELOPMENT/font/fzx/z80/asm_fzx_buffer_extent.asm
jpoikela/z88dk
640
121694
<gh_stars>100-1000 ; uint16_t fzx_buffer_extent(struct fzx_font *ff, char *buf, uint16_t buflen) SECTION code_font SECTION code_font_fzx PUBLIC asm_fzx_buffer_extent EXTERN asm_fzx_glyph_width, error_znc asm_fzx_buffer_extent: ; return width of buffer in pixels ; ; unprintable chars treated as '?' ; l...
Loader/Text/loader.asm
steakknife/pcgeos
504
121695
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1994 -- All Rights Reserved PROJECT: PC GEOS MODULE: FILE: loader.asm AUTHOR: <NAME>, Mar 21, 1994 ROUTINES: Name Description ---- ----------- REVISION HISTORY: Name Date Description ...
oeis/081/A081070.asm
neoneye/loda-programs
11
121696
; A081070: Lucas(4n)-2, or 5*Fibonacci(2n)^2. ; Submitted by <NAME> ; 0,5,45,320,2205,15125,103680,710645,4870845,33385280,228826125,1568397605,10749957120,73681302245,505019158605,3461452808000,23725150497405,162614600673845,1114577054219520,7639424778862805 mov $2,1 lpb $0 sub $0,1 add $2,$1 add $1,$2 lpe pow ...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1095.asm
ljhsiun2/medusa
9
121697
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r13 push %rbp push %rcx push %rdx push %rsi lea addresses_D_ht+0x1924a, %rsi nop nop nop nop nop and $21684, %rbp mov $0x6162636465666768, %rdx movq %rdx, %xmm4 movups %xmm4, (%rsi) nop nop nop nop and $43625, %r13 lea addresses_WC_ht+0x57ea, %r11 n...
win32/asm64fpu/carcdr.asm
c-jullien/lelisp
13
121698
.386p .387 include carcdr.dat assume cs:FLAT,ds:FLAT,es:FLAT,fs:FLAT,gs:FLAT,ss:FLAT _TEXT segment para use32 public 'CODE' include carcdr.equ ini_cad proc near mov eax,3 mov ebx,offset FLAT:pnmac864 mov ecx,offset FLAT:fcar mov edx,offset FLAT:zfcar push z_fcar call near ptr inisymb mov ...
iod/iou/rchb.asm
olifink/smsqe
0
121700
<filename>iod/iou/rchb.asm ; IO Utilities Release Channel Block V2.00  1989 <NAME> QJUMP section iou xdef iou_rchb include 'dev8_keys_qlv' ;+++ ; IO Utilities Release Channel Block ; ; d0 p ; a0 c p base of block ; all other registers preserved ; status returned according to d0 ;--- iou_rchb ior.reg re...
sources/ippcp/asm_intel64/pcpbnusqrschoolm7as.asm
idesai/ipp-crypto
1
121701
<gh_stars>1-10 ;=============================================================================== ; Copyright 2015-2018 Intel Corporation ; All Rights Reserved. ; ; If this software was obtained under the Intel Simplified Software License, ; the following terms apply: ; ; The source code, information and material ...
Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xca.log_21_1533.asm
ljhsiun2/medusa
9
121702
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r8 push %rax push %rbp push %rcx push %rsi lea addresses_normal_ht+0x143f9, %rax nop nop nop nop xor %rsi, %rsi movw $0x6162, (%rax) xor $9526, %rcx lea addresses_D_ht+0xe059, %rbp nop nop nop inc %r8 mov (%rbp), %eax dec %rbp lea addresses_UC_ht+0x...
programs/oeis/256/A256432.asm
neoneye/loda
22
121703
<reponame>neoneye/loda ; A256432: Characteristic function of octahedral numbers. ; 1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,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,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1 mov $1,1 lpb $0 sub $0,$1 mov $3,$0 add $5,$1 add $5,3 ...
tmp_store_can_del/Disk_System.asm
zk2013/newborn
0
121704
<filename>tmp_store_can_del/Disk_System.asm<gh_stars>0 ; ****************************************************** ; Name: Disk System ; Author: <NAME> ; Version: 0.1 ; Date: 17.02.2008 17:11:31 ; last Update: 30.11.2008 13:14:58 ; Stoned Bootkit ; (C) 2005 - 2010 <NAME> ; This...
pwnlib/shellcraft/templates/i386/linux/cat2.asm
tkmikan/pwntools
9
121705
<% import pwnlib.shellcraft as sc from pwnlib.shellcraft import common %> <%page args="filename, fd=1, length=0x4000"/> <%docstring> Opens a file and writes its contents to the specified file descriptor. Uses an extra stack buffer and must know the length. Example: >>> f = tempfile.mktemp() >>> write(f, '...
data/pokemon/base_stats/happiny.asm
TastySnax12/pokecrystal16-493-plus
2
121706
<filename>data/pokemon/base_stats/happiny.asm<gh_stars>1-10 db 0 ; species ID placeholder db 100, 5, 5, 30, 15, 65 ; hp atk def spd sat sdf db NORMAL, NORMAL ; type db 130 ; catch rate db 110 ; base exp db OVAL_STONE, LUCKY_PUNCH ; items db GENDER_F100 ; gender ratio db 100 ; unknown 1 db 40 ;...
RESTA 0.1.asm
Jon2G/ASMCalculator
0
121707
.model small .data num1 db 0,0,0,0,0,0,0,0,1,7,'$' decimales_1 db 0,5,0,0,0,0,0,0,0,0,'$' num2 db 0,0,0,0,0,0,0,0,2,2,'$' decimales_2 db 0,9,6,0,0,0,0,0,0,0,'$' num_res db 0,0,0,0,0,0,0,0,0,0,'$' decimales_Res db 0,0,0,0,0,0,0,0,0,0,'$' AUX DB 00h hay_acarreo db 00h ...
main.asm
nesdoug/SNES_05
1
121708
; example 5 SNES code .p816 .smart .include "regs.asm" .include "variables.asm" .include "macros.asm" .include "init.asm" .segment "CODE" ; enters here in forced blank Main: .a16 ; the setting from init code .i16 phk plb ; COPY PALETTES to PAL_BUFFER ; BLOCK_MOVE length, src_addr, dst_addr BLOCK_MOVE ...
programs/oeis/279/A279313.asm
neoneye/loda
22
121709
; A279313: Period 14 zigzag sequence: repeat [0,1,2,3,4,5,6,7,6,5,4,3,2,1]. ; 0,1,2,3,4,5,6,7,6,5,4,3,2,1,0,1,2,3,4,5,6,7,6,5,4,3,2,1,0,1,2,3,4,5,6,7,6,5,4,3,2,1,0,1,2,3,4,5,6,7,6,5,4,3,2,1,0,1,2,3,4,5,6,7,6,5,4,3,2,1,0,1,2,3,4,5,6,7,6,5,4,3,2,1,0,1 lpb $0 add $1,$0 mov $2,$0 sub $0,1 trn $0,6 mul $0,2 trn...
oeis/020/A020448.asm
neoneye/loda-programs
11
121710
; A020448: Expansion of 1/((1-5x)(1-8x)(1-12x)). ; Submitted by <NAME>(s4) ; 1,25,429,6305,85541,1108665,13976989,173186065,2122320981,25822510505,312717161549,3775431050625,45488017644421,547320192731545,6579560264282109,79048497300991985,949332313236647861,11397991286777179785,136823927479522666669,164227140513333040...
Examples/conversion-routines/bytebin2hexascii.asm
agguro/linux-nasm
6
121712
;name: bytebin2hexascii.asm ; ;description: branch free conversion of a byte in rdi to ASCII in rax. ; ;build: nasm -felf64 bytebin2hexascii.asm -o bytebin2hexascii.o bits 64 global bytebin2hexascii bytebin2hexascii: push rdx xor rdx,rdx mov rax,rdi and rax,0xFF ;4 least significan...
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_666_660.asm
ljhsiun2/medusa
9
121714
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r15 push %r9 push %rax push %rbx push %rcx push %rdi push %rsi lea addresses_D_ht+0x1d051, %r9 nop sub %rax, %rax mov $0x6162636465666768, %rbx movq %rbx, %xmm4 movups %xmm4, (%r9) nop nop nop xor %r11, %r11 lea addresses_UC_ht+0x3811, %rsi lea addresses_A_ht...
data/pokemon/dex_entries/kadabra.asm
Dev727/ancientplatinum
28
121715
<reponame>Dev727/ancientplatinum<gh_stars>10-100 db "PSI@" ; species name dw 403, 1250 ; height, weight db "When it closes its" next "eyes, twice as" next "many alpha parti-" page "cles come out of" next "the surface of its" next "body.@"
libsrc/_DEVELOPMENT/font/fzx/z80/asm_fzx_write.asm
meesokim/z88dk
0
121716
<reponame>meesokim/z88dk ; int fzx_write(struct fzx_state *fs, char *buf, uint16_t buflen) INCLUDE "clib_cfg.asm" SECTION code_font_fzx PUBLIC asm_fzx_write EXTERN asm_fzx_putc, __fzx_puts_newline asm_fzx_write: ; write buffer to window, interpret \n as newline ; ; enter : ix = struct fzx_state * ; ...
Samples/x86/ByInstruction/Jmp.asm
thiscouldbebetter/Disassembler
0
121718
db 'jmpx4',0 Label0: jmp Label0 Label1: jmp Label0 Label2: jmp Label0 Label3: jmp Label0 db 'jo',0 jo Label0 db 'jno',0 jno Label0 db 'jb',0 jb Label0 db 'jnb',0 jnb Label0 db 'jz',0 jz Label0 db 'jnz',0 jnz Label0 db 'jbe',0 jbe Label0 db 'jnbe',0 jnbe Label0
src/test/resources/data/potests/test13.asm
cpcitor/mdlz80optimizer
36
121719
<reponame>cpcitor/mdlz80optimizer<gh_stars>10-100 ; Test case: ; - lines 3-6 should NOT be optimized by using hl, as hl is used by the push pop hl ld a,(var1) inc a ld (var1),a push hl loop4: jp loop4 var1: db 0
Transynther/x86/_processed/NC/_zr_/i7-7700_9_0x48_notsx.log_21829_802.asm
ljhsiun2/medusa
9
121720
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r14 push %r15 push %rbx push %rcx push %rdi push %rsi lea addresses_A_ht+0x1908d, %r14 nop nop nop xor %rbx, %rbx mov (%r14), %rdi inc %r12 lea addresses_WC_ht+0xbe9f, %rsi lea addresses_UC_ht+0x50cd, %rdi clflush (%rdi) nop nop nop add %r10, %r10 m...
programs/oeis/084/A084130.asm
jmorken/loda
1
121721
; A084130: a(n) = 8a(n-1)-8a(n-2), a(0)=1, a(1)=4. ; 1,4,24,160,1088,7424,50688,346112,2363392,16138240,110198784,752484352,5138284544,35086401536,239584935936,1635988275200,11171226714112,76281907511296,520885446377472,3556828310929408,24287542916415488 mov $1,1 mov $3,1 lpb $0 sub $0,1 mul $1,2 mov $2,$1 sub...
Transynther/x86/_processed/NONE/_xt_sm_/i3-7100_9_0xca_notsx.log_21829_1656.asm
ljhsiun2/medusa
9
121722
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: ret .global s_faulty_load s_faulty_load: push %r11 push %r12 push %r14 push %r8 push %rax push %rbx push %rsi // Store lea addresses_WT+0x1689e, %r8 nop nop nop nop dec %r11 movl $0x51525354, (%r8) nop nop nop nop nop dec %rbx // Faulty Load lea address...
programs/oeis/171/A171583.asm
neoneye/loda
22
121723
; A171583: 10^n*(4+3*10^n)+3. ; 10,343,30403,3004003,300040003,30000400003,3000004000003,300000040000003,30000000400000003,3000000004000000003,300000000040000000003,30000000000400000000003 seq $0,199683 ; 3*10^n+1. add $0,2 mov $1,-2 add $1,$0 mul $1,$0 mov $0,$1 div $0,3 add $0,2
_maps/obj69.asm
NatsumiFox/AMPS-Sonic-1-2005
2
121724
<filename>_maps/obj69.asm<gh_stars>1-10 ; --------------------------------------------------------------------------- ; Sprite mappings - trapdoor (SBZ) ; --------------------------------------------------------------------------- dc.w byte_158E6-Map_obj69 dc.w byte_158FB-Map_obj69 dc.w byte_15924-Map_obj69 byte_...
module/user/umode.asm
Crupette/modit-micro
1
121725
<reponame>Crupette/modit-micro [GLOBAL usr_switch] [GLOBAL usr_ret] ;Args: ; 1: Pointer to run ; 2: Stack pointer usr_switch: mov ebp, esp cli ;Use user-mode stack segments mov ax, 0x23 mov ds, ax mov es, ax mov fs, ax mov gs, ax ;Setup flags and store stack pointer p...
PRG/levels/Plains/W3HBC.asm
narfman0/smb3_pp1
0
121726
<filename>PRG/levels/Plains/W3HBC.asm<gh_stars>0 .word $0000 ; Alternate level layout .word $0000 ; Alternate object layout .byte LEVEL1_SIZE_01 | LEVEL1_YSTART_170 .byte LEVEL2_BGPAL_00 | LEVEL2_OBJPAL_08 | LEVEL2_XSTART_18 .byte LEVEL3_TILESET_00 | LEVEL3_VSCROLL_LOCKLOW .byte LEVEL4_BGBANK_INDEX(1) | LEVEL4_IN...
programs/oeis/215/A215418.asm
neoneye/loda
22
121727
<reponame>neoneye/loda ; A215418: Number of Regular and Stellar polytopes in n-dimensional Euclidean space, or -1 if infinite. ; 1,-1,9,16,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3 add $0,1 mov $2,2 mul $2,2 mov $5,$2 mov $1,$5 mov $7,$0...
bootloader/x86_64/startup-common.asm
hyperswine/Redox2
43
121728
SECTION .text USE16 args: .kernel_base dq 0x100000 .kernel_size dq 0 .stack_base dq 0 .stack_size dq 0 .env_base dq 0 .env_size dq 0 .acpi_rsdps_base dq 0 .acpi_rsdps_size dq 0 startup: ; enable A20-Line via IO-Port 92, might not work on all motherboards in al, 0x92 or al, ...
libsrc/_DEVELOPMENT/alloc/malloc/c/sccz80/heap_alloc_aligned_unlocked_callee.asm
meesokim/z88dk
0
121729
; void *heap_alloc_aligned_unlocked(void *heap, size_t alignment, size_t size) SECTION code_alloc_malloc PUBLIC heap_alloc_aligned_unlocked_callee heap_alloc_aligned_unlocked_callee: pop af pop hl pop bc pop de push af INCLUDE "alloc/malloc/z80/asm_heap_alloc_aligned_unlocked.asm"
data/mapHeaders/SSAnne2F.asm
AmateurPanda92/pokemon-rby-dx
9
121730
SSAnne2F_h: db SHIP ; tileset db SS_ANNE_2F_HEIGHT, SS_ANNE_2F_WIDTH ; dimensions (y, x) dw SSAnne2F_Blocks ; blocks dw SSAnne2F_TextPointers ; texts dw SSAnne2F_Script ; scripts db 0 ; connections dw SSAnne2F_Object ; objects
_maps/Electrocuter.asm
kodishmediacenter/msu-md-sonic
9
121732
<reponame>kodishmediacenter/msu-md-sonic<gh_stars>1-10 ; --------------------------------------------------------------------------- ; Sprite mappings - electrocution orbs (SBZ) ; --------------------------------------------------------------------------- Map_Elec_internal: dc.w @normal-Map_Elec_internal dc.w @zap1...
01/jmps/add.asm
DaviNakamuraCardoso/assembly
0
121733
<filename>01/jmps/add.asm global _start section .text _start: mov ebx, 0 ; ebx = 2 mov ecx, 4 ; ecx = 4 mov edx, 2 ; edx = 2 WHILE: add ebx, 2 ; ebx += edx dec ecx ; ecx-- cmp ecx, 0 ; ecx == 0? jg WHILE mov eax, 1 ; Interrupt int 0x80
libsrc/_DEVELOPMENT/compress/aplib/c/sccz80/aplib_depack.asm
dikdom/z88dk
1
121734
<filename>libsrc/_DEVELOPMENT/compress/aplib/c/sccz80/aplib_depack.asm ; void aplib_depack(void *dst, void *src) SECTION code_clib SECTION code_compress_aplib PUBLIC aplib_depack EXTERN asm_aplib_depack aplib_depack: pop af pop hl pop de push de push hl push af jp asm_aplib_depack ;...
multplexdisplay4/multiplexdisplay4.asm
igor-almeida-github/meus-projetos-com-microcontroladores
2
121735
_display7: ;multiplexdisplay4.c,3 :: void display7(int x,int disp){ ;multiplexdisplay4.c,4 :: unsigned short int tabela[]={0x3F,0x06,0x5B,0x4F,0x66,0x6D,0x7D,0x07,0x7F,0x6F}; // tabela dos valores correspondentes aos numeros 1 a 9, na ordem MOVLW 63 MOVWF display7_tabela_L0+0 MOVLW 6 ...
solutions/53 - 100 Cubes on the Floor/size-14_speed-86.asm
behrmann/7billionhumans
45
121736
<filename>solutions/53 - 100 Cubes on the Floor/size-14_speed-86.asm -- 7 Billion Humans (2145) -- -- 53: 100 Cubes on the Floor -- -- Author: landfillbaby -- Size: 14 -- Speed: 86 a: step w if c != datacube: jump a endif if n != wall: b: if n == 0 and nw != worker: jump b endif mem1 = calc n + 10 endif c: p...
oeis/065/A065226.asm
neoneye/loda-programs
11
121737
; A065226: Fill a triangular array by rows by writing numbers 1 up to b(0), 1 up to b(1), etc., where b(n) are the decagonal numbers. The final elements of the rows form a(n). ; Submitted by <NAME> ; 1,2,5,9,4,10,17,25,7,17,28,40,1,15,30,46,63,81,15,35,56,78,101,125,24,50,77,105,134,164,20,52,85,119,154,190,227,33,72,1...
lottery_test2.asm
shahendahamdy/xv6
0
121738
_lottery_test2: file format elf32-i386 Disassembly of section .text: 00001000 <main>: } } } int main(int argc, char *argv[]){ 1000: f3 0f 1e fb endbr32 1004: 8d 4c 24 04 lea 0x4(%esp),%ecx 1008: 83 e4 f0 and $0xfffffff0,%esp 100b: ff 71 fc ...
programs/oeis/145/A145027.asm
karttu/loda
0
121739
<reponame>karttu/loda<filename>programs/oeis/145/A145027.asm<gh_stars>0 ; A145027: a(n) = a(n-1) + a(n-2) + a(n-3) with a(1) = 2, a(2) = 3, a(3) = 4. ; 2,3,4,9,16,29,54,99,182,335,616,1133,2084,3833,7050,12967,23850,43867,80684,148401,272952,502037,923390,1698379,3123806,5745575,10567760,19437141,35750476,65755377,1209...
Transynther/x86/_processed/NONE/_xt_sm_/i3-7100_9_0x84_notsx.log_2052_1712.asm
ljhsiun2/medusa
9
121741
<filename>Transynther/x86/_processed/NONE/_xt_sm_/i3-7100_9_0x84_notsx.log_2052_1712.asm<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r13 push %r15 push %r9 push %rax push %rcx push %rdi push %rsi lea addresses_WT_ht+0x7f17, %rsi lea addresses_WT_ht+0xf4b1, %rdi nop inc %r13 mov $17, %rcx rep movsw ...
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_21829_1246.asm
ljhsiun2/medusa
9
121742
<reponame>ljhsiun2/medusa<filename>Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_21829_1246.asm .global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r12 push %r15 push %r9 push %rcx push %rdi push %rsi lea addresses_WC_ht+0xc952, %r12 nop nop nop and $23316, %r11 mov $0x6162636465666768, %r1...
Transynther/x86/_processed/NONE/_st_/i3-7100_9_0x84_notsx.log_21829_2688.asm
ljhsiun2/medusa
9
121743
.global s_prepare_buffers s_prepare_buffers: push %r9 push %rbx push %rcx push %rdi push %rsi lea addresses_WT_ht+0x7f56, %rsi lea addresses_UC_ht+0xf56, %rdi clflush (%rdi) inc %r9 mov $0, %rcx rep movsw nop nop nop sub $64438, %rbx pop %rsi pop %rdi pop %rcx pop %rbx pop %r9 ret .global s_faulty_load s_faulty_lo...
Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0x48_notsx.log_21829_1149.asm
ljhsiun2/medusa
9
121744
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r12 push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_D_ht+0x174ab, %rsi lea addresses_WT_ht+0x14475, %rdi nop nop nop nop cmp $49722, %rbx mov $126, %rcx rep movsq dec %rcx lea addresses_WC_ht+0x18b56, %rdx clflush (%rdx) nop xor %r12...
libsrc/osca/flos_get_input_string.asm
andydansby/z88dk-mk2
1
121745
<reponame>andydansby/z88dk-mk2 ; ; Old School Computer Architecture - interfacing FLOS ; <NAME>, 2012 ; ; Get line from console ; ; $Id: flos_get_input_string.asm,v 1.1 2012/03/30 14:46:52 stefano Exp $ ; INCLUDE "flos.def" XLIB flos_get_input_string flos_get_input_string: pop de pop bc ld a,c pop hl pus...
oeis/119/A119574.asm
neoneye/loda-programs
11
121746
; A119574: a(n) = binomial(2*n,n)*(n+2)^2/(n+1). ; Submitted by <NAME>(s2) ; 4,9,32,125,504,2058,8448,34749,143000,588302,2418624,9934834,40770352,167152500,684656640,2801810205,11455885080,46801769190,191055480000,779363066790,3177034283280,12942655253580,52693956656640 mov $1,$0 mul $0,2 bin $0,$1 add $1,1 mov $2,$0...
swap-two-16-digit-numbers.asm
Soumya-Dey/8085-asm-programs
0
121747
;Program title ----- ;Swap two 16 digit numbers. Numbers are given in two consecutive memory locations. ;Input ----- | Output ----- ;f100 => 79 | f100 => 33 ;f101 => 2B | f101 => A2 ;f102 => 33 | f102 => 79 ;f103 => A2 | f103 => 2B ;Source code ----- lhld f100h xchg lhld f102h shld f100h ...
InitCS.asm
qynvi/laserturret
0
121750
NAME InitCS $INCLUDE(188val.inc) CGROUP GROUP CODE CODE SEGMENT PUBLIC 'CODE' ASSUME CS:CGROUP ; InitCS ; ; Description: ; Initializes chip selects for the 80188. ; ; Operation: ; Writes control value bits to the addresses of the PACS and MPCS registers. ; ; Arguments: ...
programs/oeis/094/A094966.asm
neoneye/loda
22
121751
; A094966: Left-hand neighbors of Fibonacci numbers in Stern's diatomic series. ; 0,1,1,3,3,8,8,21,21,55,55,144,144,377,377,987,987,2584,2584,6765,6765,17711,17711,46368,46368,121393,121393,317811,317811,832040,832040,2178309,2178309,5702887,5702887,14930352,14930352,39088169,39088169,102334155,102334155,267914296,2679...
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_1221.asm
ljhsiun2/medusa
9
121752
<filename>Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_1221.asm<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r14 push %rax push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_WT_ht+0x6612, %rax nop nop and $64294, %rbx mov (%rax), %si and %rdi, %rdi lea addresses_n...
data/mapHeaders/diglettscaveroute2.asm
adhi-thirumala/EvoYellow
16
121753
DiglettsCaveRoute2_h: db CAVERN ; tileset db DIGLETTS_CAVE_EXIT_HEIGHT, DIGLETTS_CAVE_EXIT_WIDTH ; dimensions (y, x) dw DiglettsCaveRoute2Blocks, DiglettsCaveRoute2TextPointers, DiglettsCaveRoute2Script ; blocks, texts, scripts db $00 ; connections dw DiglettsCaveRoute2Object ; objects
src/data/flyover-coffee.asm
Iemnur/Mother2GbaTranslation
149
121754
<filename>src/data/flyover-coffee.asm .loadtable "data/flyover-table.tbl" .strn "\n" .strn "\n" .strn 01h, 1Ch, "You've traveled very far from\n" .strn 01h, 1Ch, "home...\n" .strn "\n" .strn "\n" .strn 01h, 1Ch, "Do you remember how your long\n" .strn 01h, 1Ch, "and winding journey began with\n" .strn ...
programs/oeis/202/A202331.asm
neoneye/loda
22
121755
<reponame>neoneye/loda<gh_stars>10-100 ; A202331: Number of (n+1) X 5 binary arrays with consecutive windows of two bits considered as a binary number nondecreasing in every row and column. ; 49,129,289,576,1052,1796,2906,4501,6723,9739,13743,18958,25638,34070,44576,57515,73285,92325,115117,142188,174112,211512,255062,...
c2000/C2000Ware_1_00_06_00/libraries/dsp/FPU/c28/source/vector/mac_SP_i16RVxCV.asm
ramok/Themis_ForHPSDR
0
121756
<reponame>ramok/Themis_ForHPSDR ;;############################################################################# ;;! \file source/vector/mac_SP_i16RVxCV.asm ;;! ;;! \brief C-Callable multiply-and-accumulate of a signed 16-bit integer real ;; vector and a floating pt. complex vector ;;! \author <NAME> ;;! \...
solutions/41 - Image Decrypter/size-8_speed-69.asm
michaelgundlach/7billionhumans
45
121757
<reponame>michaelgundlach/7billionhumans -- 7 Billion Humans (2053) -- -- 41: Image Decrypter -- -- Author: soerface -- Size: 8 -- Speed: 69 mem1 = set w pickup mem1 a: step w mem1 = calc mem1 - 1 if mem1 <= 0: drop step ne endif jump a
pkgs/tools/yasm/src/modules/arch/x86/tests/movdq64.asm
manggoguy/parsec-modified
2,151
121758
[bits 64] movd eax, mm0 movd mm0, eax movd rax, mm0 movd mm0, rax movd [0], mm0 movd mm0, [0] movd eax, xmm0 movd xmm0, eax movd rax, xmm0 movd xmm0, rax movd [0], xmm0 movd xmm0, [0] movq [0], xmm0 movq xmm0, [0] movq xmm0, xmm1 movq xmm1, xmm0 movq [0], mm0 movq mm0, [0] movq mm0, mm1 movq mm1, mm0 movq rax, xmm0...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_714.asm
ljhsiun2/medusa
9
121759
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: ret .global s_faulty_load s_faulty_load: push %r11 push %r12 push %r13 push %r15 push %r8 push %rbp push %rdi // Store lea addresses_A+0x1eb43, %r15 nop nop nop and $44051, %rbp movb $0x51, (%r15) sub %r12, %r12 // Store lea addresses_WT+0x18...
lib/target/z88/classic/z88s5_crt0.asm
ahjelm/z88dk
640
121760
; ; Startup stub for z88 OZ5 shell ; PUBLIC cleanup ;jp'd to by exit() PUBLIC l_dcal ;jp(hl) PUBLIC processcmd ;Processing <> commands INCLUDE "stdio.def" INCLUDE "error.def" INCLUDE "elf.def" defc TAR__cl...
oeis/303/A303279.asm
neoneye/loda-programs
11
121762
<reponame>neoneye/loda-programs<gh_stars>10-100 ; A303279: Expansion of (1/(1 - x)^2) * Sum_{p prime, k>=1} x^(p^k)/(1 - x^(p^k)). ; Submitted by <NAME> ; 0,1,3,7,12,19,27,38,51,66,82,101,121,143,167,195,224,256,289,325,363,403,444,489,536,585,637,692,748,807,867,932,999,1068,1139,1214,1290,1368,1448,1532,1617,1705,179...
examples/instr/aas/aas1.asm
leonardo-ono/asm4mo
10
121764
<gh_stars>1-10 ; AAS 1 - ASCII ADJUST AFTER SUBTRACTION ; Assembler for MikeOS (https://github.com/leonardo-ono/asm4mo) ; Example written by <NAME> (<EMAIL>) ; 08/02/2012 14:21 mov ah, 1 mov al, '2' mov bl, '3' sub al, bl aas ; 12 - 3 = 9 -> ah=00h al=09h mov bl, al mov al, ah mov dx, 78h call dx ; os_print_2hex...
oeis/045/A045463.asm
neoneye/loda-programs
11
121765
<filename>oeis/045/A045463.asm<gh_stars>10-100 ; A045463: Primes congruent to {0, 1, 6} mod 7. ; Submitted by <NAME> ; 7,13,29,41,43,71,83,97,113,127,139,167,181,197,211,223,239,251,281,293,307,337,349,379,419,421,433,449,461,463,491,503,547,587,601,617,631,643,659,673,701,727,743,757,769,797,811,827,839,853,881,883,91...
Transynther/x86/_processed/NONE/_xt_sm_/i3-7100_9_0x84_notsx.log_21829_322.asm
ljhsiun2/medusa
9
121766
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r13 push %r14 push %rcx push %rdi push %rdx push %rsi lea addresses_D_ht+0x1d36b, %rdx nop nop nop cmp %rcx, %rcx movw $0x6162, (%rdx) inc %rdi lea addresses_WT_ht+0x4ac9, %rsi nop nop nop nop nop xor %r14, %r14 mov $0x6162636465666768, %r13 movq %r13, %xmm7 ...
oeis/026/A026390.asm
neoneye/loda-programs
11
121767
; A026390: Expansion of (2 + x + x^2)/((1 - x)*(1 - x - x^2)). ; Submitted by <NAME>(s1) ; 2,5,11,20,35,59,98,161,263,428,695,1127,1826,2957,4787,7748,12539,20291,32834,53129,85967,139100,225071,364175,589250,953429,1542683,2496116,4038803,6534923,10573730 mov $1,2 mov $2,1 lpb $0 sub $0,2 add $2,$1 add $1,$2 lp...
oeis/142/A142301.asm
neoneye/loda-programs
11
121769
<reponame>neoneye/loda-programs ; A142301: Primes congruent to 21 mod 44. ; Submitted by <NAME> ; 109,197,241,373,461,593,769,857,1033,1297,1429,1693,1913,2089,2221,2309,2441,2617,2749,2837,2969,3541,3673,3761,4157,4201,4289,4421,4597,4729,4817,4861,4993,5081,5477,5521,5653,5741,6269,6577,6709,6841,7193,7237,7369,7457,...
programs/oeis/267/A267584.asm
jmorken/loda
1
121770
; A267584: a(0)=1; thereafter a(n) = 2^(1 + number of zeros in binary expansion of n). ; 1,2,4,2,8,4,4,2,16,8,8,4,8,4,4,2,32,16,16,8,16,8,8,4,16,8,8,4,8,4,4,2,64,32,32,16,32,16,16,8,32,16,16,8,16,8,8,4,32,16,16,8,16,8,8,4,16,8,8,4,8,4,4,2,128,64,64,32,64,32,32,16,64,32,32,16,32,16,16,8,64,32,32,16,32,16,16,8,32,16,16,8...
libsrc/_DEVELOPMENT/math/float/math16/lm16/c/sccz80/l_f16_mul.asm
Frodevan/z88dk
0
121771
<filename>libsrc/_DEVELOPMENT/math/float/math16/lm16/c/sccz80/l_f16_mul.asm SECTION code_fp_math16 PUBLIC l_f16_mul PUBLIC f16_mul PUBLIC f16_mul_callee EXTERN asm_f16_mul_callee EXTERN cm16_sccz80_mul EXTERN cm16_sccz80_mul_callee defc l_f16_mul = asm_f16_mul_callee def...
dv3/atari/acsi/stat.asm
olifink/smsqe
0
121777
; Wait for ACSI status V2.00  1990 QJUMP section dv3 xdef ac_stat xdef ac_statd xref at_stat xref at_stata xref ac_statr xref ac_reset include 'dev8_keys_sys' include 'dev8_keys_err' ;+++ ; This routine checks the DMA address and reads the command status ; ; d0 r error code ; a1 c p end of DMA ...
Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0x48.log_21829_976.asm
ljhsiun2/medusa
9
121778
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r8 push %r9 push %rax push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0x897d, %r8 nop nop nop nop nop cmp %r9, %r9 mov (%r8), %rdi nop nop nop nop nop sub %rax, %rax lea addresses_normal_ht+0x1877d, %r10 mfence mov (%r10), %edx nop nop n...
programs/oeis/059/A059010.asm
karttu/loda
0
121779
; A059010: Natural numbers having an even number of nonleading zeros in their binary expansion. ; 1,3,4,7,9,10,12,15,16,19,21,22,25,26,28,31,33,34,36,39,40,43,45,46,48,51,53,54,57,58,60,63,64,67,69,70,73,74,76,79,81,82,84,87,88,91,93,94,97,98,100,103,104,107,109,110,112,115,117,118,121,122,124,127,129,130,132,135,136,1...
libsrc/_DEVELOPMENT/arch/sms/SMSlib/c/sdcc/SMS_VRAMmemcpy_brief.asm
jpoikela/z88dk
640
121780
; void SMS_VRAMmemcpy_brief(unsigned int dst,void *src,unsigned char size) SECTION code_clib SECTION code_SMSlib PUBLIC _SMS_VRAMmemcpy_brief EXTERN asm_SMSlib_VRAMmemcpy_brief _SMS_VRAMmemcpy_brief: pop af pop hl pop de pop bc push bc push de push hl push af ld b,c jp asm_SMSlib...
engine/pokedex/unown_dex.asm
Dev727/ancientplatinum
28
121781
<gh_stars>10-100 UpdateUnownDex: ld a, [wUnownLetter] ld c, a ld b, NUM_UNOWN ld hl, wUnownDex .loop ld a, [hli] and a jr z, .done cp c ret z dec b jr nz, .loop ret .done dec hl ld [hl], c ret PrintUnownWord: hlcoord 4, 15 ld bc, 12 ld a, " " call ByteFill ld a, [wDexCurUnownIndex] ld e, a ld d,...
os/src/task/switch.asm
TRCYX/rCore-N
6
121782
<gh_stars>1-10 .altmacro .macro SAVE_SN n sd s\n, (\n+1)*8(sp) .endm .macro LOAD_SN n ld s\n, (\n+1)*8(sp) .endm .section .text .globl __switch __switch: # __switch( # current_task_cx_ptr2: &*const TaskContext, # next_task_cx_ptr2: &*const TaskContext # ) # push TaskContext t...
data/pokemon/base_stats/sinnoh/kricketune.asm
Dev727/ancientplatinum
0
121783
db 0 ; 402 DEX NO db 77, 85, 51, 65, 55, 51 ; hp atk def spd sat sdf db BUG, BUG ; type db 45 ; catch rate db 159 ; base exp db NO_ITEM, NO_ITEM ; items db GENDER_F50 ; gender ratio db 100 ; unknown 1 db 15 ; step cycles to hatch db 5 ; unknown 2 INCBIN "gfx/pokemon/sinnoh/kricketune/front.di...
source/MicroBenchX.Ipc/IpcTests/add_sse128_int.asm
clayne/MicroBenchX
15
121784
<gh_stars>10-100 [BITS 64] %include "parameters.inc" extern exit global add_sse128_int section .text add_sse128_int: push rbp mov rax, ITERATIONS_add_sse128i lea rbx, [rel sse_iv] movdqa xmm0, [rbx] movdqa xmm1, [rbx] movdqa xmm2, [rbx] movdqa xmm3, [rbx] movdqa xmm4, [rbx] movdqa xmm5, [rbx] movdq...
wc.asm
priyasun19/xv6
0
121785
<reponame>priyasun19/xv6<filename>wc.asm _wc: file format elf32-i386 Disassembly of section .text: 00000000 <wc>: char buf[512]; void wc(int fd, char *name) { 0: 55 push %ebp 1: 89 e5 mov %esp,%ebp 3: 83 ec 48 sub $0x48,%esp int i, n; int l,...
oeis/027/A027053.asm
neoneye/loda-programs
11
121786
; A027053: a(n) = T(n,n+2), T given by A027052. ; 1,4,9,18,35,66,123,228,421,776,1429,2630,4839,8902,16375,30120,55401,101900,187425,344730,634059,1166218,2145011,3945292,7256525,13346832,24548653,45152014,83047503,152748174,280947695,516743376,950439249,1748130324,3215312953,5913882530,10877325811,20006521298,36797729...
target/cos_117/disasm/iop_overlay1/USURP.asm
jrrk2/cray-sim
49
121787
0x0000 (0x000000) 0x1800-0x0039 f:00014 d: 0 | A = 57 (0x0039) 0x0002 (0x000004) 0x291C- f:00024 d: 284 | OR[284] = A 0x0003 (0x000006) 0x2119- f:00020 d: 281 | A = OR[281] 0x0004 (0x000008) 0x1E00-0x0003 f:00017 d: 0 | A = A - 3 (0x0003) ...
programs/oeis/078/A078306.asm
neoneye/loda
22
121788
; A078306: a(n) = Sum_{d divides n} (-1)^(n/d+1)*d^2. ; 1,3,10,11,26,30,50,43,91,78,122,110,170,150,260,171,290,273,362,286,500,366,530,430,651,510,820,550,842,780,962,683,1220,870,1300,1001,1370,1086,1700,1118,1682,1500,1850,1342,2366,1590,2210,1710,2451,1953,2900,1870,2810,2460,3172,2150,3620,2526,3482,2860,3722,2886...
programs/oeis/262/A262977.asm
neoneye/loda
22
121789
<reponame>neoneye/loda<filename>programs/oeis/262/A262977.asm ; A262977: a(n) = binomial(4*n-1,n). ; 1,3,21,165,1365,11628,100947,888030,7888725,70607460,635745396,5752004349,52251400851,476260169700,4353548972850,39895566894540,366395202809685,3371363686069236,31074067324187580,286845713747883300,2651487106659130740,2...
oeis/028/A028045.asm
neoneye/loda-programs
11
121790
; A028045: Expansion of 1/((1-3x)(1-4x)(1-8x)(1-11x)). ; Submitted by <NAME> ; 1,26,443,6304,81573,998502,11807311,136529708,1555263545,17536382578,196332094179,2187124368312,24278204224717,268819199510654,2971083878320247,32794508383067716,361640295036833889,3985248936321941130,43895384100591144715,4833103926109257735...
oeis/220/A220001.asm
neoneye/loda-programs
11
121791
<reponame>neoneye/loda-programs ; A220001: Benes network size for permutations of n. ; Submitted by <NAME> ; 0,1,3,6,8,12,15,20,22,26,30,36,39,44,49,56,58,62,66,72,76,82,88,96,99,104,109,116,121,128,135,144,146,150,154,160,164,170,176,184,188,194,200,208,214,222,230,240,243,248,253,260,265,272,279,288,293,300 mov $6,$...
sway-core/tests/ir_to_asm/simple_contract_call.asm
yirenlu92/ren-sway-fork
0
121793
.program: ji i4 noop DATA_SECTION_OFFSET[0..32] DATA_SECTION_OFFSET[32..64] lw $ds $is 1 add $$ds $$ds $is move $r4 $sp ; save locals base register cfei i80 ; allocate 80 bytes for all locals addi $r1 $r4 i72 ; get_ptr lw $r0 data_0 ; literal insta...
lab_01/main.asm
zakolm/ASM
9
121794
; ****************************** ; * Лабораторная работа N1 * ; * Изучение отладчика AFD * ; ****************************** ; ------------------------------ ; Примечание: Программа выводит на дисплей сообщение и ; и ожидает нажатия клавиши , код символа ; помещается в регистр AL ; ...
Maths/Utilities/AequAdivQmul96-TIS2.asm
ped7g/EliteNext
0
121795
; USES A DE BC ; DOES NOT USE HL TIS2962C: ; two's compliment entry point, exits not 2's compliment bit 7,a jr z,AequAdivQmul96 neg ; revers 2s'c and just set neg bit set 7,a ; Note negative numbers are bit 7 set not 2's compliment AequAdivQmul96: ; TIS296: ; .tis2 A = A /Q *96 (or A =...
engine/events/std_collision.asm
Dev727/ancientplatinum
28
121796
CheckFacingTileForStdScript:: ; Checks to see if the tile you're facing has a std script associated with it. If so, executes the script and returns carry. ld a, c ld de, 3 ld hl, TileCollisionStdScripts call IsInArray jr nc, .notintable ld a, jumpstd_command ld [wJumpStdScriptBuffer], a inc hl ld a, [hli] l...
tk_qsrc/q1source/QW/client/surf8.asm
cr88192/bgbtech_btsr1arch
15
121799
.386P .model FLAT externdef _d_zistepu:dword externdef _d_pzbuffer:dword externdef _d_zistepv:dword externdef _d_zrowbytes:dword externdef _d_ziorigin:dword externdef _r_turb_s:dword externdef _r_turb_t:dword externdef _r_turb_pdest:dword externdef _r_turb_spancount:dword externdef _r_turb_turb:dword exter...
programs/oeis/008/A008515.asm
neoneye/loda
22
121800
; A008515: 5-dimensional centered cube numbers. ; 1,33,275,1267,4149,10901,24583,49575,91817,159049,261051,409883,620125,909117,1297199,1807951,2468433,3309425,4365667,5676099,7284101,9237733,11589975,14398967,17728249,21647001,26230283,31559275,37721517,44811149,52929151,62183583,72689825,84570817,97957299,112988051,1...
src/00/display-color.asm
Willem3141/kernel
251
121801
<reponame>Willem3141/kernel #ifndef COLOR setLegacyLcdMode: ret checkLegacyLcdMode: cp a ret resetLegacyLcdMode: clearColorLcd: colorLcdOn: colorLcdOff: colorLcdWait: readLcdRegister: writeLcdRegister: clipColorRectangle: setLcdWindow: fullScreenWindow: or 1 ld a, errUnsupported ret colo...
rom0/tokens.asm
nagydani/zx-rom-mods
15
121802
<gh_stars>10-100 COPYRIGHT: DEFB $7F DEFM " 2019 ePoint Systems Ltd" DEFB $8D ; functions, etc. HEX_T: EQU $24 ; $ OCT_T: EQU $5C ; \ RND_T: EQU $A5 ATTR_TK:EQU $AB AT_T: EQU $AC TAB_T: EQU $AD CODE_T: EQU $AF PEEK_T: EQU $BE USR_T: EQU $C0 STR_T: EQU $C1 CHR_T: EQU $C2 BIN_T: EQU $C4 AND_T: EQU $C6 LINE_T: EQU $CA ...
oeis/350/A350382.asm
neoneye/loda-programs
11
121803
; A350382: a(n) = 9 + 4 * 10^n. ; Submitted by <NAME> ; 49,409,4009,40009,400009,4000009,40000009,400000009,4000000009,40000000009,400000000009,4000000000009,40000000000009,400000000000009,4000000000000009,40000000000000009,400000000000000009,4000000000000000009,40000000000000000009,400000000000000000009,40000000000000...
belux/arch/i386/boot.asm
mikestaszel/belux
0
121804
<reponame>mikestaszel/belux global _loader extern kernel_main MODULEALIGN equ 1 << 0 MEMINFO equ 1 << 1 FLAGS equ MODULEALIGN | MEMINFO MAGIC equ 0x1BADB002 CHECKSUM equ -(MAGIC + FLAGS) KERNEL_VIRTUAL_BASE equ 0xC0000000 KERNEL_PAGE_NUMBER equ (KERNEL_VIRTUAL_BASE >> 22) section .data align 4096 boot_page_directory...
libsrc/stdio/__scanf_handle_o.asm
ahjelm/z88dk
640
121805
<reponame>ahjelm/z88dk<gh_stars>100-1000 MODULE __scanf_handle_o SECTION code_clib PUBLIC __scanf_handle_o PUBLIC __scanf_o_fmt_entry_from_i EXTERN __scanf_common_start EXTERN scanf_exit EXTERN asm_isodigit EXTERN __scanf_parse_number __scanf_handle_o: call __scanf_common...
libsrc/graphics/z1013/textpixl.asm
jpoikela/z88dk
640
121807
; ; ; Support char table (pseudo graph symbols) for the Mattel Aquarius ; Sequence: blank, top-left, top-right, top-half, bottom-left, left-half, etc.. ; ; $Id: textpixl.asm,v 1.1 2016-08-05 07:04:10 stefano Exp $ ; ; SECTION rodata_clib PUBLIC textpixl .textpixl defb 32, 176, 177, 182 defb 179, ...
deps/openssl/asm/x64-win32-masm/camellia/cmll-x86_64.asm
sgallagher/node
2
121808
<reponame>sgallagher/node OPTION DOTNAME .text$ SEGMENT ALIGN(64) 'CODE' PUBLIC Camellia_EncryptBlock ALIGN 16 Camellia_EncryptBlock PROC PUBLIC mov eax,128 sub eax,ecx mov ecx,3 adc ecx,0 jmp $L$enc_rounds Camellia_EncryptBlock ENDP PUBLIC Camellia_EncryptBlock_Rounds ALIGN 16 $L$enc_rounds:: Camellia_Encryp...
programs/oeis/056/A056124.asm
karttu/loda
0
121809
; A056124: a(n) = 3*a(n-1) - a(n-2) + 8 with a(0)=1, a(1)=11. ; 1,11,40,117,319,848,2233,5859,15352,40205,105271,275616,721585,1889147,4945864,12948453,33899503,88750064,232350697,608302035,1592555416,4169364221,10915537255,28577247552,74816205409 mov $2,1 mov $3,9 lpb $0,1 sub $0,1 add $2,$3 add $1,$2 add $3,...
Transynther/x86/_processed/NC/_ht_st_zr_un_/i9-9900K_12_0xca_notsx.log_21829_40.asm
ljhsiun2/medusa
9
121810
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r15 push %r9 push %rbx push %rcx push %rdi push %rsi lea addresses_WC_ht+0x449b, %rsi nop nop and $61804, %r15 mov $0x6162636465666768, %rbx movq %rbx, (%rsi) cmp %r11, %r11 lea addresses_D_ht+0x13b9b, %rcx nop nop nop nop nop add %rbx, %rbx mov $0x...
examples/ping/music/theme_main/samples_square1.asm
sgadrat/nine-gine
6
121811
<reponame>sgadrat/nine-gine ;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Intro square 1 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;; theme_main_square1_intro: TIMED_O2_G(FULL_NOTE-2) TIMED_O3_C(HALF_NOTE-2) ; TIMED_O3_E(QUARTER_NOTE-2) TIMED_O3_E(QUARTER_NOTE-2) TIMED_O3_E(HALF_NOTE-2) TIMED_O3_C(HALF_NOTE-2) TIMED_O2_G(HALF_NOTE-2) TIMED_O3_C(H...
45/qb5/uq/uirs.asm
minblock/msdos
0
121812
<reponame>minblock/msdos TITLE uirs.asm - User Interface Register Set Management. ;*** ;uirs.asm - User interface register set management. ; ; Copyright <C> 1985-1988, Microsoft Corporation ; ;Purpose: ; This module attempts to localize the interface between the rest of ; the user-interface and the contest manager. ;...