max_stars_repo_path
stringlengths
3
255
max_stars_repo_name
stringlengths
5
116
max_stars_count
int64
0
107k
id
stringlengths
1
7
content
stringlengths
63
1.05M
Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0xca_notsx.log_9945_642.asm
ljhsiun2/medusa
9
42858
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r10 push %r13 push %r14 push %r15 push %rbx push %rcx push %rdi push %rsi lea addresses_UC_ht+0xf960, %r15 nop nop nop nop cmp %rbx, %rbx movb (%r15), %r14b sub %rbx, %rbx lea addresses_WC_ht+0x1ba4, %rsi lea addresses_UC_ht+0x9c80, %rdi nop nop dec %r13...
14681.asm
guswns0528/boj.kr-asm
0
42859
<filename>14681.asm default rel section .data input: db "%d %d",0 output: db "%d",10,0 section .text global main extern scanf %define scanf scanf WRT ..plt extern printf %define printf printf WRT ..plt get_quadrant: push rbp mov rbp, rsp cmp edi, 0 jg x_gt cmp esi, 0 ...
oeis/159/A159913.asm
neoneye/loda-programs
11
42860
; A159913: a(n) = 2^(A000120(n)+1)-1, where A000120(n) = number of nonzero bits in n. ; Submitted by <NAME>(s4) ; 1,3,3,7,3,7,7,15,3,7,7,15,7,15,15,31,3,7,7,15,7,15,15,31,7,15,15,31,15,31,31,63,3,7,7,15,7,15,15,31,7,15,15,31,15,31,31,63,7,15,15,31,15,31,31,63,15,31,31,63,31,63,63,127,3,7,7,15,7,15,15,31,7,15,15,31,15,3...
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_825.asm
ljhsiun2/medusa
9
42861
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r12 push %r13 push %r15 push %rbp lea addresses_normal_ht+0x11ced, %r15 nop nop nop xor $34025, %rbp mov $0x6162636465666768, %r12 movq %r12, %xmm7 vmovups %ymm7, (%r15) nop nop xor $29116, %r13 pop %rbp pop %r15 pop %r13 pop %r12 ret .gl...
test/utest_saved_max_config.asm
Fabian-Schneider01/Virtual-Piano
1
42862
<reponame>Fabian-Schneider01/Virtual-Piano #generated code with maximum position of volume slider, duration slider and last element of instrument menu #deleted melody -> not relevant for this test -> this is not the test itself! will be called by utest_max_min_config.asm .text utest_max: initialize_max: li a7, 33 li a1...
Examples/template_bin.asm
sparks-c16/zasm
43
42863
<reponame>sparks-c16/zasm ; ================================================================ ; Example source with target 'bin' ; Copyright (c) <NAME> 1994 - 2017 ; mailto:<EMAIL> ; ================================================================ ; same as 'rom', except that the default...
programs/oeis/035/A035250.asm
jmorken/loda
1
42864
; A035250: Number of primes between n and 2n (inclusive). ; 1,2,2,2,2,2,3,2,3,4,4,4,4,3,4,5,5,4,5,4,5,6,6,6,6,6,7,7,7,7,8,7,7,8,8,9,10,9,9,10,10,10,10,9,10,10,10,9,10,10,11,12,12,12,13,13,14,14,14,13,13,12,12,13,13,14,14,13,14,15,15,14,14,13,14,15,15,15,16,15,15,16,16,16,16,16,17,17,17,17,18,18,18,18,18,19,20,19,20,21,...
test/java/square/output.asm
OfekShilon/compiler-explorer
4,668
42865
class Square { Square(); line 2: 0: aload_0 line 2: 1: invokespecial #1 // Method java/lang/Object."<init>":()V line 2: 4: return static int square(int); line 4: 0: iload_0 line 4: 1: iload_0 line 4: 2: imul line 4: 3: ireturn }
lib/core/arith/_byte.asm
locodarwin/xc-basic3
11
42866
<filename>lib/core/arith/_byte.asm<gh_stars>10-100 ; Add top 2 bytes on stack MAC addbyte ; @pull @push IF !FPULL pla ENDIF sta R0 pla clc adc R0 IF !FPUSH pha ENDIF ENDM ; Substract top 2 bytes on stack MAC subbyte ; @pull @push IF !FPULL pla ENDIF sta R0 pla sec sbc R0 IF !FPUSH pha ENDIF ...
exp/t91.asm
nishuiq/Assembly-Learning
0
42867
<filename>exp/t91.asm assume cs:codesg codesg segment mov ax, 4c00h int 21h start: mov ax, 0 s: nop nop mov di, offset s mov si, offset s2 mov ax, cs:[si] mov cs:[di], ax s0: jmp short s s1: mov ax, 0 int 21h mov ax, 0 s2: ...
programs/oeis/158/A158693.asm
karttu/loda
1
42868
<filename>programs/oeis/158/A158693.asm ; A158693: a(n) = 66*n^2 - 1. ; 65,263,593,1055,1649,2375,3233,4223,5345,6599,7985,9503,11153,12935,14849,16895,19073,21383,23825,26399,29105,31943,34913,38015,41249,44615,48113,51743,55505,59399,63425,67583,71873,76295,80849,85535,90353,95303,100385,105599,110945,116423,122033,1...
7.asm
AsadKhalil/Assembly_x86
0
42871
[org 0x0100] jmp start gcd: push bp mov bp, sp push ax push bx push cx push dx mov bx, [bp + 4] mov ax, [bp + 6] cmp ax, 0 jz basecase sub sp, 2 mov cx, ax ;cx now contains ax mov ax, bx ;ax now contains bx div cx push dx ;pushing the remainder push cx ;pushing a ...
test/filters-cases/bug-192.asm
OfekShilon/compiler-explorer
4,668
42873
<gh_stars>1000+ .text .intel_syntax noprefix .file "/tmp/compiler-explorer-compiler1161023-8026-16e0svr/example.cpp" .file 1 "/tmp/compiler-explorer-compiler1161023-8026-16e0svr" "example.cpp" .globl main .p2align 4, 0x90 .type main,@function main: ...
home/pikachu.asm
adhi-thirumala/EvoYellow
16
42874
<reponame>adhi-thirumala/EvoYellow Func_1510:: push hl ld hl, wPikachuOverworldStateFlags set 7, [hl] ld hl, wPikachuSpriteImageIdx ; pikachu data? ld [hl], $ff pop hl ret Func_151d:: push hl ld hl, wPikachuOverworldStateFlags res 7, [hl] pop hl ret EnablePikachuOverworldSpriteDrawing:: push hl ld hl, w...
MEMZ/PayloadMBR/kernel.asm
Dobby233Liu/HarmlessMEMZ
0
42875
<filename>MEMZ/PayloadMBR/kernel.asm<gh_stars>0 use16 org 0x7c00 %include "decompress.asm" ; Include decompressor part %macro sleep 2 ; Use BIOS interrupt to sleep push dx mov ah, 86h mov cx, %1 mov dx, %2 int 15h pop dx %endmacro %macro beepfreq 0 out 42h, al mov al, ah out 42h, al %endmacro %macro beepo...
PRG/levels/Water/3-1.asm
narfman0/smb3_pp1
0
42876
; Original address was $B30A ; 3-1 .word W301_ExitL ; Alternate level layout .word W301_ExitO ; Alternate object layout .byte LEVEL1_SIZE_08 | LEVEL1_YSTART_000 .byte LEVEL2_BGPAL_00 | LEVEL2_OBJPAL_08 | LEVEL2_XSTART_18 .byte LEVEL3_TILESET_01 | LEVEL3_VSCROLL_FREE | LEVEL3_PIPENOTEXIT .byte LEVEL4_BGBANK_INDEX(...
Transynther/x86/_processed/NC/_zr_/i7-7700_9_0x48.log_21829_1797.asm
ljhsiun2/medusa
9
42877
<filename>Transynther/x86/_processed/NC/_zr_/i7-7700_9_0x48.log_21829_1797.asm .global s_prepare_buffers s_prepare_buffers: push %r11 push %r8 push %rax push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0xeb8, %rsi lea addresses_normal_ht+0x18398, %rdi nop nop sub $14213, %r8 mov $79, %rcx rep movsb ...
dv3/qlsd/utils/basic.asm
olifink/smsqe
0
42878
<gh_stars>0 ; QLSD utils init code 1.00  <NAME> + <NAME> 2020 section init include 'dev8_dv3_qlsd_keys' include 'dev8_keys_qdos_sms' include 'dev8_keys_qlv' include 'dev8_keys_sys' include 'dev8_keys_err' include 'dev8_mac_proc' include 'dev8_mac_text' include 'dev8_mac_assert' xdef init xref get_li...
Transynther/x86/_processed/NC/_st_zr_un_sm_/i9-9900K_12_0xca_notsx.log_21829_1850.asm
ljhsiun2/medusa
9
42879
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r8 push %rax push %rbp push %rcx push %rdi push %rsi lea addresses_UC_ht+0x13277, %r12 nop nop nop and $56388, %rdi mov (%r12), %rbp nop nop nop nop nop and $21047, %rax lea addresses_WC_ht+0x1c677, %rbp nop nop nop nop and $22251, %rcx and $0xffffffffffffffc...
assemblylabarray2/5printpattern.asm
zaoad/assembly-
0
42880
segment .data scfmt: dq "%lld",0 prfmt: dq "*",10 spfmt: dq " ",10 prr: dq "",10 , 0 fmt: dq "%lld",10 segment .bss proc_con: resq 1 main_con: resq 1 parameter: resq 1 cnt: resq 1 print_con: resq 1 sp_parameter: resq 1 sp_con: resq 1 segment .text global main extern scanf extern printf main: push R...
_build/dispatcher/jmp_ippsBigNumGetSize_9d421142.asm
zyktrcn/ippcp
1
42881
<reponame>zyktrcn/ippcp extern m7_ippsBigNumGetSize:function extern n8_ippsBigNumGetSize:function extern y8_ippsBigNumGetSize:function extern e9_ippsBigNumGetSize:function extern l9_ippsBigNumGetSize:function extern n0_ippsBigNumGetSize:function extern k0_ippsBigNumGetSize:function extern ippcpJumpIndexForMergedLibs ex...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_79_1385.asm
ljhsiun2/medusa
9
42882
.global s_prepare_buffers s_prepare_buffers: ret .global s_faulty_load s_faulty_load: push %r10 push %r13 push %r15 push %r8 push %r9 push %rbx push %rsi // Store lea addresses_A+0x42c7, %r10 nop nop nop nop and %r13, %r13 mov $0x5152535455565758, %r9 movq %r9, (%r10) nop nop nop sub %rsi, %rsi // Store mov $0x7...
7_kyu/Halving_Sum.asm
UlrichBerntien/Codewars-Katas
0
42883
<filename>7_kyu/Halving_Sum.asm global halving_sum section .text halving_sum: xor rax, rax ; sum in rax .next: add rax, rdi ; add n(i) sar rdi, 1 ; n(i+1) = n(i) div 2 jnz .next ; until n(i) == 0 ret
hello/hello.asm
ashitani/zk80web_sample
0
42884
<gh_stars>0 ; hello, world ORG 0x8000 ld hl,hello_txt ; address ld bc,8 ; length ld de,0x83f8 ; 7seg buffer ldir halt hello_txt: defb 0x76,0x79,0x38,0x38,0x3f,0x00,0x00,0x00
main.nasm
mcpiroman/floppy-bird
0
42885
<gh_stars>0 org 1000h bits 16 cpu 186 jmp short Start struc Column .posX: resb 1 .lowY: resb 1 .highY: resb 1 endstruc %define COLUMN_WIDTH 4 %define COLUMN_INTERVAL 25 %define MAX_VISIBLE_COLUMNS 10 ;(80 - 1 + COLUMN_WIDTH) / COLUMN_INTERVAL %define FIRST_COLUMN_POS_X 60 %define GROUND_HEIGHT 4 %define COLUMN_TO...
src/pru-firmware/pru0_syscall.asm
LinoSamuel/PRU-SPEAK
14
42886
<filename>src/pru-firmware/pru0_syscall.asm<gh_stars>10-100 .text .global sc_downcall sc_downcall: MOV R0.w0, R14.w0 ;* save the pointer to the handler function ;* first issue the downcall ready LDI R14, 254 ;* DOWNCALL_READY LDI R31, 35 ;* SYSCALL_VALUE HALT ;* host must save R3.w0 locally ;* the host ...
source/float/fpcompare.asm
paulscottrobson/basic-65
0
42887
<reponame>paulscottrobson/basic-65<filename>source/float/fpcompare.asm<gh_stars>0 ; ******************************************************************************************* ; ******************************************************************************************* ; ; Name : fpcompare.asm ; Purpose : Compare 2...
oeis/183/A183138.asm
neoneye/loda-programs
11
42888
; A183138: a(n) = floor(n/(2+sqrt(2))). ; Submitted by <NAME>(w3) ; 0,0,0,1,1,1,2,2,2,2,3,3,3,4,4,4,4,5,5,5,6,6,6,7,7,7,7,8,8,8,9,9,9,9,10,10,10,11,11,11,12,12,12,12,13,13,13,14,14,14,14,15,15,15,16,16,16,16,17,17,17,18,18,18,19,19,19,19,20,20,20,21,21,21,21,22,22,22,23,23,23,24,24,24,24,25,25,25,26,26,26,26,27,27,27,2...
old/pmdport.asm
Ceresek/simpmd
1
42889
<gh_stars>1-10 ; ; ████ █ █ ████ ; █▒▒▒█ ██ ██▒ █▒▒█ █ ; █▒ █▒ █▒█ █▒ █▒ █▒ ████ ███ █ ██ ███ ; ████ ▒ █▒█▒█▒ █▒ █▒ █▒▒▒█ █ ▒▒█ ██▒▒█ █▒▒ ; █▒▒▒▒ █▒ ▒█▒ █▒ █▒ █▒ █▒ █▒ █▒ █▒▒ ▒ █▒ ; █▒ █▒ █▒ █▒ █▒ █▒ █▒ █▒ █▒ █▒ █▒ █ ; █▒ █▒ █▒ ████ ▒ ███...
coverage/PENDING_SUBMIT/amdvlk/0550-COVERAGE-pattern-match-h-555/work/variant/1_spirv_asm/shader.frag.asm
asuonpaa/ShaderTests
0
42891
<filename>coverage/PENDING_SUBMIT/amdvlk/0550-COVERAGE-pattern-match-h-555/work/variant/1_spirv_asm/shader.frag.asm ; SPIR-V ; Version: 1.0 ; Generator: Khronos Glslang Reference Front End; 10 ; Bound: 106 ; Schema: 0 OpCapability Shader %1 = OpExtInstImport "GLSL.std.450" OpMemo...
site/bamboofox.cs.nctu.edu.tw/train/orw64/test64.asm
ss8651twtw/CTF
12
42892
section .data global _start _start: jmp En St: xor rax, rax xor rsi, rsi xor rdx, rdx pop rdi mov [rdi + 14], al mov al, 2 syscall mov rdi, rax mov rsi, rsp mov dl, 0x40 xor rax, rax syscall xor rdi, rdi inc rdi mov rsi, rsp mov dl, 0x40 xor rax, rax mov al, 1 syscall xor rax,...
Transynther/x86/_processed/NC/_zr_/i7-7700_9_0xca_notsx.log_21829_916.asm
ljhsiun2/medusa
9
42893
.global s_prepare_buffers s_prepare_buffers: push %r15 push %r9 push %rdi push %rdx lea addresses_WC_ht+0x94d7, %rdi nop xor %r15, %r15 mov (%rdi), %r9 nop nop sub %rdx, %rdx pop %rdx pop %rdi pop %r9 pop %r15 ret .global s_faulty_load s_faulty_load: push %r10 push %r12 push %r13 push %r15 push %rcx push %rdi push...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1981.asm
ljhsiun2/medusa
9
42896
<reponame>ljhsiun2/medusa<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r10 push %r15 push %r9 push %rax push %rbx push %rcx push %rdi push %rsi lea addresses_UC_ht+0x11be2, %rsi lea addresses_D_ht+0x6faa, %rdi nop nop nop sub $64203, %rbx mov $69, %rcx rep movsl nop nop inc %r10 lea addresses_WT_ht+...
libsrc/target/lviv/input/in_Inkey.asm
ahjelm/z88dk
640
42897
<filename>libsrc/target/lviv/input/in_Inkey.asm ; uint in_Inkey(void) ; 06.2018 suborb ; Read current state of keyboard SECTION code_clib PUBLIC in_Inkey PUBLIC _in_Inkey EXTERN in_keytranstbl ; exit : carry set and HL = 0 for no keys registered ; else HL = ASCII character code ; uses : AF,BC,DE,HL .in_Inke...
oeis/152/A152224.asm
neoneye/loda-programs
11
42898
<filename>oeis/152/A152224.asm<gh_stars>10-100 ; A152224: a(n)=4*a(n-1)+6*a(n-2), n>1 ; a(0)=1, a(1)=6 . ; Submitted by <NAME>(s2) ; 1,6,30,156,804,4152,21432,110640,571152,2948448,15220704,78573504,405618240,2093913984,10809365376,55800945408,288059973888,1487045568000,7676542115328,39628441869312,204573020169216,1056...
src/tests/initram.asm
Hacktix/BullyGB
10
42899
<filename>src/tests/initram.asm<gh_stars>1-10 SECTION "Initial RAM State Test", ROMX InitRAMTest:: ; Store amount of $FF or $00 values in DE ld hl, _RAM xor a ld bc, $2000 ld d, a ld e, a .ramChecksumLoop ld a, [hli] cp $FF jr z, .nonSusRAM and a jr nz, .nonSusRAM inc de ...
Transynther/x86/_processed/AVXALIGN/_ht_zr_/i7-7700_9_0xca_notsx.log_21829_1592.asm
ljhsiun2/medusa
9
42900
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r12 push %r14 push %rax push %rcx push %rdi push %rsi lea addresses_WC_ht+0x1a1ae, %rsi lea addresses_D_ht+0x1211b, %rdi nop nop dec %r11 mov $73, %rcx rep movsl dec %rdi lea addresses_WC_ht+0x35ce, %r10 nop nop nop nop nop xor $17132...
build/clothes2.asm
jsmolina/speccy-misifu
9
42901
SECTION rodata_user ; Original: 40, 24 (=5 x 3 chars) ; Blocks: 5 defb @00000000 defb @00000000 defb @00000000 defb @00000000 defb @00000000 defb @00000000 defb @00000000 PUBLIC _sprite_clothes21 ._sprite_clothes21 defb @00000000 defb @00110000 defb @11110000 defb @11111000 defb @11111100 defb @11001111...
programs/oeis/257/A257487.asm
neoneye/loda
22
42902
; A257487: Expansion of ( -4+15*x-8*x^2 ) / ( (x-1)*(x^2-4*x+1) ). ; 4,5,13,44,160,593,2209,8240,30748,114749,428245,1598228,5964664,22260425,83077033,310047704,1157113780,4318407413,16116515869,60147656060,224474108368,837748777409,3126521001265,11668335227648,43546819909324 mov $1,5 mov $2,1 lpb $0 sub $0,1 add ...
programs/oeis/156/A156550.asm
neoneye/loda
22
42903
<reponame>neoneye/loda ; A156550: a(n) = 5*(-1)^n*A078008(n). ; 5,0,10,-10,30,-50,110,-210,430,-850,1710,-3410,6830,-13650,27310,-54610,109230,-218450,436910,-873810,1747630,-3495250,6990510,-13981010,27962030,-55924050,111848110,-223696210,447392430,-894784850,1789569710,-3579139410 mov $1,-2 pow $1,$0 add $1,2 div $...
Source.asm
Bilalkhanten/Checksum-Add-2-Bytes
0
42904
sleep_in_us equ 1000000 * 3 bad_character equ 100h org 100h section .text start: call enable_flat_mode xor ax, ax mov es, ax call highlight_on_off mov ebx, 0fffffff0h mov cx, 16 .l1: mov al, [es:ebx] call print_byte inc ebx loop .l1 call highlight_on_off mov dx, crlf mov ah, 9 int 21h mov d...
src/test/ref/struct-15.asm
jbrandwood/kickc
2
42905
<gh_stars>1-10 // Minimal struct with C-Standard behavior - copying // Commodore 64 PRG executable file .file [name="struct-15.prg", type="prg", segments="Program"] .segmentdef Program [segments="Basic, Code, Data"] .segmentdef Basic [start=$0801] .segmentdef Code [start=$80d] .segmentdef Data [startAfter="Code"] .se...
bin/sys.asm
MrBad/cosiris
10
42906
[BITS 32] global _syscall0, _syscall1, _syscall2, _syscall3, _syscall4, _syscall5 _syscall0: mov eax, [esp + 4] int 0x80 ret _syscall1: push ebx mov eax, [esp + 4 + 4] mov ebx, [esp + 4 + 8] int 0x80 pop ebx ret _syscall2: push ebx push ecx mov eax, [esp + 8 + 4] mov ebx, [esp + 8 + 8] mov ecx, [esp + ...
oeis/185/A185950.asm
neoneye/loda-programs
11
42907
<reponame>neoneye/loda-programs ; A185950: a(n) = 4*n^2 - n - 1. ; -1,2,13,32,59,94,137,188,247,314,389,472,563,662,769,884,1007,1138,1277,1424,1579,1742,1913,2092,2279,2474,2677,2888,3107,3334,3569,3812,4063,4322,4589,4864,5147,5438,5737,6044,6359,6682,7013,7352,7699,8054,8417,8788,9167,9554,9949,10352,10763,11182,116...
oeis/170/A170790.asm
neoneye/loda-programs
11
42908
<filename>oeis/170/A170790.asm ; A170790: a(n) = n^9*(n^8 + 1)/2. ; 0,1,65792,64579923,8590065664,381470703125,8463334761216,116315277170407,1125899973951488,8338591043543529,50000000500000000,252723515428620731,1109305555950108672,4325207964992918653,15245673374996121344,49263062687068359375,147573952624036151296,4136...
libsrc/gfx/narrow/putsprite_smc.asm
ahjelm/z88dk
640
42909
<filename>libsrc/gfx/narrow/putsprite_smc.asm ; ; ; Generic graphics routines ; Self modifying code version ; ; <NAME> - 4/1/2007 ; ; ; Sprite Rendering Routine ; original code by <NAME> (TI 85) ; ; ; $Id: putsprite_smc.asm,v 1.3 2016-07-02 09:01:35 dom Exp $ ; IF !__CPU_INTEL__ & !__CPU_GBZ80_...
elf-progs/test.asm
Luigi30/68k-sbc
0
42910
idnt "test.c" opt 0 opt NQLPSMRBT section "CODE",code public _main cnop 0,4 _main movem.l l5,-(a7) addq.l #2,_x subq.l #2,_y lea l3,a0 move.l a0,-(a7) dc.w $A002 add.l #8,sp move.l #0,a1 lea l4,a0 moveq #0,d0 move.l a1,-(a7) move.l a0,-(a7) move.l d0,-(a7) dc.w $A003 add.l #16,sp moveq #0,d0...
ioq3/build/release-js-js/missionpack/ui/ui_atoms.asm
RawTechnique/quake-port
1
42911
export Com_Error code proc Com_Error 1028 16 ADDRLP4 0 ADDRFP4 4+4 ASGNP4 ADDRLP4 4 ARGP4 CNSTU4 1024 ARGU4 ADDRFP4 4 INDIRP4 ARGP4 ADDRLP4 0 INDIRP4 ARGP4 ADDRGP4 qk_vsnprintf CALLI4 pop ADDRLP4 0 CNSTP4 0 ASGNP4 ADDRLP4 4 ARGP4 ADDRGP4 trap_Error CALLV pop LABELV $88 endproc Com_Error 1028 16 export Com_Printf proc C...
oeis/255/A255118.asm
neoneye/loda-programs
11
42912
; A255118: Number of n-length words on {0,1,2,3,4,5} in which 0 appears only in runs of length 2. ; Submitted by <NAME>(s1) ; 1,5,26,135,700,3630,18825,97625,506275,2625500,13615625,70609500,366175000,1898953125,9847813125,51069940625,264844468750,1373461409375,7122656750000,36937506093750,191554837515625,9933874713281...
modules/libc/posix/1a.nasm
r-tty/radios
0
42914
<filename>modules/libc/posix/1a.nasm ;------------------------------------------------------------------------------- ; posix/1a.nasm - POSIX 1003.1a routines. ;------------------------------------------------------------------------------- module libc.posix1a exportproc _getenv section .text ; char *getenv(const...
Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0x48_notsx.log_760_294.asm
ljhsiun2/medusa
9
42915
<filename>Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0x48_notsx.log_760_294.asm .global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %rax push %rbx push %rcx push %rdi push %rsi lea addresses_A_ht+0xf4ae, %rsi lea addresses_WT_ht+0x1a24e, %rdi add %r12, %r12 mov $86, %rcx rep movsw nop nop and $...
Transynther/x86/_processed/AVXALIGN/_st_sm_/i3-7100_9_0xca_notsx.log_21829_276.asm
ljhsiun2/medusa
9
42916
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r10 push %r13 push %r15 push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0x187e5, %rdx nop nop add $61354, %r15 mov (%rdx), %r13w nop nop sub $52950, %r10 lea addresses_WT_ht+0x1a011, %rsi lea addresses_WC_ht+0xfe69, %rdi nop nop dec...
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_352.asm
ljhsiun2/medusa
9
42917
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r14 push %rax push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0xc9ec, %rsi nop nop nop nop nop xor %r14, %r14 mov $0x6162636465666768, %r10 movq %r10, (%rsi) nop xor %rax, %rax lea addresses_WT_ht+0x1a5ec, %rsi lea addresses_WC_ht+0x145ec...
engine/phone/scripts/jack.asm
Trap-Master/spacworld97-thingy
0
42918
<filename>engine/phone/scripts/jack.asm JackPhoneCalleeScript: gettrainername STRING_BUFFER_3, SCHOOLBOY, JACK1 checkflag ENGINE_JACK iftrue .WantsBattle farscall PhoneScript_AnswerPhone_Male checkflag ENGINE_JACK_MONDAY_MORNING iftrue .NotMonday readvar VAR_WEEKDAY ifnotequal MONDAY, .NotMonday checktime MORN...
Driver/Printer/PrintCom/printcomPCL4Cursor.asm
steakknife/pcgeos
504
42919
<filename>Driver/Printer/PrintCom/printcomPCL4Cursor.asm COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) Berkeley Softworks 1990 -- All Rights Reserved PROJECT: PC GEOS MODULE: LaserJet print driver FILE: printcomPCL4Cursor.asm AUTHOR: <NAME> ROUTINES: ...
Transynther/x86/_processed/NC/_st_zr_4k_sm_/i3-7100_9_0x84_notsx.log_21829_200.asm
ljhsiun2/medusa
9
42920
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r13 push %r8 push %r9 push %rbx push %rcx push %rdi push %rsi lea addresses_normal_ht+0x18951, %rsi nop nop nop add %rdi, %rdi movb $0x61, (%rsi) sub %r11, %r11 lea addresses_A_ht+0xe1a3, %rbx add %rdi, %rdi vmovups (%rbx), %ymm2 vextracti128 $1, %ymm2, %xmm2...
oeis/083/A083234.asm
neoneye/loda-programs
11
42922
; A083234: a(n) = (3*10^n + 2^n)/4. ; Submitted by <NAME> ; 1,8,76,752,7504,75008,750016,7500032,75000064,750000128,7500000256,75000000512,750000001024,7500000002048,75000000004096,750000000008192,7500000000016384,75000000000032768,750000000000065536,7500000000000131072,75000000000000262144,750000000000000524288,750000...
tests/test5.asm
kasselouris/Compiler
4
42923
b Lmain L0: sw $ra, ($sp) L1: lw $t1, -16($s0) sw $t1, -20($s0) L2: lw $t1, -12($sp) lw $t0, -4($sp) addi $t0, $t0, -16 lw $t0, ($t0) sw $t1, ($t0) L3: lw $ra, ($sp) jr $ra L4: sw $ra, ($sp) L5: li $t1, 2 sw $t1, -16($s0) L6: addi $fp, $sp, 16 lw $t0, -12($sp) sw $t0, -12($fp) L...
Transynther/x86/_processed/US/_zr_/i7-8650U_0xd2_notsx.log_166_1657.asm
ljhsiun2/medusa
9
42924
<filename>Transynther/x86/_processed/US/_zr_/i7-8650U_0xd2_notsx.log_166_1657.asm .global s_prepare_buffers s_prepare_buffers: push %r11 push %r13 push %r15 push %rax push %rbp push %rcx push %rdi push %rsi lea addresses_D_ht+0xd486, %rsi lea addresses_D_ht+0x17386, %rdi clflush (%rsi) nop cmp %rbp, %rbp mov $71, %rcx ...
programs/oeis/059/A059990.asm
neoneye/loda
22
42926
<reponame>neoneye/loda<gh_stars>10-100 ; A059990: Number of points of period n under the dual of the map x->2x on Z[1/6]. ; 1,1,7,5,31,7,127,85,511,341,2047,455,8191,5461,32767,21845,131071,9709,524287,349525,2097151,1398101,8388607,1864135,33554431,22369621,134217727,89478485,536870911,119304647 seq $0,126646 ; a(n) ...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1247.asm
ljhsiun2/medusa
9
42927
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r13 push %rax push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_D_ht+0xa185, %rsi lea addresses_WC_ht+0x1b785, %rdi clflush (%rdi) nop nop nop nop nop sub $8262, %rbp mov $11, %rcx rep movsq nop nop nop nop nop add $32592, %r13 lea addresse...
Transynther/x86/_processed/AVXALIGN/_zr_/i7-8650U_0xd2_notsx.log_76_29.asm
ljhsiun2/medusa
9
42928
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r12 push %r13 push %r14 push %r15 push %r9 push %rcx push %rdi push %rsi lea addresses_A_ht+0x13480, %rdi nop nop nop nop nop cmp %r15, %r15 mov $0x6162636465666768, %r9 movq %r9, %xmm6 movups %xmm6, (%rdi) nop nop nop nop xor $40540, %r14 lea...
oeis/090/A090413.asm
neoneye/loda-programs
11
42929
; A090413: A Chebyshev transform of 3^n. ; Submitted by <NAME> ; 1,3,8,21,56,150,400,1065,2840,7578,20208,53874,143664,383148,1021728,2724465,7265240,19374450,51665200,137772246,367392656,979719348,2612584928,6966873546,18578329456,49542281220,132112749920 mov $2,1 mov $3,$0 mov $4,1 mov $5,1 lpb $3 mul $2,$3 div ...
EEL7030/Laboratorio 7/LAB7/lab7.asm
GSimas/MicroC
0
42930
<gh_stars>0 RESET EQU 00H LTSERIAL EQU 23H ; local tratador STATE EQU 20H ORG RESET ;PC=0 depois de reset JMP INICIO ORG LTSERIAL JNB TI, CLRRI CLR TI JMP CONTINUA CLRRI: CLR RI CONTINUA: MOV STATE,#1H RETI INICIO: MOV IE,#10010000B MOV SCON,#11010000B MOV TMOD,#00100000B MOV TH1,...
programs/oeis/155/A155604.asm
karttu/loda
1
42931
; A155604: 6^n+3^n-1. ; 1,8,44,242,1376,8018,47384,282122,1686176,10097378,60525224,362974202,2177313776,13062288338,78368947064,470199333482,2821152954176,16926788584898,101560344088904,609360902271962,3656161926847376 mov $1,6 pow $1,$0 add $1,1 mov $2,3 pow $2,$0 mov $3,1 mul $3,$2 add $1,$3 sub $1,2
mgblib/src/print/PrintCharacter.asm
jbshelton/CGB_APU_Tester
2
42932
<filename>mgblib/src/print/PrintCharacter.asm IF !DEF(INC_PrintCharacter) INC_PrintCharacter = 1 INCLUDE "src/macros.asm" INCLUDE "src/print/PrintNewLine.asm" INCLUDE "src/hardware.inc" ; Print a character and advance the cursor. ; Supports new line characters. ; ; @param a character to print ; @destroys af, bc, hl P...
libsrc/interrupts/nmi/nmi_uninstall_isr.asm
Frodevan/z88dk
640
42934
<filename>libsrc/interrupts/nmi/nmi_uninstall_isr.asm<gh_stars>100-1000 SECTION code_clib PUBLIC nmi_uninstall_isr PUBLIC _nmi_uninstall_isr EXTERN nmi_vectors EXTERN CLIB_NMI_VECTOR_COUNT EXTERN asm_interrupt_remove_handler nmi_uninstall_isr: _nmi_uninstall_isr: pop bc pop de push de push bc ...
examples/simple.asm
puradox/riscv-tools
4
42935
<filename>examples/simple.asm<gh_stars>1-10 # Simple RISC-V assembly for starting off with and x0, x0, x0 # Register addresses begin with x addi x1, x0, 1 # Immediates are integers addi x2, x0, 1 -> 0x1 # Expected values are hex jalr x3, 4(x0) -> 0x14 # Register offset
programs/oeis/199/A199264.asm
neoneye/loda
22
42936
<gh_stars>10-100 ; A199264: Period 18: repeat (9,8,7,6,5,4,3,2,1,0,1,2,3,4,5,6,7,8). ; 9,8,7,6,5,4,3,2,1,0,1,2,3,4,5,6,7,8,9,8,7,6,5,4,3,2,1,0,1,2,3,4,5,6,7,8,9,8,7,6,5,4,3,2,1,0,1,2,3,4,5,6,7,8,9,8,7,6,5,4,3,2,1,0,1,2,3,4,5,6,7,8,9,8,7,6,5,4,3,2,1,0,1,2,3,4,5,6,7,8,9,8,7,6,5,4,3,2,1,0 lpb $0 sub $0,5 mov $2,13 ...
smsq/qa/asincos.asm
olifink/smsqe
0
42937
<filename>smsq/qa/asincos.asm<gh_stars>0 ; QL Arithmetic ASIN ACOS ATAN ACOT V2.01  1990 <NAME> QJUMP section qa xdef qa_asin xdef qa_acos xdef qa_atan xdef qa_atan2 xdef qa_acot xref qa_poly xref qa_sqrt xref qa_neg xref qa_negcz xref qa_add xref qa_add1 xref qa_addd xref qa_subr xref qa_subd xr...
Assembly/texteditor.asm
PiranavanShanmugavadivelu/Hello-world
1
42938
<reponame>PiranavanShanmugavadivelu/Hello-world<gh_stars>1-10 ; Text Editor Project ; By Arman @armanatory ; https://github.com/armanatory ;##### INSTRUCTION ###### ; ; ; Key chars from 0-9 , a-z , A-Z to show on the editor ; ; kye the # to EXIT the program and SAVE the text in root :C:\emu8086\MyBuild by name...
assignment6/cat_etc_passwd/original.asm
audrummer15/slae-exam
1
42941
; Website: http://shell-storm.org/shellcode/files/shellcode-571.php ; original: 43 ; poly: 44 global _start section .text _start: xor eax,eax cdq push edx push 0x7461632f push 0x6e69622f mov ebx,esp push edx push 0x64777373 push 0x61702f2f push 0x6374652f mov ecx,esp mov al,0xb push edx...
lib/kernel/include/elf_load.inc.asm
ucrux/ucrux
2
42942
; ELF 相关常数 ELF_EHDR_PHENTSIZE_OFF equ 0x2a ELF_EHDR_PHNUM_OFF equ 0x2c ELF_EHDR_PHOFF_OFF equ 0x1c ELF_PHDR_PTYPE_OFF equ 0x00 ELF_PHDR_POFF_OFF equ 0x04 ELE_PHDR_PFILESZ_OFF equ 0x10 ELF_PHDR_PVADDR_OFF ...
PRG/levels/Hills/7-3.asm
narfman0/smb3_pp1
0
42943
; Original address was $B284 ; 7-3 .word $0000 ; Alternate level layout .word $0000 ; Alternate object layout .byte LEVEL1_SIZE_13 | LEVEL1_YSTART_140 .byte LEVEL2_BGPAL_02 | LEVEL2_OBJPAL_08 | LEVEL2_XSTART_18 .byte LEVEL3_TILESET_03 | LEVEL3_VSCROLL_LOCKED .byte LEVEL4_BGBANK_INDEX(19) | LEVEL4_INITACT_NOTHING ...
programs/oeis/039/A039720.asm
karttu/loda
1
42944
<filename>programs/oeis/039/A039720.asm ; A039720: Period of n-countdown club-passing juggling pattern. ; 6,8,30,24,70,48,126,80,198,120,286,168,390,224,510,288,646,360,798,440,966,528,1150,624,1350,728,1566,840,1798,960,2046,1088,2310,1224,2590,1368,2886,1520,3198,1680,3526,1848,3870,2024,4230,2208,4606,2400,4998,2600...
_ErrorHandler/ErrorHandler.asm
vladjester2020/Sonic1TMR
0
42945
<filename>_ErrorHandler/ErrorHandler.asm ; =============================================================== ; --------------------------------------------------------------- ; Error handling and debugging modules ; 2016-2017, Vladikcomper ; --------------------------------------------------------------- ; Error h...
dos/dinfo.asm
minblock/msdos
0
42946
TITLE DISK_INFO - Internal Get Disk Info NAME DISK_INFO ; ; Microsoft Confidential ; Copyright (C) Microsoft Corporation 1991 ; All Rights Reserved. ; ;** Low level routine for returning disk drive information from a local ; or NET device ; ; DISK_INFO ; ; Modification history: ; ; Created: ARR 30 March 1983 ...
libsrc/target/vector06c/stdio/conio_vars.asm
Frodevan/z88dk
640
42947
<gh_stars>100-1000 SECTION data_clib PUBLIC __vector06c_ink PUBLIC __vector06c_paper PUBLIC __vector06c_scroll PUBLIC __vector06c_mode __vector06c_ink: defb 15 __vector06c_paper: defb 0 __vector06c_scroll: defb 0 __vector06c_mode: defb 0 ;bit 4 set for 512x256 mode SECTION code_crt_init ld ...
oeis/001/A001819.asm
neoneye/loda-programs
11
42948
; A001819: Central factorial numbers: second right-hand column of triangle A008955. ; Submitted by <NAME> ; 0,1,5,49,820,21076,773136,38402064,2483133696,202759531776,20407635072000,2482492033152000,359072203696128000,60912644957448192000,11977654199703478272000,2702572249389834608640000,693568508096521859235840000,200...
Transynther/x86/_processed/NC/_zr_/i7-7700_9_0x48_notsx.log_21829_794.asm
ljhsiun2/medusa
9
42949
<filename>Transynther/x86/_processed/NC/_zr_/i7-7700_9_0x48_notsx.log_21829_794.asm .global s_prepare_buffers s_prepare_buffers: push %r10 push %r13 push %r14 push %r8 push %rbx push %rcx push %rdi push %rsi lea addresses_normal_ht+0x11826, %r14 clflush (%r14) nop nop nop nop nop cmp $2295, %r8 mov (%r14), %r10w nop an...
iod/con2/ptr/tstov.asm
olifink/smsqe
0
42950
<reponame>olifink/smsqe<filename>iod/con2/ptr/tstov.asm * Test a window to see if its outline overlaps a given area. * * Registers: * Entry Exit * D0 0 for overlap, -1 for no overlap * D1 xmax | ymax * D2 xmin | ymin * ...
libsrc/adt/queue/adt_QueueDelete_callee.asm
ahjelm/z88dk
640
42951
; void __CALLEE__ adt_QueueDelete_callee(struct adt_Queue *q, void *delete) ; 09.2005 aralbrec SECTION code_clib PUBLIC adt_QueueDelete_callee PUBLIC _adt_QueueDelete_callee PUBLIC asm_adt_QueueDelete EXTERN adt_QueueDeleteS_callee EXTERN asm_adt_QueueDeleteS EXTERN _u_free .adt_QueueDelete_callee ._adt_QueueDelete...
private/ntos/dll/i386/emerror.asm
King0987654/windows2000
17
42952
<reponame>King0987654/windows2000 page ,132 subttl emerror.asm - Emulator error handler ;*** ;emerror.asm - Emulator error handler ; ; Microsoft Confidential ; ; Copyright (c) Microsoft Corporation 1987, 1991 ; ; All Rights Reserved ; ;Purpose: ; Emulator error...
externals/mpir-3.0.0/mpn/alpha/cntlz.asm
JaminChan/eos_win
12
42953
dnl Alpha auxiliary for longlong.h's count_leading_zeros dnl Copyright 1997, 2000, 2002 Free Software Foundation, Inc. dnl This file is part of the GNU MP Library. dnl The GNU MP Library is free software; you can redistribute it and/or modify dnl it under the terms of the GNU Lesser General Public License as pu...
stats/statConfig.asm
KScl/z3rasm
0
42954
<reponame>KScl/z3rasm ;================================================================================ ; Credits Statistics ;-------------------------------------------------------------------------------- ;(address, type, shiftRight, bits, digits, xPos, lineNumber) %AddStat($7EF458, 1, 0, 32, 4, !STAT_TIME_X, ...
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_1164.asm
ljhsiun2/medusa
9
42955
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r11 push %r9 push %rax push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0x3775, %rbp clflush (%rbp) nop nop nop and $20852, %rax movw $0x6162, (%rbp) nop and $49873, %rbp lea addresses_normal_ht+0x1230b, %rsi lea addresses_A_ht+0x3d0...
Assembly/MIPS/Atividades/AT01/Ola_Mundo.asm
Kaioguilherme1/PythonCodigos
2
42956
.data #Área para dados da memoria principal msg: .asciiz"Óla, mundo" # Mensagem a ser exibida .text #programa principal li $v0 ,4 la $a0 , msg syscall
target/cos_117/disasm/iop_overlay1/XPR.asm
jrrk2/cray-sim
49
42957
<filename>target/cos_117/disasm/iop_overlay1/XPR.asm 0x0000 (0x000000) 0x1000- f:00010 d: 0 | A = 0 (0x0000) 0x0001 (0x000002) 0x2918- f:00024 d: 280 | OR[280] = A 0x0002 (0x000004) 0x1000- f:00010 d: 0 | A = 0 (0x0000) 0x0003 (0x000006) 0x2919- ...
examples/mode7_poke.asm
alastairhm/beebasm
1
42958
<reponame>alastairhm/beebasm \ Write characters to Mode 7 screen \ Using Indirect Indexing \ Using BeebASM assembler \ Help from https://twitter.com/0xC0DE6502 oswrch = &FFEE screen = &7C00 addr = &70 ay = &81 ORG &2000 .start .mode LDA #7 \ Change to Mode 7 JSR screenmode LDA #65 LDY #24 ...
oeis/109/A109517.asm
neoneye/loda-programs
11
42959
<reponame>neoneye/loda-programs<gh_stars>10-100 ; A109517: a(n) is the (1,2)-entry of the n-th power of the 2 X 2 matrix [0,1;n-1,2(n-1)]. ; Submitted by <NAME> ; 1,2,18,252,4880,120750,3639384,129365880,5298720768,245738908890,12728860100000,728372947109940,45631105330876416,3106354479972026374,228329428483544787840,1...
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_839.asm
ljhsiun2/medusa
9
42960
.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_A_ht+0x15ae4, %r14 nop nop nop nop and %r10, %r10 mov $0x6162636465666768, %rdi movq %rdi, %xmm1 vmovups %ymm1, (%r14) nop nop nop xor $9630, %r12 lea addresses_WC_ht+0x434, %rsi ad...
src/data/flyover-tea.asm
Iemnur/Mother2GbaTranslation
149
42961
<reponame>Iemnur/Mother2GbaTranslation .loadtable "data/flyover-table.tbl" .strn "\n" .strn "\n" .strn 01h, 1Ch, "Like a great tapestry, vertical and\n" .strn 01h, 1Ch, "horizontal threads have met and\n" .strn 01h, 1Ch, "become intertwined, creating a\n" .strn 01h, 1Ch, "huge, beautiful image.\n" .strn ...
libsrc/stdio/z88/fputc_cons.asm
jpoikela/z88dk
640
42962
; ; Small C+ Library Functions ; ; Renamed once more and rechristened for ANSIstdio ; ; This outputs a character to the console ; ; 1/4/2000 (Original Aug 98) ; ; ; ; $Id: fputc_cons.asm,v 1.9 2016-07-02 13:52:45 dom Exp $ ; INCLUDE "stdio.def" MODULE fputc_cons_native SECTION code_clib ...
oeis/280/A280340.asm
neoneye/loda-programs
11
42963
<reponame>neoneye/loda-programs ; A280340: a(n) = a(n-1) + 10^n * a(n-2) with a(0) = 1 and a(1) = 1. ; Submitted by <NAME> ; 1,1,101,1101,1011101,111111101,1011212111101,1112122222111101,101122323232322111101,1112223344434333322111101,1011224344546565545343322111101,111223345667777878776655443322111101,1011224455769911...
Transynther/x86/_processed/AVXALIGN/_st_sm_/i9-9900K_12_0xca.log_21829_184.asm
ljhsiun2/medusa
9
42964
<filename>Transynther/x86/_processed/AVXALIGN/_st_sm_/i9-9900K_12_0xca.log_21829_184.asm<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r9 push %rax push %rdx lea addresses_UC_ht+0x2c7a, %r9 add $62999, %r10 movups (%r9), %xmm1 vpextrq $0, %xmm1, %r12 nop nop nop cmp %rdx, %rdx lea...
test/asm/skip-elif-condition.asm
dannye/rgbds
2
42965
<reponame>dannye/rgbds<filename>test/asm/skip-elif-condition.asm mac: MACRO if (\1) < 10 println "small \1" elif (\1) > 100 println "large \1" elif (\1) / 0 == 42 ; only evaluated if the "large" condition was taken println "division by zero!?" elif syntax! error? println "X_X" else println "unreachable" ...
llvm/test/tools/llvm-ml/include.asm
mkinsner/llvm
2,338
42966
<filename>llvm/test/tools/llvm-ml/include.asm ; RUN: llvm-ml -filetype=s %s /I %S /Fo - | FileCheck %s include included.inc .code t1: mov eax, Const ; CHECK-LABEL: t1: ; CHECK-NEXT: mov eax, 8 t2: push_pop ebx ; CHECK-LABEL: t2: ; CHECK-NEXT: push ebx ; CHECK-NEXT: pop ebx end
sw/552tests/inst_tests/jalr_34.asm
JPShen-UWM/ThreadKraken
1
42967
<reponame>JPShen-UWM/ThreadKraken<gh_stars>1-10 // Original test: ./ullmer/hw4/problem6/jalr_2.asm // Author: ullmer // Test source code follows //tests jump and link //with large negative jump lbi r0, -128 jalr r0, -128
bootloader/mem.asm
sudoamin/mars-os
3
42968
; Get memory map with BIOS function ; Query System Address Map ; https://uefi.org/specs/ACPI/6.4/15_System_Address_Map_Interfaces/int-15h-e820h---query-system-address-map.html ; interrupt 15 returns a list of memory blocks ; the structure of blocks ; 0 base address, the physical address of the start of the range bein...
nine/prg_rom/audio.asm
sgadrat/nine-gine
6
42970
audio_init: .( jsr audio_mute_music rts .) audio_mute_music: .( lda #$00 sta audio_music_enabled lda #%00001000 ; ---DNT21 sta APU_STATUS ; rts .) audio_unmute_music: .( lda #$01 sta audio_music_enabled lda #%00001011 ; ---DNT21 sta APU_STATUS ; rts .) audio_reset_music: .( lda #$00 ldx #0 reset_counter: sta audi...