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
asm_source/hanoi.asm
Whitie/brainfuck-stuff
0
47340
; Translated with bf2asm.py from hanoi.bf ; Compile with: nasm -f elf64 hanoi.asm ; Link with: ld hanoi.o -o hanoi %define SYS_READ 0 %define SYS_WRITE 1 %define SYS_EXIT 60 %define STDIN 0 %define STDOUT 1 %define INPUT_OUTPUT_SIZE 1 %define TAPE_SIZE 32768 section .bss buf resb 1 section .data tape times TA...
oeis/100/A100484.asm
neoneye/loda-programs
11
47342
<reponame>neoneye/loda-programs<filename>oeis/100/A100484.asm ; A100484: The primes doubled. ; Submitted by <NAME>(s3) ; 4,6,10,14,22,26,34,38,46,58,62,74,82,86,94,106,118,122,134,142,146,158,166,178,194,202,206,214,218,226,254,262,274,278,298,302,314,326,334,346,358,362,382,386,394,398,422,446,454,458,466,478,482,502,...
data/mapObjects/cinnabarpokecenter.asm
etdv-thevoid/pokemon-rgb-enhanced
1
47344
CinnabarPokecenterObject: db $0 ; border block db $2 ; warps db $7, $3, $3, $ff db $7, $4, $3, $ff db $0 ; signs db $4 ; objects object SPRITE_NURSE, $3, $1, STAY, DOWN, $1 ; person object SPRITE_LASS, $9, $4, WALK, $0, $2 ; person object SPRITE_GENTLEMAN, $2, $6, STAY, NONE, $3 ; person object SPRITE_NURS...
oeis/059/A059231.asm
neoneye/loda-programs
11
47345
<filename>oeis/059/A059231.asm ; A059231: Number of different lattice paths running from (0,0) to (n,0) using steps from S = {(k,k) or (k,-k): k positive integer} that never go below the x-axis. ; Submitted by <NAME> ; 1,1,5,29,185,1257,8925,65445,491825,3768209,29324405,231153133,1841801065,14810069497,120029657805,97...
ln.asm
vdthatte/Operating-Systems-Class-CS-UY-3224
1
47346
<gh_stars>1-10 _ln: file format elf32-i386 Disassembly of section .text: 00000000 <main>: #include "stat.h" #include "user.h" int main(int argc, char *argv[]) { 0: 8d 4c 24 04 lea 0x4(%esp),%ecx 4: 83 e4 f0 and $0xfffffff0,%esp 7: ff 71 fc pushl -0x4(%ecx) ...
constants/icon_constants.asm
Dev727/ancientplatinum
28
47347
; IconPointers indexes (see data/icon_pointers.asm) const_def const ICON_NULL const ICON_POLIWAG const ICON_JIGGLYPUFF const ICON_DIGLETT const ICON_PIKACHU const ICON_STARYU const ICON_FISH const ICON_BIRD const ICON_MONSTER const ICON_CLEFAIRY const ICON_ODDISH const ICON_BUG const ICON_GHOST const ICO...
libsrc/_DEVELOPMENT/l/sccz80/8-8080/l_div.asm
zx70/z88dk
2
47348
; sccz80 crt0 library - 8080 version ; ; feilipu 10/2021 SECTION code_clib SECTION code_l_sccz80 EXTERN l_hlneg EXTERN l_deneg EXTERN l_bcneg EXTERN l_rlde EXTERN l_cmpbcde PUBLIC l_div ; HL = DE / HL, DE = DE % HL l_div: ld c,d ;sign of dividend ld b,h ;sign of ...
maps/Pokecenter2F.asm
Trap-Master/spacworld97-thingy
0
47350
<filename>maps/Pokecenter2F.asm object_const_def ; object_event constants const POKECENTER2F_TRADE_RECEPTIONIST const POKECENTER2F_BATTLE_RECEPTIONIST const POKECENTER2F_TIME_CAPSULE_RECEPTIONIST const POKECENTER2F_OFFICER Pokecenter2F_MapScripts: db 6 ; scene scripts scene_script .Scene0 ; SCENE_DEFAULT scene...
programs/oeis/290/A290312.asm
jmorken/loda
1
47351
<reponame>jmorken/loda ; A290312: Third diagonal sequence of the Sheffer triangle A094816 (special Charlier). ; 1,8,29,75,160,301,518,834,1275,1870,2651,3653,4914,6475,8380,10676,13413,16644,20425,24815,29876,35673,42274,49750,58175,67626,78183,89929,102950,117335,133176,150568,169609,190400,213045,237651,264328,293189...
oeis/118/A118953.asm
neoneye/loda-programs
11
47352
<reponame>neoneye/loda-programs<filename>oeis/118/A118953.asm ; A118953: Number of ways to write the n-th prime as 2^k + p, where p is prime and p < 2^k. ; 0,0,0,1,1,1,0,1,1,1,0,1,0,1,0,0,0,1,1,1,0,0,1,0,0,1,0,1,0,0,0,1,0,1,0,1,1,0,0,0,0,1,0,0,0,1,1,0,0,1,0,0,1,0,0,1,1,0,0,0,0,1,0,0,0,1,0,0,0,0,1,1,0,0,0,1,0,0,0,0,1,0,...
oeis/075/A075414.asm
neoneye/loda-programs
11
47353
; A075414: Squares of A002279: a(n) = (5*(10^n - 1)/9)^2. ; 0,25,3025,308025,30858025,3086358025,308641358025,30864191358025,3086419691358025,308641974691358025,30864197524691358025,3086419753024691358025,308641975308024691358025,30864197530858024691358025,3086419753086358024691358025,308641975308641358024691358025,308...
programs/oeis/141/A141025.asm
neoneye/loda
22
47354
<gh_stars>10-100 ; A141025: a(n) = (2^(2+n)-(-1)^n)/3 - 2*n. ; 1,1,1,5,13,33,73,157,325,665,1345,2709,5437,10897,21817,43661,87349,174729,349489,699013,1398061,2796161,5592361,11184765,22369573,44739193,89478433,178956917,357913885,715827825,1431655705,2863311469,5726622997,11453246057,22906492177,45812984421,916259689...
programs/oeis/043/A043633.asm
neoneye/loda
22
47355
<reponame>neoneye/loda<gh_stars>10-100 ; A043633: Numbers whose base-9 representation has exactly 4 runs. ; 738,740,741,742,743,744,745,746,747,748,750,751,752,753,754,755,756,757,758,760,761,762,763,764,765,766,767,768,770,771,772,773,774,775,776,777,778,780,781,782,783,784,785,786,787 add $0,8 mov $1,20 mul $1,$0 di...
source/extension/option_x16/sprites/spriteutils.asm
paulscottrobson/6502-basic
3
47356
; ************************************************************************************************ ; ************************************************************************************************ ; ; Name: spriteutils.asm ; Purpose: Sprite Information Functions ; Created: 29th March 2021 ; Author: <NAME> (<EMAI...
Transynther/x86/_processed/AVXALIGN/_zr_/i3-7100_9_0x84_notsx.log_21829_684.asm
ljhsiun2/medusa
9
47357
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r13 push %r14 push %r15 push %rdi push %rdx lea addresses_WC_ht+0x10c8c, %rdi sub %r13, %r13 movups (%rdi), %xmm4 vpextrq $1, %xmm4, %r14 nop add $57384, %r15 lea addresses_WT_ht+0xf434, %r11 nop nop inc %r14 movw $0x6162, (%r11) nop nop sub %rdi, %rdi pop %r...
Assignment2/Ass2-Q1/Ass2-Q1.asm
ConstantinCezB/Computer-Architecture-assembly
0
47360
; Author: <NAME> 104808191 include Irvine32.inc .data counter DWORD 0 sumOfPrevTwo DWORD 0 space BYTE ' ', 0 ; Messages used to display info for the user displayMessage1 BYTE 'Fibonacci sequence with N = ', 0 displayMessage2 BYTE ' is:', 0 .code main proc ; Reads N from user to determine the fib sequence CALL Re...
libsrc/_DEVELOPMENT/math/float/am9511/lam32/c/sccz80/acos.asm
ahjelm/z88dk
640
47361
<filename>libsrc/_DEVELOPMENT/math/float/am9511/lam32/c/sccz80/acos.asm SECTION code_fp_am9511 PUBLIC acos EXTERN cam32_sccz80_acos defc acos = cam32_sccz80_acos ; SDCC bridge for Classic IF __CLASSIC PUBLIC _acos EXTERN cam32_sdcc_acos defc _acos = cam32_sdcc_acos ENDIF
ASM/src/config.asm
deralex/Better-OoT
0
47362
;================================================================================================== ; Settings and tables which the front-end may write ;================================================================================================== ; 0x03481000: Item override table: ; ; This table changes the meani...
coverage/IN_CTS/0526-COVERAGE-dense-map-h-1032/work/variant/1_spirv_asm/shader.frag.asm
asuonpaa/ShaderTests
0
47363
; SPIR-V ; Version: 1.0 ; Generator: Khronos Glslang Reference Front End; 10 ; Bound: 195 ; Schema: 0 OpCapability Shader %1 = OpExtInstImport "GLSL.std.450" OpMemoryModel Logical GLSL450 OpEntryPoint Fragment %4 "main" %154 OpExecutionMode %4 Origin...
Transynther/x86/_processed/US/_zr_/i3-7100_9_0x84_notsx.log_49_909.asm
ljhsiun2/medusa
9
47364
<filename>Transynther/x86/_processed/US/_zr_/i3-7100_9_0x84_notsx.log_49_909.asm .global s_prepare_buffers s_prepare_buffers: push %r10 push %r14 push %r8 push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0x11a44, %rdi add %r8, %r8 mov (%rdi), %r14w nop nop nop nop sub $19582, %r10 lea addresses_D_ht...
tools/asmx2/test/65c816.asm
retro16/blastsdk
10
47365
<filename>tools/asmx2/test/65c816.asm PROCESSOR 65C816 abs EQU 'AB' absl EQU 'ABL' dir EQU 'D' ; zero/direct page imm EQU 'I' idx EQU 'X' BRK ; 00 ORA (idx,X) ; 01 58 COP $FF ; 02 FF ORA ...
C/BiosLib/canonic.asm
p-k-p/SysToolsLib
232
47366
page ,132 TITLE C library emulation, not relying on MS-DOS. ;*****************************************************************************; ; ; ; FILE NAME: canonic.asm ; ; ; ; DESCRIPTION: Convert a far pointer to its canonical representation ; ; ...
programs/oeis/008/A008753.asm
karttu/loda
0
47369
; A008753: Expansion of (1+x^10)/((1-x)*(1-x^2)*(1-x^3)). ; 1,1,2,3,4,5,7,8,10,12,15,17,21,24,28,32,37,41,47,52,58,64,71,77,85,92,100,108,117,125,135,144,154,164,175,185,197,208,220,232,245,257,271,284,298,312,327,341,357,372,388,404,421,437,455,472,490,508,527,545,565,584,604,624,645,665,687,708,730,752,775,797,821,84...
Appl/Bindery/Document/documentData.asm
steakknife/pcgeos
504
47370
<filename>Appl/Bindery/Document/documentData.asm<gh_stars>100-1000 COMMENT @---------------------------------------------------------------------- Copyright (c) Geoworks 1992-1994 -- All Rights Reserved PROJECT: GEOS MODULE: Studio FILE: documentData.asm ROUTINES: Name Description ---- -----------...
engine/subtract_paid_money.asm
adhi-thirumala/EvoYellow
16
47371
; subtracts the amount the player paid from their money ; sets carry flag if there is enough money and unsets carry flag if not SubtractAmountPaidFromMoney_: ld de, wPlayerMoney ld hl, hMoney ; total price of items ld c, 3 ; length of money in bytes call StringCmp ret c ld de, wPlayerMoney + 2 ld hl, hMoney + 2 ...
lib/am335x_sdk/ti/csl/arch/a53/src/startup/aarch64/vectors.asm
brandonbraun653/Apollo
2
47372
/* * Copyright (c) 2017, Texas Instruments Incorporated * All rights reserved. * * 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 copyright * ...
data/mapHeaders/PokemonTower7F.asm
AmateurPanda92/pokemon-rby-dx
9
47373
<reponame>AmateurPanda92/pokemon-rby-dx<filename>data/mapHeaders/PokemonTower7F.asm PokemonTower7F_h: db CEMETERY ; tileset db POKEMON_TOWER_7F_HEIGHT, POKEMON_TOWER_7F_WIDTH ; dimensions (y, x) dw PokemonTower7F_Blocks ; blocks dw PokemonTower7F_TextPointers ; texts dw PokemonTower7F_Script ; scripts db 0 ; conn...
Transynther/x86/_processed/NC/_ht_st_zr_un_/i7-8650U_0xd2_notsx.log_21829_786.asm
ljhsiun2/medusa
9
47374
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r15 push %rbp push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0x12938, %r11 clflush (%r11) sub $28298, %rbx movb (%r11), %r15b nop sub $31573, %rdx lea addresses_UC_ht+0x112f8, %rsi lea addresses_normal_ht+0x3898, %rdi nop xor $63817, %r...
third_party/boringssl/win-x86_64/crypto/fipsmodule/bsaes-x86_64.asm
dzeromsk/goma
4
47375
; This file is generated from a similarly-named Perl script in the BoringSSL ; source tree. Do not edit by hand. default rel %define XMMWORD %define YMMWORD %define ZMMWORD %ifdef BORINGSSL_PREFIX %include "boringssl_prefix_symbols_nasm.inc" %endif section .text code align=64 ALIGN 64 _bsaes_encrypt8: lea r11,[$...
programs/oeis/183/A183863.asm
neoneye/loda
22
47376
; A183863: n-1+ceiling((2/5)(-1/2+n^2)); complement of A183862. ; 1,3,6,10,14,20,26,33,41,49,59,69,80,92,104,118,132,147,163,179,197,215,234,254,274,296,318,341,365,389,415,441,468,496,524,554,584,615,647,679,713,747,782,818,854,892,930,969,1009,1049,1091,1133,1176,1220,1264,1310,1356,1403,1451,1499,1549,1599,1650,1702...
oeis/066/A066373.asm
neoneye/loda-programs
11
47377
<gh_stars>10-100 ; A066373: a(n) = (3*n-2)*2^(n-3). ; 2,7,20,52,128,304,704,1600,3584,7936,17408,37888,81920,176128,376832,802816,1703936,3604480,7602176,15990784,33554432,70254592,146800640,306184192,637534208,1325400064,2751463424,5704253440,11811160064,24427626496,50465865728,104152956928,214748364800,442381631488,9...
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_905.asm
ljhsiun2/medusa
9
47378
.global s_prepare_buffers s_prepare_buffers: ret .global s_faulty_load s_faulty_load: push %r13 push %r15 push %rax push %rcx push %rdx push %rsi // Faulty Load lea addresses_RW+0x1a9e, %rdx add %r15, %r15 vmovups (%rdx), %ymm5 vextracti128 $1, %ymm5, %xmm5 vpextrq $0, %xmm5, %rsi lea oracles, %r15 and $0xff, %rs...
programs/oeis/133/A133893.asm
karttu/loda
1
47379
<filename>programs/oeis/133/A133893.asm ; A133893: Numbers m such that binomial(m+3,m) mod 3 = 0. ; 6,7,8,15,16,17,24,25,26,33,34,35,42,43,44,51,52,53,60,61,62,69,70,71,78,79,80,87,88,89,96,97,98,105,106,107,114,115,116,123,124,125,132,133,134,141,142,143,150,151,152,159,160,161,168,169,170,177,178,179,186 mov $1,$0 d...
Microprocessor/far_call.asm
Nmane1612/Nihar-Mane
3
47381
<reponame>Nmane1612/Nihar-Mane name "callfar" ; examples shows how to call int 10h without using int instruction. org 100h ; set es:bx to point to int 10h vector in interrupt vector table mov bx, 0h mov es, bx mov bx, 40h mov ah, 0eh ; set up int 10h params mov al, '*' pushf call far es:[bx] ; do a f...
testsuite/ubivm/expected/attr_string_3.asm
alexgarzao/UOP
0
47382
<gh_stars>0 Entity start No options Constants 0 S start 1 S var1 2 S var2 3 S aaa 4 I 1 5 S io.writeln 6 S bbb End Valid context (always) No properties Def start No parameters Local variables 0 string var1 1 string var2 End No results ldconst 3 --> [aaa] stvar 0 --> [var1] ldvar ...
libsrc/math/zxmath/log10.asm
grancier/z180
0
47384
; ; ; ZX Maths Routines ; ; 10/12/02 - <NAME> ; ; $Id: log10.asm,v 1.5 2016/06/22 19:59:18 dom Exp $ ; ;double log10(double) -- 1/ln(10) ;Number in FA.. IF FORzx INCLUDE "zxfp.def" ENDIF IF FORzx81 INCLUDE "81fp.def" ENDIF IF FORlambda INCLUDE "lambdafp.def" ENDIF SECTI...
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_317_520.asm
ljhsiun2/medusa
9
47385
.global s_prepare_buffers s_prepare_buffers: push %rax push %rbp push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_normal_ht+0x17cc5, %rsi lea addresses_UC_ht+0x16dbf, %rdi nop nop nop nop nop xor %rbp, %rbp mov $106, %rcx rep movsw nop nop and %rbx, %rbx lea addresses_WC_ht+0x5491, %rax nop nop nop nop x...
asm/game.asm
L1ttl3S1st3r/MyLittleProjects
0
47386
<gh_stars>0 ; lab 4: game (backup) .model TINY .386 ; ************************************************************************ ; ***************************** definitions ****************************** ; ************************************************************************ point struc x db 0 y db 0 ...
programs/oeis/090/A090678.asm
neoneye/loda
22
47387
<filename>programs/oeis/090/A090678.asm ; A090678: a(n) = A088567(n) mod 2. ; 1,1,1,0,0,1,0,1,0,1,1,0,1,0,0,1,0,1,1,0,0,1,0,1,1,0,1,0,1,0,0,1,0,1,1,0,0,1,0,1,0,1,1,0,1,0,0,1,1,0,1,0,0,1,0,1,1,0,1,0,1,0,0,1,0,1,1,0,0,1,0,1,0,1,1,0,1,0,0,1,0,1,1,0,0,1,0,1,1,0,1,0,1,0,0,1,1,0,1,0 bin $0,2 seq $0,38189 ; Bit to left of le...
DotNetHooker/trampoline64.asm
acsdavid97/DotNetHooker
6
47388
<reponame>acsdavid97/DotNetHooker .code FunctionEnterHook PROTO FunctionLeaveHook PROTO FunctionTailcallHook PROTO SAVE_REGISTERS MACRO ;; saving volatile registers PUSH RAX PUSH RCX PUSH RDX PUSH R8 PUSH R9 PUSH R10 PUSH R11 ENDM RESTORE_REGISTERS MACRO ;; restore volatile regist...
EEL7030/Rep CAEE/Mic 8051/Lab03/atividade1/atividade1.asm
GSimas/MicroC
0
47389
CS EQU P0.7 END0 EQU P3.3; END1 EQU P3.4; ORG 0h CLR END0 CLR END1 SETB CS MOV A,#1 CALL CONVERTE MOV P1,A JMP $ CONVERTE: INC A MOVC A,@A+PC RET TABELA: DB 40H, 79H, 24H, 30H, 19H, 12H, 02H, 78H, 00H, 10H, 08H, 03H, 46H,21H, 06H, 0EH END
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca_notsx.log_21829_1166.asm
ljhsiun2/medusa
9
47391
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: ret .global s_faulty_load s_faulty_load: push %r10 push %r11 push %rax push %rbp push %rcx push %rdi push %rdx // Store lea addresses_WC+0x1e2dd, %rcx nop nop dec %rdx mov $0x5152535455565758, %r10 movq %r10, %xmm4 vmovups %ymm4, (%rcx) nop no...
Transynther/x86/_processed/AVXALIGN/_zr_/i7-8650U_0xd2_notsx.log_2447_1367.asm
ljhsiun2/medusa
9
47392
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r14 push %r8 push %r9 push %rbx push %rcx push %rdi push %rsi lea addresses_WC_ht+0x13532, %r9 clflush (%r9) nop nop nop nop nop add %rcx, %rcx mov (%r9), %r14d sub %rdi, %rdi lea addresses_UC_ht+0x1672, %rsi lea addresses_A_ht+0x16619, %rdi nop nop inc %r12 ...
src/include/functions.asm
Pentium1080Ti/x86-assembly
0
47393
;------------------------------------------ ; void iprint(Integer number) ; integer printing iprint: push eax push ecx push edx push esi mov ecx, 0 divisionLoop: inc ecx ; count each byte to print mov edx, 0 mov esi, 10 idiv esi ; eax / esi add edx, 48 ; edx -...
oeis/129/A129484.asm
neoneye/loda-programs
11
47394
<reponame>neoneye/loda-programs ; A129484: Primes of the form 17k + 1. ; Submitted by <NAME> ; 103,137,239,307,409,443,613,647,919,953,1021,1123,1259,1327,1361,1429,1531,1667,1871,1973,2143,2347,2381,2551,2687,2789,2857,3061,3163,3299,3469,3571,3673,3877,3911,4013,4217,4421,4523,4591,4931,4999,5101,5237,5407,5441,5849,...
tools/assembler/templates/cnrom_mapper3.asm
zzqqqzzz/WebNES
75
47395
<gh_stars>10-100 ;---------------------------------------------------------------- ; constants ;---------------------------------------------------------------- PRG_COUNT = 2 ;1 = 16KB, 2 = 32KB CHR_COUNT = 4 ;1 = 8KB, 2 = 16KB, 4 = 32KB MIRRORING = %0001 ;%0000 = horizontal, %0001 = vertical, %1000 = four-scree...
oeis/334/A334668.asm
neoneye/loda-programs
11
47397
; A334668: Numerator of Sum_{k=1..n} (-1)^(k+1)/k^7. ; Submitted by <NAME> ; 1,127,277877,35566069,2778634972433,2778624972433,2288319945032390119,292904812254103669607,640582959329009845430509,640582894792751053318381,12483149055863937257566687990151,12483148704882733411491577990151,78329908129815328829887217197069585...
echo.asm
weilern1121/OS_ass2-Threads
0
47398
_echo: file format elf32-i386 Disassembly of section .text: 00000000 <main>: #include "stat.h" #include "user.h" int main(int argc, char *argv[]) { 0: 8d 4c 24 04 lea 0x4(%esp),%ecx 4: 83 e4 f0 and $0xfffffff0,%esp 7: ff 71 fc pushl -0x4(%ecx) a: 55 ...
libsrc/_DEVELOPMENT/l/z80/ascii/num_to_txt/small/l_small_ultob.asm
meesokim/z88dk
0
47399
SECTION code_l PUBLIC l_small_ultob EXTERN l_small_utob l_small_ultob: ; write unsigned binary long to ascii buffer ; ; enter : dehl = unsigned long ; bc = char *buffer ; carry set to write leading zeroes ; ; exit : de = char *buffer (one byte past last char written) ...
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_59.asm
ljhsiun2/medusa
9
47400
.global s_prepare_buffers s_prepare_buffers: push %r13 push %r8 push %rax push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_WT_ht+0x185c3, %r8 nop nop nop dec %r13 mov (%r8), %rbx and %rsi, %rsi lea addresses_normal_ht+0x17b43, %rsi lea addresses_A_ht+0x101e7, %rdi clflush (%rdi) nop nop nop nop nop and %...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1345.asm
ljhsiun2/medusa
9
47401
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r12 push %r13 push %r14 push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_WC_ht+0x1a2e6, %rbp clflush (%rbp) xor %rbx, %rbx mov (%rbp), %r14 nop nop nop nop nop xor %r13, %r13 lea addresses_D_ht+0xab2a, %rsi lea addresses_WC_ht+0x1d45a, %rd...
Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xca.log_21829_234.asm
ljhsiun2/medusa
9
47402
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r14 push %r9 push %rax push %rcx push %rdi push %rsi lea addresses_UC_ht+0x17f7d, %r14 nop cmp %rsi, %rsi movups (%r14), %xmm6 vpextrq $0, %xmm6, %rcx add %rax, %rax lea addresses_WC_ht+0x1191d, %r12 nop nop nop and $15083, %rdi movb $0x61, (%r12) nop nop nop...
8-AVR/fg.asm
etzinis/micro_lab_ntua
0
47403
<reponame>etzinis/micro_lab_ntua<filename>8-AVR/fg.asm .dseg _tmp_: .byte 2 .cseg .include "m16def.inc" ;suxnotita tou EasyAVR6 = 8MHz ara auksisis tou TCNT1 8MHz/1024=7812.5Hz .equ Hvalue=high(34286) ;thelw yperxeilish meta apo 4 sec ara 4*7812.5=31250 kyklous .equ Lvalue=low(34286) ;ara arxikh timh 6553...
dev/smartdrv/umbload.asm
minblock/msdos
0
47404
;/* ; * Microsoft Confidential ; * Copyright (C) Microsoft Corporation 1991 ; * All Rights Reserved. ; */ ; ;OVERVIEW ; ; This module actually contains the initial entry point for the ;program. It detemines if the program has been loaded in a UMB, and ;i...
Working Disassembly/Levels/AIZ/Misc Object Data/Map - Foreground Plant.asm
TeamASM-Blur/Sonic-3-Blue-Balls-Edition
5
47406
<filename>Working Disassembly/Levels/AIZ/Misc Object Data/Map - Foreground Plant.asm Map_22B8EC: dc.w Frame_22B8F0-Map_22B8EC dc.w Frame_22B922-Map_22B8EC Frame_22B8F0: dc.w 8 dc.b $D0, $E, 0,$64,$FF,$E0 dc.b $E8, $F, 0,$70,$FF,$E0 dc.b 8, 9, 0,$80,$FF,$E8 dc.b $18, 2, 0,$86,$FF,$F8 dc.b $E8, 4, 0...
macros/copy.asm
chaos-lord/CryEd
1
47407
<reponame>chaos-lord/CryEd ; Copy a 1BPP tileset to a specified VRAM address. ; USAGE: CopyTileset1BPP [tileset],[VRAM address],[number of tiles to copy] CopyTileset1BPP: macro ld bc,$10*\3 ; number of tiles to copy ld hl,\1 ; address of tiles to copy ld de,$8000+\2 ; address to copy to call _CopyTileset1BP...
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_2383.asm
ljhsiun2/medusa
9
47408
<filename>Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_2383.asm .global s_prepare_buffers s_prepare_buffers: push %r14 push %r15 push %r9 push %rbx push %rcx push %rdx push %rsi lea addresses_A_ht+0x1c5dc, %rdx nop nop nop inc %r14 movl $0x61626364, (%rdx) nop cmp %rbx, %rbx lea addresses_UC_ht+0...
unittests/ASM/TwoByte/0F_67.asm
woachk/FEX
0
47409
%ifdef CONFIG { "RegData": { "MM0": ["0x00007F4100007F41", "0x0"], "MM1": ["0x00007F4100007F41", "0x0"], "MM2": ["0x0000FFFF007F0041", "0x0"] }, "MemoryRegions": { "0x100000000": "4096" } } %endif mov rdx, 0xe0000000 ; 16bit signed -> 8bit unsigned (saturated) ; input > 0x7F(SCHAR_MAX, 127) = ...
oeis/066/A066490.asm
neoneye/loda-programs
11
47410
<gh_stars>10-100 ; A066490: Number of primes of the form 4m+3 that are <= n. ; 0,0,1,1,1,1,2,2,2,2,3,3,3,3,3,3,3,3,4,4,4,4,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,7,7,7,7,8,8,8,8,8,8,8,8,8,8,8,8,9,9,9,9,9,9,9,9,10,10,10,10,11,11,11,11,11,11,11,11,12,12,12,12,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13 lpb $0...
oeis/288/A288309.asm
neoneye/loda-programs
11
47411
<reponame>neoneye/loda-programs ; A288309: a(n) = 2*a(n-1) + 2*a(n-2) - 3*a(n-3), where a(0) = 2, a(1) = 4, a(2) = 8. ; Submitted by <NAME>(s4) ; 2,4,8,18,40,92,210,484,1112,2562,5896,13580,31266,72004,165800,381810,879208,2024636,4662258,10736164,24722936,56931426,131100232,301894508,695195202,1600878724,3686464328,84...
audio/music/credits.asm
Dev727/ancientplatinum
28
47412
Music_Credits: musicheader 4, 1, Music_Credits_Ch1 musicheader 1, 2, Music_Credits_Ch2 musicheader 1, 3, Music_Credits_Ch3 musicheader 1, 4, Music_Credits_Ch4 Music_Credits_Ch1: tempo 139 volume $77 stereopanning $f dutycycle $3 notetype $c, $2f octave 2 note G_, 16 notetype $6, $a7 octave 3 note B_, 12 ...
programs/oeis/112/A112605.asm
neoneye/loda
22
47414
; A112605: Number of representations of n as a sum of a square and six times a triangular number. ; 1,2,0,0,2,0,1,2,0,2,2,0,0,0,0,2,2,0,1,2,0,0,4,0,0,2,0,2,0,0,0,2,0,0,2,0,3,2,0,0,2,0,2,2,0,2,0,0,0,2,0,0,2,0,2,2,0,0,0,0,1,4,0,0,4,0,0,2,0,2,2,0,2,0,0,0,2,0,0,0,0,2,2,0,0,4,0,2,0,0,1,2,0,0,2,0,2,0,0,4 mul $0,2 add $0,1 m...
programs/oeis/101/A101566.asm
neoneye/loda
22
47415
<reponame>neoneye/loda ; A101566: Binary partition sequence matrix. ; 1,1,1,2,1,1,2,2,1,1,4,2,2,1,1,4,4,2,2,1,1,6,4,4,2,2,1,1,6,6,4,4,2,2,1,1,10,6,6,4,4,2,2,1,1,10,10,6,6,4,4,2,2,1,1,14,10,10,6,6,4,4,2,2,1,1,14,14,10,10,6,6,4,4,2,2,1,1,20,14,14,10,10,6,6,4,4,2,2,1,1,20,20,14,14,10 seq $0,25581 ; Triangle T(n, k) = n-k...
programs/oeis/005/A005811.asm
karttu/loda
1
47416
<reponame>karttu/loda ; A005811: Number of runs in binary expansion of n (n>0); number of 1's in Gray code for n. ; 0,1,2,1,2,3,2,1,2,3,4,3,2,3,2,1,2,3,4,3,4,5,4,3,2,3,4,3,2,3,2,1,2,3,4,3,4,5,4,3,4,5,6,5,4,5,4,3,2,3,4,3,4,5,4,3,2,3,4,3,2,3,2,1,2,3,4,3,4,5,4,3,4,5,6,5,4,5,4,3,4,5,6,5,6,7,6,5,4,5,6,5,4,5,4,3,2,3,4,3,4,5,...
src/core/external/jpeg-6bx/jidctflt.asm
miahmie/krkrz
4
47417
<reponame>miahmie/krkrz ; ; jidctflt.asm - floating-point IDCT (non-SIMD) ; ; x86 SIMD extension for IJG JPEG library ; Copyright (C) 1999-2006, MIYASAKA Masaru. ; For conditions of distribution and use, see copyright notice in jsimdext.inc ; ; This file should be assembled with NASM (Netwide Assembler), ; can *not* be...
book-01/Assembly/asm/avx/packed/avx_p_y_calc_sphere_area_volume.asm
gfurtadoalmeida/study-assembly-x64
2
47418
include macros.inc include comparison_predicates.inc .const ; Necessary as AVX does not support immediate values. PI real4 3.14159265358979323846 NUMBER_3 real4 3.0 NUMBER_4 real4 4.0 .code ; void AVX_Packed_Y_Calc_Sphere_Area_Volume_(const float* radius, uint32_t arrayLength, float* areaa, float* volumea, floa...
programs/oeis/045/A045965.asm
neoneye/loda
22
47419
<reponame>neoneye/loda<gh_stars>10-100 ; A045965: a(1)=2; if n = Product p_i^e_i, n > 1, then a(n) = Product p_{i+1}^e_i. ; 2,3,5,9,7,15,11,27,25,21,13,45,17,33,35,81,19,75,23,63,55,39,29,135,49,51,125,99,31,105,37,243,65,57,77,225,41,69,85,189,43,165,47,117,175,87,53,405,121,147,95,153,59,375,91,297,115,93,61,315,67,1...
programs/oeis/080/A080961.asm
jmorken/loda
1
47420
; A080961: Fourth binomial transform of A010686 (period 2: repeat 1,5). ; 1,9,57,321,1713,8889,45417,230001,1158753,5820009,29178777,146130081,731358993,3658920729,18300980937,91524036561,457677578433,2288560079049,11443316955897,57218134461441,286095321353073,1430490553902969,7152494610927657 mov $2,2 lpb $0 sub $0...
_maps/obj2D.asm
NatsumiFox/AMPS-Sonic-1-2005
2
47422
; --------------------------------------------------------------------------- ; Sprite mappings - Burrobot enemy (LZ) ; --------------------------------------------------------------------------- dc.w byte_AE6A-Map_obj2D dc.w byte_AE75-Map_obj2D dc.w byte_AE80-Map_obj2D dc.w byte_AE8B-Map_obj2D dc.w byte_AE96...
src/sound/un_owen_was_her/channel1.asm
Gegel85/RemiFlap
0
47423
<reponame>Gegel85/RemiFlap<filename>src/sound/un_owen_was_her/channel1.asm musicChan1FlandreTheme:: setRegisters $00, $46, $F3, $00, $00 .loop:: repeat 4 wait DOTTED_MINIM setVolume $F3 setFrequency NOTE_E, $80 wait DOTTED_QUAVER setFrequency NOTE_E, $80 wait DOTTED_QUAVER setFrequency NOTE_E, $80 wait QUAVER...
inc/background.asm
gb-archive/dmg-acid2
85
47424
BackgroundMap:: db 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, "!", 0, 0, 0, 0, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9 db 0, 0, 0, 0, 0, 0, 0, 0, 0, $10, $10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9 db 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 9, 9, 9, 9, 9, 9, 9, 9, 9, ...
MASM/11ram.asm
iamvk1437k/mpmc
1
47426
<reponame>iamvk1437k/mpmc ASSUME CS:CODE,DS:DATA DATA SEGMENT MSG DB 'MEMORY SIZE IN KILOBYTES =' ; initializing required constants ASCRES DB 4 DUP(?),'HEX',0CH,0AH,'$' RES DW ? HEXCODE DB '0123456789ABCDEF' DATA ENDS ; end of data segment CODE SEGMENT HEX_ASC PROC ...
samples/netcatExample.asm
0x00-0x00/shellcoding
0
47427
jmp short forward back: pop esi xor eax, eax mov byte [esi + 11], al ; terminate /bin/netcat mov byte [esi + 14], al ; terminate -e mov byte [esi + 22], al ; terminate /bin/sh mov byte [esi + 38], al ; terminate 127.127.127.127 mov byte [esi +...
computer engeneering/ARQ1/T1/Fib.asm
kehwhyn/PUC-RS
0
47428
<filename>computer engeneering/ARQ1/T1/Fib.asm # Compute several Fibonacci numbers and put in array, then print .data fibs: .word 0 : 19 # "array" of words to contain fib values size: .word 19 # size of "array" (agrees with array declaration) prompt: .asciiz "How many Fibonacci numbers to generate? (2 <...
src/XenobladeChroniclesX/Mods/LootEquipmentsForceType/patch_type.asm
lilystudent2016/cemu_graphic_packs
1,002
47430
<gh_stars>1000+ [XCX_LOOT_EQUIPMENT_TYPE] moduleMatches = 0xF882D5CF, 0x30B6E091, 0xAB97DE6B ; 1.0.1E, 1.0.2U, 1.0.1U .origin = codecave ; ---------------------------------------------------------------------------- ; WHO : __CPR98__calcItemTableID__Q2_8ItemDrop16CItemDropManagerFUcRCQ3_J20JJ29J11SCreateInfoRUs ; WH...
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca.log_21829_872.asm
ljhsiun2/medusa
9
47431
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r13 push %r14 push %r15 push %r8 push %rbp push %rcx push %rdi push %rsi lea addresses_WT_ht+0x68b0, %r14 nop nop nop xor $50421, %rdi mov $0x6162636465666768, %r13 movq %r13, %xmm2 vmovups %ymm2, (%r14) nop nop nop nop nop sub $62711, %rbp lea addresses_WT_h...
Appl/NInFnt/ninfntFile.asm
steakknife/pcgeos
504
47432
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1991 -- All Rights Reserved PROJECT: PC GEOS MODULE: Nimbus Font Converter FILE: ninfntFile.asm AUTHOR: <NAME>, Apr 24, 1991 ROUTINES: Name Description ---- ----------- EXT ConvertNimbusFont Convert ...
oeis/026/A026013.asm
neoneye/loda-programs
11
47433
<reponame>neoneye/loda-programs<filename>oeis/026/A026013.asm<gh_stars>10-100 ; A026013: a(n) = number of (s(0), s(1), ..., s(2n)) such that s(i) is a nonnegative integer and |s(i) - s(i-1)| = 1 for i = 1,2,...,n, s(0) = 2, s(2n) = 4. Also a(n) = T(2n,n-1), where T is the array defined in A026009. ; Submitted by <NAME>...
source/modules/basic/expressions/number/pos.asm
paulscottrobson/mega-basic
3
47434
; ******************************************************************************************* ; ******************************************************************************************* ; ; Name : pos.asm ; Purpose : Pos( unary function ; Date : 31st August 2019 ; Review : 1st September 2019 ; Author : <NAM...
Assembler/AssemblyCode/PROGRAM_LOADER.asm
KPU-RISC/KPU
8
47436
; Disk Service: 1 = Read MOV D, 1 ; Sector Index MOV E, 0 ; Number of Sectors to read MOV F, 1 ; Initialize the Destination Memory Address MOV XL, 11000000b MOV XH, 0x00 MOV Y, X ; Raise Interrupt 1 - we want to access the hard disk INT 1 ; Jump to the address where we have loaded the code. ; This destination addr...
programs/oeis/180/A180853.asm
karttu/loda
0
47437
; A180853: Trajectory of 4 under map n->A006368(n). ; 4,6,9,7,5,4,6,9,7,5,4,6,9,7,5,4,6,9,7,5,4,6,9,7,5,4,6,9,7,5,4,6,9,7,5,4,6,9,7,5,4,6,9,7,5,4,6,9,7,5,4,6,9,7,5,4,6,9,7,5,4,6,9,7,5,4,6,9,7,5,4,6,9,7,5,4,6,9,7,5,4,6,9,7,5,4,6,9,7,5,4,6,9,7,5,4,6,9,7,5,4,6,9,7,5 add $0,4 lpb $0,1 sub $0,1 mov $3,$0 sub $0,4 m...
chapter2/tsr_example.asm
SoylentNews/retromalware
2
47438
<reponame>SoylentNews/retromalware ; TSR Example ; ; This code is in the public domain via the CC0 public domain decleration ; See LICENSE in the top level directory for more information ; ; Compile with NASM to COM: i.e. nasm tsr_example -o tsr.com section .text org 0x100 ; Jump to our entry point begin: jmp entry i...
x86/src/64/math.asm
sneakin/north
2
47441
;;; ;;; Signed integer math ;;; defop negate mov rax, [rsp+ptrsize] neg rax mov [rsp+ptrsize], rax ret defop int_add pop rbx pop rax add rax, [rsp] mov [rsp], rax push rbx ret defop int_sub pop rbx pop rcx pop rax sub rax, rcx push rax push rbx ret defop int_mul pop rbx pop rax imul rax, ...
oeis/284/A284795.asm
neoneye/loda-programs
11
47442
; A284795: Positions of 0's in A284793. ; Submitted by <NAME>(s1) ; 3,5,11,13,15,17,21,23,27,29,35,37,39,41,47,49,51,53,57,59,65,67,69,71,75,77,83,85,87,89,93,95,99,101,107,109,111,113,119,121,123,125,129,131,135,137,143,145,147,149,155,157,159,161,165,167,173,175,177,179,183,185,189,191,197,199,201,203,209,211,213,215...
programs/oeis/255/A255645.asm
jmorken/loda
1
47443
<gh_stars>1-10 ; A255645: Partial sums of A134660. ; 1,5,9,13,17,33,37,45,49,65,81,85,89,105,113,129,133,149,165,181,197,261,265,273,277,293,309,317,325,357,373,405,409,425,441,457,473,537,553,585,601,665,729,733,737,753,761,777,781,797,813,829,845,909,917,933,941,973,1005,1021,1037,1101,1133,1197 mov $6,$0 mov $8,$0 ...
vetores/somas/ex09.asm
mikael-85/assembly_mips
0
47444
<reponame>mikael-85/assembly_mips #------------------------------------------------------------------------------- # Releitura: # a[k] = a[a[i]]; -> sendo i = 1 e a[1] = 5: a[k]= a[a[1]] logo: a[k] = a[5] # a[j] = a[i+2] - i + j; sendo a[i] = a[1], logo a[j] = a[3] - 1 + 3 # #=========================================...
Lista_2/questaoCinco.asm
0Augusto/ArquiteturadeComputadores2
1
47445
.text .globl main main : ori $s1, $0, 0x30541 sll $s1, $s1, 17 ori $s2, $0, 9896 add $s3, $s1, $s2
src/draw/DrawSetTarget.asm
jhm-ciberman/calculator-asm
2
47446
<reponame>jhm-ciberman/calculator-asm ;;; ; Sets the drawing target surface used by all the other drawing functions ; ; params: ; width - The width of the surface ; height - The height of the surface ; buffer - A pointer to the colour buffer array ;;; proc DrawSetTarget, width:DWORD, height:DWORD, buffe...
Tests/sample2.nasm
13xforever/x86-assembly-textmate-bundle
69
47447
global _start section .data v1: dd 1.1, 2.2, 3.3, 4.4 ;first set of 4 numbers v2: dd 5.5, 6.6, 7.7, 8.8 ;second set section .bss v3: resd 4 ;result section .text _start: movups xmm0, [v1] ;load v1 into xmm0 movups xmm1, [v2] ;load v2 into xmm1 addps xmm0, xmm1 ;add ...
engine/phone/scripts/dana.asm
Trap-Master/spacworld97-thingy
0
47450
DanaPhoneCalleeScript: gettrainername STRING_BUFFER_3, LASS, DANA1 checkflag ENGINE_DANA iftrue .WantsBattle farscall PhoneScript_AnswerPhone_Female checkflag ENGINE_DANA_THURSDAY_NIGHT iftrue .NotThursday checkflag ENGINE_DANA_HAS_THUNDERSTONE iftrue .HasThunderstone readvar VAR_WEEKDAY ifnotequal THURSDAY, ...
source/unary/memread.asm
paulscottrobson/Basic65816
0
47452
<gh_stars>0 ; ******************************************************************************************* ; ******************************************************************************************* ; ; Name : memread.asm ; Purpose : Memory read unary functions. ; Date : 14th July 2019 ; Author : <EMAIL> ; ; ...
programs/oeis/291/A291385.asm
karttu/loda
1
47453
; A291385: a(n) = (1/4)*A073388(n+1). ; 1,4,14,47,152,480,1488,4548,13744,41152,122272,360944,1059584,3095552,9005568,26101824,75404544,217191424,623928832,1788071680,5113137152,14592352256,41569120256,118219097088,335685021696,951817715712,2695241605120,7622609858560,21533157621760,60763426783232,171291861843968,48241...
main.asm
knezicm/connect4-micro
0
47454
_Init: ;main.c,11 :: void Init(){ ;main.c,12 :: Timer_Init(); LCALL _Timer_Init+0 ;main.c,13 :: Keypad_Init(); LCALL _Keypad_Init+0 ;main.c,14 :: Display_Init(); LCALL _Display_Init+0 ;main.c,15 :: ConnectFour_Init(); LCALL _ConnectFour_Init+0 ;main.c,16 :: } RET ; end of _Init _main: ...
libsrc/_DEVELOPMENT/EXAMPLES/zx/demo_sp1/demo1/collision.asm
jpoikela/z88dk
640
47455
<reponame>jpoikela/z88dk SECTION code_user PUBLIC _sp1_TestCollision EXTERN error_znc ; int sp1_TestCollision(struct sp1_ss *s1, struct sp1_ss *s2, unsigned int tolerance) ; callee linkage _sp1_TestCollision: IFDEF __SDCC ; must preserve ix and iy pop af pop bc pop de pop hl push af p...
src/play/camera.asm
1888games/golf
1
47456
<gh_stars>1-10 ; Top-hole Golf ; Copyright 2020-2021 <NAME> camera_c_BEGIN = * ; ***************** ; *** CONSTANTS *** ; ***************** ; To adjust camera there are two procedures: ; 1) Change focal distance (between lens & plate). The smaller this distance, ; the wider the field of view (FOV). ; 2) Move the...
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_21829_418.asm
ljhsiun2/medusa
9
47458
<filename>Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_21829_418.asm .global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r15 push %r8 push %rcx push %rdi push %rsi lea addresses_WC_ht+0x98f, %rsi lea addresses_normal_ht+0x174cf, %rdi clflush (%rdi) nop nop nop nop and %r11, %r11 mov $...
reference_asm/menu_items_oneloop.asm
tashiww/maten_tools
1
47459
; ######################################################################################## ; # Generated by the active disassembly feature of the Exodus emulation platform ; # ; # Description: item menu layout subroutines ; # Creation Date: 2020-12-31 18:39:43 ; # Analysis Region: 0x0000A000 - 0x0000B000 ; ##########...
Library/ModemC/modemCEci.asm
HubertHuckevoll/pcgeos
504
47460
<filename>Library/ModemC/modemCEci.asm COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) Geoworks 1996 -- All Rights Reserved GEOWORKS CONFIDENTIAL PROJECT: PC GEOS MODULE: modemc library FILE: modemCEci.asm AUTHOR: <NAME>, Sep 23, 1996 ROUTINES: Name D...
programs/oeis/083/A083420.asm
neoneye/loda
22
47461
<filename>programs/oeis/083/A083420.asm ; A083420: a(n) = 2*4^n - 1. ; 1,7,31,127,511,2047,8191,32767,131071,524287,2097151,8388607,33554431,134217727,536870911,2147483647,8589934591,34359738367,137438953471,549755813887,2199023255551,8796093022207,35184372088831,140737488355327,562949953421311,2251799813685247,9007199...
libsrc/_DEVELOPMENT/math/float/am9511/lam32/c/sccz80/hypot.asm
ahjelm/z88dk
640
47462
<reponame>ahjelm/z88dk SECTION code_fp_am9511 PUBLIC hypot EXTERN cam32_sccz80_hypot defc hypot = cam32_sccz80_hypot ; SDCC bridge for Classic IF __CLASSIC PUBLIC _hypot EXTERN cam32_sdcc_hypot defc _hypot = cam32_sdcc_hypot ENDIF