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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3e96d72831e050071c67d648e81e77f074ce3dac | 2,481 | asm | Assembly | codes/LCD1.X/LCD1.asm | sanjayaherath/Password-Protected-Locker | a753c10e5d4b80450b92dfea1d2d86ffd3a556fd | [
"MIT"
] | null | null | null | codes/LCD1.X/LCD1.asm | sanjayaherath/Password-Protected-Locker | a753c10e5d4b80450b92dfea1d2d86ffd3a556fd | [
"MIT"
] | null | null | null | codes/LCD1.X/LCD1.asm | sanjayaherath/Password-Protected-Locker | a753c10e5d4b80450b92dfea1d2d86ffd3a556fd | [
"MIT"
] | null | null | null | #include "p16f873.inc"
org 0x00
c1 equ 0x20
c2 equ 0x21
temp equ 0x22
a equ 0x22
goto Main
Main:
call LCD_Init
movlw 'A'
movwf temp
call LCD_Char
LCD_Init:
bsf STATUS,5 ;select bank 1
movlw 0x06 ;make them digital pins.else cannot ... | 18.514925 | 61 | 0.574365 |
ee1d8ccbc14d883715377971ec13371ece630385 | 6,750 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xca_notsx.log_21829_729.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xca_notsx.log_21829_729.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xca_notsx.log_21829_729.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 %r15
push %r8
push %r9
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0xb1c8, %r13
nop
nop
nop
nop
nop
sub $31646, %r15
mov (%r13), %r9
nop
nop
nop
nop
add %rbp, %rbp
lea addresses_WC_ht+0x10028, %rsi
lea addresses_normal_ht+0xf810, %rdi
nop
nop
n... | 34.974093 | 2,999 | 0.659259 |
601c4f95be5a3d89c4f86738e33267429d85ba19 | 439 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math48/c/sccz80/cm48_sccz80p_deq.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/float/math48/c/sccz80/cm48_sccz80p_deq.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/float/math48/c/sccz80/cm48_sccz80p_deq.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
SECTION code_fp_math48
PUBLIC cm48_sccz80p_deq
EXTERN am48_deq_s
; sccz80 float primitive
; left_op == right_op ?
;
; enter : AC'(BCDEHL') = right_op
; stack = left_op, ret
;
; exit : if true
;
; HL = 1
; carry set
;
; if false
;
... | 16.259259 | 40 | 0.485194 |
c8bc0aba37462e4f934bd4a433bd3447c9799c98 | 653 | asm | Assembly | programs/oeis/267/A267043.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/267/A267043.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/267/A267043.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A267043: Middle column of the "Rule 91" elementary cellular automaton starting with a single ON (black) cell.
; 1,0,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,... | 81.625 | 501 | 0.546708 |
e199b62edda91dda7facf65fcedc3fea013a61c8 | 781 | asm | Assembly | programs/oeis/267/A267031.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/267/A267031.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/267/A267031.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A267031: a(n) = (32*n^3 - 2*n)/3.
; 0,10,84,286,680,1330,2300,3654,5456,7770,10660,14190,18424,23426,29260,35990,43680,52394,62196,73150,85320,98770,113564,129766,147440,166650,187460,209934,234136,260130,287980,317750,349504,383306,419220,457310,497640,540274,585276,632710,682640,735130,790244,848046,908600,971970,1... | 111.571429 | 716 | 0.827145 |
a69827bf68cb87a32e08cb1b96141851a1e171bd | 2,574 | asm | Assembly | libsrc/_DEVELOPMENT/string/z80/asm_memmem.asm | Toysoft/z88dk | f930bef9ac4feeec91a07303b79ddd9071131a24 | [
"ClArtistic"
] | 8 | 2017-01-18T12:02:17.000Z | 2021-06-12T09:40:28.000Z | libsrc/_DEVELOPMENT/string/z80/asm_memmem.asm | Toysoft/z88dk | f930bef9ac4feeec91a07303b79ddd9071131a24 | [
"ClArtistic"
] | 1 | 2017-03-06T07:41:56.000Z | 2017-03-06T07:41:56.000Z | libsrc/_DEVELOPMENT/string/z80/asm_memmem.asm | Toysoft/z88dk | f930bef9ac4feeec91a07303b79ddd9071131a24 | [
"ClArtistic"
] | 3 | 2017-03-07T03:19:40.000Z | 2021-09-15T17:59:19.000Z |
; ===============================================================
; Dec 2013
; ===============================================================
;
; void *memmem(const void *big, size_t big_len, const void *little, size_t little_len)
;
; Return ptr in big to first occurrence of substring little.
;
; If little_len = 0, ... | 19.648855 | 86 | 0.473582 |
3a418a4aff964cae7ad6a586aa974bd05020bb43 | 65,975 | asm | Assembly | data/trainers/parties.asm | zavytar/pokecolorless | 5fa4930f9f90acaff7ae62367e3d9feae0404464 | [
"blessing"
] | null | null | null | data/trainers/parties.asm | zavytar/pokecolorless | 5fa4930f9f90acaff7ae62367e3d9feae0404464 | [
"blessing"
] | null | null | null | data/trainers/parties.asm | zavytar/pokecolorless | 5fa4930f9f90acaff7ae62367e3d9feae0404464 | [
"blessing"
] | null | null | null | ; Trainer data structure:
; - db "NAME@", TRAINERTYPE_* constant
; - 1 to 6 Pokémon:
; * for TRAINERTYPE_NORMAL: db level, species
; * for TRAINERTYPE_MOVES: db level, species, 4 moves
; * for TRAINERTYPE_ITEM: db level, species, item
; * for TRAINERTYPE_ITEM_MOVES: db level, species, item, 4... | 20.597877 | 80 | 0.679197 |
59b5d223e69b448fda94a0463fa648dd6dace967 | 2,573 | asm | Assembly | data/tilesets/elite_four_room_collision.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 28 | 2019-11-08T07:19:00.000Z | 2021-12-20T10:17:54.000Z | data/tilesets/elite_four_room_collision.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 13 | 2020-01-11T17:00:40.000Z | 2021-09-14T01:27:38.000Z | data/tilesets/elite_four_room_collision.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 22 | 2020-05-28T17:31:38.000Z | 2022-03-07T20:49:35.000Z | tilecoll WALL, WALL, WALL, WALL ; 00
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; 01
tilecoll FLOOR, FLOOR, FLOOR, FLOOR ; 02
tilecoll FLOOR, FLOOR, WARP_CARPET_DOWN, WARP_CARPET_DOWN ; 03
tilecoll WALL, WALL, WALL, FLOOR ; 04
tilecoll WALL, WALL, FLOOR, FLOOR ; 05
tilecoll WALL, WALL, FLOOR, WALL ; 06
tilecoll WALL, ... | 39.584615 | 63 | 0.701516 |
751e8e08328ef81e6d4a18497855f3990afc53b7 | 347 | asm | Assembly | tools/DOSBox-0.74Win/FSysFAT/avt/p1_asm/X2_PROC/p002Seminar.asm | cyberitsec/antivirus | 812be691c2a24cc4488ec848b64b57558c0311ab | [
"MIT"
] | 1 | 2021-09-28T23:47:40.000Z | 2021-09-28T23:47:40.000Z | tools/DOSBox-0.74Win/FSysFAT/avt/p1_asm/X2_PROC/p002Seminar.asm | cyberitsec/antivirus | 812be691c2a24cc4488ec848b64b57558c0311ab | [
"MIT"
] | null | null | null | tools/DOSBox-0.74Win/FSysFAT/avt/p1_asm/X2_PROC/p002Seminar.asm | cyberitsec/antivirus | 812be691c2a24cc4488ec848b64b57558c0311ab | [
"MIT"
] | null | null | null | ;Suma elementelor unui vector cu evidentiere push ax
.model small
.stack 16
.data
sum dw ?
tab dw 2,7,15,20
n dw 4
.code
start:
mov ax,@data
mov ds,ax
mov ax,1234h
push ax
xor ax,ax
mov cx,n
mov si,ax
et1:
add ax,tab[si]
add si,2 ;inc si inc si
loop et1
mov sum,ax
mov ax,4c0... | 11.965517 | 53 | 0.616715 |
0514f78057a2925209dc9171d8cf70a60a06eb61 | 7,354 | asm | Assembly | game/logic/game_states/title_screen.asm | sgadrat/super-tilt-bro | f918731c63a32dc3d0c80f10e7b053d6fa218c50 | [
"WTFPL"
] | 91 | 2017-08-06T18:30:13.000Z | 2022-02-17T00:26:45.000Z | game/logic/game_states/title_screen.asm | sgadrat/super-tilt-bro | f918731c63a32dc3d0c80f10e7b053d6fa218c50 | [
"WTFPL"
] | 2 | 2018-10-12T04:34:13.000Z | 2021-12-25T17:01:18.000Z | game/logic/game_states/title_screen.asm | sgadrat/super-tilt-bro | f918731c63a32dc3d0c80f10e7b053d6fa218c50 | [
"WTFPL"
] | 9 | 2016-10-08T21:24:37.000Z | 2022-02-05T00:13:31.000Z | TITLE_ANIMATION_STEP_END = 5
init_title_screen:
.(
; This state only use the generic data bank
SWITCH_BANK(#DATA_BANK_NUMBER)
; Clear background of nametable 2
jsr clear_bg_bot_left
; Construct nt buffers for palettes (to avoid changing it mid-frame)
lda #<palette_title
sta tmpfield1
lda #>palette_title
sta... | 20.48468 | 163 | 0.72328 |
745ac8616a8c0b15847ae6977f046db1332b32d5 | 9,570 | asm | Assembly | Demo/CORTEX_R4F_RZ_T_GCC_IAR/src/Full_Demo/reg_test_IAR.asm | Chomtana/FreeRTOS-Embedded-Lab-6 | 09b8b8d7b6ea8caeb0d4ffdaa5a57f7317369d9f | [
"MIT"
] | null | null | null | Demo/CORTEX_R4F_RZ_T_GCC_IAR/src/Full_Demo/reg_test_IAR.asm | Chomtana/FreeRTOS-Embedded-Lab-6 | 09b8b8d7b6ea8caeb0d4ffdaa5a57f7317369d9f | [
"MIT"
] | null | null | null | Demo/CORTEX_R4F_RZ_T_GCC_IAR/src/Full_Demo/reg_test_IAR.asm | Chomtana/FreeRTOS-Embedded-Lab-6 | 09b8b8d7b6ea8caeb0d4ffdaa5a57f7317369d9f | [
"MIT"
] | null | null | null | /*
* FreeRTOS Kernel V10.3.1
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Software"), to deal in
* the Software without restriction, includ... | 23.004808 | 83 | 0.696865 |
7cf51e9864f00420bf42be57fc8c55c027ea84b2 | 4,847 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_506.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.log_21829_506.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.log_21829_506.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 %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x1b63b, %rsi
lea addresses_A_ht+0xe949, %rdi
nop
nop
nop
nop
and %rbp, %rbp
mov $95, %rcx
rep movsb
nop
nop
nop
nop
nop
sub $13525, %rsi
pop %rsi
pop %rdi
pop %rcx
pop %rbp
ret
.global s_faulty_load
s_faulty_l... | 44.87963 | 2,999 | 0.657107 |
0601358a68586c32f425eb0f75db7c2d8109a815 | 622 | asm | Assembly | programs/oeis/160/A160380.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/160/A160380.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/160/A160380.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A160380: Number of 0's in base-4 representation of n.
; 0,0,0,0,1,0,0,0,1,0,0,0,1,0,0,0,2,1,1,1,1,0,0,0,1,0,0,0,1,0,0,0,2,1,1,1,1,0,0,0,1,0,0,0,1,0,0,0,2,1,1,1,1,0,0,0,1,0,0,0,1,0,0,0,3,2,2,2,2,1,1,1,2,1,1,1,2,1,1,1,2,1,1,1,1,0,0,0,1,0,0,0,1,0,0,0,2,1,1,1,1,0,0,0,1,0,0,0,1,0,0,0,2,1,1,1,1,0,0,0,1,0,0,0,1,0,0,0,3,2,2,... | 56.545455 | 501 | 0.514469 |
dd14c1a292ede9426e846e87cc246a50ecb06015 | 298 | asm | Assembly | mc-sema/validator/x86/tests/ST_PF64m.asm | randolphwong/mcsema | eb5b376736e7f57ff0a61f7e4e5a436bbb874720 | [
"BSD-3-Clause"
] | 2 | 2021-08-07T16:21:29.000Z | 2021-11-17T10:58:37.000Z | mc-sema/validator/x86/tests/ST_PF64m.asm | randolphwong/mcsema | eb5b376736e7f57ff0a61f7e4e5a436bbb874720 | [
"BSD-3-Clause"
] | null | null | null | mc-sema/validator/x86/tests/ST_PF64m.asm | randolphwong/mcsema | eb5b376736e7f57ff0a61f7e4e5a436bbb874720 | [
"BSD-3-Clause"
] | null | null | null | BITS 32
;TEST_FILE_META_BEGIN
;TEST_TYPE=TEST_F
;TEST_IGNOREFLAGS=FLAG_FPU_IE
;TEST_FILE_META_END
FLD1
;TEST_BEGIN_RECORDING
lea edi, [esp-0xc]
mov dword [edi], 0
fstp qword [edi]
mov eax, dword [edi+00]
mov ebx, dword [edi+04]
mov edi, 0x0
;TEST_END_RECORDING
| 18.625 | 29 | 0.687919 |
451787e49c82caa4dff1530206f13426b1afe1e0 | 37,607 | asm | Assembly | avx2/md5_x8x2_avx2.asm | kevintraynor/intel-ipsec-mb | 5d5dc8686a2d748453115efc236e7cf56f1ba3fc | [
"BSD-3-Clause"
] | null | null | null | avx2/md5_x8x2_avx2.asm | kevintraynor/intel-ipsec-mb | 5d5dc8686a2d748453115efc236e7cf56f1ba3fc | [
"BSD-3-Clause"
] | null | null | null | avx2/md5_x8x2_avx2.asm | kevintraynor/intel-ipsec-mb | 5d5dc8686a2d748453115efc236e7cf56f1ba3fc | [
"BSD-3-Clause"
] | null | null | null | ;;
;; Copyright (c) 2012-2020, Intel Corporation
;;
;; Redistribution and use in source and binary forms, with or without
;; modification, are permitted provided that the following conditions are met:
;;
;; * Redistributions of source code must retain the above copyright notice,
;; this list of conditions and... | 45.750608 | 116 | 0.722073 |
3687ea91a3f1fcd90c009ff61dc1436fd556e75e | 367 | asm | Assembly | src/z80asm/dev/z80asm_lib/adc_hl_bc.asm | jg1uaa/z88dk | 6a850141690031634af15204ba4066b21c8892ff | [
"ClArtistic"
] | 2 | 2019-05-06T16:26:16.000Z | 2021-06-22T19:11:29.000Z | src/z80asm/dev/z80asm_lib/adc_hl_bc.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | null | null | null | src/z80asm/dev/z80asm_lib/adc_hl_bc.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | null | null | null | ; Substitute for the z80 adc hl,bc instruction
; CPU Min T Max T
; 8080 47 52
; 8085 48 51
; gbz80 36 44
; r2k 4 4
; z180 10 10
; z80 15 15
; z80n 15 15
SECTION code_crt0_sccz80
PUBLIC __z80asm__adc_hl_bc
__z80asm__adc_hl_bc:
jr nc, carry0
inc ... | 18.35 | 46 | 0.542234 |
477e771db602a25649c413dcf80e711f2b04d8b4 | 908 | asm | Assembly | os/src/os003/boot/boot.asm | ddosakura/pet-shop | 71eacee8c7030164370e4d8717a25b199992fb42 | [
"Apache-2.0"
] | null | null | null | os/src/os003/boot/boot.asm | ddosakura/pet-shop | 71eacee8c7030164370e4d8717a25b199992fb42 | [
"Apache-2.0"
] | null | null | null | os/src/os003/boot/boot.asm | ddosakura/pet-shop | 71eacee8c7030164370e4d8717a25b199992fb42 | [
"Apache-2.0"
] | null | null | null | %include 'config.inc'
jmp entry
nop
%include 'fat12_1_44.inc'
; move to 0x90000
entry:
mov ax, boot_seg
mov ds, ax
mov ax, init_seg
mov es, ax
mov cx, 0x100 ; 256个字 -> 512B
sub si, si ; 置0
sub di, di ; 置0
cld ; 方向标志置1
rep movsw ... | 15.389831 | 64 | 0.519824 |
14eee8c27aac3ee9f974f4865de67adb5d4bc91d | 6,607 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_21829_1625.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_21829_1625.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_21829_1625.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 %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x6292, %r11
nop
nop
add %rdi, %rdi
movw $0x6162, (%r11)
sub %r12, %r12
lea addresses_normal_ht+0xb2a0, %rsi
lea addresses_A_ht+0xc4a0, %rdi
nop
and %r8, %r8
mov $66, %rcx
rep m... | 38.412791 | 2,999 | 0.65582 |
9ee0018fe799f1c8190f2b20d00874401bd15a30 | 2,520 | asm | Assembly | Driver/Printer/PScript/pscriptTables.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Driver/Printer/PScript/pscriptTables.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Driver/Printer/PScript/pscriptTables.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z |
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) Berkeley Softworks 1990 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: PostScript print driver
FILE: pscriptTables.asm
AUTHOR: Jim DeFrisco, 1 March 1990
REVISION HISTORY:
Name Date Description
---- --... | 30.361446 | 79 | 0.631349 |
6cfb73ef75bef81f759b3a272f20037edc60c956 | 775 | asm | Assembly | oeis/008/A008419.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/008/A008419.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/008/A008419.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A008419: Crystal ball sequence for 9-dimensional cubic lattice.
; Submitted by Christian Krause
; 1,19,181,1159,5641,22363,75517,224143,598417,1462563,3317445,7059735,14218905,27298155,50250765,89129247,152951073,254831667,413442773,654862247,1014889769,1541911931,2300409629,3375210671,4876601009,6946419011,976526870... | 33.695652 | 492 | 0.787097 |
c7db9d0c6617ba37586b328a63be35d33023f196 | 5,189 | asm | Assembly | uefi-sct/SctPkg/Library/NetLib/Ia32/NetCopyMemSSE2.asm | sunnywang-arm/edk2-test | 475be9f7a70d012705eca64dd24a9eeaed643183 | [
"BSD-2-Clause"
] | 47 | 2018-10-15T02:34:39.000Z | 2022-02-07T11:02:45.000Z | uefi-sct/SctPkg/Library/NetLib/Ia32/NetCopyMemSSE2.asm | sunnywang-arm/edk2-test | 475be9f7a70d012705eca64dd24a9eeaed643183 | [
"BSD-2-Clause"
] | null | null | null | uefi-sct/SctPkg/Library/NetLib/Ia32/NetCopyMemSSE2.asm | sunnywang-arm/edk2-test | 475be9f7a70d012705eca64dd24a9eeaed643183 | [
"BSD-2-Clause"
] | 78 | 2018-10-08T01:17:19.000Z | 2022-03-16T14:33:15.000Z | ;; @file
;
; Copyright 2006 - 2010 Unified EFI, Inc.<BR>
; Copyright (c) 2010, Intel Corporation. All rights reserved.<BR>
;
; This program and the accompanying materials
; are licensed and made available under the terms and conditions of the BSD License
; which accompanies this distribution. The full text... | 29.99422 | 87 | 0.545192 |
5fba09a2451067db4e864bbea852b5fa5595a028 | 446 | asm | Assembly | oeis/098/A098316.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/098/A098316.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/098/A098316.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A098316: Decimal expansion of [3, 3, ...] = (3 + sqrt(13))/2.
; Submitted by Jon Maiga
; 3,3,0,2,7,7,5,6,3,7,7,3,1,9,9,4,6,4,6,5,5,9,6,1,0,6,3,3,7,3,5,2,4,7,9,7,3,1,2,5,6,4,8,2,8,6,9,2,2,6,2,3,1,0,6,3,5,5,2,2,6,5,2,8,1,1,3,5,8,3,4,7,4,1,4,6,5,0,5,2,2,2,6,0,2,3,0,9,5,4,1,0,0,9,2,4,5,3,5,8
mov $1,3
mov $2,1
mov $3,$0
... | 21.238095 | 201 | 0.522422 |
3ac5f8c702e05a34b5ccb76d130ec842da83da73 | 3,160 | asm | Assembly | modules/exploits/beefbind/shellcode_sources/windows/src/block_bind_tcp.asm | manchonjul/BeEFImposter | 4ea6383b47eb186b4915c89c31e1f531a7d3c25e | [
"Unlicense"
] | 1 | 2020-01-01T23:35:53.000Z | 2020-01-01T23:35:53.000Z | modules/exploits/beefbind/shellcode_sources/windows/src/block_bind_tcp.asm | manchonjul/BeEFImposter | 4ea6383b47eb186b4915c89c31e1f531a7d3c25e | [
"Unlicense"
] | null | null | null | modules/exploits/beefbind/shellcode_sources/windows/src/block_bind_tcp.asm | manchonjul/BeEFImposter | 4ea6383b47eb186b4915c89c31e1f531a7d3c25e | [
"Unlicense"
] | null | null | null | ;-----------------------------------------------------------------------------;
; Author: Stephen Fewer (stephen_fewer@harmonysecurity.com)
; Compatible: Windows 7, 2008, Vista, 2003, XP, 2000, NT4
; Version: 1.0 (24 July 2009)
;-----------------------------------------------------------------------------;
[BITS 3... | 49.375 | 117 | 0.53481 |
9df4a82e613e5db1fc33757c7e60e833f96f5402 | 377 | asm | Assembly | programs/oeis/323/A323152.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/323/A323152.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/323/A323152.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A323152: a(n) = 1 if sigma(n) is divisible by all proper divisors of n, 0 otherwise.
; 1,1,1,0,1,1,1,0,0,0,1,0,1,0,0,0,1,0,1,0,0,0,1,0,0,0,0,1,1,0,1,0,0,0,0,0,1,0,0,0,1,0,1,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,1,0,0,0,0,0,1,0,0,0,1,0,1,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0
seq $0,54024 ; Sum of the divi... | 47.125 | 201 | 0.578249 |
976ef6a2f3a7cf5787e639756f0a20fd0e6cbcb3 | 371 | asm | Assembly | programs/oeis/176/A176965.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/176/A176965.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/176/A176965.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A176965: a(n) = 2^(n-1) - (2^n*(-1)^n + 2)/3.
; 1,0,6,2,26,10,106,42,426,170,1706,682,6826,2730,27306,10922,109226,43690,436906,174762,1747626,699050,6990506,2796202,27962026,11184810,111848106,44739242,447392426,178956970,1789569706,715827882,7158278826
mov $1,1
mov $2,$0
lpb $2,1
mov $0,$1
add $0,$1
add $0,1... | 24.733333 | 208 | 0.660377 |
28cd17d3e38dda62b76cc4d7aae69f4cb96d2dc0 | 3,999 | asm | Assembly | src/kernel/handler.asm | MmingY/onix | 8613b02a4089b9aa990b69873ec45309b3cec0b2 | [
"MIT"
] | 1 | 2022-03-23T10:27:50.000Z | 2022-03-23T10:27:50.000Z | src/kernel/handler.asm | MmingY/onix | 8613b02a4089b9aa990b69873ec45309b3cec0b2 | [
"MIT"
] | null | null | null | src/kernel/handler.asm | MmingY/onix | 8613b02a4089b9aa990b69873ec45309b3cec0b2 | [
"MIT"
] | null | null | null | [bits 32]
; 中断处理函数入口
extern handler_table
section .text
%macro INTERRUPT_HANDLER 2
interrupt_handler_%1:
xchg bx, bx
%ifn %2
push 0x20222202
%endif
push %1; 压入中断向量,跳转到中断入口
jmp interrupt_entry
%endmacro
interrupt_entry:
; 保存上文寄存器信息
push ds
push es
push fs
push gs
pusha
... | 24.99375 | 58 | 0.784196 |
cd3a9862bdb3b436462c05c232710868fe7d3397 | 147 | asm | Assembly | other.7z/SFC.7z/SFC/ソースデータ/ゼルダの伝説神々のトライフォース/ドイツ_PAL/Ger_asm1/zel_end2.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/SFC.7z/SFC/ソースデータ/ゼルダの伝説神々のトライフォース/ドイツ_PAL/Ger_asm1/zel_end2.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/SFC.7z/SFC/ソースデータ/ゼルダの伝説神々のトライフォース/ドイツ_PAL/Ger_asm1/zel_end2.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | Name: zel_end2.asm
Type: file
Size: 147388
Last-Modified: '2016-05-13T04:23:03Z'
SHA-1: 034B3F9D822493AF091FEB0E070F81A3F1EAEECB
Description: null
| 21 | 47 | 0.816327 |
084c8b4cbecff425a1222aadcdecc557a49ea070 | 465 | asm | Assembly | audio/sfx/fly_3.asm | etdv-thevoid/pokemon-rgb-enhanced | 5b244c1cf46aab98b9c820d1b7888814eb7fa53f | [
"MIT"
] | 1 | 2022-01-09T05:28:52.000Z | 2022-01-09T05:28:52.000Z | audio/sfx/fly_3.asm | ETDV-TheVoid/pokemon-rgb-enhanced | 5b244c1cf46aab98b9c820d1b7888814eb7fa53f | [
"MIT"
] | null | null | null | audio/sfx/fly_3.asm | ETDV-TheVoid/pokemon-rgb-enhanced | 5b244c1cf46aab98b9c820d1b7888814eb7fa53f | [
"MIT"
] | null | null | null | SFX_Fly_3_Ch7:
unknownnoise0x20 2, 241, 18
unknownnoise0x20 2, 0, 0
unknownnoise0x20 2, 161, 18
unknownnoise0x20 2, 0, 0
unknownnoise0x20 2, 209, 18
unknownnoise0x20 2, 0, 0
unknownnoise0x20 2, 129, 18
unknownnoise0x20 2, 0, 0
unknownnoise0x20 2, 177, 18
unknownnoise0x20 2, 0, 0
unknownnoise0x20 2, 97, 18
u... | 24.473684 | 28 | 0.750538 |
470e5268c79b7f704ddf4e72146c22afa9fd6797 | 4,735 | asm | Assembly | Transynther/x86/_processed/US/_st_sm_/i7-7700_9_0x48_notsx.log_1_1243.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/US/_st_sm_/i7-7700_9_0x48_notsx.log_1_1243.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/US/_st_sm_/i7-7700_9_0x48_notsx.log_1_1243.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 %r10
push %r11
push %rax
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0xb63d, %rbp
nop
nop
nop
nop
sub %rax, %rax
mov (%rbp), %dx
nop
add $54839, %rax
lea addresses_D_ht+0xcb9b, %r10
nop
nop
nop
nop
and %rdi, %rdi
movl $0x61626364, (%r10)
nop
nop... | 19.894958 | 148 | 0.64076 |
3a464a3b9194a0e0431a81f70455cfa84edcd038 | 564 | asm | Assembly | programs/oeis/286/A286264.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/286/A286264.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/286/A286264.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A286264: a(n) = 2*(ceiling((n^2)/2)+1) - 1.
; 3,5,11,17,27,37,51,65,83,101,123,145,171,197,227,257,291,325,363,401,443,485,531,577,627,677,731,785,843,901,963,1025,1091,1157,1227,1297,1371,1445,1523,1601,1683,1765,1851,1937,2027,2117,2211,2305,2403,2501,2603,2705,2811,2917,3027,3137,3251,3365,3483,3601,3723,3845,3971... | 56.4 | 460 | 0.728723 |
ffe20a3bd6017f6e2a73a5762f09d4f02b5ca808 | 478 | asm | Assembly | programs/oeis/088/A088472.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/088/A088472.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/088/A088472.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A088472: Numbers n such that the lunar sum of the distinct lunar prime divisors of n is < n.
; 1,2,3,4,5,6,7,8,9,100,110,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153
mov $4,$0
bin $0,4
mov $1,6
... | 21.727273 | 195 | 0.633891 |
b16c7b0085f45f263b59562339f41c963e81d1bc | 1,829 | asm | Assembly | programs/oeis/057/A057788.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/057/A057788.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/057/A057788.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A057788: Expansion of (1+x)/(1-x)^12.
; 1,13,90,442,1729,5733,16744,44200,107406,243542,520676,1058148,2057510,3848222,6953544,12183560,20764055,34512075,56071470,89224590,139299615,213696795,322561200,479634480,703323660,1018031196,1455797448,2058314440,2879378332,3987857484,5471263408,7440023344,10032565725,1342134... | 107.588235 | 1,660 | 0.890104 |
940346bde38c370fd6791a8458dc7724f6410e4d | 7,347 | asm | Assembly | compiler/ti-cgt-arm_18.12.4.LTS/lib/src/fs_div_t2.asm | JosiahCraw/TI-Arm-Docker | 23c0f4caf1638512bf53241531c69289c4e82488 | [
"MIT"
] | null | null | null | compiler/ti-cgt-arm_18.12.4.LTS/lib/src/fs_div_t2.asm | JosiahCraw/TI-Arm-Docker | 23c0f4caf1638512bf53241531c69289c4e82488 | [
"MIT"
] | null | null | null | compiler/ti-cgt-arm_18.12.4.LTS/lib/src/fs_div_t2.asm | JosiahCraw/TI-Arm-Docker | 23c0f4caf1638512bf53241531c69289c4e82488 | [
"MIT"
] | null | null | null | ;******************************************************************************
;* FS_DIV_T2.ASM - THUMB-2 STATE - *
;* *
;* Copyright (c) 1996 Texas Instruments Incorporated *
... | 38.465969 | 79 | 0.491765 |
2123a6ad38b69688125aff044a85b4e0f09e4579 | 333 | asm | Assembly | utils/disk-tools/split/starter.asm | vbmacher/qsOS | 40ee57c1aaa9849a62057f4e7d7770e8661f60ba | [
"Apache-2.0"
] | 1 | 2019-09-19T04:27:54.000Z | 2019-09-19T04:27:54.000Z | utils/disk-tools/split/starter.asm | vbmacher/qsOS | 40ee57c1aaa9849a62057f4e7d7770e8661f60ba | [
"Apache-2.0"
] | null | null | null | utils/disk-tools/split/starter.asm | vbmacher/qsOS | 40ee57c1aaa9849a62057f4e7d7770e8661f60ba | [
"Apache-2.0"
] | null | null | null | ;
; STARTER.ASM
;
; (c) Copyright 2002, P. Jakubco ml.
;
;
;
.model compact
.stack 16384
.386p
.code
extrn _main: near
.startup
call _main
xor ax,ax
.exit
... | 15.857143 | 36 | 0.324324 |
ced425ec8a781fd6543b9a8a4e6c09d5bcc89c5a | 106,258 | asm | Assembly | Miscellaneous/Chip16-Emulator/roms/Sources/BC_TestRom.asm | ghivert/Student-Projects | 43d7a61eac94365b3296ea09311f855ac00d71d1 | [
"MIT"
] | 2 | 2017-09-11T19:13:06.000Z | 2020-01-20T09:05:40.000Z | Miscellaneous/Chip16-Emulator/roms/Sources/BC_TestRom.asm | ghivert/Student-Projects | 43d7a61eac94365b3296ea09311f855ac00d71d1 | [
"MIT"
] | null | null | null | Miscellaneous/Chip16-Emulator/roms/Sources/BC_TestRom.asm | ghivert/Student-Projects | 43d7a61eac94365b3296ea09311f855ac00d71d1 | [
"MIT"
] | 3 | 2017-02-08T18:01:56.000Z | 2018-10-04T21:30:08.000Z |
; Chip 16 Test Rom
; Check all arithmetics opcodes , push , pop and store opcodes(see readme for more information)
;************************************************
;* ra-rf are reserved for printing strings. *
;* rd fix the error opcode number *
;* r9 fix the flag concerned *
;*... | 10.757036 | 96 | 0.638625 |
bfe34818fd3f8851ec87cd81ca7a17340a266ad5 | 1,277 | asm | Assembly | libsrc/games/ticalc/joystick.asm | dex4er/deb-z88dk | 9ee4f23444fa6f6043462332a1bff7ae20a8504b | [
"ClArtistic"
] | 1 | 2018-09-04T23:07:24.000Z | 2018-09-04T23:07:24.000Z | libsrc/games/ticalc/joystick.asm | dex4er/deb-z88dk | 9ee4f23444fa6f6043462332a1bff7ae20a8504b | [
"ClArtistic"
] | null | null | null | libsrc/games/ticalc/joystick.asm | dex4er/deb-z88dk | 9ee4f23444fa6f6043462332a1bff7ae20a8504b | [
"ClArtistic"
] | null | null | null | ;
; Game device library for the TI calculators
; Stefano Bodrato - 21/8/2001
; Henk Poley - 03/9/2001
;
; $Id: joystick.asm,v 1.4 2002/04/17 21:30:24 dom Exp $
;
XLIB joystick
.joystick
pop af ;
pop bc ; game device
push bc ;
push af ;
;xor a ;
;cp b ; Test high-byte (should be zero)
;jr nz,... | 19.348485 | 55 | 0.556774 |
323d39c00bab97abbbe906368cb99b20ff908241 | 510 | asm | Assembly | day21/app.asm | ghosind/HariboteOS | f2e1d3a46e061d68e2bb23f3d5eb25e8147b2d85 | [
"MIT"
] | 11 | 2021-06-09T01:11:51.000Z | 2022-03-17T12:32:28.000Z | day21/app.asm | ghosind/HariboteOS | f2e1d3a46e061d68e2bb23f3d5eb25e8147b2d85 | [
"MIT"
] | null | null | null | day21/app.asm | ghosind/HariboteOS | f2e1d3a46e061d68e2bb23f3d5eb25e8147b2d85 | [
"MIT"
] | null | null | null | [BITS 32]
GLOBAL start_app
start_app: ; void start_app(int eip, int cs, int esp, int ds, int *tss_esp0);
PUSHAD
MOV EAX, [ESP+36] ; EIP
MOV ECX, [ESP+40] ; CS
MOV EDX, [ESP+44] ; ESP
MOV EBX, [ESP+48] ; DS/SS
MOV EBP, [ESP+52] ; tss.esp0
MOV [EBP], ES... | 19.615385 | 92 | 0.482353 |
0e29b60c3c44db38084287f7ad72dfe50ba7c38d | 923 | asm | Assembly | programs/oeis/284/A284620.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/284/A284620.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/284/A284620.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A284620: {00->2}-transform of the infinite Fibonacci word A003849.
; 0,1,2,1,0,1,2,1,2,1,0,1,2,1,0,1,2,1,2,1,0,1,2,1,2,1,0,1,2,1,0,1,2,1,2,1,0,1,2,1,0,1,2,1,2,1,0,1,2,1,2,1,0,1,2,1,0,1,2,1,2,1,0,1,2,1,2,1,0,1,2,1,0,1,2,1,2,1,0,1,2,1,0,1,2,1,2,1,0,1,2,1,2,1,0,1,2,1,0,1,2,1,2,1,0,1,2,1,0,1,2,1,2,1,0,1,2,1,2,1,0,1,2,1,0... | 28.84375 | 501 | 0.505959 |
fe27be150fbe87c9ecf4649d9dcd6ee986f83532 | 373 | asm | Assembly | c_asm/17-passing_args_in_asm/src/loop.asm | karng87/nasm_game | a97fdb09459efffc561d2122058c348c93f1dc87 | [
"MIT"
] | null | null | null | c_asm/17-passing_args_in_asm/src/loop.asm | karng87/nasm_game | a97fdb09459efffc561d2122058c348c93f1dc87 | [
"MIT"
] | null | null | null | c_asm/17-passing_args_in_asm/src/loop.asm | karng87/nasm_game | a97fdb09459efffc561d2122058c348c93f1dc87 | [
"MIT"
] | null | null | null | extern printf
section .data
fmt db "%d", 0x0A, 0
section .bss
section .text
global main
main:
mov rax, 0
.lp:
inc rax
push rax
mov rdi, fmt
mov rsi, rax
mov rax, 0
call printf
pop rax
cmp rax, 100
jl .lp
mo... | 12.433333 | 24 | 0.447721 |
4e85bba53a04f4ddb95c935514f564d66b60beb1 | 16,199 | asm | Assembly | crystal.asm | marler8997/crystal | d768dc625fd6c07ca1ede86a6aef38086afe5b4a | [
"BSL-1.0"
] | 1 | 2018-08-25T00:04:03.000Z | 2018-08-25T00:04:03.000Z | crystal.asm | marler8997/crystal | d768dc625fd6c07ca1ede86a6aef38086afe5b4a | [
"BSL-1.0"
] | null | null | null | crystal.asm | marler8997/crystal | d768dc625fd6c07ca1ede86a6aef38086afe5b4a | [
"BSL-1.0"
] | null | null | null | ;
; NOTE: linux boot protocol can be found here:
;
; https://github.com/torvalds/linux/blob/master/Documentation/x86/boot.txt
;
; Crystal Memory Map
; ------------------------------------------------------------------------------
; offset | limit | size | Description
; ----------------------------------... | 34.613248 | 110 | 0.538552 |
0612cdce2edf2b9946bf0d89ffc7c9db7c06b1d5 | 397 | asm | Assembly | libsrc/stdio/smc777/copy_font.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/stdio/smc777/copy_font.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/stdio/smc777/copy_font.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
SECTION code_clib
PUBLIC copy_font_8x8
; Copy font in PCG area
; Entry: e = number of characters
; hl = address to copy from
; bc = address for PCG (needs swapping)
copy_font_8x8:
ld a,c
ld c,b
ld b,a
loop_1:
ld d,8
loop_2:
push de
ld a,(hl)
out (c),a
inc hl
inc b
jr nz,skip_... | 10.72973 | 45 | 0.617128 |
cbd152caea1609966bc2c56ed84bdcf7079b9172 | 282 | asm | Assembly | libsrc/_DEVELOPMENT/arch/zxn/esxdos/c/sccz80/esx_f_rewinddir.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/arch/zxn/esxdos/c/sccz80/esx_f_rewinddir.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/arch/zxn/esxdos/c/sccz80/esx_f_rewinddir.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ; unsigned char esx_f_rewinddir(unsigned char handle)
SECTION code_esxdos
PUBLIC esx_f_rewinddir
EXTERN asm_esx_f_rewinddir
defc esx_f_rewinddir = asm_esx_f_rewinddir
; SDCC bridge for Classic
IF __CLASSIC
PUBLIC _esx_f_rewinddir
defc _esx_f_rewinddir = esx_f_rewinddir
ENDIF
| 16.588235 | 53 | 0.851064 |
5350a42c08f4c3ee527ccb678fcef1637a854bff | 276 | asm | Assembly | programs/oeis/040/A040553.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/040/A040553.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/040/A040553.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A040553: Continued fraction for sqrt(578).
; 24,24,48,24,48,24,48,24,48,24,48,24,48,24,48,24,48,24,48,24,48,24,48,24,48,24,48,24,48,24,48,24,48,24,48,24,48,24,48,24,48,24,48,24,48,24,48,24,48,24,48,24,48,24,48,24,48,24,48,24,48,24,48
pow $1,$0
sub $1,2
gcd $1,$0
mul $1,24
| 34.5 | 190 | 0.655797 |
2d98ec4107a24312b2f27bc37cd9a4e58574e66d | 1,590 | asm | Assembly | testsuite/ubivm/output/element_7.asm | alexgarzao/UOP | 12460841ff2b9991d2f7f461635b1f551413823f | [
"MIT"
] | null | null | null | testsuite/ubivm/output/element_7.asm | alexgarzao/UOP | 12460841ff2b9991d2f7f461635b1f551413823f | [
"MIT"
] | null | null | null | testsuite/ubivm/output/element_7.asm | alexgarzao/UOP | 12460841ff2b9991d2f7f461635b1f551413823f | [
"MIT"
] | null | null | null | .constant_pool
.const 0 string [start]
.const 1 string [constructor]
.const 2 string [e]
.const 3 string [elemento]
.const 4 int [1]
.const 5 string [um]
.const 6 int [2]
.const 7 string [dois]
.const 8 string [x]
.const 9 string [number1]
.const 10 string [ms... | 26.949153 | 41 | 0.481132 |
6d93ccf59123e598bea519638401d8f196653cda | 20,977 | asm | Assembly | forktest.asm | MatanGilead/myxv6 | e3e56b63deba7bdf2f85079a4c303a36feaef0c9 | [
"MIT-0"
] | null | null | null | forktest.asm | MatanGilead/myxv6 | e3e56b63deba7bdf2f85079a4c303a36feaef0c9 | [
"MIT-0"
] | null | null | null | forktest.asm | MatanGilead/myxv6 | e3e56b63deba7bdf2f85079a4c303a36feaef0c9 | [
"MIT-0"
] | null | null | null |
_forktest: file format elf32-i386
Disassembly of section .text:
00000000 <printf>:
#define N 1000
void
printf(int fd, char *s, ...)
{
0: 55 push %ebp
1: 89 e5 mov %esp,%ebp
3: 83 ec 18 sub $0x18,%esp
write(fd, s, strlen(s));
6: 8b 45 0c ... | 29.712465 | 53 | 0.427707 |
546a464ef8879721219358605bc75e7f9e9985f2 | 711 | asm | Assembly | src/test/ref/loop-while-sideeffect.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | 2 | 2022-03-01T02:21:14.000Z | 2022-03-01T04:33:35.000Z | src/test/ref/loop-while-sideeffect.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | src/test/ref/loop-while-sideeffect.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | // Test a while()-loop where the condition has a side-effect
// Commodore 64 PRG executable file
.file [name="loop-while-sideeffect.prg", type="prg", segments="Program"]
.segmentdef Program [segments="Basic, Code, Data"]
.segmentdef Basic [start=$0801]
.segmentdef Code [start=$80d]
.segmentdef Data [startAfter="Code"... | 21.545455 | 79 | 0.624473 |
33f3c2c6b3ef230d4c57f07d8792d867f1a829cd | 86,826 | asm | Assembly | src/sprite_dalgurak.asm | fjpena/sword-of-ianna-msx2 | f104f46a677e4b21f42fbed478307a0bb1d372f3 | [
"Apache-2.0"
] | 43 | 2017-10-21T23:01:25.000Z | 2022-02-21T17:45:11.000Z | src/sprite_dalgurak.asm | fjpena/sword-of-ianna-msx2 | f104f46a677e4b21f42fbed478307a0bb1d372f3 | [
"Apache-2.0"
] | null | null | null | src/sprite_dalgurak.asm | fjpena/sword-of-ianna-msx2 | f104f46a677e4b21f42fbed478307a0bb1d372f3 | [
"Apache-2.0"
] | 6 | 2017-10-23T05:48:50.000Z | 2022-01-06T03:11:49.000Z | idle:
DB 0, 0, 0, 16, 22, 161, 1, 161, 97, 1, 0, 0
DB 0, 0, 0, 16, 107, 87, 26, 167, 183, 1, 0, 0
DB 0, 16, 1, 0, 177, 87, 83, 170, 23, 0, 0, 0
DB 0, 16, 22, 1, 16, 167, 51, 53, 1, 16, 0, 0
DB 0, 0, 97, 27, 17, 119, 85, 165, 1... | 63.422936 | 65 | 0.378769 |
c0f7f04cb8a127bfd4b48d5dd8aba482eede2fde | 1,159 | asm | Assembly | Layer2Graphics/clearLines-LL155.asm | ped7g/EliteNext | 6e930f9b9924b295d7281ee6acb879600d7e597f | [
"Unlicense"
] | 9 | 2021-09-29T22:08:15.000Z | 2022-03-23T05:35:43.000Z | Layer2Graphics/clearLines-LL155.asm | ped7g/EliteNext | 6e930f9b9924b295d7281ee6acb879600d7e597f | [
"Unlicense"
] | 1 | 2022-01-21T12:35:42.000Z | 2022-01-21T17:47:24.000Z | Layer2Graphics/clearLines-LL155.asm | ped7g/EliteNext | 6e930f9b9924b295d7281ee6acb879600d7e597f | [
"Unlicense"
] | 1 | 2022-01-15T10:13:49.000Z | 2022-01-15T10:13:49.000Z | ; ClearLines (LL155)
; y = 0
; XX20 = UbnkEdgeHeapSize
; exit if XX20 < 4
; ++y
; do
; X1 = XX19(Y) ; Y1 = XX19(++Y) ; X2 = XX19(++Y); Y2 = XX19(++Y)
; call DrawLine (x1,y1 to x2,y2) two's compliment (we will do 0)
; ++y
; until Y > XX20
clearLines:
layer2_clearLines:
LL155cl: ... | 31.324324 | 68 | 0.322692 |
66feee5103975056ba66823bc8f4143dade08eb3 | 5,555 | asm | Assembly | libsrc/gfx/common/lftscrol.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 38 | 2021-06-18T12:56:15.000Z | 2022-03-12T20:38:40.000Z | libsrc/gfx/common/lftscrol.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 2 | 2021-06-20T16:28:12.000Z | 2021-11-17T21:33:56.000Z | libsrc/gfx/common/lftscrol.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 6 | 2021-06-18T18:18:36.000Z | 2021-12-22T08:01:32.000Z | IF !__CPU_GBZ80__ & !__CPU_INTEL__
SECTION code_graphics
PUBLIC scroll_left
EXTERN pixeladdress
EXTERN leftbitmask, rightbitmask
;
; $Id: lftscrol.asm,v 1.6 2016-04-13 21:09:09 dom Exp $
;
; ***********************************************************************
;
; Scroll specified graphics area leftward horiso... | 25.957944 | 85 | 0.551755 |
4f2faa58fce65fcfa76c35a5680bdc6e02a8e3c0 | 2,025 | asm | Assembly | Task10/c'estinvisible.asm | mpetitjean/avrdude | f769629a0d4014d6b84f2089d8802ec075bbaa01 | [
"MIT"
] | null | null | null | Task10/c'estinvisible.asm | mpetitjean/avrdude | f769629a0d4014d6b84f2089d8802ec075bbaa01 | [
"MIT"
] | null | null | null | Task10/c'estinvisible.asm | mpetitjean/avrdude | f769629a0d4014d6b84f2089d8802ec075bbaa01 | [
"MIT"
] | null | null | null | ;
; task10
;
; Created: 08/03/2017 17:00:00
; Author : Mathieu Petitjean
.include "m328pdef.inc"
;------------
; CONSTANTS
;------------
;SCREEN
.equ SCREEN_DDR = DDRB
.equ SCREEN_PORT = PORTB
.equ SCREEN_PIN = PINB
.equ SCREEN_DATA = 3
.equ SCREEN_CLK = 5
;TCNT 1 RESET VALUE
.EQU TCNT2_RESET_480 = 223
;-... | 14.464286 | 138 | 0.659753 |
4fe9772a0f5e264f00fae744a6103ce483cfcb09 | 93,948 | asm | Assembly | 3rdParty/nodejs/8.0.0/source/deps/openssl/asm/x64-win32-masm/aes/aesni-sha256-x86_64.asm | Internet-of-People/ApertusVR | 3bb954ef02beb8a5a54ac7c062a55b7a0cf402bf | [
"MIT"
] | null | null | null | 3rdParty/nodejs/8.0.0/source/deps/openssl/asm/x64-win32-masm/aes/aesni-sha256-x86_64.asm | Internet-of-People/ApertusVR | 3bb954ef02beb8a5a54ac7c062a55b7a0cf402bf | [
"MIT"
] | null | null | null | 3rdParty/nodejs/8.0.0/source/deps/openssl/asm/x64-win32-masm/aes/aesni-sha256-x86_64.asm | Internet-of-People/ApertusVR | 3bb954ef02beb8a5a54ac7c062a55b7a0cf402bf | [
"MIT"
] | null | null | null | OPTION DOTNAME
.text$ SEGMENT ALIGN(256) 'CODE'
EXTERN OPENSSL_ia32cap_P:NEAR
PUBLIC aesni_cbc_sha256_enc
ALIGN 16
aesni_cbc_sha256_enc PROC PUBLIC
lea r11,QWORD PTR[OPENSSL_ia32cap_P]
mov eax,1
cmp rcx,0
je $L$probe
mov eax,DWORD PTR[r11]
mov r10,QWORD PTR[4+r11]
bt r10,61
jc aesni_cbc_sha256_enc_shaext
mov... | 20.186506 | 62 | 0.726742 |
cc7292945e6c4d8c5a638966bbde0b8eb979e76b | 761 | asm | Assembly | oeis/126/A126064.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/126/A126064.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/126/A126064.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A126064: Triangle read by rows, obtained by multiplying columns of triangle in A094587 by 1,2,4,8,16,... respectively.
; Submitted by Jamie Morken(w4)
; 1,1,2,2,4,4,6,12,12,8,24,48,48,32,16,120,240,240,160,80,32,720,1440,1440,960,480,192,64,5040,10080,10080,6720,3360,1344,448,128,40320,80640,80640,53760,26880,10752,3... | 44.764706 | 496 | 0.759527 |
504dce7c5c69af6bba8a7da75af39347b6703f52 | 799 | asm | Assembly | Tejas-Simulator/PIN/pin-2.14/source/tools/ToolUnitTests/segmented_ea_verifier_win1_ia32.asm | markoshorro/tejas_knl | 5e772aef46362d8bec8ad6d5427b9bcff9be5cfe | [
"Apache-2.0"
] | 17 | 2021-07-10T13:22:26.000Z | 2022-02-09T20:11:39.000Z | pin_kit/source/tools/ToolUnitTests/segmented_ea_verifier_win1_ia32.asm | sawansib/SNIPER | 45ec1eeb09b81a7250bc1a1aaa452f16b2b7f497 | [
"MIT"
] | 4 | 2021-08-18T14:07:24.000Z | 2022-01-24T16:38:06.000Z | pin_kit/source/tools/ToolUnitTests/segmented_ea_verifier_win1_ia32.asm | sawansib/SNIPER | 45ec1eeb09b81a7250bc1a1aaa452f16b2b7f497 | [
"MIT"
] | 11 | 2016-07-01T02:21:06.000Z | 2020-11-23T08:29:22.000Z | PUBLIC TestSegmentedEA
.686
.model flat, c
COMMENT // use of segment register is not an ERROR
ASSUME NOTHING
.code
TestSegmentedEA PROC
mov eax, 18
mov ecx, 2
mov edx, DWORD PTR fs:[5]
mov DWORD PTR fs:[5], edx
mov edx, DWORD PTR fs:[eax]
mov DWORD PTR... | 26.633333 | 50 | 0.544431 |
82a02f9638ebb510b5cb7f1e6729b8f2f180b06c | 4,902 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_21829_479.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_21829_479.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_21829_479.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 %r14
push %r15
push %rax
push %rdi
lea addresses_UC_ht+0x1beec, %r14
nop
nop
nop
nop
nop
mfence
mov $0x6162636465666768, %rdi
movq %rdi, (%r14)
nop
nop
add $36246, %r15
pop %rdi
pop %rax
pop %r15
pop %r14
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r15... | 44.563636 | 2,999 | 0.658915 |
064aa90cf4e23fc17ee2caa9712814605e7547da | 506 | asm | Assembly | programs/oeis/313/A313876.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/313/A313876.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/313/A313876.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A313876: Coordination sequence Gal.6.342.3 where G.u.t.v denotes the coordination sequence for a vertex of type v in tiling number t in the Galebach list of u-uniform tilings.
; 1,5,10,16,21,26,32,37,42,48,53,58,63,68,74,79,84,90,95,100,106,111,116,121,126,132,137,142,148,153,158,164,169,174,179,184,190,195,200,206,2... | 26.631579 | 180 | 0.685771 |
0b2e6d52d18651ad92816cf3fc174059ca7e7d4a | 4,942 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0xca_notsx.log_21829_1530.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0xca_notsx.log_21829_1530.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0xca_notsx.log_21829_1530.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 %r10
push %r14
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x11049, %rsi
lea addresses_UC_ht+0x1d45d, %rdi
nop
nop
cmp $63257, %r14
mov $2, %rcx
rep movsw
xor $60545, %r10
lea addresses_normal_ht+0x14e1, %rsi
lea addresses_UC_ht+0x19175, %rdi
nop
nop
cmp... | 48.45098 | 2,999 | 0.661271 |
ea9fbdd1a0d2cff3eede979585d1a11546b80fa8 | 1,733 | asm | Assembly | unittests/32Bit_ASM/X87/DD_04.asm | cobalt2727/FEX | 13087f8425aeaad28dc81bed46a83e1d72ff0db8 | [
"MIT"
] | 628 | 2020-03-06T14:01:32.000Z | 2022-03-31T06:35:14.000Z | unittests/32Bit_ASM/X87/DD_04.asm | cobalt2727/FEX | 13087f8425aeaad28dc81bed46a83e1d72ff0db8 | [
"MIT"
] | 576 | 2020-03-06T08:25:12.000Z | 2022-03-30T04:05:29.000Z | unittests/32Bit_ASM/X87/DD_04.asm | cobalt2727/FEX | 13087f8425aeaad28dc81bed46a83e1d72ff0db8 | [
"MIT"
] | 38 | 2020-03-07T06:10:00.000Z | 2022-03-29T09:27:36.000Z | %ifdef CONFIG
{
"RegData": {
"XMM0": ["0xc90fdaa22168c235", "0x4000"],
"XMM1": ["0x8000000000000000", "0x4005"],
"XMM2": ["0x8000000000000000", "0x4004"],
"XMM3": ["0x8000000000000000", "0x4003"],
"XMM4": ["0x8000000000000000", "0x4002"],
"XMM5": ["0x8000000000000000", "0x4001"],
"XMM6": [... | 16.046296 | 45 | 0.604732 |
025c81e089d023c7bf9f8ad6bc32acd500622aa9 | 28,590 | asm | Assembly | Build/Interpreters/Ozmoo/asm/disk.asm | polluks/Puddle-BuildTools | c1762d53a33002b62d8cffe3db129505a387bec3 | [
"BSD-2-Clause"
] | 38 | 2021-06-18T12:56:15.000Z | 2022-03-12T20:38:40.000Z | Build/Interpreters/Ozmoo/asm/disk.asm | polluks/Puddle-BuildTools | c1762d53a33002b62d8cffe3db129505a387bec3 | [
"BSD-2-Clause"
] | 2 | 2021-06-20T16:28:12.000Z | 2021-11-17T21:33:56.000Z | Build/Interpreters/Ozmoo/asm/disk.asm | polluks/Puddle-BuildTools | c1762d53a33002b62d8cffe3db129505a387bec3 | [
"BSD-2-Clause"
] | 6 | 2021-06-18T18:18:36.000Z | 2021-12-22T08:01:32.000Z | first_unavailable_save_slot_charcode !byte 0
current_disks !byte $ff, $ff, $ff, $ff,$ff, $ff, $ff, $ff
boot_device !byte 0
ask_for_save_device !byte $ff
!ifndef VMEM {
disk_info
!byte 0, 0, 1 ; Interleave, save slots, # of disks
!byte 8, 8, 0, 0, 0, 130, 131, 0
} else {
device_map !byte 0,0,0,0,0,0,0,0
nonstored... | 19.072715 | 113 | 0.719203 |
4e43654e0a025ec95819bfd529dab86832e4c379 | 2,212 | asm | Assembly | release/src/router/gmp/source/mpn/mips32/submul_1.asm | zhoutao0712/rtn11pb1 | 09e6b6c7ef4b91be0a9374daeacc3ac9f2fa3a05 | [
"Apache-2.0"
] | 184 | 2020-04-15T14:28:37.000Z | 2020-09-22T15:57:55.000Z | release/src/router/gmp/source/mpn/mips32/submul_1.asm | zhoutao0712/rtn11pb1 | 09e6b6c7ef4b91be0a9374daeacc3ac9f2fa3a05 | [
"Apache-2.0"
] | 8 | 2019-12-19T19:34:56.000Z | 2022-03-10T10:11:28.000Z | release/src/router/gmp/source/mpn/mips32/submul_1.asm | zhoutao0712/rtn11pb1 | 09e6b6c7ef4b91be0a9374daeacc3ac9f2fa3a05 | [
"Apache-2.0"
] | 5 | 2020-04-21T19:50:23.000Z | 2020-09-22T10:58:02.000Z | dnl MIPS32 mpn_submul_1 -- Multiply a limb vector with a single limb and
dnl subtract the product from a second limb vector.
dnl Copyright 1992, 1994, 1996, 2000, 2002 Free Software Foundation, Inc.
dnl This file is part of the GNU MP Library.
dnl The GNU MP Library is free software; you can redistribute it and... | 24.307692 | 79 | 0.682188 |
88b454a539a00232c05305b01a9512c85ba141f9 | 818 | asm | Assembly | oeis/008/A008535.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/008/A008535.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/008/A008535.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A008535: Coordination sequence for {A_7}* lattice.
; Submitted by Christian Krause
; 1,16,128,688,2746,8752,23536,55568,118498,232976,428752,747056,1243258,1989808,3079456,4628752,6781826,9714448,13638368,18805936,25515002,34114096,45007888,58662928,75613666,96468752,121917616,152737328,189799738,234078896,286658752,... | 38.952381 | 492 | 0.779951 |
3671bd09245c6b96a0069d5ee55c630b226f359e | 6,751 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_720.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_0xca_notsx.log_21829_720.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_0xca_notsx.log_21829_720.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 %r14
push %r8
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x12817, %rcx
nop
nop
nop
nop
sub %r8, %r8
vmovups (%rcx), %ymm7
vextracti128 $1, %ymm7, %xmm7
vpextrq $0, %xmm7, %rdx
nop
nop
nop
xor %r11, %r11
lea addresses_D_ht+0... | 34.443878 | 2,999 | 0.654866 |
7cd80836eafc3f06d4025db69a813b9aea056611 | 390 | asm | Assembly | programs/oeis/008/A008843.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/008/A008843.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/008/A008843.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A008843: Squares of NSW numbers (A002315): x^2 such that x^2 - 2y^2 = -1 for some y.
; 1,49,1681,57121,1940449,65918161,2239277041,76069501249,2584123765441,87784138523761,2982076586042449,101302819786919521,3441313796169221281,116903366249966604049,3971273138702695316401
seq $0,2315 ; NSW numbers: a(n) = 6*a(n-1) -... | 65 | 187 | 0.735897 |
be7358af597eb1800ffb2903bc69d477a5074021 | 390 | asm | Assembly | programs/oeis/004/A004155.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/004/A004155.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/004/A004155.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A004155: Sum of digits of n-th odd number.
; 1,3,5,7,9,2,4,6,8,10,3,5,7,9,11,4,6,8,10,12,5,7,9,11,13,6,8,10,12,14,7,9,11,13,15,8,10,12,14,16,9,11,13,15,17,10,12,14,16,18,2,4,6,8,10,3,5,7,9,11,4,6,8,10,12,5,7,9,11,13,6,8,10,12,14,7,9,11,13,15,8,10,12,14,16,9,11,13,15,17,10,12,14,16,18,11,13,15,17,19
mul $0,2
lpb $0
... | 30 | 256 | 0.592308 |
86fc2a1c3fa9e61b897444238c0d1a82bd678770 | 6,457 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_262.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_262.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_262.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 %r8
push %rbp
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x525d, %r11
nop
and $45245, %rdx
movl $0x61626364, (%r11)
nop
nop
and %rbx, %rbx
lea addresses_normal_ht+0xfa5d, %rsi
lea addresses_normal_ht+0xbe5d, %rdi
nop
nop
nop
nop
inc ... | 39.371951 | 2,999 | 0.660678 |
434a523c95ae181feb234a2ca1ceae5226fc5563 | 6,661 | asm | Assembly | maquina_de_tinta/PD1PROVA.asm | alvir218/exercicios | e26965fda97d8fb835569410c37ff8e141503350 | [
"CC0-1.0"
] | 1 | 2022-02-19T18:34:51.000Z | 2022-02-19T18:34:51.000Z | maquina_de_tinta/PD1PROVA.asm | alvir218/exercicios | e26965fda97d8fb835569410c37ff8e141503350 | [
"CC0-1.0"
] | null | null | null | maquina_de_tinta/PD1PROVA.asm | alvir218/exercicios | e26965fda97d8fb835569410c37ff8e141503350 | [
"CC0-1.0"
] | null | null | null | ;ENTREGAR
;********************* Defini??o do processador *****************************
#include p16F877A.inc
__config _HS_OSC & _WDT_OFF & _LVP_OFF & _PWRTE_ON
;************************** Mem?ria de programa ******************************
INTERVALO EQU 7EH
VEZES EQU 7FH
CBLOCK 0X20
;CRIANDO PONTEIROS A ... | 18.149864 | 78 | 0.720162 |
8b53974671d9f23e1eefee1395cf6fb340028e86 | 48,210 | asm | Assembly | c/03-bootstrap/06-flappy-bird/build/main.asm | willbr/gameboy-tests | a0d9f68f5a4898067b7993f690d8d4ca6de831c5 | [
"MIT"
] | null | null | null | c/03-bootstrap/06-flappy-bird/build/main.asm | willbr/gameboy-tests | a0d9f68f5a4898067b7993f690d8d4ca6de831c5 | [
"MIT"
] | null | null | null | c/03-bootstrap/06-flappy-bird/build/main.asm | willbr/gameboy-tests | a0d9f68f5a4898067b7993f690d8d4ca6de831c5 | [
"MIT"
] | null | null | null | ;--------------------------------------------------------
; File Created by SDCC : free open source ANSI-C Compiler
; Version 4.0.0 #11528 (MINGW64)
;--------------------------------------------------------
.module main
.optsdcc -mgbz80
;--------------------------------------------------------
; Public variables in... | 16.945518 | 76 | 0.502862 |
8c55c4b4effa3b95f0301bfe2569fabe31607366 | 542 | asm | Assembly | pwnlib/shellcraft/templates/amd64/linux/readn.asm | DrKeineLust/pwntools | 415f11bba7096b7d68fe144f5b3432b9c12a4f0a | [
"MIT"
] | 8,966 | 2015-01-02T11:58:14.000Z | 2022-03-31T21:19:56.000Z | pwnlib/shellcraft/templates/amd64/linux/readn.asm | DrKeineLust/pwntools | 415f11bba7096b7d68fe144f5b3432b9c12a4f0a | [
"MIT"
] | 1,401 | 2015-01-01T00:56:22.000Z | 2022-03-31T16:19:53.000Z | pwnlib/shellcraft/templates/amd64/linux/readn.asm | DrKeineLust/pwntools | 415f11bba7096b7d68fe144f5b3432b9c12a4f0a | [
"MIT"
] | 1,844 | 2015-01-07T04:38:06.000Z | 2022-03-30T03:54:46.000Z | <%
from pwnlib.shellcraft.amd64.linux import read
from pwnlib.shellcraft.amd64 import setregs
from pwnlib.shellcraft import common
%>
<%page args="fd, buf, nbytes"/>
<%docstring>
Reads exactly nbytes bytes from file descriptor fd into the buffer buf.
Arguments:
fd(int): fd
buf(void): buf
nbytes... | 22.583333 | 71 | 0.656827 |
66db213a7e71f849de0d4e761e2a1ebe0bff4181 | 634 | asm | Assembly | oeis/159/A159637.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/159/A159637.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/159/A159637.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A159637: Start with [0], repeatedly apply the map 0 -> [01/10], 1 -> [10/01] .
; Submitted by Jon Maiga
; 0,1,1,1,0,1,0,0,0,0,1,1,0,1,1,0,0,1,1,0,0,0,1,0,0,0,1,0,1,1,1,1,1,1,1,1,1,0,1,0,0,0,1,0,1,0,0,0,0,1,1,0,0,0,0,0,1,0,1,1,0,1,1,0,1,0,1,1,1,1,0,0,0,0,1,1,1,1
mov $2,$0
seq $0,25581 ; Triangle T(n, k) = n-k, 0 <= k... | 27.565217 | 157 | 0.566246 |
a372fddcc0034024c17dfe6dbd4ecfbe2e7e8dbf | 7,003 | asm | Assembly | src/02/graphics.asm | unlimitedbacon/kernel | ddabec11adcab18d9db3049f90ce9ee892175214 | [
"MIT"
] | 251 | 2015-01-08T17:46:33.000Z | 2022-03-30T07:51:17.000Z | src/02/graphics.asm | unlimitedbacon/kernel | ddabec11adcab18d9db3049f90ce9ee892175214 | [
"MIT"
] | 32 | 2015-01-16T08:47:29.000Z | 2020-01-30T18:31:21.000Z | src/02/graphics.asm | unlimitedbacon/kernel | ddabec11adcab18d9db3049f90ce9ee892175214 | [
"MIT"
] | 35 | 2015-01-27T18:23:57.000Z | 2022-02-26T19:47:08.000Z | ;; getPixel [Display]
;; Finds the address of and mask for a pixel on the screen buffer.
;; Inputs:
;; IY: Screen buffer
;; A,L: X, Y
;; Outputs:
;; HL: Address of pixel
;; A: Mask
;; Notes:
;; If the pixel is on, HL & A is nonzero.
getPixel:
push bc
push af
ld b, a
xor a
... | 17.95641 | 85 | 0.442239 |
4294ce1d4e08e45d24386bf59b6098adc83c9db6 | 435 | asm | Assembly | oeis/080/A080878.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/080/A080878.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/080/A080878.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A080878: a(n)*a(n+3) - a(n+1)*a(n+2) = 2^n, given a(0)=1, a(1)=1, a(2)=3.
; Submitted by Jamie Morken(s4)
; 1,1,3,4,14,20,72,104,376,544,1968,2848,10304,14912,53952,78080,282496,408832,1479168,2140672,7745024,11208704,40553472,58689536,212340736,307302400,1111830528,1609056256,5821620224,8425127936,30482399232
mov $... | 24.166667 | 205 | 0.666667 |
2719358f3c3571683adc32a554437885d3c5b8c1 | 188 | asm | Assembly | audio/sfx/heal_ailment_3.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 16 | 2018-08-28T21:47:01.000Z | 2022-02-20T20:29:59.000Z | audio/sfx/heal_ailment_3.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 5 | 2019-04-03T19:53:11.000Z | 2022-03-11T22:49:34.000Z | audio/sfx/heal_ailment_3.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 2 | 2019-12-09T19:46:02.000Z | 2020-12-05T21:36:30.000Z | SFX_Heal_Ailment_3_Ch1:
duty 2
unknownsfx0x10 20
unknownsfx0x20 4, 242, 0, 6
unknownsfx0x20 4, 242, 0, 6
unknownsfx0x10 23
unknownsfx0x20 15, 242, 0, 6
unknownsfx0x10 8
endchannel
| 18.8 | 29 | 0.771277 |
c3fd50b4592a5155c835e800a5ece4daa2dc42e7 | 1,832 | asm | Assembly | PRG/levels/Ice/6-F2.asm | narfman0/smb3_pp1 | 38a58adafff67a403591e38875e9fae943a5fe76 | [
"Unlicense"
] | null | null | null | PRG/levels/Ice/6-F2.asm | narfman0/smb3_pp1 | 38a58adafff67a403591e38875e9fae943a5fe76 | [
"Unlicense"
] | null | null | null | PRG/levels/Ice/6-F2.asm | narfman0/smb3_pp1 | 38a58adafff67a403591e38875e9fae943a5fe76 | [
"Unlicense"
] | null | null | null | ; Original address was $AB8C
; World 6 second fortress
.word W6F2_AltL ; Alternate level layout
.word W6F2_AltO ; Alternate object layout
.byte LEVEL1_SIZE_08 | LEVEL1_YSTART_180
.byte LEVEL2_BGPAL_01 | LEVEL2_OBJPAL_10 | LEVEL2_XSTART_18 | LEVEL2_UNUSEDFLAG
.byte LEVEL3_TILESET_12 | LEVEL3_VSCROLL_LOCKED | LEVEL3... | 65.428571 | 85 | 0.514738 |
34a8f870e2777f1077a3ab3739dd5d6a9f869381 | 399 | asm | Assembly | libsrc/fcntl/zxvgs/write.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/fcntl/zxvgs/write.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/fcntl/zxvgs/write.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ;size_t write(int fd, void *ptr, size_t len)
;returns number of written bytes
;
; $Id: write.asm,v 1.3 2016-06-23 20:31:34 dom Exp $
;
SECTION code_clib
PUBLIC write
PUBLIC _write
.write
._write
push ix ;save callers
LD IX,4
ADD IX,SP
LD C,(IX+0) ;len
LD B,(IX+1)
LD L,(IX+2) ;ptr
LD H,(IX+3)
LD D,(IX+5) ;... | 14.777778 | 52 | 0.646617 |
34d8fbc751d067514aa808be7a7ec059888b5060 | 319 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math48/c/sccz80/cm48_sccz80_ldexp_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/math/float/math48/c/sccz80/cm48_sccz80_ldexp_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/math/float/math48/c/sccz80/cm48_sccz80_ldexp_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
; double __CALLEE__ ldexp(double x, int exp)
SECTION code_clib
SECTION code_fp_math48
PUBLIC cm48_sccz80_ldexp_callee
EXTERN cm48_sccz80p_dcallee1, am48_ldexp
cm48_sccz80_ldexp_callee:
pop af
pop hl ; hl = exp
push af
call cm48_sccz80p_dcallee1 ; AC'= x
jp am48_ldexp
| 15.95 | 44 | 0.69906 |
ea49b57d055e4ee83a87246fc3c75a91c72e9c66 | 657 | asm | Assembly | programs/oeis/101/A101264.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/101/A101264.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/101/A101264.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A101264: a(n) = 1 if 2*n + 1 is prime, otherwise a(n) = 0.
; 0,1,1,1,0,1,1,0,1,1,0,1,0,0,1,1,0,0,1,0,1,1,0,1,0,0,1,0,0,1,1,0,0,1,0,1,1,0,0,1,0,1,0,0,1,0,0,0,1,0,1,1,0,1,1,0,1,0,0,0,0,0,0,1,0,1,0,0,1,1,0,0,0,0,1,1,0,0,1,0,0,1,0,1,0,0,1,0,0,1,1,0,0,0,0,1,1,0,1,1,0,0,0,0,0,1,0,0,0,0,0,1,0,1,1,0,1,0,0,1,1,0,0,0,0,1,0,0,1... | 59.727273 | 501 | 0.508371 |
2ef9a6f37cca9deac4574ddfb815158ed1bca2cf | 645 | asm | Assembly | oeis/280/A280931.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/280/A280931.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/280/A280931.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A280931: a(n) = 2*F(n-1) + 9*F(n-4) + 9*F(n-7) where n >= 7 and F = A000045.
; 34,62,96,158,254,412,666,1078,1744,2822,4566,7388,11954,19342,31296,50638,81934,132572,214506,347078,561584,908662,1470246,2378908,3849154,6228062,10077216,16305278,26382494,42687772,69070266,111758038,180828304,292586342,473414646,7660009... | 92.142857 | 495 | 0.813953 |
63c61894f69d048807405bf3e970812616789414 | 878 | asm | Assembly | fasmg/examples/avr/counter.asm | thaolt/c8basic | 9bbe64dde58499c6e09d393a8f7e47e3aa10ea62 | [
"MIT"
] | 4 | 2019-05-22T13:15:02.000Z | 2021-05-23T19:12:04.000Z | external/fasmg/examples/avr/counter.asm | hpdporg/datap | bfbe7544ba6e8aadbfa2b1d8b8cc021677458860 | [
"BSD-3-Clause"
] | null | null | null | external/fasmg/examples/avr/counter.asm | hpdporg/datap | bfbe7544ba6e8aadbfa2b1d8b8cc021677458860 | [
"BSD-3-Clause"
] | null | null | null |
; This example upon each reset increases the 8-bit counter stored in EEPROM
; and then presents the bits of this value on the pins of port A.
include "avr.inc"
include "..\8051\hex.inc"
include "m16def.inc"
.org 0
rjmp start
start:
ldi r16,RAMEND and $ff
out spl,r16
ldi r16,RAMEND shr 8
out sp... | 15.963636 | 76 | 0.689066 |
fd7ef16e38856387038a9cc18326c6d6ee76c66b | 579 | asm | Assembly | oeis/033/A033587.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/033/A033587.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/033/A033587.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A033587: a(n) = 2*n*(4*n + 3).
; 0,14,44,90,152,230,324,434,560,702,860,1034,1224,1430,1652,1890,2144,2414,2700,3002,3320,3654,4004,4370,4752,5150,5564,5994,6440,6902,7380,7874,8384,8910,9452,10010,10584,11174,11780,12402,13040,13694,14364,15050,15752,16470,17204,17954,18720,19502,20300,21114,21944,22790,23652,24530,... | 64.333333 | 496 | 0.765112 |
fa10959f9d090fa1c87fb592662c0d683bdaf948 | 1,004 | asm | Assembly | original version (1984)/asm/map02-exec.asm | fa8ntomas/bclk-samples | 6e7f054eb4b96ca011ffb2ea49226146b001274b | [
"MIT"
] | null | null | null | original version (1984)/asm/map02-exec.asm | fa8ntomas/bclk-samples | 6e7f054eb4b96ca011ffb2ea49226146b001274b | [
"MIT"
] | null | null | null | original version (1984)/asm/map02-exec.asm | fa8ntomas/bclk-samples | 6e7f054eb4b96ca011ffb2ea49226146b001274b | [
"MIT"
] | null | null | null | lda CastleOpenFlag ;This copies Blank spaces to wall section
bne return
lda MapVar2 ;Load location
bmi @+ ;If already set skip next section
dec MapVar2 ;Set to negative for all subsequent passes
jsr PlaySfxEntrance
lda #$1A
ldx #$0B
ld... | 22.818182 | 68 | 0.530876 |
db7fa1a1d2d243922b630c8620ce4ab95dd37d4f | 1,029 | asm | Assembly | testsuite/ubivm/output/using_basic_concepts.asm | alexgarzao/UOP | 12460841ff2b9991d2f7f461635b1f551413823f | [
"MIT"
] | null | null | null | testsuite/ubivm/output/using_basic_concepts.asm | alexgarzao/UOP | 12460841ff2b9991d2f7f461635b1f551413823f | [
"MIT"
] | null | null | null | testsuite/ubivm/output/using_basic_concepts.asm | alexgarzao/UOP | 12460841ff2b9991d2f7f461635b1f551413823f | [
"MIT"
] | null | null | null | .constant_pool
.const 0 string [soma]
.const 1 string [calcula]
.const 2 int [10]
.const 3 int [20]
.const 4 string [start]
.const 5 string [constructor]
.const 6 string [result]
.const 7 string [s]
.const 8 string [Resultado: ]
.const 9 int [2]
.const 10 str... | 24.5 | 41 | 0.473275 |
d85f63681327b4a7839459c2db523f8418e6687e | 370 | asm | Assembly | programs/oeis/228/A228620.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/228/A228620.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/228/A228620.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A228620: a(n) = n - phi(n) + mu(n).
; 1,0,0,2,0,5,0,4,3,7,0,8,0,9,8,8,0,12,0,12,10,13,0,16,5,15,9,16,0,21,0,16,14,19,12,24,0,21,16,24,0,29,0,24,21,25,0,32,7,30,20,28,0,36,16,32,22,31,0,44,0,33,27,32,18,45,0,36,26,45,0,48,0,39,35,40,18,53,0,48,27,43,0,60,22,45,32,48,0,66,20,48,34,49,24,64,0,56,39,60
mov $1,$0
seq $1,... | 46.25 | 263 | 0.572973 |
a7701e3c311a6c8be1a1e3c1a7d740ee010b385d | 9,388 | asm | Assembly | Transynther/x86/_processed/NC/_ht_zr_un_/i9-9900K_12_0xa0.log_13883_1472.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NC/_ht_zr_un_/i9-9900K_12_0xa0.log_13883_1472.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NC/_ht_zr_un_/i9-9900K_12_0xa0.log_13883_1472.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 %r10
push %r12
push %r13
push %rbp
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x1b40b, %rdx
inc %r10
mov (%rdx), %rbp
nop
nop
nop
nop
xor $5927, %rbx
lea addresses_normal_ht+0x1484b, %rbp
nop
nop
nop
sub %r10, %r10
vmovups (%rbp), %ymm7
vextrac... | 30.579805 | 2,999 | 0.649127 |
f0f757aaa175ae1f10c37dab15852f172cd94354 | 495 | asm | Assembly | zresources/zzz_sm/sm3/marginal_r0.asm | frednora/gws | 07a98dcce340cbe44f60d4f5291c13bd07ceca66 | [
"BSD-2-Clause"
] | 609 | 2017-08-28T01:58:35.000Z | 2022-03-01T12:11:21.000Z | gramado/res/zzz_sm/sm3/marginal_r0.asm | elenderg/field | c45fb8a3435b2f13b8b48d96567074fb19f02e31 | [
"BSD-2-Clause"
] | 30 | 2017-09-01T01:40:18.000Z | 2021-08-01T22:28:56.000Z | gramado/res/zzz_sm/sm3/marginal_r0.asm | elenderg/field | c45fb8a3435b2f13b8b48d96567074fb19f02e31 | [
"BSD-2-Clause"
] | 65 | 2017-10-05T02:27:29.000Z | 2022-01-03T21:18:15.000Z |
segment .text
[bits 64]
extern _main
main:
mov rax, qword 0x30200000 ;lfb
mov qword [rax], qword 0xFF00FF
; test
; Testando se a configuração de tss funcionou.
;int 3
;;mov rax, 0
;;mov rbx, 0
;;div rbx
;int 0x80
;int 0x80
;int 0x80
;int... | 11.25 | 50 | 0.521212 |
f0f7f76b0f0d39316f6978e5a1b3ded55722f63e | 7,175 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca.log_21829_90.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_0xca.log_21829_90.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_0xca.log_21829_90.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 %r9
push %rax
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0x3d14, %rbx
clflush (%rbx)
nop
nop
nop
cmp %rax, %rax
vmovups (%rbx), %ymm0
vextracti128 $0, %ymm0, %xmm0
vpextrq $1, %xmm0, %r11
nop
nop
nop
nop
nop
cmp %r... | 32.466063 | 2,999 | 0.655052 |
ebf0e1e1833ed75e48e77a54c04d1f064f9121a2 | 890 | asm | Assembly | programs/oeis/096/A096501.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/096/A096501.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/096/A096501.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A096501: Difference between primes preceding n+1 and n.
; 0,4,1,0,2,0,2,0,0,0,4,0,2,0,0,0,4,0,2,0,0,0,4,0,0,0,0,0,6,0,2,0,0,0,0,0,6,0,0,0,4,0,2,0,0,0,4,0,0,0,0,0,6,0,0,0,0,0,6,0,2,0,0,0,0,0,6,0,0,0,4,0,2,0,0,0,0,0,6,0,0,0,4,0,0,0,0,0,6,0,0,0,0,0,0,0,8,0,0,0,4,0,2,0,0,0,4,0,2,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0... | 28.709677 | 506 | 0.497753 |
c3299a713c4c1d84441b645bbd1037f28c9f0ab0 | 563 | asm | Assembly | programs/oeis/313/A313836.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/313/A313836.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/313/A313836.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A313836: Coordination sequence Gal.3.23.2 where G.u.t.v denotes the coordination sequence for a vertex of type v in tiling number t in the Galebach list of u-uniform tilings.
; 1,5,10,16,20,26,31,36,41,46,52,56,62,67,72,77,82,88,92,98,103,108,113,118,124,128,134,139,144,149,154,160,164,170,175,180,185,190,196,200,206... | 22.52 | 179 | 0.650089 |
8015ca7658276ac095f365d3db7c606f250aa76a | 7,653 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0.log_21829_1731.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.log_21829_1731.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.log_21829_1731.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 %r10
push %r12
push %r13
push %r14
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x18870, %rsi
lea addresses_WC_ht+0x5670, %rdi
nop
nop
nop
nop
nop
and %r12, %r12
mov $22, %rcx
rep movsq
nop
nop
nop
add $62354, %r9
lea addresses_UC_ht+0xa3c0, %rsi
lea addres... | 33.273913 | 2,999 | 0.653861 |
a764baa17fc520f6efd9aa4b28b45a470ad385c2 | 567 | asm | Assembly | Loop.asm | BitorqubitT/MIPS-basics | e0092cfed1e3e09d885ab5debbc26d6191961fed | [
"MIT"
] | 1 | 2019-11-02T11:50:08.000Z | 2019-11-02T11:50:08.000Z | Loop.asm | BitorqubitT/MIPS-basics | e0092cfed1e3e09d885ab5debbc26d6191961fed | [
"MIT"
] | null | null | null | Loop.asm | BitorqubitT/MIPS-basics | e0092cfed1e3e09d885ab5debbc26d6191961fed | [
"MIT"
] | null | null | null | .data
space: .asciiz "\n"
.text
main:
addi $t0, $zero, 1 #t0 +1
counter:
bgt $t0, 10, exit #If t0> 10, then exit the program.
jal printNumber #Print the number.
addi $t0, $t0, 1 #i++
j counter #Jump back to the beginning of the loop.
printNumber:
li $v0, 1 #Print word syscall.
add $a0, $t0, $ze... | 21 | 74 | 0.640212 |
d1d69b6596038ccf20f08ffb676b8b07039da6cb | 340 | asm | Assembly | oeis/185/A185353.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/185/A185353.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/185/A185353.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A185353: a(n) = (1^1 + 2^2 . . . + n^n) mod 10.
; 1,5,2,8,3,9,2,8,7,7,8,4,7,3,8,4,1,5,4,4,5,9,6,2,7,3,6,2,1,1,2,8,1,7,2,8,5,9,8,8,9,3,0,6,1,7,0,6,5,5,6,2,5,1,6,2,9,3,2,2,3,7,4,0,5,1,4,0,9,9,0,6,9,5,0,6,3,7,6,6,7,1,8,4,9,5,8,4,3,3,4,0,3,9,4,0,7,1,0,0
add $0,1
lpb $0
mov $2,$0
sub $0,1
pow $2,$2
add $1,$2
lpe
... | 26.153846 | 201 | 0.479412 |
e73c60943acc3c268837cb9d96faf39d435a18c4 | 1,054 | asm | Assembly | programs/oeis/195/A195128.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/195/A195128.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/195/A195128.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A195128: a(n) = 2*n - floor(n*sqrt(1/2)). WebCam
; 0,2,3,4,6,7,8,10,11,12,13,15,16,17,19,20,21,22,24,25,26,28,29,30,32,33,34,35,37,38,39,41,42,43,44,46,47,48,50,51,52,54,55,56,57,59,60,61,63,64,65,66,68,69,70,72,73,74,75,77,78,79,81,82,83,85,86,87,88,90,91,92,94,95,96,97,99,100,101,103,104,105,107,108,109,110,112,113... | 81.076923 | 917 | 0.699241 |
b812efec9238748ea16ab9e89736da86a2c57601 | 510 | asm | Assembly | oeis/066/A066829.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/066/A066829.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/066/A066829.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A066829: 1 if product of odd number of primes; 0 if product of even number of primes.
; Submitted by Jamie Morken(s1)
; 0,1,1,0,1,0,1,1,0,0,1,1,1,0,0,0,1,1,1,1,0,0,1,0,0,0,1,1,1,1,1,1,0,0,0,0,1,0,0,0,1,1,1,1,1,0,1,1,0,1,0,1,1,0,0,0,0,0,1,0,1,0,1,0,0,1,1,1,0,1,1,1,1,0,1,1,0,1,1,1,0,0,1,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,1,... | 42.5 | 201 | 0.594118 |
6647bc3ab012ecc720bc052744a36825bbf5e15c | 2,506 | asm | Assembly | Library/Trans/Graphics/Vector/EPS/Export/exportManager.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Library/Trans/Graphics/Vector/EPS/Export/exportManager.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Library/Trans/Graphics/Vector/EPS/Export/exportManager.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z |
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) Berkeley Softworks 1991 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: PostScript Translation Library
FILE: exportManager.asm
AUTHOR: Jim DeFrisco, 12 Feb 1991
REVISION HISTORY:
Name Date Description
-... | 35.295775 | 79 | 0.513966 |
4c6b04d9c15111ab27e0565372faf2e8ed302456 | 303 | asm | Assembly | programs/oeis/027/A027083.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/027/A027083.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/027/A027083.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A027083: a(n) = A027082(n, n+2)
; 2,6,14,28,54,102,190,352,650,1198,2206,4060,7470,13742,25278,46496,85522,157302,289326,532156,978790,1800278,3311230,6090304,11201818,20603358,37895486,69700668,128199518,235795678,433695870
cal $0,27084 ; G.f.: x^2*(x^2 + x + 1)/(x^4 - 2*x + 1).
mov $1,$0
mul $1,2
| 43.285714 | 192 | 0.69637 |
fa6e541781c1f9c5ac4655742eff41ebcc16de9e | 574 | asm | Assembly | programs/oeis/321/A321257.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/321/A321257.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/321/A321257.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A321257: Start with an equilateral triangle, and repeatedly append along the triangles of the previous step equilateral triangles with half their side length that do not overlap with any prior triangle; a(n) gives the number of triangles appended at n-th step.
; 1,6,21,60,147,330,705,1464,2991,6054,12189,24468,49035,... | 47.833333 | 262 | 0.78223 |
b89694fe9b72c212a0eb4b545480f81c1a185195 | 584 | asm | Assembly | libsrc/_DEVELOPMENT/string/z80/asm_strlwr.asm | UnivEngineer/z88dk | 9047beba62595b1d88991bc934da75c0e2030d07 | [
"ClArtistic"
] | 1 | 2022-03-08T11:55:58.000Z | 2022-03-08T11:55:58.000Z | libsrc/_DEVELOPMENT/string/z80/asm_strlwr.asm | UnivEngineer/z88dk | 9047beba62595b1d88991bc934da75c0e2030d07 | [
"ClArtistic"
] | 2 | 2022-03-20T22:17:35.000Z | 2022-03-24T16:10:00.000Z | libsrc/_DEVELOPMENT/string/z80/asm_strlwr.asm | jorgegv/z88dk | 127130cf11f9ff268ba53e308138b12d2b9be90a | [
"ClArtistic"
] | null | null | null |
; ===============================================================
; Dec 2013
; ===============================================================
;
; char *strlwr(char *s)
;
; Change letters in string s to lowercase.
;
; ===============================================================
SECTION code_clib
SECTION code_stri... | 13.581395 | 65 | 0.392123 |
6ea7d0bd6ec91a586d2fa9b4e9f35bcad6114f52 | 246 | asm | Assembly | pwnlib/shellcraft/templates/arm/linux/exit.asm | IMULMUL/python3-pwntools | 61210a68cd88e9084c72292d3119c38c44f07966 | [
"MIT"
] | 325 | 2016-01-25T08:38:06.000Z | 2022-03-30T14:31:50.000Z | pwnlib/shellcraft/templates/arm/linux/exit.asm | IMULMUL/python3-pwntools | 61210a68cd88e9084c72292d3119c38c44f07966 | [
"MIT"
] | 8 | 2016-08-23T10:15:27.000Z | 2019-01-16T02:49:34.000Z | pwnlib/shellcraft/templates/arm/linux/exit.asm | IMULMUL/python3-pwntools | 61210a68cd88e9084c72292d3119c38c44f07966 | [
"MIT"
] | 71 | 2016-07-13T10:03:52.000Z | 2022-01-10T11:57:34.000Z | <%
from pwnlib.shellcraft.arm.linux import syscall
%>
<%page args="status"/>
<%docstring>
Invokes the syscall exit. See 'man 2 exit' for more information.
Arguments:
status(int): status
</%docstring>
${syscall('SYS_exit', status)}
| 18.923077 | 65 | 0.682927 |
0406b677a6fdc7342b807b469789be4683fd4363 | 5,901 | asm | Assembly | src/VMTranslator/fixtures/FunctionCalls/SimpleFunction/SimpleFunction.raw.asm | tuzmusic/HackManager | 5c47e5541cb7372315355d9799f04fc0235a549d | [
"MIT"
] | 1 | 2021-05-17T19:50:24.000Z | 2021-05-17T19:50:24.000Z | src/VMTranslator/fixtures/FunctionCalls/SimpleFunction/SimpleFunction.raw.asm | tuzmusic/HackManager | 5c47e5541cb7372315355d9799f04fc0235a549d | [
"MIT"
] | null | null | null | src/VMTranslator/fixtures/FunctionCalls/SimpleFunction/SimpleFunction.raw.asm | tuzmusic/HackManager | 5c47e5541cb7372315355d9799f04fc0235a549d | [
"MIT"
] | null | null | null | @SP // ** 1: function SimpleFunction.test 2 **
D=M // store SP value
@LCL
M=D // store stack address in LCL
@SP // >>> push "0" to top of stack
A=M // move to top of stack
M=0
@SP // increment stack pointer
M=M+1
@SP // >>> push "0" to top of stack
A=M ... | 47.208 | 183 | 0.41959 |
0fa9ac42e32449bf6a9823b3a1eed1c8dfe6f24d | 730 | asm | Assembly | programs/oeis/171/A171501.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/171/A171501.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/171/A171501.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A171501: Inverse binomial transform of A084640.
; 0,1,3,-1,7,-9,23,-41,87,-169,343,-681,1367,-2729,5463,-10921,21847,-43689,87383,-174761,349527,-699049,1398103,-2796201,5592407,-11184809,22369623,-44739241,89478487,-178956969,357913943,-715827881,1431655767,-2863311529,5726623063,-11453246121,22906492247,-4581298448... | 38.421053 | 531 | 0.768493 |
4ed78f556918804cb0b3a4f95a573937891720c8 | 991 | asm | Assembly | programs/oeis/181/A181288.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/181/A181288.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/181/A181288.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A181288: Numbers of the form i*6^j-1 (i=1..5, j >= 0).
; 0,1,2,3,4,5,11,17,23,29,35,71,107,143,179,215,431,647,863,1079,1295,2591,3887,5183,6479,7775,15551,23327,31103,38879,46655,93311,139967,186623,233279,279935,559871,839807,1119743,1399679,1679615,3359231,5038847,6718463,8398079,10077695,20155391,30233087
mov $1... | 18.698113 | 255 | 0.498486 |
994462765f9d2bf928ee786ed9348e213872adb9 | 614 | asm | Assembly | oeis/052/A052900.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/052/A052900.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/052/A052900.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A052900: Expansion of (1-x)/(1-x-3x^3).
; Submitted by Jamie Morken(s3)
; 1,0,0,3,3,3,12,21,30,66,129,219,417,804,1461,2712,5124,9507,17643,33015,61536,114465,213510,398118,741513,1382043,2576397,4800936,8947065,16676256,31079064,57920259,107949027,201186219,374946996
mov $6,$0
mov $8,2
lpb $8
mov $0,$6
mov $1,0... | 17.055556 | 196 | 0.583062 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.