hexsha stringlengths 40 40 | size int64 6 1.05M | ext stringclasses 3
values | lang stringclasses 1
value | max_stars_repo_path stringlengths 4 232 | max_stars_repo_name stringlengths 7 106 | max_stars_repo_head_hexsha stringlengths 40 40 | max_stars_repo_licenses listlengths 1 7 | max_stars_count int64 1 33.5k ⌀ | max_stars_repo_stars_event_min_datetime stringlengths 24 24 ⌀ | max_stars_repo_stars_event_max_datetime stringlengths 24 24 ⌀ | max_issues_repo_path stringlengths 4 232 | max_issues_repo_name stringlengths 7 106 | max_issues_repo_head_hexsha stringlengths 40 40 | max_issues_repo_licenses listlengths 1 7 | max_issues_count int64 1 37.5k ⌀ | max_issues_repo_issues_event_min_datetime stringlengths 24 24 ⌀ | max_issues_repo_issues_event_max_datetime stringlengths 24 24 ⌀ | max_forks_repo_path stringlengths 4 232 | max_forks_repo_name stringlengths 7 106 | max_forks_repo_head_hexsha stringlengths 40 40 | max_forks_repo_licenses listlengths 1 7 | max_forks_count int64 1 12.6k ⌀ | max_forks_repo_forks_event_min_datetime stringlengths 24 24 ⌀ | max_forks_repo_forks_event_max_datetime stringlengths 24 24 ⌀ | content stringlengths 6 1.05M | avg_line_length float64 1.16 19.7k | max_line_length int64 2 938k | alphanum_fraction float64 0 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
647e61406b5f2aa66e365f33bd53ca8f27cc9ef3 | 1,874 | asm | Assembly | programs/oeis/304/A304387.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/304/A304387.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/304/A304387.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A304387: a(n) = 27*2^n - 5.
; 22,49,103,211,427,859,1723,3451,6907,13819,27643,55291,110587,221179,442363,884731,1769467,3538939,7077883,14155771,28311547,56623099,113246203,226492411,452984827,905969659,1811939323,3623878651,7247757307,14495514619,28991029243,57982058491,115964116987,231928233979,463856467963,927712... | 187.4 | 1,784 | 0.922625 |
2861a375a5abcf86a3636449a44d9bb23a31f242 | 457 | asm | Assembly | uw1/call-eop-tryKeyAndMouseBindings.asm | JohnGlassmyer/UltimaHacks | f9a114e00c4a1edf1ac7792b465feff2c9b88ced | [
"MIT"
] | 68 | 2018-03-04T22:34:22.000Z | 2022-03-10T15:18:32.000Z | uw1/call-eop-tryKeyAndMouseBindings.asm | ptrie/UltimaHacks | 2c3557a86d94ad8b54b26bc395b9aed1604f8be1 | [
"MIT"
] | 19 | 2018-11-20T04:06:49.000Z | 2021-11-08T16:37:10.000Z | uw1/call-eop-tryKeyAndMouseBindings.asm | ptrie/UltimaHacks | 2c3557a86d94ad8b54b26bc395b9aed1604f8be1 | [
"MIT"
] | 4 | 2020-09-01T17:57:36.000Z | 2022-01-04T20:51:11.000Z | %ifndef EXE_LENGTH
%include "../UltimaPatcher.asm"
%include "include/uw1.asm"
%include "include/uw1-eop.asm"
defineAddress 12, 0x0018, tryHandlersInMainLoop
%endif
[bits 16]
startPatch EXE_LENGTH, \
call eop tryKeyAndMouseBindings to respond to multiple simultaneous keys
startBlockAt addr_tryHandlersInMain... | 22.85 | 74 | 0.803063 |
875ea1d5b16aca17258f7d32f1b6aac22c9fe3be | 474 | asm | Assembly | libsrc/_DEVELOPMENT/fcntl/z80/drivers/terminal/tty/asm_tty_state_get_3.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/fcntl/z80/drivers/terminal/tty/asm_tty_state_get_3.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/fcntl/z80/drivers/terminal/tty/asm_tty_state_get_3.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
SECTION code_fcntl
PUBLIC asm_tty_state_get_3
EXTERN l_inc_hl, asm_tty_state_get_2
EXTERN asm0_tty_state_param_store
asm_tty_state_get_3:
; c = ascii char
; stack = & tty.action
; first store next state
pop hl
ld de,asm_tty_state_get_2
call asm0_tty_state_param_store
; hl = & ... | 16.344828 | 51 | 0.616034 |
3944de409edf60031796d27effe0e4634ae1b550 | 1,599 | asm | Assembly | PRG/levels/Ice/6-5.asm | narfman0/smb3_pp1 | 38a58adafff67a403591e38875e9fae943a5fe76 | [
"Unlicense"
] | null | null | null | PRG/levels/Ice/6-5.asm | narfman0/smb3_pp1 | 38a58adafff67a403591e38875e9fae943a5fe76 | [
"Unlicense"
] | null | null | null | PRG/levels/Ice/6-5.asm | narfman0/smb3_pp1 | 38a58adafff67a403591e38875e9fae943a5fe76 | [
"Unlicense"
] | null | null | null | ; Original address was $ACEA
; 6-5 outside / powerup / goal
.word W605_UnderL ; Alternate level layout
.word W605_UnderO ; Alternate object layout
.byte LEVEL1_SIZE_06 | LEVEL1_YSTART_170
.byte LEVEL2_BGPAL_00 | LEVEL2_OBJPAL_08 | LEVEL2_XSTART_18
.byte LEVEL3_TILESET_03 | LEVEL3_VSCROLL_LOCKED | LEVEL3_PIPENOTEXI... | 63.96 | 85 | 0.523452 |
a66d59e2f568e41444753d104e5b3a6b516b44a0 | 219 | nasm | Assembly | Chapter03/data-manipulation/xchg.nasm | firebitsbr/Penetration-Testing-with-Shellcode | 2d756bccace6b727e050b2010ebf23e08d221fdc | [
"MIT"
] | 30 | 2018-05-15T21:45:09.000Z | 2022-03-23T20:04:25.000Z | Chapter03/data-manipulation/xchg.nasm | naveenselvan/Penetration-Testing-with-Shellcode | 2d756bccace6b727e050b2010ebf23e08d221fdc | [
"MIT"
] | 1 | 2020-10-19T13:03:32.000Z | 2020-11-24T05:50:17.000Z | Chapter03/data-manipulation/xchg.nasm | naveenselvan/Penetration-Testing-with-Shellcode | 2d756bccace6b727e050b2010ebf23e08d221fdc | [
"MIT"
] | 18 | 2018-02-20T21:21:23.000Z | 2022-01-26T04:19:28.000Z | global _start
section .text
_start:
mov rax, 0x1234
mov rbx, 0x5678
xchg rax, rbx
mov rcx, 0x9876
xchg rcx,[mem1]
mov rax, 60
mov rdi, 0
syscall
section .data
mem1: dw 0x1234
| 12.166667 | 19 | 0.598174 |
0e17a086943dc54158f44ab6d871fc53c63204a8 | 134 | asm | Assembly | libsrc/target/sam/graphics/res_MODE2.asm | ahjelm/z88dk | c4de367f39a76b41f6390ceeab77737e148178fa | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/target/sam/graphics/res_MODE2.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/target/sam/graphics/res_MODE2.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ;
; Plotting in Sam modes
;
SECTION code_graphics
PUBLIC res_MODE2
res_MODE2:
defc NEEDunplot = 1
INCLUDE "pixel_MODE2.inc"
| 11.166667 | 26 | 0.731343 |
1ec5090a527d014295c62cd9d5ae43252db76176 | 10,473 | asm | Assembly | 223bytes-windows-x86-reverse-tcp-nullfree-PIC.asm | cwaazywabbit/shellcodes | 86d66693053f8ec5c679ed0adb409cb7612b48bb | [
"MIT"
] | null | null | null | 223bytes-windows-x86-reverse-tcp-nullfree-PIC.asm | cwaazywabbit/shellcodes | 86d66693053f8ec5c679ed0adb409cb7612b48bb | [
"MIT"
] | null | null | null | 223bytes-windows-x86-reverse-tcp-nullfree-PIC.asm | cwaazywabbit/shellcodes | 86d66693053f8ec5c679ed0adb409cb7612b48bb | [
"MIT"
] | 2 | 2021-07-09T09:01:45.000Z | 2021-11-18T08:43:58.000Z | ;-------------------------------------------------------------------------------------------;
; Author: Shadi Habbal (@Kerpanic), @TheCyberBebop
; Tested on: Windows 10.0.16299 (x86)
; Version: 1.0 (06 June 2021)
;-------------------------------------------------------------------------------------------;
; Characteris... | 42.573171 | 209 | 0.562685 |
d04e1904b8d22537ec9d7d3edf7a44630701bb80 | 1,417 | asm | Assembly | Examples/ch12/BorlandCPP/ReadSec/ReadSec.asm | satadriver/LiunuxOS_t | c6222f04b6e734002cbf1aa366eb62e51f0ebbe5 | [
"Apache-2.0"
] | null | null | null | Examples/ch12/BorlandCPP/ReadSec/ReadSec.asm | satadriver/LiunuxOS_t | c6222f04b6e734002cbf1aa366eb62e51f0ebbe5 | [
"Apache-2.0"
] | null | null | null | Examples/ch12/BorlandCPP/ReadSec/ReadSec.asm | satadriver/LiunuxOS_t | c6222f04b6e734002cbf1aa366eb62e51f0ebbe5 | [
"Apache-2.0"
] | null | null | null | TITLE Reading Disk Sectors (ReadSec.asm)
; The ReadSector procedure is called from a 16-bit
; Real-mode application written in Borland C++ 5.01.
; It can read FAT12, FAT16, and FAT32 disks under
; MS-DOS, and Windows 95/98/Me.
; Last update: 12/5/01
Public _ReadSector
.model small
.386
DiskIO STRUC
strtSect... | 25.303571 | 59 | 0.65561 |
9dd9206d3cdae141215924f08f1049a2ca4ef4dc | 45,570 | asm | Assembly | P6/P6Judger - 100 testpoints/testpoint/testpoint81.asm | flyinglandlord/BUAA-CO-2021 | 1aa28b09762dfb2376ed2aac4126839f0e6fcf93 | [
"MIT"
] | 5 | 2021-12-05T12:58:26.000Z | 2022-03-31T02:05:13.000Z | P6/P6Judger - 100 testpoints/testpoint/testpoint81.asm | OliverDu8-24/BUAA-CO-2021 | 9959abd90de9039d751bab64f153547e76066665 | [
"MIT"
] | null | null | null | P6/P6Judger - 100 testpoints/testpoint/testpoint81.asm | OliverDu8-24/BUAA-CO-2021 | 9959abd90de9039d751bab64f153547e76066665 | [
"MIT"
] | 2 | 2021-12-19T11:49:48.000Z | 2021-12-22T10:25:38.000Z | ori $1, $0, 0
ori $2, $0, 12
ori $3, $0, 14
ori $4, $0, 3
sw $3, 0($0)
sw $2, 4($0)
sw $2, 8($0)
sw $2, 12($0)
sw $3, 16($0)
sw $4, 20($0)
sw $3, 24($0)
sw $1, 28($0)
sw $2, 32($0)
sw $2, 36($0)
sw $2, 40($0)
sw $2, 44($0)
sw $4, 48($0)
sw $4, 52($0)
sw $1, 56($0)
sw $1, 60($0)
sw $3, 64($0)
sw $2, 68($0)
sw $2, 72($0)... | 12.020575 | 21 | 0.540334 |
a5382058d3a43383a32133744b2127b53370ac31 | 402 | asm | Assembly | programs/oeis/021/A021546.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/021/A021546.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/021/A021546.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A021546: Decimal expansion of 1/542.
; 0,0,1,8,4,5,0,1,8,4,5,0,1,8,4,5,0,1,8,4,5,0,1,8,4,5,0,1,8,4,5,0,1,8,4,5,0,1,8,4,5,0,1,8,4,5,0,1,8,4,5,0,1,8,4,5,0,1,8,4,5,0,1,8,4,5,0,1,8,4,5,0,1,8,4,5,0,1,8,4,5,0,1,8,4,5,0,1,8,4,5,0,1,8,4,5,0,1,8
lpb $0
mov $1,$0
trn $0,5
lpe
add $0,5
mov $2,2
add $2,$1
trn $2,4
lpb $0
... | 19.142857 | 199 | 0.514925 |
c5e6b01d3b8c65357262aa964895356f44445fe0 | 5,057 | asm | Assembly | lista1/q6.asm | vags-cin/awesome-bootloader | 1b64683ea804e01e49722a0d4f2e334ed8ffa4ae | [
"Apache-2.0"
] | 8 | 2017-05-25T02:43:26.000Z | 2019-07-10T14:56:29.000Z | lista1/q6.asm | ovictoraurelio/awesome-bootloader | 1b64683ea804e01e49722a0d4f2e334ed8ffa4ae | [
"Apache-2.0"
] | null | null | null | lista1/q6.asm | ovictoraurelio/awesome-bootloader | 1b64683ea804e01e49722a0d4f2e334ed8ffa4ae | [
"Apache-2.0"
] | null | null | null | org 0x7c00
jmp 0x0000:start
; ♥ ♥ ♥ ♥ ♥
; Assembly is love
; @ovictoraurelio
; @jgfn1
; With contributions of Nathan Martins Freire.
;int number_programs
;int i
;int maior = 0
;int menor = 100000
;
;scanf(number_programs)
;for(i = 0; i < number_programs;i++)
;{
; scanf(inteiro[i])
; if(inteiro[i] > maior)
; m... | 22.277533 | 87 | 0.634368 |
168ce3ca871bb8e6dfd42a0a559cc1f48d117b13 | 5,901 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2_notsx.log_53_17.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2_notsx.log_53_17.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2_notsx.log_53_17.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r9
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0xabec, %rsi
lea addresses_WT_ht+0x105ac, %rdi
xor %r11, %r11
mov $118, %rcx
rep movsb
nop
sub $36031, %r9
lea addresses_UC_ht+0x14ac, %rsi
xor %r13, %r13
mov (%rsi), %r11
nop
... | 22.184211 | 158 | 0.645992 |
17b68c6334c82182a125741fe66dee0b99924956 | 482 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/am9511/c/sccz80/cam32_sccz80_zero.asm | ahjelm/z88dk | c4de367f39a76b41f6390ceeab77737e148178fa | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/math/float/am9511/c/sccz80/cam32_sccz80_zero.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/math/float/am9511/c/sccz80/cam32_sccz80_zero.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
SECTION code_fp_am9511
PUBLIC cam32_sccz80_zero
EXTERN asm_am9511_zero
; return a signed legal zero
;
; enter : stack = ret, DEHL = signed IEEE_float
;
; exit : DEHL = sccz80_float(signed 0 IEEE_float)
;
; uses : af, bc, de, hl
DEFC cam32_sccz80_zero = asm_am9511_zero ; enter ... | 25.368421 | 74 | 0.522822 |
b5af675089d66db278c7f4ea1f1c1aee9785a460 | 77,594 | asm | Assembly | reference_asm/title_screen.asm | tashiww/maten_tools | efaf43958639edfdcd342615f4c23ccba35d80ce | [
"MIT"
] | 1 | 2021-05-14T19:14:38.000Z | 2021-05-14T19:14:38.000Z | reference_asm/title_screen.asm | tashiww/maten_tools | efaf43958639edfdcd342615f4c23ccba35d80ce | [
"MIT"
] | null | null | null | reference_asm/title_screen.asm | tashiww/maten_tools | efaf43958639edfdcd342615f4c23ccba35d80ce | [
"MIT"
] | null | null | null | ; ########################################################################################
; # Generated by the active disassembly feature of the Exodus emulation platform
; #
; # Creation Date: 2021-1-8 10:24:13
; # Analysis Region: 0x00001000 - 0x00004000
; ##########################################################... | 37.161877 | 228 | 0.541524 |
a6172b892a83b8863da673c98f0260a498da2a61 | 9,347 | asm | Assembly | bomber-02/bomber.asm | leonhad/atari | fc960c556d433cea6dc95a6e65b2429397e41c6e | [
"Apache-2.0"
] | null | null | null | bomber-02/bomber.asm | leonhad/atari | fc960c556d433cea6dc95a6e65b2429397e41c6e | [
"Apache-2.0"
] | null | null | null | bomber-02/bomber.asm | leonhad/atari | fc960c556d433cea6dc95a6e65b2429397e41c6e | [
"Apache-2.0"
] | null | null | null | processor 6502
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Include required files with VCS register memory mapping and macros
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
include "vcs.h"
include "macro.h"
;;;;;;;;;;;;;;;;;;;;;;;;;;;... | 38.15102 | 79 | 0.431796 |
720e7d8c11135bce1e3d685f67be94e8c66a275c | 3,745 | asm | Assembly | Meta/Minnow.asm | jaredwhitney/os3 | 05e0cda4670da093cc720d0dccbfeb29e788fa0f | [
"MIT"
] | 5 | 2015-02-25T01:28:09.000Z | 2021-05-22T09:03:04.000Z | Meta/Minnow.asm | jaredwhitney/os3 | 05e0cda4670da093cc720d0dccbfeb29e788fa0f | [
"MIT"
] | 38 | 2015-02-10T18:37:11.000Z | 2017-10-03T03:08:50.000Z | Meta/Minnow.asm | jaredwhitney/os3 | 05e0cda4670da093cc720d0dccbfeb29e788fa0f | [
"MIT"
] | 2 | 2016-05-06T22:48:46.000Z | 2017-01-12T19:28:49.000Z | [bits 32]
dd Minnow.$FILE_END - Minnow.$FILE_START
db "OrcaHLL Class", 0
db "Minnow", 0
Minnow.$FILE_START :
Minnow.ReadFileBlock:
pop dword [Minnow.ReadFileBlock.returnVal]
pop ecx
mov [Minnow.ReadFileBlock.$local.block], ecx
pop ecx
mov [Minnow.ReadFileBlock.$local.fileType], ecx
pop ecx
mov [Minnow.ReadFileBlock.... | 21.278409 | 50 | 0.777036 |
6fbb6d1b2b9e90fe127097b1a772e4f843fd3cbc | 568 | asm | Assembly | programs/oeis/303/A303590.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/303/A303590.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/303/A303590.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A303590: Floor(n*beta)-1, where 1/alpha+1/beta=1, alpha being the number with continued fraction expansion [1;1,2,3,4,5,...] (A247844).
; 1,3,6,8,11,13,16,18,20,23,25,28,30,33,35,37,40,42,45,47,50,52,54,57,59,62,64,67,69,71,74,76,79,81,84,86,89,91,93,96,98,101,103,106,108,110,113,115,118,120,123,125,127,130,132,135,1... | 23.666667 | 248 | 0.642606 |
b7cff20082f8f6d5dcc4806e441ca14b5375302d | 4,252 | asm | Assembly | dino/lcs/etc/8.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | a4a0c86c200241494b3f1834cd0aef8dc02f7683 | [
"Apache-2.0"
] | 6 | 2020-10-14T15:29:10.000Z | 2022-02-12T18:58:54.000Z | dino/lcs/etc/8.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | a4a0c86c200241494b3f1834cd0aef8dc02f7683 | [
"Apache-2.0"
] | null | null | null | dino/lcs/etc/8.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | a4a0c86c200241494b3f1834cd0aef8dc02f7683 | [
"Apache-2.0"
] | 1 | 2020-12-17T08:59:10.000Z | 2020-12-17T08:59:10.000Z | copyright zengfr site:http://github.com/zengfr/romhack
00042A move.l D1, (A0)+
00042C dbra D0, $42a
0018AE add.l D0, ($8,A6)
0018B2 moveq #$0, D0 [123p+ 8, 123p+ A, base+744, enemy+ 8, enemy+ A, etc+ 8, etc+ A, item+ 8, item+ A]
00494E move.l D0, (A4)+
004950 move.l D0, (A4)+
004D3C move.l D0, ... | 53.15 | 350 | 0.592192 |
87b27ffbff46ef5fab00fe7762af7be715be4de9 | 170 | asm | Assembly | src/Core/InterruptHandlers/Joypad.asm | stoneface86/GameboyBoilerplateProj | 7d2dedb2c3f6fe49819f8ca32c4f6308022d18c7 | [
"MIT"
] | 25 | 2018-06-08T19:19:53.000Z | 2021-10-03T05:07:38.000Z | src/Core/InterruptHandlers/Joypad.asm | stoneface86/GameboyBoilerplateProj | 7d2dedb2c3f6fe49819f8ca32c4f6308022d18c7 | [
"MIT"
] | 1 | 2020-07-14T20:15:47.000Z | 2020-07-15T20:15:26.000Z | src/Core/InterruptHandlers/Joypad.asm | stoneface86/GameboyBoilerplateProj | 7d2dedb2c3f6fe49819f8ca32c4f6308022d18c7 | [
"MIT"
] | 6 | 2019-05-23T05:32:11.000Z | 2020-04-26T21:26:00.000Z | include "./src/Includes.inc"
section "JoypadHandler", rom0
; Unused and really shouldn't be used
Joypad::
ld a, JOYPAD_INTERRUPT_CODE
ld [wLastInterrupt], a
reti
| 17 | 37 | 0.735294 |
9019b12f5d4cd00df9653363927ae172c638eff5 | 8,876 | asm | Assembly | clock-2-0.asm | politechnik/pic-clock | 339fb5f40cc0b2000cf3eb8657866d7d1d2c2e43 | [
"BSD-3-Clause"
] | null | null | null | clock-2-0.asm | politechnik/pic-clock | 339fb5f40cc0b2000cf3eb8657866d7d1d2c2e43 | [
"BSD-3-Clause"
] | null | null | null | clock-2-0.asm | politechnik/pic-clock | 339fb5f40cc0b2000cf3eb8657866d7d1d2c2e43 | [
"BSD-3-Clause"
] | null | null | null | ;***************************************************************************;
; Digital clock listing, v 2.0 ;
; Author: Oleg TSaregorodtsev ;
;***************************************************************************;
; MCU Ports connecting: ;
;***************************************... | 17.135135 | 89 | 0.600721 |
e58ab17102e9ef6629b85973ec746b75d0428fa6 | 505 | asm | Assembly | programs/oeis/345/A345889.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/345/A345889.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/345/A345889.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A345889: Number of tilings of an n-cell circular array with rectangular tiles of any size, and where the number of possible colors of a tile is given by the smallest cell covered.
; 1,4,16,76,436,2956,23116,204556,2018956,21977356,261478156,3374988556,46964134156,700801318156,11162196262156,189005910310156,3390192763... | 36.071429 | 225 | 0.780198 |
b6697441457f03b22751edff89a4dae54b5f35eb | 1,240 | asm | Assembly | libsrc/graphics/spectrum/cpm/pixel.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/graphics/spectrum/cpm/pixel.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/graphics/spectrum/cpm/pixel.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ;
; "pixel", SMC variant for the Spectrum +3 CP/M
; Stefano - 2016
;
;
; $Id: pixel.asm,v 1.1 2016-10-26 13:03:30 stefano Exp $
;
INCLUDE "graphics/grafix.inc"
SECTION code_clib
PUBLIC pixel
EXTERN pixeladdress
EXTERN __gfx_coords
EXTERN pixmode
EXTERN pixelbyte
EXTERN p3_peek
EXTERN p3... | 16.315789 | 71 | 0.579032 |
acae5cf527fe72e3a759002d043e063e3136db6a | 132 | asm | Assembly | src/test/resources/data/searchtests/opt-test2.asm | cpcitor/mdlz80optimizer | 75070d984e1f08474e6d397c7e0eb66d8be0c432 | [
"Apache-2.0"
] | 36 | 2020-06-29T06:52:26.000Z | 2022-02-10T19:41:58.000Z | src/test/resources/data/searchtests/opt-test2.asm | cpcitor/mdlz80optimizer | 75070d984e1f08474e6d397c7e0eb66d8be0c432 | [
"Apache-2.0"
] | 39 | 2020-07-02T18:19:34.000Z | 2022-03-27T18:08:54.000Z | src/test/resources/data/searchtests/opt-test2.asm | cpcitor/mdlz80optimizer | 75070d984e1f08474e6d397c7e0eb66d8be0c432 | [
"Apache-2.0"
] | 7 | 2020-07-02T06:00:05.000Z | 2021-11-28T17:31:13.000Z | org #4000
xor a
ld b, (7 + 2) * 2
ld c, (7 + 2) * 2
ld (bc), a
loop:
jr loop
org #c000
var1: db 1
| 10.153846 | 21 | 0.393939 |
c24c3d42d28c28dfa1f4701f034a7579dbbdd206 | 597 | asm | Assembly | oeis/185/A185717.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/185/A185717.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/185/A185717.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A185717: Expansion of q^(-1) * c(q^2) * (c(q) - c(q^4)) / 9 in powers of q^2 where c() is a cubic AGM theta function.
; Submitted by Jamie Morken(w3)
; 1,3,6,8,9,12,14,18,18,20,24,24,31,27,30,32,36,48,38,42,42,44,54,48,57,54,54,72,60,60,62,72,84,68,72,72,74,93,96,80,81,84,108,90,90,112,96,120,98,108,102,104,144,108,1... | 85.285714 | 350 | 0.685092 |
302ebbe47cebf9c30d02db1b52c05223d792a6a1 | 11,877 | asm | Assembly | transformy/tables/gen/004e.asm | mborik/regression | 25b5f2204ce668594449e8ce804779288b895ac0 | [
"MIT"
] | 3 | 2019-09-18T05:34:22.000Z | 2020-12-04T17:46:52.000Z | transformy/tables/gen/004e.asm | mborik/regression | 25b5f2204ce668594449e8ce804779288b895ac0 | [
"MIT"
] | null | null | null | transformy/tables/gen/004e.asm | mborik/regression | 25b5f2204ce668594449e8ce804779288b895ac0 | [
"MIT"
] | 1 | 2020-01-17T01:04:24.000Z | 2020-01-17T01:04:24.000Z | ld a, 102
ld d,a
ld e,a
ld (basescradr + #01ed), de
ld (basescradr + #02ed), de
ld (basescradr + #06ae), de
ld (basescradr + #0989), de
ld (basescradr + #0a0c), de
ld (basescradr + #0d2b), de
ld (basescradr + #0d4a), de
ld (basescradr + #0e4a), de
ld (basescradr + #01ce), a
ld (basescradr + #0... | 20.23339 | 29 | 0.550812 |
68476d317656379e6fed7fdd5e5b47c4f281c8d8 | 335 | asm | Assembly | programs/oeis/127/A127112.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/127/A127112.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/127/A127112.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A127112: n! in base 4.
; 1,1,2,12,120,1320,23100,1032300,21312000,1120212000,31311330000,2120101110000,130203033300000,11303022030300000,1101030032302200000,103001313131311200000
seq $0,142 ; Factorial numbers: n! = 1*2*3*4*...*n (order of symmetric group S_n, number of permutations of n letters).
seq $0,7090 ; Numb... | 55.833333 | 155 | 0.770149 |
22e7e71972caf18df1fb10b12b96f4c8508b7c1f | 384 | asm | Assembly | oeis/155/A155198.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/155/A155198.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/155/A155198.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A155198: a(n)=9*a(n-1)+a(n-2), n>2 ; a(0)=1, a(1)=8, a(2)=72 .
; Submitted by Jon Maiga
; 1,8,72,656,5976,54440,495936,4517864,41156712,374928272,3415511160,31114528712,283446269568,2582130954824,23522624862984,214285754721680,1952094417358104,17783135510944616,162000314015859648
mov $3,1
lpb $0
sub $0,1
add $3,... | 25.6 | 192 | 0.692708 |
f78bbdbef59e5eb3c91aff8dd413ffea493920a3 | 872 | a51 | Assembly | a51test/(38)ADDC_A_Rn.a51 | Aimini/51cpu | cdeb75510d1dcd867fbebe10e963c4dbecd5ff13 | [
"MIT"
] | null | null | null | a51test/(38)ADDC_A_Rn.a51 | Aimini/51cpu | cdeb75510d1dcd867fbebe10e963c4dbecd5ff13 | [
"MIT"
] | null | null | null | a51test/(38)ADDC_A_Rn.a51 | Aimini/51cpu | cdeb75510d1dcd867fbebe10e963c4dbecd5ff13 | [
"MIT"
] | null | null | null |
MOV 0xD0,#0x00
MOV R0,#0x00
MOV R1,#0x01
MOV R2,#0x02
MOV R3,#0x03
MOV R4,#0x04
MOV R5,#0x05
MOV R6,#0x06
MOV R7,#0x07
MOV 0xD0,#0x08
MOV R0,#0x08
MOV R1,#0x09
MOV R2,#0x0A
MOV R3,#0x0B
MOV R4,#0x0C
MOV R5,#0x0D
MOV R6,#0x0E
MOV R7,#0x0F
MOV 0xD0,#0x10
MOV R0,#0x10
MOV R1,#0x11
MOV R2,#0x12
MOV R3,#0x13
MOV R4,#0x14... | 10.634146 | 14 | 0.694954 |
d56796e9e86baca518b14a836a3fe63bb1f359c7 | 4,039 | asm | Assembly | iod/iob/abuf.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | iod/iob/abuf.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | iod/iob/abuf.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | ; Buffering (allocate buffer) utility V2.00 1989 Tony Tebby QJUMP
section iou
xdef iob_abuf
xdef iob_anew
xdef iob_allc
xdef iob_lnew
xref gu_achpp
include 'dev8_keys_buf'
include 'dev8_mac_assert'
;+++
; This routine allocates a new buffer for output and sets the buffer
; pointers.
;
; This must no... | 25.086957 | 73 | 0.686556 |
173aa1b81f04ef91fe5aea8fb9941c0a5512a5d0 | 520 | asm | Assembly | data/baseStats/magmar.asm | etdv-thevoid/pokemon-rgb-enhanced | 5b244c1cf46aab98b9c820d1b7888814eb7fa53f | [
"MIT"
] | 1 | 2022-01-09T05:28:52.000Z | 2022-01-09T05:28:52.000Z | data/baseStats/magmar.asm | ETDV-TheVoid/pokemon-rgb-enhanced | 5b244c1cf46aab98b9c820d1b7888814eb7fa53f | [
"MIT"
] | null | null | null | data/baseStats/magmar.asm | ETDV-TheVoid/pokemon-rgb-enhanced | 5b244c1cf46aab98b9c820d1b7888814eb7fa53f | [
"MIT"
] | null | null | null | db MAGMAR ; pokedex id
db 65 ; base hp
db 95 ; base attack
db 57 ; base defense
db 93 ; base speed
db 85 ; base special
db FIRE ; species type 1
db FIRE ; species type 2
db 45 ; catch rate
db 167 ; base exp yield
INCBIN "pic/gsmon/magmar.pic",0,1 ; 66, sprite dimensions
dw MagmarPicFront
dw MagmarPicBack
; attacks know... | 17.931034 | 57 | 0.726923 |
bd70bf610266dbfc3b3f7aa9cc7f640cd2c6df1e | 2,357 | asm | Assembly | Systems Programming/Assignment 1/prog8.asm | neeladripal/bcse-lab | 915d2f535ae95a062438fc85980419646a3951ad | [
"MIT"
] | null | null | null | Systems Programming/Assignment 1/prog8.asm | neeladripal/bcse-lab | 915d2f535ae95a062438fc85980419646a3951ad | [
"MIT"
] | null | null | null | Systems Programming/Assignment 1/prog8.asm | neeladripal/bcse-lab | 915d2f535ae95a062438fc85980419646a3951ad | [
"MIT"
] | 1 | 2021-08-06T14:39:53.000Z | 2021-08-06T14:39:53.000Z | TITLE PROG8 {EXE} Find maximum and minimum from an array of numbers
;------------------------------------
.MODEL SMALL
.STACK
;------------------------------------
.DATA
INPTMSG DB "Array of elements? ", "$"
OUTMX DB "Max -> ", "$"
OUTMN DB 09H, "Min -> ", "$"
MAX DW 0FFFFH
MIN DW 7FFFH
;---------------... | 19.008065 | 68 | 0.546882 |
bf972c2ee5be30510be30766e66c6192aa02b5dc | 361 | asm | Assembly | programs/oeis/099/A099892.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/099/A099892.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/099/A099892.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A099892: XOR BINOMIAL transform of A003188 (Gray code numbers); also the main diagonal of the XOR difference triangle A099891.
; 0,1,3,0,6,0,0,0,12,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,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,96
mul $0,2
trn $0,1
seq $0,99894 ; XOR BINOMIAL transfor... | 36.1 | 135 | 0.65097 |
6552e0847913e6ec712bcd79716cbbee7b31115b | 908 | asm | Assembly | Bank_I/6_sqrt.asm | ndf-zz/fv1testing | 1ea474b6d93e888f091de15bcaed0d5a57905f22 | [
"CC0-1.0"
] | null | null | null | Bank_I/6_sqrt.asm | ndf-zz/fv1testing | 1ea474b6d93e888f091de15bcaed0d5a57905f22 | [
"CC0-1.0"
] | null | null | null | Bank_I/6_sqrt.asm | ndf-zz/fv1testing | 1ea474b6d93e888f091de15bcaed0d5a57905f22 | [
"CC0-1.0"
] | 1 | 2019-11-26T12:02:28.000Z | 2019-11-26T12:02:28.000Z | ; FV-1 Testing
;
; Program: Square root
;
; Determine special case sqrt(x) using log:
;
; log(sqrt(x)) = 0.5 * log(x)
;
; Note: Since log performs abs(x), the negative signal is
; incorrect.
;
; POT0: Offset
; POT1: Level
;
; Prepare LFOs
skp RUN,main
wlds SIN0,100,32767
main: rdax POT0,-1.0 ; load pot0 inver... | 23.894737 | 57 | 0.67511 |
5c6f93b19ca8c2d8ab3aae1d0245fb3c74a329c8 | 3,995 | asm | Assembly | source/string/functions/memory.asm | paulscottrobson/6502-basic | d4c360041bfa49427a506465e58bb0ef94beaa44 | [
"MIT"
] | 3 | 2021-09-30T19:34:11.000Z | 2021-10-31T06:55:50.000Z | source/string/functions/memory.asm | paulscottrobson/6502-Basic | d4c360041bfa49427a506465e58bb0ef94beaa44 | [
"MIT"
] | null | null | null | source/string/functions/memory.asm | paulscottrobson/6502-Basic | d4c360041bfa49427a506465e58bb0ef94beaa44 | [
"MIT"
] | 1 | 2021-12-07T21:58:44.000Z | 2021-12-07T21:58:44.000Z | ; ************************************************************************************************
; ************************************************************************************************
;
; Name: memory.asm
; Purpose: String memory handler
; Created: 27th February 2021
; Reviewed: 8th March 2021
; Au... | 31.706349 | 98 | 0.427034 |
62329fb7e4ab23b25bcb62e09108e262d1652628 | 22,512 | asm | Assembly | UniBank.asm | Cancer52/flamedriver | 9ee6cf02c137dcd63e85a559907284283421e7ba | [
"0BSD"
] | 9 | 2017-10-09T20:28:45.000Z | 2021-06-29T21:19:20.000Z | UniBank.asm | Cancer52/flamedriver | 9ee6cf02c137dcd63e85a559907284283421e7ba | [
"0BSD"
] | 12 | 2018-08-01T13:52:20.000Z | 2022-02-21T02:19:37.000Z | UniBank.asm | Cancer52/flamedriver | 9ee6cf02c137dcd63e85a559907284283421e7ba | [
"0BSD"
] | 2 | 2018-02-17T19:50:36.000Z | 2019-10-30T19:28:06.000Z | ; ===========================================================================
; FM Universial Voice Bank
; ===========================================================================
SourceSMPS2ASM set 0
SourceDriver set 3
; Synth Bass 2
; Voice $00
; $3C
; $01, $00, $00, $00, $1F, $1F, $15, $1F, $11, $0D, $12, $05... | 33.450223 | 77 | 0.549885 |
d684699678912ec7c4ff80a7ccb582bb84a77eea | 733 | asm | Assembly | programs/oeis/318/A318935.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/318/A318935.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/318/A318935.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A318935: a(n) = Sum_{2^m divides n} 2^(3*m).
; 1,9,1,73,1,9,1,585,1,9,1,73,1,9,1,4681,1,9,1,73,1,9,1,585,1,9,1,73,1,9,1,37449,1,9,1,73,1,9,1,585,1,9,1,73,1,9,1,4681,1,9,1,73,1,9,1,585,1,9,1,73,1,9,1,299593,1,9,1,73,1,9,1,585,1,9,1,73,1,9,1,4681,1,9,1,73,1,9,1,585,1,9,1,73,1,9,1,37449,1,9,1,73,1,9,1,585,1,9,1,73,1,9,1... | 73.3 | 620 | 0.592087 |
c9ca94e0e9e7083fbd8ec3529cbf496957b4939c | 640 | asm | Assembly | Quiz and Lab Assessment/Solution/3.asm | AhnafNSU/CSE331L-Section-1-Fall20-NSU | 870d9527411f8a74336d8c90d3a09e5750d88af7 | [
"MIT"
] | null | null | null | Quiz and Lab Assessment/Solution/3.asm | AhnafNSU/CSE331L-Section-1-Fall20-NSU | 870d9527411f8a74336d8c90d3a09e5750d88af7 | [
"MIT"
] | null | null | null | Quiz and Lab Assessment/Solution/3.asm | AhnafNSU/CSE331L-Section-1-Fall20-NSU | 870d9527411f8a74336d8c90d3a09e5750d88af7 | [
"MIT"
] | null | null | null | .MODEL SMALL
.STACK 100H
.DATA
STRING DB "Predefined String is being used."
VOWEL DB ?
.CODE
MAIN PROC
MOV AX, @DATA
MOV DS, AX
MOV SI, OFFSET STRING
MOV BL, 00
BACK: MOV AL, [SI]
CMP AL,'$'
JZ FINAL
CMP AL,'A'
JZ COUNT
CMP AL,'E'
JZ COUNT
CMP AL,'I'
... | 13.061224 | 46 | 0.5375 |
20942e79ee4b40aafc3f8eeadfd1f039a0f21d30 | 62,176 | asm | Assembly | target/cos_117/disasm/iop_overlay1/STRSTAT.asm | jrrk2/cray-sim | 52c9639808d6890517092637b188282c00cce4f7 | [
"BSL-1.0"
] | 49 | 2020-10-09T12:29:16.000Z | 2022-03-12T02:33:35.000Z | target/cos_117/disasm/iop_overlay1/STRSTAT.asm | jrrk2/cray-sim | 52c9639808d6890517092637b188282c00cce4f7 | [
"BSL-1.0"
] | 1 | 2021-12-29T15:59:25.000Z | 2021-12-29T15:59:25.000Z | target/cos_117/disasm/iop_overlay1/STRSTAT.asm | jrrk2/cray-sim | 52c9639808d6890517092637b188282c00cce4f7 | [
"BSL-1.0"
] | 6 | 2021-04-12T06:10:32.000Z | 2022-02-08T23:11:19.000Z | 0x0000 (0x000000) 0x2104- f:00020 d: 260 | A = OR[260]
0x0001 (0x000002) 0x290D- f:00024 d: 269 | OR[269] = A
0x0002 (0x000004) 0x2104- f:00020 d: 260 | A = OR[260]
0x0003 (0x000006) 0x1403- f:00012 d: 3 | A = A + 3 (0x0003)
... | 82.571049 | 127 | 0.471114 |
22509169639724577d8a68e53499ceea7383b9bb | 14 | asm | Assembly | tests/once/once.asm | dommilosz/customasm | d2c55b52d64ea47f5cdb91cd8ec463f37ccadf32 | [
"Apache-2.0"
] | null | null | null | tests/once/once.asm | dommilosz/customasm | d2c55b52d64ea47f5cdb91cd8ec463f37ccadf32 | [
"Apache-2.0"
] | null | null | null | tests/once/once.asm | dommilosz/customasm | d2c55b52d64ea47f5cdb91cd8ec463f37ccadf32 | [
"Apache-2.0"
] | null | null | null | #once
#d8 0xCD | 7 | 8 | 0.714286 |
c614d638f43a0a186e9199179ee09d140d437273 | 2,684 | asm | Assembly | engine/battle/scale_sprites.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 16 | 2018-08-28T21:47:01.000Z | 2022-02-20T20:29:59.000Z | engine/battle/scale_sprites.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 5 | 2019-04-03T19:53:11.000Z | 2022-03-11T22:49:34.000Z | engine/battle/scale_sprites.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 2 | 2019-12-09T19:46:02.000Z | 2020-12-05T21:36:30.000Z | ; scales both uncompressed sprite chunks by two in every dimension (creating 2x2 output pixels per input pixel)
; assumes that input sprite chunks are 4x4 tiles, and the rightmost and bottommost 4 pixels will be ignored
; resulting in a 7*7 tile output sprite chunk
ScaleSpriteByTwo:
ld a, $0
call SwitchSRAMBankAndLat... | 28.860215 | 111 | 0.703428 |
852519307dff41ecba6a53d85b9e1b5802a196dc | 1,267 | asm | Assembly | contrib/opensigcomp/tools/test/lzss.asm | dulton/reSipServer | ac4241df81c1e3eef2e678271ffef4dda1fc6747 | [
"Apache-2.0"
] | 1 | 2019-04-15T14:10:58.000Z | 2019-04-15T14:10:58.000Z | contrib/opensigcomp/tools/test/lzss.asm | dulton/reSipServer | ac4241df81c1e3eef2e678271ffef4dda1fc6747 | [
"Apache-2.0"
] | null | null | null | contrib/opensigcomp/tools/test/lzss.asm | dulton/reSipServer | ac4241df81c1e3eef2e678271ffef4dda1fc6747 | [
"Apache-2.0"
] | 2 | 2019-10-31T09:11:09.000Z | 2021-09-17T01:00:49.000Z | at (32)
:index pad (2)
:length_value pad (2)
:old_pointer pad (2)
at (42)
set (requested_feedback_location, 0)
at (64)
:byte_copy_left pad (2)
:byte_copy_right pad (2)
:input_bit_order pad (2)
:decompressed_... | 20.111111 | 67 | 0.692976 |
9cb8fd247fcda7cb1e45355f494fb3bb90bcbd07 | 8,274 | asm | Assembly | coverage/IN_CTS/0554-COVERAGE-ssa-updater-impl-h-133-256/work/variant/2_spirv_opt_asm/shader.frag.asm | asuonpaa/ShaderTests | 6a3672040dcfa0d164d313224446496d1775a15e | [
"Apache-2.0"
] | null | null | null | coverage/IN_CTS/0554-COVERAGE-ssa-updater-impl-h-133-256/work/variant/2_spirv_opt_asm/shader.frag.asm | asuonpaa/ShaderTests | 6a3672040dcfa0d164d313224446496d1775a15e | [
"Apache-2.0"
] | 47 | 2021-03-11T07:42:51.000Z | 2022-03-14T06:30:14.000Z | coverage/IN_CTS/0554-COVERAGE-ssa-updater-impl-h-133-256/work/variant/2_spirv_opt_asm/shader.frag.asm | asuonpaa/ShaderTests | 6a3672040dcfa0d164d313224446496d1775a15e | [
"Apache-2.0"
] | 4 | 2021-03-09T13:37:19.000Z | 2022-02-25T07:32:11.000Z | ; SPIR-V
; Version: 1.0
; Generator: Khronos Glslang Reference Front End; 10
; Bound: 171
; Schema: 0
OpCapability Shader
%1 = OpExtInstImport "GLSL.std.450"
OpMemoryModel Logical GLSL450
OpEntryPoint Fragment %4 "main" %43 %48
OpExecutionMode %4 Ori... | 35.059322 | 61 | 0.484288 |
bdca6c3bfc0f8962998da666219356e53f302e9a | 1,674 | asm | Assembly | programs/oeis/191/A191008.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/191/A191008.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/191/A191008.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A191008: a(n) = (n*3^(n+1)+((5*3^(n+1)+(-1)^(n))/4))/4.
; 1,5,22,86,319,1139,3964,13532,45517,151313,498226,1627538,5281195,17039327,54705208,174877304,556916953,1767605981,5593383310,17651846030,55570626391,174557144075,547207226932,1712229064916,5348509347109,16680994498409,51949382866474,161567346713162,5018596344... | 69.75 | 1,426 | 0.878734 |
c2fe52b939619adfd0ac4e8a40bfa41f44585d57 | 450 | asm | Assembly | programs/oeis/110/A110805.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/110/A110805.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/110/A110805.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A110805: Sum of digits of n times number of digits of n.
; 1,2,3,4,5,6,7,8,9,2,4,6,8,10,12,14,16,18,20,4,6,8,10,12,14,16,18,20,22,6,8,10,12,14,16,18,20,22,24,8,10,12,14,16,18,20,22,24,26,10,12,14,16,18,20,22,24,26,28,12,14,16,18,20,22,24,26,28,30,14,16,18,20,22,24,26,28,30,32,16,18,20,22,24,26,28,30,32,34,18,20,22,24... | 30 | 281 | 0.615556 |
2653ca05e252c4dd01a34ac41ae0eb11afc63e77 | 406 | asm | Assembly | programs/oeis/057/A057525.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/057/A057525.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/057/A057525.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A057525: Number of applications of f to reduce n to 1, where f(k) is the integer among k/2,(k+1)/4, (k+3)/4.
; 1,1,2,2,2,2,3,2,3,2,3,3,3,3,4,3,3,3,4,3,3,3,4,3,4,3,4,4,4,4,5,3,4,3,4,4,4,4,5,3,4,3,4,4,4,4,5,4,4,4,5,4,4,4,5,4,5,4,5,5,5,5,6,4,4,4,5,4,4,4,5,4,5,4,5,5,5,5,6,4,4,4,5,4,4,4,5,4,5,4
mov $1,1
lpb $0,1
mov $2... | 27.066667 | 181 | 0.534483 |
0961fdb01410461c5fd39707b1dc4d300372b94c | 494 | asm | Assembly | src/stars/examples/basics/hello_world2.asm | kevintmcdonnell/stars | ce0df570c546a8490ef4f9ceeb84c8e1132b2791 | [
"MIT"
] | 9 | 2020-11-05T21:26:09.000Z | 2022-03-04T15:24:40.000Z | src/stars/examples/basics/hello_world2.asm | kevintmcdonnell/stars | ce0df570c546a8490ef4f9ceeb84c8e1132b2791 | [
"MIT"
] | 7 | 2020-11-06T15:59:40.000Z | 2021-08-31T16:36:43.000Z | src/stars/examples/basics/hello_world2.asm | kevintmcdonnell/stars | ce0df570c546a8490ef4f9ceeb84c8e1132b2791 | [
"MIT"
] | 1 | 2021-07-13T21:55:02.000Z | 2021-07-13T21:55:02.000Z | # Hello world program
.data
greeting: .asciiz "Hello world!\n"
prompt1: .asciiz "Enter your age: "
output1: .asciiz "Your age in 5 years: "
.text
main:
# print greeting
li $v0, 4
la $a0, greeting
syscall
# display prompt
li $v0, 4
la $a0, prompt1
syscall
# read integer
li $v0, 5
syscall
# compute new... | 12.35 | 40 | 0.639676 |
1c3befed439d7174c4e7278d0d5b3d8e6f265a94 | 448 | asm | Assembly | oeis/103/A103872.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/103/A103872.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/103/A103872.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A103872: a(n) = 3*trinomial(n+1,0) - trinomial(n+2,0).
; Submitted by Christian Krause
; 0,2,2,6,12,30,72,182,464,1206,3170,8426,22596,61074,166194,454950,1251984,3461574,9611190,26787378,74916660,210178458,591347988,1668172842,4717282752,13369522250,37970114702,108045430902
add $0,2
mov $1,1
mov $3,$0
mov $4,1
lpb ... | 20.363636 | 188 | 0.671875 |
5b3cd4078c87ecbaeef41af13ffca8b2a8e79c29 | 4,614 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1954.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1954.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1954.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r15
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0xe761, %r11
nop
nop
add %rdx, %rdx
mov $0x6162636465666768, %r15
movq %r15, %xmm5
vmovups %ymm5, (%r11)
nop
nop
xor %r11, %r11
lea addresses_normal_ht+0x3d11, %rsi
lea addresses_D_ht+0... | 51.266667 | 2,999 | 0.662765 |
7189762dc310de416f91933a82bee5b8cef2a821 | 117 | asm | Assembly | sample.asm | wyznaga/cis-335-assn-7 | 61de76bdabb1065d4119ff71dc6401a7aed947ac | [
"Unlicense"
] | null | null | null | sample.asm | wyznaga/cis-335-assn-7 | 61de76bdabb1065d4119ff71dc6401a7aed947ac | [
"Unlicense"
] | null | null | null | sample.asm | wyznaga/cis-335-assn-7 | 61de76bdabb1065d4119ff71dc6401a7aed947ac | [
"Unlicense"
] | null | null | null | LDA #5
STA X
MUL
LDA #4
MUL
STA Y
ADD
MUL
LDA X
MUL
ADD
LDA Y
ADD
STA Z
X RESW 1
T0 RESW 1
Y RESW 1
| 6.157895 | 12 | 0.581197 |
9786d38f6496204748d96d4ee5eedc2e08caf770 | 794 | asm | Assembly | oeis/142/A142313.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/142/A142313.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/142/A142313.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A142313: Primes congruent to 2 mod 45.
; Submitted by Jon Maiga
; 2,47,137,227,317,587,677,857,947,1217,1307,1487,1667,1847,2027,2207,2297,2477,2657,2837,2927,3467,3557,3917,4007,4457,4547,4637,4817,5087,5717,5807,5897,5987,6257,6977,7247,7517,7607,7877,8147,8237,8597,8867,9137,9227,9497,9587,9677,9767,9857,10037,104... | 37.809524 | 496 | 0.730479 |
3eb21343a5b239a9694d14d487f7ef5fa87cdae9 | 1,152 | asm | Assembly | 1571/64tass/rel4.asm | silverdr/assembly | c2851f7033223e089285dce22443b7e219ed4f61 | [
"Unlicense"
] | 23 | 2015-03-23T15:16:57.000Z | 2022-03-18T12:43:42.000Z | 1571/64tass/rel4.asm | silverdr/assembly | c2851f7033223e089285dce22443b7e219ed4f61 | [
"Unlicense"
] | null | null | null | 1571/64tass/rel4.asm | silverdr/assembly | c2851f7033223e089285dce22443b7e219ed4f61 | [
"Unlicense"
] | 8 | 2016-04-13T11:19:35.000Z | 2021-12-22T07:39:00.000Z | ;*
;*
;**********************************
;*
;*
;* setlst
;*
;*
;**********************************
;*
;*
setlst ldx lindx
lda nr,x
sta r1
dec r1
cmp #2
bne setl01
lda #$ff
sta r1
setl01
lda rs,x
sta r2
jsr getpnt
ldx ... | 13.879518 | 44 | 0.365451 |
478c59aa33905dfbc65bba46084bab20bdac7ae0 | 686 | asm | Assembly | Laboratory/Lab02.asm | Ping6666/Assembly-Language-Projects | 81a55e004815485c246fd209c45f2bf85bcce79f | [
"MIT"
] | 4 | 2021-04-12T05:08:12.000Z | 2021-09-23T06:56:28.000Z | Laboratory/Lab02.asm | Ping6666/Assembly-Language-Projects | 81a55e004815485c246fd209c45f2bf85bcce79f | [
"MIT"
] | null | null | null | Laboratory/Lab02.asm | Ping6666/Assembly-Language-Projects | 81a55e004815485c246fd209c45f2bf85bcce79f | [
"MIT"
] | null | null | null | TITLE Homework02 (HW02.ASM)
INCLUDE Irvine32.inc
.data
Val1 SBYTE 03h
Val2 SBYTE 02h
Val3 SBYTE 8fh
Rval SDWORD ?
.code
main EQU start@0
main PROC
movsx eax, Val1 ;eax = Val1
movsx ebx, Val2 ;ebx = Val2
movsx ecx, Val3 ;ecx = Val3
add eax, ebx ;eax = Val1 + Val2
mov ebx, eax ;ebx =... | 23.655172 | 59 | 0.588921 |
489275792a86378a6b17d36592a8dff8d77d88fb | 4,855 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_908.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_908.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_908.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r14
push %rax
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x58c7, %rax
nop
nop
nop
nop
nop
add $15398, %r14
mov (%rax), %edx
nop
nop
nop
and $3520, %rdx
lea addresses_UC_ht+0x18d47, %rbx
nop
nop
nop
nop
nop
xor $44575, %rsi... | 46.682692 | 2,999 | 0.659732 |
6c196461f1cf0d9a13ca122be894dbf11c513042 | 433 | asm | Assembly | oeis/115/A115302.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/115/A115302.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/115/A115302.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A115302: Permutation of natural numbers generated by 3-rowed array shown below.
; Submitted by Jamie Morken(w4)
; 1,4,2,7,5,3,10,8,6,13,11,9,16,14,12,19,17,15,22,20,18,25,23,21,28,26,24,31,29,27,34,32,30,37,35,33,40,38,36,43,41,39,46,44,42,49,47,45,52,50,48,55,53,51,58,56,54,61,59,57,64,62,60
mul $0,2
mov $1,5
mov $... | 22.789474 | 181 | 0.632794 |
a020666840f702ba416025efa68ed71ea4a207c8 | 571 | asm | Assembly | 002-assembly/common-string-len.asm | dingjingmaster/learn-kernel | befb4ef7ff56145d268e79fe1d18a5c11433c11a | [
"MIT"
] | null | null | null | 002-assembly/common-string-len.asm | dingjingmaster/learn-kernel | befb4ef7ff56145d268e79fe1d18a5c11433c11a | [
"MIT"
] | null | null | null | 002-assembly/common-string-len.asm | dingjingmaster/learn-kernel | befb4ef7ff56145d268e79fe1d18a5c11433c11a | [
"MIT"
] | null | null | null | .macro pushaq
push %rax
push %rcx
push %rdx
push %rbx
push %rbp
push %rsi
push %rdi
.endm # pushaq
.macro popaq
pop %rdi
pop %rsi
pop %rbp
pop %rbx
pop %rdx
pop %rcx
pop %rax
.endm # popaq
.extern print_int
.data
string: .ascii "This string has\na line break in... | 13.27907 | 55 | 0.558669 |
d61ea62b6f6b7af9d2830384c8543356053864ad | 309 | asm | Assembly | programs/oeis/300/A300659.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/300/A300659.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/300/A300659.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A300659: Product of digits of n!.
; 1,1,2,6,8,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,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,0,0
pow $0,2
div $0,2
mov $2,$0
mov $0,6
sub $2,5
div $0,$2
sub $1,$0
add $1,10
mod $1,10
mov $0,$1
| 22.071429 | 175 | 0.530744 |
b2c7c9a40e2a577e4ed379b9697e518acf9c0fb0 | 775 | asm | Assembly | oeis/333/A333170.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/333/A333170.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/333/A333170.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A333170: a(n) = Sum_{k=0..n} phi(k^2 + 1), where phi is the Euler totient function (A000010).
; 1,2,6,10,26,38,74,94,142,182,282,342,454,518,714,826,1082,1194,1434,1614,2014,2206,2590,2798,3374,3686,4362,4650,5274,5694,6526,6958,7758,8190,9246,9858,11154,11698,12786,13546,15146,15958,17366,18086,19862,20874,22890,236... | 51.666667 | 499 | 0.735484 |
c851c088620dc164784b8f4a0888b57fc472ecf6 | 383 | asm | Assembly | programs/oeis/048/A048027.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/048/A048027.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/048/A048027.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A048027: Number of nonempty subsets of {1,2,...,n} in which exactly 1/2 of the elements are <= (n-3)/3.
; 0,0,0,0,0,5,6,7,35,44,54,219,285,363,1364,1819,2379,8567,11627,15503,54263,74612,100946,346103,480699,657799,2220074,3108104,4292144,14307149,20160074,28048799,92561039,131128139,183579395
mov $2,$0
sub $2,1
mov... | 29.461538 | 190 | 0.70235 |
3384915a977ac6d79c1b50b9bbe5e30c31a63771 | 691 | asm | Assembly | oeis/000/A000274.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/000/A000274.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/000/A000274.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A000274: Number of permutations of length n with 2 consecutive ascending pairs.
; Submitted by Jamie Morken(s1)
; 0,0,1,3,18,110,795,6489,59332,600732,6674805,80765135,1057289046,14890154058,224497707343,3607998868005,61576514013960,1112225784377144,21197714949305577,425131949816628507,8950146311929021210,19735072617... | 46.066667 | 476 | 0.84081 |
013c838e274f907c89136bb2e652a5ea2fd8b7d6 | 75 | asm | Assembly | ac2021/exemplo3.asm | TulioEstrelaMarques/8085 | ddd521436a8577d918837ea779c5bdebd458b00b | [
"MIT"
] | null | null | null | ac2021/exemplo3.asm | TulioEstrelaMarques/8085 | ddd521436a8577d918837ea779c5bdebd458b00b | [
"MIT"
] | null | null | null | ac2021/exemplo3.asm | TulioEstrelaMarques/8085 | ddd521436a8577d918837ea779c5bdebd458b00b | [
"MIT"
] | null | null | null | MVI A,07
MVI B,00
VOLTA: INR B
CMP B
JNC VOLTA
HLT
| 9.375 | 15 | 0.48 |
cf93629c4bd214c9df9fb583254f561dcc4f75e2 | 538 | nasm | Assembly | modules/taskman/tm_head.nasm | r-tty/radios | fdfaaadd256564ea3ed1b7fc408e7aecf648ae2b | [
"BSD-3-Clause"
] | null | null | null | modules/taskman/tm_head.nasm | r-tty/radios | fdfaaadd256564ea3ed1b7fc408e7aecf648ae2b | [
"BSD-3-Clause"
] | null | null | null | modules/taskman/tm_head.nasm | r-tty/radios | fdfaaadd256564ea3ed1b7fc408e7aecf648ae2b | [
"BSD-3-Clause"
] | null | null | null | ;-------------------------------------------------------------------------------
; tm_head.nasm - module header.
;-------------------------------------------------------------------------------
module $taskman
%include "module.ah"
exportdata ModuleInfo
section .data
ModuleInfo: instance tModInfoTag
field(Signa... | 22.416667 | 80 | 0.481413 |
36a0df25aabe2ad218acec589dec2f9b8a32c87d | 472 | asm | Assembly | libsrc/target/z88/net/sock_shutdown.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/target/z88/net/sock_shutdown.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/target/z88/net/sock_shutdown.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ;
; This file is automatically generated
;
; Do not edit!!!
;
; djm 12/2/2000
;
; ZSock Lib function: sock_shutdown
SECTION code_clib
PUBLIC sock_shutdown
PUBLIC _sock_shutdown
EXTERN no_zsock
INCLUDE "packages.def"
INCLUDE "zsock.def"
.sock_shutdown
._sock_shutdown
ld a,r_sock_shutdown
call_pkg(tcp_... | 15.225806 | 38 | 0.743644 |
700a808fcf8dacbcedfbbf1de297cf3cc629c6af | 251 | asm | Assembly | programs/oeis/130/A130784.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/130/A130784.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/130/A130784.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A130784: Period 3: repeat [1, 3, 2].
; 1,3,2,1,3,2,1,3,2,1,3,2,1,3,2,1,3,2,1,3,2,1,3,2,1,3,2,1,3,2,1,3,2,1,3,2,1,3,2,1,3,2,1,3,2,1,3,2,1,3,2,1,3,2,1,3,2,1,3,2,1,3,2,1,3,2,1,3,2,1,3,2,1,3,2,1,3,2,1,3,2,1,3,2,1,3
mov $1,$0
mul $1,2
mod $1,3
add $1,1
| 31.375 | 173 | 0.513944 |
ae86f967169bd3fd7c824255b9f2eba90da23810 | 2,369 | asm | Assembly | Transynther/x86/_processed/NC/_ht_zr_/i7-7700_9_0x48.log_24_523.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NC/_ht_zr_/i7-7700_9_0x48.log_24_523.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NC/_ht_zr_/i7-7700_9_0x48.log_24_523.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x7705, %rsi
lea addresses_WC_ht+0x112be, %rdi
nop
nop
nop
nop
add %rbp, %rbp
mov $40, %rcx
rep movsw
nop
sub $22833, %rdx
lea addresses_WT_ht+0x176be, %rsi
lea addresses_UC_ht+0xd33e, %rdi
nop
n... | 18.653543 | 149 | 0.65133 |
4c1e7adf3cce45a2a33237a79bcf82bed86fffe8 | 210 | asm | Assembly | libsrc/zxvgs/j0.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/zxvgs/j0.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/zxvgs/j0.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ;ZXVGS specific functions
;020121 (C) created by Yarek
SECTION code_clib
PUBLIC j0
PUBLIC _j0
;int j0()
;returns joystick 0 state
.j0
._j0
RST 8
DEFB $80
LD L,A
LD H,0 ;does H have any matter?
RET
| 11.052632 | 33 | 0.695238 |
fb7062ed763e0beaae0913c5ae5d598770a8eb7c | 567 | asm | Assembly | libsrc/_DEVELOPMENT/target/zx/driver/terminal/zx_01_output_char_32_tty_z88dk/zx_01_output_char_32_tty_z88dk_22_at.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/target/zx/driver/terminal/zx_01_output_char_32_tty_z88dk/zx_01_output_char_32_tty_z88dk_22_at.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/target/zx/driver/terminal/zx_01_output_char_32_tty_z88dk/zx_01_output_char_32_tty_z88dk_22_at.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
SECTION code_driver
SECTION code_driver_terminal_output
PUBLIC zx_01_output_char_32_tty_z88dk_22_at
zx_01_output_char_32_tty_z88dk_22_at:
; at x,y
; de = parameters *
do_y:
ld a,(de) ; biased y coord
inc de
inc a
jr z, do_x ; skip if -1
dec a
dec... | 14.538462 | 47 | 0.488536 |
0e1136eca9fffaab72e555d5b8c2244e0828f07e | 3,798 | asm | Assembly | Pure64 v0.5.0 Distribution/src/init_smp.asm | svilerino/intel_multicore | 346d8946168a71e298dbfefa0f0923419dc80daf | [
"MIT"
] | 1 | 2015-12-15T20:41:01.000Z | 2015-12-15T20:41:01.000Z | Pure64 v0.5.0 Distribution/src/init_smp.asm | svilerino/intel_multicore | 346d8946168a71e298dbfefa0f0923419dc80daf | [
"MIT"
] | null | null | null | Pure64 v0.5.0 Distribution/src/init_smp.asm | svilerino/intel_multicore | 346d8946168a71e298dbfefa0f0923419dc80daf | [
"MIT"
] | null | null | null | ; =============================================================================
; Pure64 -- a 64-bit OS loader written in Assembly for x86-64 systems
; Copyright (C) 2008-2012 Return Infinity -- see LICENSE.TXT
;
; INIT SMP
; =============================================================================
smp_se... | 24.191083 | 119 | 0.632701 |
b5f4383a36ff11b18f2933debbd93d2409581bf9 | 417 | asm | Assembly | programs/oeis/001/A001651.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/001/A001651.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/001/A001651.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A001651: Numbers not divisible by 3.
; 1,2,4,5,7,8,10,11,13,14,16,17,19,20,22,23,25,26,28,29,31,32,34,35,37,38,40,41,43,44,46,47,49,50,52,53,55,56,58,59,61,62,64,65,67,68,70,71,73,74,76,77,79,80,82,83,85,86,88,89,91,92,94,95,97,98,100,101,103,104,106,107,109,110,112,113,115,116,118,119,121,122,124,125,127,128,130,131... | 46.333333 | 329 | 0.676259 |
91698674b3e19deaaad78ebf742b8f0c16d457be | 2,757 | asm | Assembly | Lab10/lab10_3r.asm | richardhyy/AssemblyLab | 7e0ba3800f3db1e2f5d616ca89905963d1da0996 | [
"MIT"
] | 3 | 2021-06-26T14:52:16.000Z | 2021-11-23T03:48:48.000Z | Lab10/lab10_3r.asm | richardhyy/AssemblyLab | 7e0ba3800f3db1e2f5d616ca89905963d1da0996 | [
"MIT"
] | 1 | 2021-06-26T14:12:21.000Z | 2021-06-26T14:18:54.000Z | Lab10/lab10_3r.asm | richardhyy/AssemblyLab | 7e0ba3800f3db1e2f5d616ca89905963d1da0996 | [
"MIT"
] | 4 | 2021-11-30T06:06:08.000Z | 2022-03-16T03:55:42.000Z | ; Task in Project1
; @ Improved dtoc function, supporting the conversion from dword HEX into string
;
; name: dtoc
; func: convert HEX dword(16bit) data into a string of DEC which ends with 0
; args: (ax) = lower 16bit
; (dx) = higher 16bit
; ds:si = where the string begins
assume cs:code
data segment
db 10 dup (... | 14.822581 | 80 | 0.581066 |
5be6ee45f5ab9aaab0de07bb03b9a26530ba33c3 | 685 | asm | Assembly | programs/oeis/267/A267870.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/267/A267870.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/267/A267870.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A267870: Triangle read by rows giving successive states of cellular automaton generated by "Rule 237" initiated with a single ON (black) cell.
; 1,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1... | 85.625 | 501 | 0.562044 |
5d2347452efa25f1e6bbd5a3780047211c76688f | 1,476 | asm | Assembly | p7zip_9.20.1/Asm/x64/7zCrcT8U.asm | mahmoudgalal/ZeeArchiver | a6d07f8a799c7e9210924235680278a5423909e7 | [
"MIT"
] | 20 | 2018-11-01T21:07:12.000Z | 2022-02-14T12:14:16.000Z | p7zip_9.20.1/Asm/x64/7zCrcT8U.asm | Mubashar9D/ZeeArchiver | 4c1e255664b3c6012292f5f6d97b80be7964e90f | [
"MIT"
] | 3 | 2019-03-27T17:31:39.000Z | 2022-02-23T20:53:32.000Z | p7zip_9.20.1/Asm/x64/7zCrcT8U.asm | Mubashar9D/ZeeArchiver | 4c1e255664b3c6012292f5f6d97b80be7964e90f | [
"MIT"
] | 4 | 2019-11-10T23:28:42.000Z | 2022-02-01T04:22:09.000Z |
global CrcUpdateT8:function
global _CrcUpdateT8:function
SECTION .text
%macro CRC1b 0
movzx EDX, BYTE [RSI]
inc RSI
movzx EBX, AL
xor EDX, EBX
shr EAX, 8
xor EAX, [RDI + RDX * 4]
dec R8
%endmacro
align 16
CrcUpdateT8:
_CrcUpdateT8:
push RBX
; push RSI
; push RDI
push ... | 14.192308 | 35 | 0.529133 |
5dd00174f6ab86d5119a21eba9fad16d2b4014b7 | 210 | asm | Assembly | experiments/asm-call-c/asm_main.asm | daltonmatos/avrgcc-mixed-with-avrasm2 | f28120af3089fdd150d7a609409c56f5408a1658 | [
"BSD-3-Clause"
] | 2 | 2019-01-15T16:30:19.000Z | 2019-08-15T02:31:22.000Z | experiments/asm-call-c/asm_main.asm | daltonmatos/avrgcc-mixed-with-avrasm2 | f28120af3089fdd150d7a609409c56f5408a1658 | [
"BSD-3-Clause"
] | null | null | null | experiments/asm-call-c/asm_main.asm | daltonmatos/avrgcc-mixed-with-avrasm2 | f28120af3089fdd150d7a609409c56f5408a1658 | [
"BSD-3-Clause"
] | null | null | null | .org 0x0000
;_other_routines:
; nop
; This funcions is just a stub. Its implementation will be in C
call_me_maybe:
nop
internal_to_asm:
ret
asm_main:
call internal_to_asm
call call_me_maybe
ret
| 12.352941 | 63 | 0.747619 |
9e37ea5057b80e57fd387869d6a0307be724fa02 | 538 | asm | Assembly | oeis/113/A113657.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/113/A113657.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/113/A113657.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A113657: Decimal expansion of 1/1089.
; 0,0,0,9,1,8,2,7,3,6,4,5,5,4,6,3,7,2,8,1,9,1,0,0,0,9,1,8,2,7,3,6,4,5,5,4,6,3,7,2,8,1,9,1,0,0,0,9,1,8,2,7,3,6,4,5,5,4,6,3,7,2,8,1,9,1,0,0,0,9,1,8,2,7,3,6,4,5,5,4,6,3,7,2,8,1,9,1,0,0,0,9,1,8,2,7,3,6
seq $0,286519 ; Binary representation of the diagonal from the origin to the corn... | 59.777778 | 257 | 0.657993 |
dbb8018d6a8d08f27458b0eecfec02ff041a2f50 | 443 | asm | Assembly | programs/oeis/057/A057050.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/057/A057050.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/057/A057050.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A057050: Let R(i,j) be the rectangle with antidiagonals 1; 2,3; 4,5,6; ...; each k is an R(i(k),j(k)) and A057050(n)=j(n^2).
; 1,3,2,6,4,1,7,3,11,6,16,10,3,15,7,21,12,2,18,7,25,13,33,20,6,28,13,37,21,4,30,12,40,21,1,31,10,42,20,54,31,7,43,18,56,30,3,43,15,57,28,72,42,11,57,25,73,40,6,56,21,73,37,91,54,16,72
mov $1,$... | 40.272727 | 183 | 0.613995 |
6a4de620707d1ced15f617820092d7ccbd6db33e | 140,222 | asm | Assembly | hello-subtract/base64x.asm | cerkit/asm-x86 | 9ccae81e8cf92c7678562856c673099c23496828 | [
"MIT"
] | null | null | null | hello-subtract/base64x.asm | cerkit/asm-x86 | 9ccae81e8cf92c7678562856c673099c23496828 | [
"MIT"
] | null | null | null | hello-subtract/base64x.asm | cerkit/asm-x86 | 9ccae81e8cf92c7678562856c673099c23496828 | [
"MIT"
] | null | null | null | ;--------------------------------------------
; BASELIB - base64x.asm
; Copyright (c)2015,2016 Soffian Abdul Rasad
; All rights reserved. Read licence.txt
; For Linux64
;--------------------------------------------
; Compile : nasm -f elf64 thisfile.asm
; Link : ld thisfile.o -o thisfile
; Run : ./thisfile
;-------... | 15.634073 | 45 | 0.543966 |
4ed56b2be2fefd342c269e6145b43f9144abda83 | 959 | asm | Assembly | s2/sfx-original/AF - Shield.asm | Cancer52/flamedriver | 9ee6cf02c137dcd63e85a559907284283421e7ba | [
"0BSD"
] | 9 | 2017-10-09T20:28:45.000Z | 2021-06-29T21:19:20.000Z | s2/sfx-original/AF - Shield.asm | Cancer52/flamedriver | 9ee6cf02c137dcd63e85a559907284283421e7ba | [
"0BSD"
] | 12 | 2018-08-01T13:52:20.000Z | 2022-02-21T02:19:37.000Z | s2/sfx-original/AF - Shield.asm | Cancer52/flamedriver | 9ee6cf02c137dcd63e85a559907284283421e7ba | [
"0BSD"
] | 2 | 2018-02-17T19:50:36.000Z | 2019-10-30T19:28:06.000Z | Sound2F_Shield_Header:
smpsHeaderStartSong 2
smpsHeaderVoice Sound2F_Shield_Voices
smpsHeaderTempoSFX $01
smpsHeaderChanSFX $01
smpsHeaderSFXChannel cFM5, Sound2F_Shield_FM5, $0C, $00
; FM5 Data
Sound2F_Shield_FM5:
smpsSetvoice $00
dc.b nRst, $01, nBb2, $05, smpsNoAttack, nB2, $26
smpsStop
Soun... | 28.205882 | 62 | 0.627737 |
797d125cb33717040f9e80af8beda17519b7e457 | 42,263 | asm | Assembly | setSeedX.asm | ansumanpalo/xv6-the_project | 9d9a30bb6ce558b75ed2f81a4ad8635bf53ceff8 | [
"MIT-0"
] | null | null | null | setSeedX.asm | ansumanpalo/xv6-the_project | 9d9a30bb6ce558b75ed2f81a4ad8635bf53ceff8 | [
"MIT-0"
] | null | null | null | setSeedX.asm | ansumanpalo/xv6-the_project | 9d9a30bb6ce558b75ed2f81a4ad8635bf53ceff8 | [
"MIT-0"
] | null | null | null |
_setSeedX: 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 ... | 33.918941 | 60 | 0.420581 |
3868d15639cea59dc2743e3ac3ed3f55b34bc902 | 170 | asm | Assembly | src/Flow/_Miscellaneous.asm | fplu/Flow | 99570c1f257b5e4b2698e09a503b8898666d42e5 | [
"MIT"
] | 1 | 2022-03-11T20:13:16.000Z | 2022-03-11T20:13:16.000Z | src/Flow/_Miscellaneous.asm | fplu/Flow | 99570c1f257b5e4b2698e09a503b8898666d42e5 | [
"MIT"
] | null | null | null | src/Flow/_Miscellaneous.asm | fplu/Flow | 99570c1f257b5e4b2698e09a503b8898666d42e5 | [
"MIT"
] | 1 | 2022-03-11T20:13:18.000Z | 2022-03-11T20:13:18.000Z | global GetGs
global clearTrapFlag
section .text ; makes this executable
USE64
clearTrapFlag:
PUSHF
AND word [rsp], 0FEFFh
POPF
ret
GetGs :
mov rax, gs
ret
| 9.444444 | 37 | 0.717647 |
ab1484a054b8423252b81af7424586cfb4c03834 | 237 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/am9511/lam32/c/sccz80/tan_fastcall.asm | ahjelm/z88dk | c4de367f39a76b41f6390ceeab77737e148178fa | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/math/float/am9511/lam32/c/sccz80/tan_fastcall.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/math/float/am9511/lam32/c/sccz80/tan_fastcall.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
SECTION code_fp_am9511
PUBLIC tan_fastcall
EXTERN asm_am9511_tan_fastcall
defc tan_fastcall = asm_am9511_tan_fastcall
; SDCC bridge for Classic
IF __CLASSIC
PUBLIC _tan_fastcall
defc _tan_fastcall = asm_am9511_tan_fastcall
ENDIF
| 16.928571 | 44 | 0.852321 |
95470c2cec16d30cdebe9192f1578c898ba827e5 | 919 | asm | Assembly | assets/link/done.asm | AngryCanary/AngryCanary.github.io | fb176a90ec65df6d59cbff5c0e3818c9e415f757 | [
"CC0-1.0"
] | null | null | null | assets/link/done.asm | AngryCanary/AngryCanary.github.io | fb176a90ec65df6d59cbff5c0e3818c9e415f757 | [
"CC0-1.0"
] | null | null | null | assets/link/done.asm | AngryCanary/AngryCanary.github.io | fb176a90ec65df6d59cbff5c0e3818c9e415f757 | [
"CC0-1.0"
] | null | null | null | Elf64_Sym <0>
Elf64_Sym <offset aItmDeregistert - offset unk_470, 20h, 0, 0, \ ; "_ITM_deregisterTMCloneTable"
offset dword_0, 0>
Elf64_Sym <offset aPrintf - offset unk_470, 12h, 0, 0, offset dword_0,\ ; "printf"
... | 70.692308 | 113 | 0.509249 |
5c6a886243fcbaedd8c977e126787f36542cf38a | 7,168 | asm | Assembly | Transynther/x86/_processed/NONE/_st_/i9-9900K_12_0xca.log_580_748.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_st_/i9-9900K_12_0xca.log_580_748.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_st_/i9-9900K_12_0xca.log_580_748.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r14
push %r15
push %r8
push %r9
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x7127, %r9
nop
and %rbp, %rbp
movb (%r9), %r14b
cmp $46628, %r15
lea addresses_WT_ht+0x13b49, %rsi
inc %r12
movw $0x6162, (%rsi)
nop
nop
nop
nop
nop
sub %r12, %r12
le... | 25.6 | 1,739 | 0.648577 |
6688740ecb475e49e90d1153e5f78484992eb699 | 2,187 | asm | Assembly | Python/examples/subtract.asm | tomxp411/8080Asm | 0c11923933b0c12db109a8356b880fcc7f861d63 | [
"MIT"
] | null | null | null | Python/examples/subtract.asm | tomxp411/8080Asm | 0c11923933b0c12db109a8356b880fcc7f861d63 | [
"MIT"
] | null | null | null | Python/examples/subtract.asm | tomxp411/8080Asm | 0c11923933b0c12db109a8356b880fcc7f861d63 | [
"MIT"
] | null | null | null | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
; NAME: subtract.asm
; AUTHOR: Kevin Cole ("The Ubuntourist") <kevin.cole@novawebdevelopment.org>
; LASTMOD: 2020.11.13 (kjc)
;
; DESCRIPTION:
;
; A demonstration of subtracting and conditional branching. And
; an opportunity t... | 37.067797 | 78 | 0.651578 |
b840d73a926404c9bbaa7ed22bc1122c3c203845 | 515 | asm | Assembly | oeis/159/A159897.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/159/A159897.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/159/A159897.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A159897: Decimal expansion of (843+58*sqrt(2))/839.
; Submitted by Jamie Morken(w3)
; 1,1,0,2,5,3,2,0,4,6,0,2,8,1,7,5,8,1,9,8,2,1,8,0,9,2,3,2,4,2,4,5,0,8,3,2,9,6,2,6,9,8,5,6,6,0,0,3,7,9,7,7,3,3,9,9,8,1,2,2,4,5,8,2,6,0,2,4,5,8,2,6,4,3,0,3,6,9,7,5,0,6,8,5,7,3,5,6,9,4,5,1,6,2,1,0,1,5,6,2
bin $1,$0
mov $2,2
mov $3,$0
mu... | 18.392857 | 201 | 0.537864 |
94984d2ac5cc4e26993a8c969d3a1d18c55d9767 | 5,721 | asm | Assembly | Regvalue/changeRegs_ia32.asm | pkuwangh/itracer | 5d099719ba8a4b59e36e1b0f9a0ec4f3d146e2f6 | [
"MIT"
] | null | null | null | Regvalue/changeRegs_ia32.asm | pkuwangh/itracer | 5d099719ba8a4b59e36e1b0f9a0ec4f3d146e2f6 | [
"MIT"
] | null | null | null | Regvalue/changeRegs_ia32.asm | pkuwangh/itracer | 5d099719ba8a4b59e36e1b0f9a0ec4f3d146e2f6 | [
"MIT"
] | null | null | null | ; Copyright 2002-2019 Intel Corporation.
;
; This software is provided to you as Sample Source Code as defined in the accompanying
; End User License Agreement for the Intel(R) Software Development Products ("Agreement")
; section 1.L.
;
; This software and the related documents are provided as is, with no express or... | 25.426667 | 101 | 0.687118 |
282bbe2b3026930f709fae06cc7a1458cb87a976 | 10,329 | asm | Assembly | kernel/kbd/keyboard.asm | gniuk/BOS | 5e144deaab35e84b572c5374dcda25490dd5c737 | [
"Unlicense"
] | null | null | null | kernel/kbd/keyboard.asm | gniuk/BOS | 5e144deaab35e84b572c5374dcda25490dd5c737 | [
"Unlicense"
] | null | null | null | kernel/kbd/keyboard.asm | gniuk/BOS | 5e144deaab35e84b572c5374dcda25490dd5c737 | [
"Unlicense"
] | null | null | null | ;----------------------------------------------------------;
; BOS 0.04 Christoffer Bubach, 2004-2005. ;
;----------------------------------------------------------;
; ;
; Keyboard functions. IRQ, INT's and more. ;
; ... | 27.181579 | 88 | 0.331881 |
defcd90ee364885aaedd707b6bfdebce4eaac47c | 597 | asm | Assembly | programs/oeis/000/A000695.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | null | null | null | programs/oeis/000/A000695.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | null | null | null | programs/oeis/000/A000695.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | null | null | null | ; A000695: Moser-de Bruijn sequence: sums of distinct powers of 4.
; 0,1,4,5,16,17,20,21,64,65,68,69,80,81,84,85,256,257,260,261,272,273,276,277,320,321,324,325,336,337,340,341,1024,1025,1028,1029,1040,1041,1044,1045,1088,1089,1092,1093,1104,1105,1108,1109,1280,1281,1284,1285,1296,1297,1300,1301,1344,1345,1348,1349,136... | 74.625 | 449 | 0.755444 |
56131ecb0ec895c325ff7903ca208762cfa79fab | 1,189 | asm | Assembly | programs/oeis/059/A059893.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/059/A059893.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/059/A059893.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A059893: Reverse the order of all but the most significant bit in binary expansion of n: if n = 1ab..yz then a(n) = 1zy..ba.
; 1,2,3,4,6,5,7,8,12,10,14,9,13,11,15,16,24,20,28,18,26,22,30,17,25,21,29,19,27,23,31,32,48,40,56,36,52,44,60,34,50,42,58,38,54,46,62,33,49,41,57,37,53,45,61,35,51,43,59,39,55,47,63,64,96,80,11... | 56.619048 | 893 | 0.686291 |
74ade20ddb5fb56424ad21b976cd4f13f66274c2 | 1,749 | asm | Assembly | 04/fill/Fill.asm | natsumeqi/Nand2Tetris | 8503e0dfd22bbfd50866cc1ac3c8d601f629e38b | [
"MIT"
] | null | null | null | 04/fill/Fill.asm | natsumeqi/Nand2Tetris | 8503e0dfd22bbfd50866cc1ac3c8d601f629e38b | [
"MIT"
] | null | null | null | 04/fill/Fill.asm | natsumeqi/Nand2Tetris | 8503e0dfd22bbfd50866cc1ac3c8d601f629e38b | [
"MIT"
] | null | null | null | // This file is part of www.nand2tetris.org
// and the book "The Elements of Computing Systems"
// by Nisan and Schocken, MIT Press.
// File name: projects/04/Fill.asm
// Runs an infinite loop that listens to the keyboard input.
// When a key is pressed (any key), the program blackens the screen,
// i.e. writes... | 15.208696 | 72 | 0.45283 |
b85c28e1a30f842cc28eac93eed7f76216cc3e60 | 530 | asm | Assembly | oeis/141/A141544.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/141/A141544.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/141/A141544.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A141544: Odd numbers k such that 2k+5 is a prime.
; Submitted by Christian Krause
; 1,3,7,9,13,19,21,27,31,33,37,39,49,51,61,63,67,73,79,81,87,93,97,103,109,111,117,123,129,133,139,151,153,163,171,177,181,187,189,207,213,217,219,229,231,237,241,243,247,249,259,271,279,283,291,297,301,307
mov $2,36
mul $2,$0
mov $4,6... | 24.090909 | 206 | 0.64717 |
3747e58148f22798cba38751916317727eed521b | 464 | asm | Assembly | programs/oeis/171/A171784.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/171/A171784.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/171/A171784.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A171784: Fourth smallest divisor of smallest number having exactly n divisors.
; 6,8,4,8,4,4,4,8,4,8,4,4,4,8,4,8,4,4,4,8,4,4,4,4,4,8,4,8,4,4,4,4,4,8,4,4,4,8,4,8,4,4,4,8,4,4,4,4,4,8,4,4,4,4,4,8,4,8,4,4,4,4,4,8,4,4,4,8,4,8,4,4,4,4,4,8,4,4,4,8,4,4,4,4,4,8,4,4,4,4,4,4,4,8,4,4,4,8,4,8,4,4,4,8,4
mov $1,$0
mov $2,$0
cmp $2... | 30.933333 | 211 | 0.594828 |
697606474f9304697f67f7c4df92027168aadc88 | 1,760 | asm | Assembly | programs/oeis/116/A116556.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/116/A116556.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/116/A116556.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A116556: a(n) = 2*a(n-1) + 2*a(n-2), a(0)=0, a(1)=4.
; 0,4,8,24,64,176,480,1312,3584,9792,26752,73088,199680,545536,1490432,4071936,11124736,30393344,83036160,226859008,619790336,1693298688,4626178048,12638953472,34530263040,94338433024,257737392128,704151650304,1923778084864,5255859470336,14359275110400,392302691614... | 135.384615 | 1,615 | 0.906818 |
ebcb227ac9f13d9f0b373f7a0e15554be722a8bf | 7,047 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_7290_1391.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_7290_1391.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_7290_1391.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r8
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0xb04d, %r11
nop
nop
nop
nop
add $3886, %rsi
movups (%r11), %xmm1
vpextrq $0, %xmm1, %rdi
nop
add $239, %rdi
lea addresses_WC_ht+0x10b69, %rdi
nop
nop
nop
dec %rbp
mov (%rdi), ... | 32.325688 | 2,999 | 0.654889 |
89b2222d1ba35edbf9ca27cd529f919aa697c1e3 | 445 | asm | Assembly | oeis/110/A110212.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/110/A110212.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/110/A110212.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A110212: a(n+3) = 6*a(n) - 5*a(n+2), a(0) = -1, a(1) = 5, a(2) = -25.
; Submitted by Jon Maiga
; -1,5,-25,119,-565,2675,-12661,59915,-283525,1341659,-6348805,30042875,-142164421,672729275,-3183389125,15063959099,-71283419845,337316764475,-1596200067781,7553299819835,-35742598512325,169135792154939,-800359161855685,37... | 27.8125 | 237 | 0.669663 |
db5645d4bdc09354874063808eb8f9337c816b62 | 1,652 | asm | Assembly | src/tr.asm | K0ertis/STM8_CPPUTEST | 2ded81f67f7d42aa8ad887ff9510306a59aaeb72 | [
"MIT"
] | 1 | 2017-12-09T22:20:03.000Z | 2017-12-09T22:20:03.000Z | src/tr.asm | K0ertis/STM8S_Template | 2ded81f67f7d42aa8ad887ff9510306a59aaeb72 | [
"MIT"
] | null | null | null | src/tr.asm | K0ertis/STM8S_Template | 2ded81f67f7d42aa8ad887ff9510306a59aaeb72 | [
"MIT"
] | null | null | null | ;--------------------------------------------------------
; File Created by SDCC : free open source ANSI-C Compiler
; Version 3.6.0 #9615 (Linux)
;--------------------------------------------------------
.module tr
.optsdcc -mstm8
;--------------------------------------------------------
; Public variables in this ... | 30.592593 | 57 | 0.267554 |
1adb52f83dd2a5ccf7814221c7449793a2d21169 | 7,081 | asm | Assembly | ugbc/src/hw/ef936x/put_image.asm | spotlessmind1975/ugbasic | 1df3c8fde8e80b479ece86b4ff2b97b599d57ff4 | [
"Apache-2.0"
] | 10 | 2021-10-03T13:44:25.000Z | 2022-03-10T23:53:32.000Z | ugbc/src/hw/ef936x/put_image.asm | spotlessmind1975/ugbasic | 1df3c8fde8e80b479ece86b4ff2b97b599d57ff4 | [
"Apache-2.0"
] | 379 | 2021-08-12T09:46:09.000Z | 2022-03-27T11:29:12.000Z | ugbc/src/hw/ef936x/put_image.asm | spotlessmind1975/ugbasic | 1df3c8fde8e80b479ece86b4ff2b97b599d57ff4 | [
"Apache-2.0"
] | 2 | 2021-11-08T19:37:50.000Z | 2021-11-20T22:27:12.000Z | ; /*****************************************************************************
; * ugBASIC - an isomorphic BASIC language compiler for retrocomputers *
; *****************************************************************************
; * Copyright 2021-2022 Marco Spedaletti (asimov@mclink.it)
; *
; * Licens... | 17.398034 | 80 | 0.52196 |
d67ea7c8f1ee812430221105d813d4ff47a14eff | 592 | asm | Assembly | oeis/116/A116176.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/116/A116176.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/116/A116176.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A116176: a(n) = 9^n * n*(n+1).
; 0,18,486,8748,131220,1771470,22320522,267846264,3099363912,34867844010,383546284110,4142299868388,44059007691036,462619580755878,4804126415541810,49413871702715760,504021491367700752,5103217600097970114,51332365271573699382,513323652715736993820,5106219492803910096420,5055157297875870... | 53.818182 | 490 | 0.863176 |
cbf34a999feec0cc9efbb36d9e8905d334f3f868 | 374 | asm | Assembly | runtime/sources/x86/memcpy.x64-k1om.asm | wdv4758h/Yeppp- | deeca59a88bc2b014be802fd575757f7c26c180e | [
"BSD-3-Clause"
] | 30 | 2015-09-18T00:52:22.000Z | 2021-11-03T17:44:30.000Z | runtime/sources/x86/memcpy.x64-k1om.asm | rguthrie3/Yeppp-Mirror | 23cc725a7489d376558bef3e92e31fda014b6c47 | [
"BSD-3-Clause"
] | 1 | 2017-02-09T04:53:29.000Z | 2017-02-09T04:53:29.000Z | runtime/sources/x86/memcpy.x64-k1om.asm | rguthrie3/Yeppp-Mirror | 23cc725a7489d376558bef3e92e31fda014b6c47 | [
"BSD-3-Clause"
] | 6 | 2017-02-09T03:05:32.000Z | 2022-03-17T06:50:19.000Z | #
# Yeppp! library runtime infrastructure
#
# This file is part of Yeppp! library and licensed under MIT license.
# See runtime/LICENSE.txt for details.
#
#
.include "common.inc"
BEGIN_X86_FUNCTION memcpy
BEGIN_X86_SUBFUNCTION _intel_fast_memcpy
CLD
MOV rcx, rdx
MOV rax, rdi
REP MOVSB
RET
END_X86_S... | 18.7 | 69 | 0.76738 |
1bf8753497355e51f1ee84edff27366e6335235a | 3,062 | asm | Assembly | sources/ippcp/asm_intel64/pcprc4m7as.asm | ntyukaev/ipp-crypto | 19b408cfd21a59f994b64dd47b18eb0c2f94e4e0 | [
"Apache-2.0"
] | 30 | 2017-07-26T20:03:19.000Z | 2021-10-14T23:38:54.000Z | sources/ippcp/asm_intel64/pcprc4m7as.asm | ntyukaev/ipp-crypto | 19b408cfd21a59f994b64dd47b18eb0c2f94e4e0 | [
"Apache-2.0"
] | 9 | 2018-09-25T18:32:42.000Z | 2022-02-18T12:23:40.000Z | sources/ippcp/asm_intel64/pcprc4m7as.asm | ntyukaev/ipp-crypto | 19b408cfd21a59f994b64dd47b18eb0c2f94e4e0 | [
"Apache-2.0"
] | 14 | 2017-08-31T19:53:23.000Z | 2021-02-27T01:08:14.000Z | ;===============================================================================
; Copyright 2015-2020 Intel Corporation
;
; Licensed under the Apache License, Version 2.0 (the "License");
; you may not use this file except in compliance with the License.
; You may obtain a copy of the License at
;
; http://www.apa... | 26.859649 | 80 | 0.512737 |
57ef99c4c691c807980a8e46934a57175f14b92b | 3,888 | asm | Assembly | lib/target/lm80c/classic/lm80c_crt0.asm | witchcraft2001/z88dk | 11adca337a4125aff611ddfdf3fc2401e8dda5b2 | [
"ClArtistic"
] | 2 | 2019-05-06T16:26:16.000Z | 2021-06-22T19:11:29.000Z | lib/target/lm80c/classic/lm80c_crt0.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | null | null | null | lib/target/lm80c/classic/lm80c_crt0.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | null | null | null | ;
; Startup for LM80-C
;
module lm80c_crt0
;--------
; Include zcc_opt.def to find out some info
;--------
defc crt0 = 1
INCLUDE "zcc_opt.def"
;--------
; Some scope definitions
;--------
EXTERN _main ;main() is always external to crt0 code
PUBLIC cleanup ... | 25.92 | 104 | 0.57356 |
28da218ceb663af03f1c40c37e195f5a479f9323 | 309 | asm | Assembly | libsrc/_DEVELOPMENT/adt/b_vector/c/sccz80/b_vector_capacity.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/adt/b_vector/c/sccz80/b_vector_capacity.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/adt/b_vector/c/sccz80/b_vector_capacity.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
; size_t b_vector_capacity(b_vector_t *v)
SECTION code_clib
SECTION code_adt_b_vector
PUBLIC b_vector_capacity
EXTERN asm_b_vector_capacity
defc b_vector_capacity = asm_b_vector_capacity
; SDCC bridge for Classic
IF __CLASSIC
PUBLIC _b_vector_capacity
defc _b_vector_capacity = b_vector_capacity
ENDIF
| 16.263158 | 46 | 0.857605 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.