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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
fad54ad0c230e12280169ab2ae1aa62d605d1c19 | 3,150 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0x48.log_11_907.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_0x48.log_11_907.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_0x48.log_11_907.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 %r13
push %r14
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0xdfff, %r12
nop
inc %r14
movb (%r12), %r13b
nop
nop
inc %r12
lea addresses_UC_ht+0xe013, %rsi
lea addresses_WC_ht+0x108ad, %rdi
nop
sub %r11, %r11
mov $124, %rcx
rep movsw
nop
nop
nop
... | 18.529412 | 148 | 0.638095 |
99940f3b7b9427903199c231cd1f364ca34e669e | 688 | asm | Assembly | oeis/133/A133668.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/133/A133668.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/133/A133668.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A133668: a(n) = a(n-1) - 36*a(n-2), a(0)=1, a(1)=6.
; Submitted by Jamie Morken(s1.)
; 1,6,-30,-246,834,9690,-20334,-369174,362850,13653114,590514,-490921590,-512180094,17160997146,35599480530,-582196416726,-1863777715806,19095293286330,86191291055346,-601239267252534,-3704125745244990,17940487875846234,1512890147046... | 45.866667 | 499 | 0.787791 |
988d799e9a68a2c7642e363fe4f0c2edd4f7cf85 | 1,283 | asm | Assembly | Week1/nesppu.asm | ShyDev/PongForNES | f391cdd1816c15b0ce954b0cdae4a2031be5319a | [
"MIT"
] | null | null | null | Week1/nesppu.asm | ShyDev/PongForNES | f391cdd1816c15b0ce954b0cdae4a2031be5319a | [
"MIT"
] | null | null | null | Week1/nesppu.asm | ShyDev/PongForNES | f391cdd1816c15b0ce954b0cdae4a2031be5319a | [
"MIT"
] | null | null | null |
;;;;; SUBROUTINES
ClearRAM:
lda #0 ; A = 0
tax ; X = 0
.clearRAM
sta $0,x ; clear $0-$ff
cpx #$fe ; last 2 bytes of stack?
bcs .skipStack ; don't clear it
sta $100,x ; clear $100-$1fd
.skipStack
sta $200,x ; clear $200-$2ff
sta $300,x ; clear $300-$3ff
sta $400,x ; clear $400-$4ff
st... | 19.738462 | 45 | 0.542479 |
c3bfb82b451e57c1fd89f99b48c484b6b13b723a | 161 | asm | Assembly | minimal.asm | smirzaei/systems-programming-class | f63c9ccc5305a26a0388e6cb6b374cb93a17a30c | [
"MIT"
] | null | null | null | minimal.asm | smirzaei/systems-programming-class | f63c9ccc5305a26a0388e6cb6b374cb93a17a30c | [
"MIT"
] | null | null | null | minimal.asm | smirzaei/systems-programming-class | f63c9ccc5305a26a0388e6cb6b374cb93a17a30c | [
"MIT"
] | null | null | null | .model small
.stack 64
.data
.code
main proc
exit: mov ah,4ch
int 21h
main endp
end main
| 13.416667 | 22 | 0.409938 |
b85d4e8f0d1ed7751733fdb9d8fa693a10045308 | 18 | asm | Assembly | test.asm | sk2sat/disas | 525414bf4042c2f4f7e7bfd43ff24007befdad55 | [
"MIT"
] | null | null | null | test.asm | sk2sat/disas | 525414bf4042c2f4f7e7bfd43ff24007befdad55 | [
"MIT"
] | null | null | null | test.asm | sk2sat/disas | 525414bf4042c2f4f7e7bfd43ff24007befdad55 | [
"MIT"
] | null | null | null | start:
JMP start
| 6 | 10 | 0.722222 |
9fe21e25f1e56f9211773cccd75a1fee12da3299 | 976 | asm | Assembly | lib/disk.asm | campaul/dos-from-scratch | 7aec4dbf3395f505114e9ffcc809534043f61392 | [
"MIT"
] | null | null | null | lib/disk.asm | campaul/dos-from-scratch | 7aec4dbf3395f505114e9ffcc809534043f61392 | [
"MIT"
] | null | null | null | lib/disk.asm | campaul/dos-from-scratch | 7aec4dbf3395f505114e9ffcc809534043f61392 | [
"MIT"
] | null | null | null | ; Loads an LBA sector from disk
; TODO: this is currently hardcoded for a 1.44MB floppy
; ax: sector to load
; bx: location to load it
; cl: number of sectors to read
load_sectors:
pusha
push ax
; Calculate Cylinder
; ch <- LBA ÷ (36)
mov dh, 36
div dh
mov ch, al
; Calculate Head
... | 17.122807 | 58 | 0.589139 |
b0c7c8abf26d13d75157cb365f8cf34601e049f4 | 1,362 | asm | Assembly | src/diskalloc.asm | drdanick/apricot-os | 65fcc85313986f9c6a8aa5738c4b19fa5544caac | [
"MIT"
] | null | null | null | src/diskalloc.asm | drdanick/apricot-os | 65fcc85313986f9c6a8aa5738c4b19fa5544caac | [
"MIT"
] | null | null | null | src/diskalloc.asm | drdanick/apricot-os | 65fcc85313986f9c6a8aa5738c4b19fa5544caac | [
"MIT"
] | 1 | 2018-07-10T19:35:07.000Z | 2018-07-10T19:35:07.000Z | ; asmsyntax=apricos
; ===================================
; == ==
; == ApricotOS Disk Storage ==
; == Allocator ==
; == ==
; == Revision 1 ==
; == ==
; == (C) 2017 Nick Stones-Havas ... | 22.7 | 65 | 0.503671 |
e7b1d60a39e5b345f2fe249c011f59d074a11624 | 409 | asm | Assembly | oeis/116/A116420.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/116/A116420.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/116/A116420.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A116420: Reduced denominators of 2(2^(1+n)-1)/(1+n)/(2+n).
; Submitted by Jamie Morken(w2)
; 1,1,6,2,15,1,28,12,45,5,66,2,91,35,120,8,153,1,190,14,33,11,276,20,325,117,54,14,435,5,496,176,561,595,630,2,703,247,780,4,861,1,946,66,1035,23,1128,56,1225,425,1326,26,1431,55,1540,532,1653,29,1770,2,1891
add $0,1
lpb $0
... | 25.5625 | 207 | 0.630807 |
73b30e39a205289ef2c7b90e1706fff575d75043 | 599 | asm | Assembly | oeis/166/A166147.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/166/A166147.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/166/A166147.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A166147: a(n) = 4n^2 + 4n - 7.
; Submitted by Christian Krause
; 1,17,41,73,113,161,217,281,353,433,521,617,721,833,953,1081,1217,1361,1513,1673,1841,2017,2201,2393,2593,2801,3017,3241,3473,3713,3961,4217,4481,4753,5033,5321,5617,5921,6233,6553,6881,7217,7561,7913,8273,8641,9017,9401,9793,10193,10601,11017,11441,1187... | 66.555556 | 496 | 0.771285 |
a9509e6851f1901a6c81b7352adfec788fb556a4 | 191 | asm | Assembly | libsrc/_DEVELOPMENT/alloc/malloc/c/sdcc_iy/malloc_unlocked_fastcall.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/alloc/malloc/c/sdcc_iy/malloc_unlocked_fastcall.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/alloc/malloc/c/sdcc_iy/malloc_unlocked_fastcall.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
; void *malloc_unlocked_fastcall(size_t size)
SECTION code_alloc_malloc
PUBLIC _malloc_unlocked_fastcall
_malloc_unlocked_fastcall:
INCLUDE "alloc/malloc/z80/asm_malloc_unlocked.asm"
| 17.363636 | 53 | 0.842932 |
2a17822ec373a34e9baa3f88f6c657b68265811b | 883 | asm | Assembly | cards/bn5/ItemCards/136-F014 Shuko's Wallet Contents.asm | RockmanEXEZone/MMBN-Mod-Card-Kit | d591ddca5566dbb323dc19c11e69410fa4073d1b | [
"Unlicense"
] | 10 | 2017-12-05T14:25:38.000Z | 2022-02-21T04:28:00.000Z | cards/bn5/ItemCards/136-F014 Shuko's Wallet Contents.asm | RockmanEXEZone/MMBN-Mod-Card-Kit | d591ddca5566dbb323dc19c11e69410fa4073d1b | [
"Unlicense"
] | null | null | null | cards/bn5/ItemCards/136-F014 Shuko's Wallet Contents.asm | RockmanEXEZone/MMBN-Mod-Card-Kit | d591ddca5566dbb323dc19c11e69410fa4073d1b | [
"Unlicense"
] | null | null | null | .include "defaults_item.asm"
table_file_jp equ "exe5-utf8.tbl"
table_file_en equ "bn5-utf8.tbl"
game_code_len equ 3
game_code equ 0x4252424A // BRBJ
game_code_2 equ 0x42524245 // BRBE
game_code_3 equ 0x42524250 // BRBP
card_type equ 0
card_id equ 34
card_no equ "034"
card_sub equ "Item Card 34"
card_sub_x... | 29.433333 | 50 | 0.801812 |
3616d5c66903965d5a37a15defdb3dcd1062121e | 405 | asm | Assembly | oeis/024/A024647.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/024/A024647.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/024/A024647.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A024647: n written in fractional base 8/5.
; Submitted by Christian Krause
; 0,1,2,3,4,5,6,7,50,51,52,53,54,55,56,57,520,521,522,523,524,525,526,527,570,571,572,573,574,575,576,577,5240,5241,5242,5243,5244,5245,5246,5247,5710,5711,5712,5713,5714,5715,5716,5717,5760,5761,5762,5763,5764,5765
mov $3,1
lpb $0
mov $2,$... | 25.3125 | 215 | 0.671605 |
0de6d37dbd4aadfbd4702331bccc3b661465a008 | 128 | asm | Assembly | subs/ovlterm.asm | DigitalMars/optlink | 493de158282046641ef2a3a60a88e25e26d88ec4 | [
"BSL-1.0"
] | 28 | 2015-02-03T01:38:24.000Z | 2022-03-23T05:48:24.000Z | subs/ovlterm.asm | DigitalMars/optlink | 493de158282046641ef2a3a60a88e25e26d88ec4 | [
"BSL-1.0"
] | 20 | 2015-01-02T14:51:20.000Z | 2021-01-09T21:37:19.000Z | subs/ovlterm.asm | DigitalMars/optlink | 493de158282046641ef2a3a60a88e25e26d88ec4 | [
"BSL-1.0"
] | 9 | 2015-02-11T17:43:56.000Z | 2019-09-05T11:07:02.000Z | TITLE
PUBLIC $$SLR_OVL_TERM
CODE SEGMENT 'CODE'
$$SLR_OVL_TERM PROC FAR
RET
$$SLR_OVL_TERM ENDP
CODE ENDS
END
| 7.529412 | 23 | 0.679688 |
531b2e2c2f85bbb89b5ecf5d917972734d1060cb | 728 | asm | Assembly | libsrc/stdio/spc1000/generic_console_tms9118_stub.asm | Toysoft/z88dk | f930bef9ac4feeec91a07303b79ddd9071131a24 | [
"ClArtistic"
] | null | null | null | libsrc/stdio/spc1000/generic_console_tms9118_stub.asm | Toysoft/z88dk | f930bef9ac4feeec91a07303b79ddd9071131a24 | [
"ClArtistic"
] | null | null | null | libsrc/stdio/spc1000/generic_console_tms9118_stub.asm | Toysoft/z88dk | f930bef9ac4feeec91a07303b79ddd9071131a24 | [
"ClArtistic"
] | 1 | 2019-12-03T23:28:20.000Z | 2019-12-03T23:28:20.000Z |
MODULE __tms9118_console_stubs
PUBLIC tms9918_cls
PUBLIC tms9918_console_vpeek
PUBLIC tms9918_console_ioctl
PUBLIC tms9918_scrollup
PUBLIC tms9918_printc
PUBLIC tms9918_set_ink
PUBLIC tms9918_set_... | 21.411765 | 45 | 0.667582 |
12d6bf5498c6755a0a5466582636403583513d14 | 344 | asm | Assembly | libsrc/_DEVELOPMENT/adt/wa_stack/c/sccz80/wa_stack_init_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/adt/wa_stack/c/sccz80/wa_stack_init_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/adt/wa_stack/c/sccz80/wa_stack_init_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
; wa_stack_t *wa_stack_init(void *p, void *data, size_t capacity)
SECTION code_clib
SECTION code_adt_wa_stack
PUBLIC wa_stack_init_callee
EXTERN w_array_init_callee
defc wa_stack_init_callee = w_array_init_callee
; SDCC bridge for Classic
IF __CLASSIC
PUBLIC _wa_stack_init_callee
defc _wa_stack_init_callee = wa_s... | 18.105263 | 65 | 0.848837 |
547cbe8e24d197e03ddd481fdeee9dd01783fd39 | 644 | asm | Assembly | oeis/004/A004632.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/004/A004632.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/004/A004632.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A004632: Cubes written in base 2.
; 1,1000,11011,1000000,1111101,11011000,101010111,1000000000,1011011001,1111101000,10100110011,11011000000,100010010101,101010111000,110100101111,1000000000000,1001100110001,1011011001000,1101011001011,1111101000000,10010000101101,10100110011000,10111110000111,11011000000000,11110100... | 80.5 | 488 | 0.868012 |
987b24d3e391556be56313d37802493e02e1ac6e | 5,830 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_1427.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_21829_1427.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_21829_1427.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 %r8
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x7b45, %rsi
lea addresses_A_ht+0x128e5, %rdi
nop
add %r11, %r11
mov $48, %rcx
rep movsb
nop
nop
and %r8, %r8
lea addresses_WT_ht+0x1a305, %r13
nop
nop
inc %r14
mov $0x6162636465666768, %... | 39.391892 | 2,999 | 0.654889 |
a72d3979661737291a4c1dd6f1071be7b4e6e04b | 1,650 | asm | Assembly | Assembly/fizzbuzz.asm | veotani/Hacktoberfest-2020-FizzBuzz | 2881cdb8ff2c86a4ace56e6302c57881e0ac891c | [
"Unlicense"
] | 80 | 2020-10-01T00:32:34.000Z | 2021-01-08T21:56:09.000Z | Assembly/fizzbuzz.asm | veotani/Hacktoberfest-2020-FizzBuzz | 2881cdb8ff2c86a4ace56e6302c57881e0ac891c | [
"Unlicense"
] | 672 | 2020-09-30T22:53:47.000Z | 2020-11-01T12:39:59.000Z | Assembly/fizzbuzz.asm | veotani/Hacktoberfest-2020-FizzBuzz | 2881cdb8ff2c86a4ace56e6302c57881e0ac891c | [
"Unlicense"
] | 618 | 2020-09-30T22:21:12.000Z | 2020-10-31T21:28:06.000Z | ; NASM (x86)
section .text
global start
start:
push dword startMessageLength
push dword startMessage
push dword 1
mov eax, 4
sub esp, 4
int 0x80
mov [counter], byte 1
next_number:
mov al, [counter]
xor ah, ah
mov bl, 3
div bl
cmp ah, 0
jne not_fizz
mov al, [counter]
xor ah, ah
mov bl, 5
... | 17.1875 | 39 | 0.695758 |
4321584260b155e568fc84014390ca69612b7b69 | 680 | asm | Assembly | oeis/006/A006101.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/006/A006101.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/006/A006101.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A006101: Gaussian binomial coefficient [ n,3 ] for q=3.
; Submitted by Jon Maiga
; 1,40,1210,33880,925771,25095280,678468820,18326727760,494894285941,13362799477720,360801469802830,9741692640081640,263026177881648511,7101711092201899360,191746238094034963240,5177148775980218655520,139783020078437440101481,37741415702... | 52.307692 | 474 | 0.841176 |
4036daca1a1423fe3968430f7edcb3e3d75db1bb | 7,959 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0xca.log_21829_405.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0xca.log_21829_405.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0xca.log_21829_405.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 %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x19935, %rax
clflush (%rax)
nop
nop
nop
sub %r15, %r15
vmovups (%rax), %ymm4
vextracti128 $1, %ymm4, %xmm4
vpextrq $0, %xmm4, %r14
nop
nop
nop
dec %rbx
lea addresses... | 30.611538 | 2,999 | 0.653223 |
2a49a725df884970fb2a37d93de0f1925f0d3365 | 1,194 | asm | Assembly | src/os/boot/print_extended16.asm | PatrickDropbox/abc | 2d27e5a7cb200de7645e4325d8d1f49335c1adba | [
"BSD-3-Clause"
] | null | null | null | src/os/boot/print_extended16.asm | PatrickDropbox/abc | 2d27e5a7cb200de7645e4325d8d1f49335c1adba | [
"BSD-3-Clause"
] | null | null | null | src/os/boot/print_extended16.asm | PatrickDropbox/abc | 2d27e5a7cb200de7645e4325d8d1f49335c1adba | [
"BSD-3-Clause"
] | null | null | null | print_reg:
; pushfd/pushad instead pushf/pusha since we want the full 32 bit registers
pushfd
pushad
push esi
push edx
mov edx, eax
call print_hex32
mov si, _space
call print_str
mov edx, ebx
call print_hex32
mov si, _space
call print_str
mov edx, ecx
call print_hex32
mov si, _space
... | 11.821782 | 78 | 0.664154 |
00441b8f5d4739657de4b3fedff77b84f05522cb | 6,734 | nasm | Assembly | src/add-ons/media/plugins/ffmpeg/yuvrgb_sse.nasm | Kirishikesan/haiku | 835565c55830f2dab01e6e332cc7e2d9c015b51e | [
"MIT"
] | 1,338 | 2015-01-03T20:06:56.000Z | 2022-03-26T13:49:54.000Z | src/add-ons/media/plugins/ffmpeg/yuvrgb_sse.nasm | Kirishikesan/haiku | 835565c55830f2dab01e6e332cc7e2d9c015b51e | [
"MIT"
] | 15 | 2015-01-17T22:19:32.000Z | 2021-12-20T12:35:00.000Z | src/add-ons/media/plugins/ffmpeg/yuvrgb_sse.nasm | Kirishikesan/haiku | 835565c55830f2dab01e6e332cc7e2d9c015b51e | [
"MIT"
] | 350 | 2015-01-08T14:15:27.000Z | 2022-03-21T18:14:35.000Z | ;
; Copyright (C) 2009-2010 David McPaul
;
; All rights reserved. Distributed under the terms of the MIT License.
;
; A rather unoptimised set of sse yuv to rgb converters
; does 4 pixels per loop
; inputer:
; reads 128 bits of yuv 8 bit data and puts
; the y values converted to 16 bit in mm0
; the u values converted... | 25.033457 | 105 | 0.660083 |
dd77d639876eadf12ab9e9fad2dede270109e10a | 4,556 | asm | Assembly | src/payload/payload.asm | TheOddZer0/MiShell32 | 3ea9187ba73cf1efe5396df48aae95a34be370bb | [
"Apache-2.0"
] | 5 | 2021-07-01T19:18:11.000Z | 2022-02-23T00:36:08.000Z | src/payload/payload.asm | TheOddZer0/MiShell32 | 3ea9187ba73cf1efe5396df48aae95a34be370bb | [
"Apache-2.0"
] | 1 | 2021-09-26T16:23:57.000Z | 2021-09-28T15:04:50.000Z | src/payload/payload.asm | TheOddZer0/MiShell32 | 3ea9187ba73cf1efe5396df48aae95a34be370bb | [
"Apache-2.0"
] | null | null | null | ; Reverse shell in assembly (x86) compile with NASM (90 Bytes)
; nasm -f elf32 src/payload/payload.asm -o payload.o && ld -m elf_i386 payload.o -o payload
; If you run above the payload will be in payload
; Generally. Use make if you are testing, if not use scripts/generator.py
; which doesn't require anything other th... | 52.976744 | 101 | 0.582309 |
7e0b78c2a02b261ec5d59c9c1c98c325ff095883 | 8,042 | asm | Assembly | Transynther/x86/_processed/NONE/_ht_zr_un_/i9-9900K_12_0xa0_notsx.log_13546_1575.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_ht_zr_un_/i9-9900K_12_0xa0_notsx.log_13546_1575.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_ht_zr_un_/i9-9900K_12_0xa0_notsx.log_13546_1575.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 %r13
push %r14
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x207c, %r11
nop
cmp %rdi, %rdi
mov (%r11), %ecx
nop
nop
nop
nop
sub %r13, %r13
lea addresses_WC_ht+0x8db4, %rsi
lea addresses_A_ht+0x35b4, %rdi
nop
nop
cmp %r13, %r13
mov $114, %rcx
rep... | 34.221277 | 2,999 | 0.651952 |
53755321a055241d71022b9af29a1edc82ec06f6 | 724 | asm | Assembly | src/test/ref/global-pc-multiple.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | 2 | 2022-03-01T02:21:14.000Z | 2022-03-01T04:33:35.000Z | src/test/ref/global-pc-multiple.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | src/test/ref/global-pc-multiple.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | // Test setting the program PC through a #pc directive
// Commodore 64 PRG executable file
.file [name="global-pc-multiple.prg", type="prg", segments="Program"]
.segmentdef Program [segments="Basic, Code, Data"]
.segmentdef Basic [start=$0801]
.segmentdef Code [start=$2000]
.segmentdef Data [startAfter="Code"]
.segme... | 19.567568 | 69 | 0.631215 |
cf94faaeda9f14931d6903b1f4b88048e1d8eeea | 524 | asm | Assembly | oeis/254/A254377.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/254/A254377.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/254/A254377.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A254377: Characteristic function of A230709: a(n) = 1 if n is either evil (A001969) or even odious (A128309), otherwise 0 (when n is odd odious).
; Submitted by Jamie Morken(m3)
; 1,0,1,1,1,1,1,0,1,1,1,0,1,0,1,1,1,1,1,0,1,0,1,1,1,0,1,1,1,1,1,0,1,1,1,0,1,0,1,1,1,0,1,1,1,1,1,0,1,0,1,1,1,1,1,0,1,1,1,0,1,0,1,1,1,1,1,0,1,... | 52.4 | 201 | 0.624046 |
409016c41f6f8b1c3c034db884e10500596e3620 | 1,926 | asm | Assembly | x86/src/64/frames.asm | sneakin/north | bff0fdaa6d4641c54c4dc9942948e2edd34f2251 | [
"Linux-OpenIB"
] | 2 | 2019-02-25T19:20:26.000Z | 2019-05-11T00:32:01.000Z | x86/src/64/frames.asm | sneakin/north | bff0fdaa6d4641c54c4dc9942948e2edd34f2251 | [
"Linux-OpenIB"
] | null | null | null | x86/src/64/frames.asm | sneakin/north | bff0fdaa6d4641c54c4dc9942948e2edd34f2251 | [
"Linux-OpenIB"
] | null | null | null | defop current_frame
pop rax
push fp
push rax
ret
defop begin_frame
pop rax
push fp
mov fp, rsp
jmp rax
defop drop_frame
pop rax
mov rsp, fp
pop fp
jmp rax
defop end_frame
mov fp, [fp]
ret
defalias pop_frame,end_frame
;;;
;;; Returns
;;;
defop drop_locals
pop rax
mov rsp, fp
j... | 14.373134 | 93 | 0.6054 |
3df6bd27e2294e87b97d591fca7bb8b2ea7acb14 | 259 | asm | Assembly | libsrc/_DEVELOPMENT/adt/ba_priority_queue/c/sdcc_iy/ba_priority_queue_destroy_fastcall.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/adt/ba_priority_queue/c/sdcc_iy/ba_priority_queue_destroy_fastcall.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/adt/ba_priority_queue/c/sdcc_iy/ba_priority_queue_destroy_fastcall.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
; void ba_priority_queue_destroy_fastcall(ba_priority_queue_t *q)
SECTION code_adt_ba_priority_queue
PUBLIC _ba_priority_queue_destroy_fastcall
_ba_priority_queue_destroy_fastcall:
INCLUDE "adt/ba_priority_queue/z80/asm_ba_priority_queue_destroy.asm"
| 23.545455 | 72 | 0.88417 |
9ff6fa17dde8310216556eb7403ed984324d1e93 | 1,026 | asm | Assembly | assembly_code/chp3_05.asm | Nabeegh-Ahmed/BelalHashmi-Assembly-Exercise-Solutions | a990de801ea136395904bd40b6ba162f3e1fa966 | [
"MIT"
] | 104 | 2018-08-25T00:01:41.000Z | 2022-01-26T14:07:32.000Z | assembly_code/chp3_05.asm | Nabeegh-Ahmed/BelalHashmi-Assembly-Exercise-Solutions | a990de801ea136395904bd40b6ba162f3e1fa966 | [
"MIT"
] | 5 | 2021-01-14T14:04:39.000Z | 2021-06-14T10:48:35.000Z | assembly_code/chp3_05.asm | Nabeegh-Ahmed/BelalHashmi-Assembly-Exercise-Solutions | a990de801ea136395904bd40b6ba162f3e1fa966 | [
"MIT"
] | 29 | 2018-09-19T19:26:34.000Z | 2021-04-29T21:01:26.000Z | ;Binary Search
[org 0x0100]
jmp start1
data: db 1,2,3,4,5,6,7,8,9,10,11
start: db 0
end: db 10
key: db -1
start1: mov al,[key]
loop1: mov cl,[start]
cmp cl,[end]
ja end1 ;Checking if(start<=end), if not then jump to end1
mov dl,[start]
add dl,[end] ;dl is basically now start + e... | 22.8 | 90 | 0.611111 |
88bd501dda99a32978b729050d4f3833d6619afb | 7,472 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xa0_notsx.log_21829_575.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_0xa0_notsx.log_21829_575.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_0xa0_notsx.log_21829_575.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 %r15
push %r8
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x3909, %r12
nop
xor %r8, %r8
mov (%r12), %r14d
nop
nop
nop
add %r15, %r15
lea addresses_UC_ht+0x1a2c9, %rsi
lea addresses_normal_ht+0x14c9, %rdi
and %r11, %r11
mov $99, %rcx
r... | 36.096618 | 2,999 | 0.656852 |
3c897f704b3ff3adf78eead318c8ca8ff0d970d3 | 3,071 | asm | Assembly | Transynther/x86/_processed/P/_zr_/i7-7700_9_0x48_notsx.log_1_553.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/P/_zr_/i7-7700_9_0x48_notsx.log_1_553.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/P/_zr_/i7-7700_9_0x48_notsx.log_1_553.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 %r13
push %rax
push %rbx
push %rdx
push %rsi
lea addresses_WC_ht+0x1cb76, %rsi
nop
nop
nop
cmp $8707, %r13
mov (%rsi), %rbx
nop
nop
nop
sub %rax, %rax
lea addresses_UC_ht+0xa9f6, %r12
nop
nop
sub %rdx, %rdx
mov $0x6162636465666768, %r11
movq %r11, %x... | 19.314465 | 126 | 0.645718 |
e31d125a34ac86cd02d2ea68623755255f641d7f | 299 | asm | Assembly | programs/oeis/213/A213037.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/213/A213037.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/213/A213037.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A213037: n^2-2*[n/2]^2, where [] = floor.
; 0,1,2,7,8,17,18,31,32,49,50,71,72,97,98,127,128,161,162,199,200,241,242,287,288,337,338,391,392,449,450,511,512,577,578,647,648,721,722,799,800,881,882,967,968,1057,1058,1151,1152,1249,1250,1351
mov $1,$0
lpb $0,1
trn $0,2
add $1,$2
add $2,4
lpe
| 29.9 | 196 | 0.648829 |
58ecb2bfbd43f3beca0d0401154e28ea77a663c8 | 4,896 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0_notsx.log_21829_856.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_0xa0_notsx.log_21829_856.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_0xa0_notsx.log_21829_856.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 %r9
push %rbp
lea addresses_UC_ht+0x8b57, %r9
nop
nop
nop
nop
nop
cmp $29914, %r10
movups (%r9), %xmm6
vpextrq $0, %xmm6, %r14
nop
nop
nop
nop
cmp %rbp, %rbp
pop %rbp
pop %r9
pop %r14
pop %r10
ret
.global s_faulty_load
s_faulty_load:
push %r10
p... | 47.533981 | 2,999 | 0.658905 |
0001a9ed0cc4959d4e7cd78e0023fdcb05d12656 | 444 | asm | Assembly | oeis/026/A026061.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/026/A026061.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/026/A026061.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A026061: a(n) = (d(n)-r(n))/2, where d = A026060 and r is the periodic sequence with fundamental period (1,0,0,0).
; 22,40,63,92,127,170,220,278,344,420,505,600,705,822,950,1090,1242,1408,1587,1780,1987,2210,2448,2702,2972,3260,3565,3888,4229,4590,4970,5370,5790,6232,6695,7180,7687,8218,8772,9350,9952,10580,11233,119... | 31.714286 | 229 | 0.695946 |
9693a751d7a8d0817fcab6e56b1680cfb26640c4 | 5,107 | asm | Assembly | boot/page_tables.asm | spevans/hello-swift | 51af71dcd1d3719af33b4e20e333e80e812ed059 | [
"Unlicense"
] | null | null | null | boot/page_tables.asm | spevans/hello-swift | 51af71dcd1d3719af33b4e20e333e80e812ed059 | [
"Unlicense"
] | null | null | null | boot/page_tables.asm | spevans/hello-swift | 51af71dcd1d3719af33b4e20e333e80e812ed059 | [
"Unlicense"
] | null | null | null | ;;; boot/page_tables.asm
;;;
;;; Copyright © 2015 - 2017 Simon Evans. All rights reserved.
;;;
;;; Setup pagetables in a 28KB region @ 0000:3000
;;; PML4 @ 0000:3000 - Maps 0, 128TB, 256TB-512GB
;;; PDP @ 0000:4000 - Maps 1GB @ 0
;;; PDP @ 0000:7000 - Maps 1GB @ 256TB-512GB
;;; PDP @ 0000:9000 - Maps 1GB @ 128TB
;;;... | 28.372222 | 76 | 0.508322 |
63de841b23504b4e018be1becb3799ece98807b1 | 35 | asm | Assembly | gfx/pokemon/slowking/anim_idle.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 28 | 2019-11-08T07:19:00.000Z | 2021-12-20T10:17:54.000Z | gfx/pokemon/slowking/anim_idle.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 13 | 2020-01-11T17:00:40.000Z | 2021-09-14T01:27:38.000Z | gfx/pokemon/slowking/anim_idle.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 22 | 2020-05-28T17:31:38.000Z | 2022-03-07T20:49:35.000Z | frame 1, 07
frame 2, 50
endanim
| 8.75 | 12 | 0.657143 |
347ed345780a6cc6de4e6af7f013a89a9884553b | 389 | asm | Assembly | programs/oeis/256/A256244.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/256/A256244.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/256/A256244.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A256244: a(n) = sqrt(n + 2*A256243(n)).
; 3,2,3,4,3,4,3,4,5,4,5,4,5,4,5,6,5,6,5,6,5,6,5,6,7,6,7,6,7,6,7,6,7,6,7,8,7,8,7,8,7,8,7,8,7,8,7,8,9,8,9,8,9,8,9,8,9,8,9,8,9,8,9,10,9,10,9,10,9,10,9,10,9,10,9,10,9,10,9,10,11,10,11,10,11,10,11,10,11,10,11,10,11,10,11,10,11,10,11,12
add $0,1
mov $2,1
lpb $0,7
mov $1,$0
add $... | 24.3125 | 230 | 0.539846 |
e0adaedca9c67ccf6b01d7b7d63a2ddae05cd8fe | 652 | asm | Assembly | data/mapObjects/lab1.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 16 | 2018-08-28T21:47:01.000Z | 2022-02-20T20:29:59.000Z | data/mapObjects/lab1.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 5 | 2019-04-03T19:53:11.000Z | 2022-03-11T22:49:34.000Z | data/mapObjects/lab1.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 2 | 2019-12-09T19:46:02.000Z | 2020-12-05T21:36:30.000Z | Lab1Object:
db $17 ; border block
db $5 ; warps
db $7, $2, $2, $ff
db $7, $3, $2, $ff
db $4, $8, $0, CINNABAR_LAB_2
db $4, $c, $0, CINNABAR_LAB_3
db $4, $10, $0, CINNABAR_LAB_4
db $4 ; signs
db $2, $3, $2 ; Lab1Text2
db $4, $9, $3 ; Lab1Text3
db $4, $d, $4 ; Lab1Text4
db $4, $11, $5 ; Lab1Text5
db $1 ; ... | 25.076923 | 58 | 0.65184 |
24ef83f9f7144cea608ffe0bcceb3f42a4d44489 | 48 | asm | Assembly | src/main/fragment/mos6502-common/qvoc1_derefidx_vbuxx=qvoc2_derefidx_vbuxx.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | 2 | 2022-03-01T02:21:14.000Z | 2022-03-01T04:33:35.000Z | src/main/fragment/mos6502-common/qvoc1_derefidx_vbuxx=qvoc2_derefidx_vbuxx.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | src/main/fragment/mos6502-common/qvoc1_derefidx_vbuxx=qvoc2_derefidx_vbuxx.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | lda {c2},x
sta {c1},x
lda {c2}+1,x
sta {c1}+1,x
| 9.6 | 12 | 0.541667 |
775d8e3b2823c9ce62fcaa36caf12e92ee14e032 | 681 | asm | Assembly | lib/rleHelper.asm | ggramlich/kickass-run-length-encoding | 7bf8f817d22a34a0f24015efd27de5f618a95e0c | [
"MIT"
] | null | null | null | lib/rleHelper.asm | ggramlich/kickass-run-length-encoding | 7bf8f817d22a34a0f24015efd27de5f618a95e0c | [
"MIT"
] | null | null | null | lib/rleHelper.asm | ggramlich/kickass-run-length-encoding | 7bf8f817d22a34a0f24015efd27de5f618a95e0c | [
"MIT"
] | null | null | null | #importonce
.filenamespace rle
.label SCROLY = $D011
.label SCROLX = $D016
.label VMCSB = $D018
.label EXTCOL = $D020
.label BGCOL0 = $D021
.label BGCOL1 = $D022
.label BGCOL2 = $D023
.label SCREENRAM = $0400
.label COLORRAM = $D800
.label ZeroPage5 = $06
.macro LIB... | 18.405405 | 66 | 0.565345 |
0cc2ab5b10b9a4d09f421b7d6119986c1b2e04ed | 2,049 | asm | Assembly | stage23/lib/sleep.asm | xlatbptr/limine | 61f518b84f282c9d98752eccc7792f4a09e7f251 | [
"BSD-2-Clause"
] | 1 | 2021-04-23T18:49:12.000Z | 2021-04-23T18:49:12.000Z | stage23/lib/sleep.asm | flat-os/limine | 20eb1247bcfb63d228ce79bfa24d125668542db3 | [
"BSD-2-Clause"
] | null | null | null | stage23/lib/sleep.asm | flat-os/limine | 20eb1247bcfb63d228ce79bfa24d125668542db3 | [
"BSD-2-Clause"
] | null | null | null | section .realmode
int_08_ticks_counter: dd 0
int_08_callback: dd 0
int_08_isr:
bits 16
pushf
inc dword [cs:int_08_ticks_counter]
popf
jmp far [cs:int_08_callback]
bits 32
extern getchar_internal
global _pit_sleep_and_quit_on_keypress
_pit_sleep_and_quit_on_keypress:
; Hook int 0x08
... | 14.847826 | 41 | 0.57345 |
fedb5bbfeafee25068148d552019944863836827 | 5,925 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xca_notsx.log_21829_1221.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_1221.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_1221.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 %r9
push %rax
push %rdi
lea addresses_normal_ht+0xbc71, %r9
nop
nop
nop
nop
nop
xor %r10, %r10
movl $0x61626364, (%r9)
nop
sub %rax, %rax
pop %rdi
pop %rax
pop %r9
pop %r10
ret
.global s_faulty_load
s_faulty_load:
push %r11
push %r12
push %r14
push %r15
p... | 36.574074 | 2,999 | 0.653502 |
f775c8b1e3e6c37311f31bd773f3ca0d61ce5adb | 1,312 | asm | Assembly | programs/oeis/008/A008811.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/008/A008811.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/008/A008811.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A008811: Expansion of x*(1+x^4)/((1-x)^2*(1-x^4)).
; 0,1,2,3,4,7,10,13,16,21,26,31,36,43,50,57,64,73,82,91,100,111,122,133,144,157,170,183,196,211,226,241,256,273,290,307,324,343,362,381,400,421,442,463,484,507,530,553,576,601,626,651,676,703,730,757,784,813,842,871,900,931,962,993,1024,1057,1090,1123,1156,1191,1226,... | 145.777778 | 1,211 | 0.769817 |
a6fb64421792ab343d891c31fc16b5f8042c1571 | 950 | asm | Assembly | ADL/Assemble/Delete/2/B~HR_delete_middle.asm | MaxMorning/LinkedListVisualization | b2a4f8f11ff6f6dfb495566a006e3472f1dac369 | [
"Apache-2.0"
] | 3 | 2021-11-06T03:47:08.000Z | 2021-11-06T03:47:11.000Z | ADL/Assemble/Delete/2/B~HR_delete_middle.asm | MaxMorning/LinkedListVisualization | b2a4f8f11ff6f6dfb495566a006e3472f1dac369 | [
"Apache-2.0"
] | null | null | null | ADL/Assemble/Delete/2/B~HR_delete_middle.asm | MaxMorning/LinkedListVisualization | b2a4f8f11ff6f6dfb495566a006e3472f1dac369 | [
"Apache-2.0"
] | 1 | 2021-11-06T03:47:14.000Z | 2021-11-06T03:47:14.000Z | aLine 0
sInit sTemp, {0:D}
sBge sTemp, 1, 20
aLine 1
gNew delPtr
gMove delPtr, Root
aLine 2
gBne Root, null, 3
aLine 3
Exception NOT_FOUND
aLine 5
gMoveNext Root, Root
aLine 6
pDeletePrev Root
aLine 7
pDeleteNext delPtr
pDeletePrev delPtr
nDelete delPtr
gDelete delPtr
aLine 8
aStd
Halt
aLine 10
gNew delPtr
gMo... | 10.91954 | 36 | 0.778947 |
d7fdcf81342d7e47f8d67e2f529a9beeb617eb17 | 236 | asm | Assembly | libsrc/_DEVELOPMENT/adt/wv_stack/c/sdcc_iy/wv_stack_init_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/adt/wv_stack/c/sdcc_iy/wv_stack_init_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/adt/wv_stack/c/sdcc_iy/wv_stack_init_callee.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
; wv_stack_t *wv_stack_init_callee(void *p, size_t capacity, size_t max_size)
SECTION code_clib
SECTION code_adt_wv_stack
PUBLIC _wv_stack_init_callee
EXTERN _w_vector_init_callee
defc _wv_stack_init_callee = _w_vector_init_callee
| 19.666667 | 77 | 0.860169 |
5157cabdd2c8913fbc36c917ff5bf5c7f46e3849 | 1,627 | asm | Assembly | Modul 2/latih9.asm | hyuwah/fu-praktikum-smd | a06fe109a42aa96e75f9a425a0905d6bfbfdfc7e | [
"MIT"
] | null | null | null | Modul 2/latih9.asm | hyuwah/fu-praktikum-smd | a06fe109a42aa96e75f9a425a0905d6bfbfdfc7e | [
"MIT"
] | null | null | null | Modul 2/latih9.asm | hyuwah/fu-praktikum-smd | a06fe109a42aa96e75f9a425a0905d6bfbfdfc7e | [
"MIT"
] | null | null | null | ;-------------------------------------------------------------------------------
; Praktikum SMD 2015
; M.Wahyudin (140310120031)
;
; Name : LATIH9.ASM
; Desc : Menampilkan digit hexa 0 hingga F ke P1
; Cacah naik
; Input : PB di P3.0 (toggle)
; Output: 7 segment
;---------------------------------------------... | 27.576271 | 80 | 0.435771 |
c9b5db08eb46e59e8add7083364f52e0628de9c7 | 2,317 | asm | Assembly | hexToBin.asm | page404/x86HexToBinManual | c74631cfbe2ab446a7f852eff1a1b3d28dd551e0 | [
"Apache-2.0"
] | null | null | null | hexToBin.asm | page404/x86HexToBinManual | c74631cfbe2ab446a7f852eff1a1b3d28dd551e0 | [
"Apache-2.0"
] | null | null | null | hexToBin.asm | page404/x86HexToBinManual | c74631cfbe2ab446a7f852eff1a1b3d28dd551e0 | [
"Apache-2.0"
] | null | null | null | include mylib.inc
CallDos equ <int 21h>
MyData segment
;-------------键盘输入相关的格式 输入字符串
g_dbSize db 30h ;第一个字节为缓冲区的大小(缓冲区的最大长度) 如果超出范围,DOS不让输入,并发出声音
g_dbLength db 0 ;第二个字节为实际的长度 (键盘输入后,自动填写)
g_strBuffer db 30h dup (0) ;从第三个字节开始,为Buffer
;回车 换行
g_s... | 22.495146 | 124 | 0.62322 |
e83b18ad969cbe9d0d5a80fb671a9056df0e1347 | 174,485 | asm | Assembly | src/x86/mc16_avx512.asm | feiwei9696/dav1d | 87f9a81cd770e49394a45deca7a3df41243de00b | [
"BSD-2-Clause"
] | null | null | null | src/x86/mc16_avx512.asm | feiwei9696/dav1d | 87f9a81cd770e49394a45deca7a3df41243de00b | [
"BSD-2-Clause"
] | null | null | null | src/x86/mc16_avx512.asm | feiwei9696/dav1d | 87f9a81cd770e49394a45deca7a3df41243de00b | [
"BSD-2-Clause"
] | null | null | null | ; Copyright © 2020, VideoLAN and dav1d authors
; Copyright © 2020, Two Orioles, LLC
; All rights reserved.
;
; Redistribution and use in source and binary forms, with or without
; modification, are permitted provided that the following conditions are met:
;
; 1. Redistributions of source code must retain the above copy... | 35.909652 | 82 | 0.423521 |
f884922234356f3120e390e3e427cf026c543513 | 582 | asm | Assembly | programs/arcade.asm | mikebdp2/MichalOS | f0a8817fca9a912a8628c2400aaf940f794ce5f9 | [
"BSD-3-Clause"
] | 14 | 2021-04-23T15:31:04.000Z | 2022-03-16T01:18:22.000Z | programs/arcade.asm | mikebdp2/MichalOS | f0a8817fca9a912a8628c2400aaf940f794ce5f9 | [
"BSD-3-Clause"
] | 4 | 2021-03-30T15:51:42.000Z | 2021-12-31T22:55:22.000Z | programs/arcade.asm | mikebdp2/MichalOS | f0a8817fca9a912a8628c2400aaf940f794ce5f9 | [
"BSD-3-Clause"
] | 3 | 2021-03-30T13:47:02.000Z | 2021-11-07T02:53:02.000Z | ; ------------------------------------------------------------------
; MichalOS Arcade
; ------------------------------------------------------------------
%INCLUDE "michalos.inc"
start:
mov ax, .gamelist
mov bx, .help_msg1
mov cx, .help_msg2
mov si, .callback
call os_list_dialog_tooltip
shl ax, 1
mov bx, ax... | 18.1875 | 71 | 0.525773 |
ac0d6e7d624fc85c76b0f251d5e664ae56098d40 | 571 | asm | Assembly | F0xC_WIN/include/file/readFile.asm | Pusty/F0xC | 946be39e872d9f1119cf04290cb7aa3aac39a9bc | [
"BSL-1.0"
] | null | null | null | F0xC_WIN/include/file/readFile.asm | Pusty/F0xC | 946be39e872d9f1119cf04290cb7aa3aac39a9bc | [
"BSL-1.0"
] | null | null | null | F0xC_WIN/include/file/readFile.asm | Pusty/F0xC | 946be39e872d9f1119cf04290cb7aa3aac39a9bc | [
"BSL-1.0"
] | null | null | null | %ifndef READ_FILE
%define READ_FILE
%ifndef _READFILE
extern _ReadFile@20
%endif
;3 args (int fileHandle, int bufferAddr, int bufferLen)
;returns the handle
;example push handle push buffer push 1024 call readFile
;_ReadFile@20 in kernel32
;std_addr = ADDR TEMP STORAGE
;str_tmp = 16 byte reserved
;std_handl... | 17.30303 | 57 | 0.744308 |
b2a29844e54dfdf184864a982a6d371d51a5b5bc | 795 | asm | Assembly | programs/oeis/024/A024122.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/024/A024122.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/024/A024122.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A024122: a(n) = 10^n - n^8.
; 1,9,-156,-5561,-55536,-290625,-679616,4235199,83222784,956953279,9900000000,99785641119,999570018304,9999184269279,99998524210944,999997437109375,9999995705032704,99999993024242559,999999988980039424,9999999983016436959,99999999974400000000,999999999962177140639,9999999999945124126464,99... | 88.333333 | 714 | 0.89434 |
aa8e4ee57ec8fa18a432515891d6a86b4c2d8112 | 543 | asm | Assembly | oeis/172/A172431.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/172/A172431.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/172/A172431.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A172431: Even row Pascal-square read by antidiagonals.
; Submitted by Jon Maiga
; 1,1,2,1,4,3,1,6,10,4,1,8,21,20,5,1,10,36,56,35,6,1,12,55,120,126,56,7,1,14,78,220,330,252,84,8,1,16,105,364,715,792,462,120,9,1,18,136,560,1365,2002,1716,792,165,10,1,20,171,816,2380,4368,5005,3432,1287,220,11,1,22,210,1140,3876,8568,12... | 36.2 | 368 | 0.696133 |
4d1e928bb2474e8da145ccf2ef214ecfdfec391c | 726 | asm | Assembly | programs/oeis/049/A049663.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/049/A049663.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/049/A049663.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A049663: a(n) = (F(6*n+5) - 1)/4, where F=A000045 (the Fibonacci sequence).
; 1,22,399,7164,128557,2306866,41395035,742803768,13329072793,239180506510,4291920044391,77015380292532,1381984925221189,24798713273688874,444994854001178547,7985108658747524976,143286961003454271025,2571180189403429353478,4613795644825827409... | 72.6 | 556 | 0.860882 |
4a97e3a93c7165a8a9b4cac3f37403cadcb83513 | 7,302 | asm | Assembly | P6/data_P6_2/cal_R_same_test54.asm | alxzzhou/BUAA_CO_2020 | b54bf367081a5a11701ebc3fc78a23494aecca9e | [
"Apache-2.0"
] | 1 | 2022-01-23T09:24:47.000Z | 2022-01-23T09:24:47.000Z | P6/data_P6_2/cal_R_same_test54.asm | alxzzhou/BUAA_CO_2020 | b54bf367081a5a11701ebc3fc78a23494aecca9e | [
"Apache-2.0"
] | null | null | null | P6/data_P6_2/cal_R_same_test54.asm | alxzzhou/BUAA_CO_2020 | b54bf367081a5a11701ebc3fc78a23494aecca9e | [
"Apache-2.0"
] | null | null | null | lui $1,46202
ori $1,$1,52255
lui $2,1820
ori $2,$2,14203
lui $3,3763
ori $3,$3,31534
lui $4,36150
ori $4,$4,63390
lui $5,23505
ori $5,$5,45416
lui $6,9974
ori $6,$6,23745
mthi $1
mtlo $2
sec0:
nop
nop
nop
xor $4,$6,$6
sec1:
nop
nop
nor $6,$2,$3
xor $3,$6,$6
sec2:
nop
nop
ori $6,$1,18714
xor $0,$6,$6
sec3:
... | 11.409375 | 19 | 0.521775 |
daf9ddbd6c32a19589b53048c52243d0ab46fd52 | 4,402 | asm | Assembly | src/07-Input/joystick.asm | HudsonSchumaker/Atari-2600 | 310332a8576e0f36338cb269880a204f0df9cefa | [
"MIT"
] | null | null | null | src/07-Input/joystick.asm | HudsonSchumaker/Atari-2600 | 310332a8576e0f36338cb269880a204f0df9cefa | [
"MIT"
] | null | null | null | src/07-Input/joystick.asm | HudsonSchumaker/Atari-2600 | 310332a8576e0f36338cb269880a204f0df9cefa | [
"MIT"
] | null | null | null | processor 6502
;Include required files with register mapping and macros
include "vcs.h"
include "macro.h"
seg.u Variables
org $80
P0XPos byte ; sprite X coordinate
;Start our ROM code segment starting at $F000.
seg Code
org $F000
Reset:
CLEAN_START ; macro to clean memory ... | 22.120603 | 64 | 0.547478 |
146e92ad8f80b99e9b577e181d14688d2f4bfcdf | 1,026 | asm | Assembly | oeis/279/A279877.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/279/A279877.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/279/A279877.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A279877: Binary representation of the x-axis, from the left edge to the origin, of the n-th stage of growth of the two-dimensional cellular automaton defined by "Rule 213", based on the 5-celled von Neumann neighborhood.
; Submitted by Christian Krause
; 1,10,10,1100,111,111000,1111,11110000,11111,1111100000,111111,1... | 93.272727 | 494 | 0.841131 |
f83b290686454411a614ae5dc50b96f2d1345666 | 902 | asm | Assembly | src/firmware/Door/NewDayStates.asm | pete-restall/Cluck2Sesame-Prototype | 99119b6748847a7b6aeadc4bee42cbed726f7fdc | [
"MIT"
] | 1 | 2019-12-12T09:07:08.000Z | 2019-12-12T09:07:08.000Z | src/firmware/Door/NewDayStates.asm | pete-restall/Cluck2Sesame-Prototype | 99119b6748847a7b6aeadc4bee42cbed726f7fdc | [
"MIT"
] | null | null | null | src/firmware/Door/NewDayStates.asm | pete-restall/Cluck2Sesame-Prototype | 99119b6748847a7b6aeadc4bee42cbed726f7fdc | [
"MIT"
] | null | null | null | #include "Platform.inc"
#include "FarCalls.inc"
#include "Clock.inc"
#include "SunriseSunset.inc"
#include "Door.inc"
#include "States.inc"
radix decimal
defineDoorState DOOR_STATE_WAIT_NEWDAY
movf doorTodayBcd, W
.setBankFor clockDayBcd
xorwf clockDayBcd, W
btfsc STATUS, Z
returnFromDoorState
mo... | 20.044444 | 75 | 0.815965 |
5d3af354b09f1eb7ed4694123e0b9e7d72b9045a | 726 | asm | Assembly | programs/oeis/315/A315698.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/315/A315698.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/315/A315698.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A315698: Coordination sequence Gal.5.302.4 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,6,12,17,23,28,33,39,44,50,56,62,68,73,79,84,89,95,100,106,112,118,124,129,135,140,145,151,156,162,168,174,180,185,191,196,201,207,212,218,... | 20.742857 | 181 | 0.596419 |
857290d4ba2a25e98cb8aa120df276b58bcb3cc3 | 893 | asm | Assembly | 04-bootsector-stack/boot_sect_stack.asm | programmerkgit/os-tutorial | 5bc50b24f6b5dd08f122402b67c3bc2c12dffb50 | [
"BSD-3-Clause"
] | null | null | null | 04-bootsector-stack/boot_sect_stack.asm | programmerkgit/os-tutorial | 5bc50b24f6b5dd08f122402b67c3bc2c12dffb50 | [
"BSD-3-Clause"
] | null | null | null | 04-bootsector-stack/boot_sect_stack.asm | programmerkgit/os-tutorial | 5bc50b24f6b5dd08f122402b67c3bc2c12dffb50 | [
"BSD-3-Clause"
] | null | null | null | mov ah, 0x0e ; tty mode
mov bp, 0x8000 ; this is an address far away from 0x7c00 so that we don't get overwritten
mov sp, bp ; if the stack is empty then sp points to bp, sp is tack
push 'AD'
push 'B'
push 'C'
; to show how the stack grows downwards
mov al, [0x7ffe] ; 0x8000 - 2
int 0x10
; however, don't try to acc... | 19.844444 | 89 | 0.707727 |
68f9aaaa1c257ba32c1a4786c276a7144c48c62c | 310 | asm | Assembly | programs/oeis/021/A021500.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/021/A021500.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/021/A021500.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A021500: Decimal expansion of 1/496.
; 0,0,2,0,1,6,1,2,9,0,3,2,2,5,8,0,6,4,5,1,6,1,2,9,0,3,2,2,5,8,0,6,4,5,1,6,1,2,9,0,3,2,2,5,8,0,6,4,5,1,6,1,2,9,0,3,2,2,5,8,0,6,4,5,1,6,1,2,9,0,3,2,2,5,8,0,6,4,5,1,6,1,2,9,0,3,2,2,5,8,0,6,4,5,1,6,1,2,9
add $0,1
mov $1,10
pow $1,$0
mul $1,5
div $1,2480
mod $1,10
mov $0,$1
| 28.181818 | 199 | 0.541935 |
fec4d8449bb0ad7e8b4a7121c2448c3dc76fc4aa | 7,049 | asm | Assembly | Ouroboros/External/libjpegTurbo/simd/jcsamss2-64.asm | jiangzhu1212/oooii | fc00ff81e74adaafd9c98ba7c055f55d95a36e3b | [
"MIT"
] | null | null | null | Ouroboros/External/libjpegTurbo/simd/jcsamss2-64.asm | jiangzhu1212/oooii | fc00ff81e74adaafd9c98ba7c055f55d95a36e3b | [
"MIT"
] | null | null | null | Ouroboros/External/libjpegTurbo/simd/jcsamss2-64.asm | jiangzhu1212/oooii | fc00ff81e74adaafd9c98ba7c055f55d95a36e3b | [
"MIT"
] | null | null | null | ;
; jcsamss2-64.asm - downsampling (64-bit SSE2)
;
; Copyright 2009 Pierre Ossman <ossman@cendio.se> for Cendio AB
; Copyright 2009 D. R. Commander
;
; Based on
; x86 SIMD extension for IJG JPEG library
; Copyright (C) 1999-2006, MIYASAKA Masaru.
; For conditions of distribution and use, see copyright notice i... | 21.296073 | 81 | 0.678394 |
41326fd48ea10fadb6a7ced457df70a932fb627a | 1,244 | asm | Assembly | praks5/yl3.asm | Leonid-98/AVR_ASM | 8495d001ec8cbcf27d26d5d0ae79a991eb7480cb | [
"MIT"
] | null | null | null | praks5/yl3.asm | Leonid-98/AVR_ASM | 8495d001ec8cbcf27d26d5d0ae79a991eb7480cb | [
"MIT"
] | null | null | null | praks5/yl3.asm | Leonid-98/AVR_ASM | 8495d001ec8cbcf27d26d5d0ae79a991eb7480cb | [
"MIT"
] | null | null | null | jmp main
.org 0x22 // Timer/Counter1 Compare Match A
jmp timer_interrupt
.org 0x4C
main:
// Stack init
ldi r16, low(RAMEND)
ldi r17, high(RAMEND)
out SPL, r16
out SPH, r17
// Timer init (PWM, phase and frequency Correct), 1024 prescaler
ldi r16, (1<<WGM10) | (0<<WGM11)
ldi r17, (0<<WGM12) | (1<<WGM13) | (1<<C... | 17.041096 | 70 | 0.655949 |
f74d392c91c1090bb4cc8930fece5ede86587984 | 1,116 | asm | Assembly | src/code/functions.asm | Hacktix/gb-tictactoe | d20409c58e4fa4a25ce5f07dbfd51de64d864c3c | [
"MIT"
] | 8 | 2020-09-06T15:50:46.000Z | 2021-09-24T21:54:27.000Z | src/code/functions.asm | Hacktix/gb-tictactoe | d20409c58e4fa4a25ce5f07dbfd51de64d864c3c | [
"MIT"
] | null | null | null | src/code/functions.asm | Hacktix/gb-tictactoe | d20409c58e4fa4a25ce5f07dbfd51de64d864c3c | [
"MIT"
] | 1 | 2021-07-23T14:51:01.000Z | 2021-07-23T14:51:01.000Z | SECTION "Common Functions", ROM0
;==============================================================
; Sets all values in OAM to zero.
;==============================================================
ClearOAM::
ld hl, wShadowOAM
ld b, OAM_COUNT * 4
xor a
.clearOAM
ld [hli], a
dec b
jr nz, .clearOAM
... | 23.25 | 63 | 0.393369 |
89b4f46f0383e587a30cbbb81c273f2414a4d07d | 711 | asm | Assembly | oeis/001/A001786.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/001/A001786.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/001/A001786.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A001786: Expansion of 1/((1+x)(1-x)^11).
; Submitted by Christian Krause
; 1,10,56,230,771,2232,5776,13672,30086,62292,122464,230252,416394,727672,1233584,2035176,3276559,5159726,7963384,12066626,17978389,26373776,38138464,54422576,76705564,106873832,147313024,201017112,271716644,364028752,483631776,637467632,8339753... | 39.5 | 501 | 0.787623 |
d3e10637205b39e982a8788ef86693f15cf0b87b | 18,991 | asm | Assembly | src/asm/prediction-arm-neon.asm | zimond/parng | 2984549789ded61bb41f1572941aab8f6adb5890 | [
"Apache-2.0",
"MIT"
] | 24 | 2016-02-01T01:48:21.000Z | 2021-07-15T20:12:36.000Z | src/asm/prediction-arm-neon.asm | zimond/parng | 2984549789ded61bb41f1572941aab8f6adb5890 | [
"Apache-2.0",
"MIT"
] | 4 | 2016-05-06T18:06:58.000Z | 2016-08-10T00:17:18.000Z | src/asm/prediction-arm-neon.asm | zimond/parng | 2984549789ded61bb41f1572941aab8f6adb5890 | [
"Apache-2.0",
"MIT"
] | 4 | 2016-05-06T15:38:04.000Z | 2022-02-13T15:49:27.000Z | @ parng/prediction-arm-neon.asm
@
@ Copyright (c) 2016 Mozilla Foundation
.global parng_predict_scanline_none_packed_32bpp
.global parng_predict_scanline_none_strided_32bpp
.global parng_predict_scanline_none_packed_24bpp
.global parng_predict_scanline_none_strided_24bpp
.global parng_predict_scanline_none_packed_16bp... | 35.299257 | 99 | 0.523353 |
351233cb1825549ee41fccc37584c29b7e7d1fe8 | 649 | asm | Assembly | src/minimap_crash.asm | mvdhout1992/ts-patches | a426970abeb6993eea6703d1a756fd74489ffed2 | [
"MIT"
] | 33 | 2016-07-30T14:17:28.000Z | 2021-12-19T15:45:19.000Z | src/minimap_crash.asm | A-Productions/ts-patches | 326db731f7226d9e803feab475777c730688634e | [
"MIT"
] | 73 | 2018-08-17T00:25:19.000Z | 2021-05-10T08:31:15.000Z | src/minimap_crash.asm | A-Productions/ts-patches | 326db731f7226d9e803feab475777c730688634e | [
"MIT"
] | 18 | 2017-05-16T11:28:06.000Z | 2022-03-20T20:41:03.000Z | ; Minimap crash because of stale pointer
; For some yet unknown reason, infantry sometimes enters harvesters. When this
; happens, the infantry is removed from the map, unlinking itself from the
; radar. Before being destroyed, it might be added back again, but it's not
; removed when actually destroyed later on. This... | 24.961538 | 78 | 0.728814 |
4994d11eb2b58e6be75b1eb3ab789420dca33e60 | 2,181 | asm | Assembly | libsrc/_DEVELOPMENT/stdio/z80/output_helpers/__stdio_printf_e.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/stdio/z80/output_helpers/__stdio_printf_e.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/stdio/z80/output_helpers/__stdio_printf_e.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
SECTION code_stdio
PUBLIC __stdio_printf_e
EXTERN __dtoe__, __stdio_printf_float_tail
__stdio_printf_e:
; %e, %E converter called from vfprintf()
;
; enter : ix = FILE *
; hl = void *stack_param
; de = void *buffer_digits
; hl'= current output tally
; stack = bu... | 23.451613 | 73 | 0.523613 |
e95c6e8db360331b57bb89c4f504b4e4bfef4e16 | 2,383 | asm | Assembly | 4A-119ec0013-Pravallika-MpMcP-07-10-2021.asm | Invisible-Luna/8086emu_program | 1d665b76a54ffc002f86e6a9f94085ba4c38bc97 | [
"MIT"
] | 1 | 2021-11-12T12:49:50.000Z | 2021-11-12T12:49:50.000Z | 4A-119ec0013-Pravallika-MpMcP-07-10-2021.asm | Invisible-Luna/8086emu_program | 1d665b76a54ffc002f86e6a9f94085ba4c38bc97 | [
"MIT"
] | null | null | null | 4A-119ec0013-Pravallika-MpMcP-07-10-2021.asm | Invisible-Luna/8086emu_program | 1d665b76a54ffc002f86e6a9f94085ba4c38bc97 | [
"MIT"
] | null | null | null | ; PRAVALLIKA SALADI
; 119EC0013
; ========== Finding Maximum and Minimum Numbers ========
include 'emu8086.inc'
org 100h
mov... | 17.917293 | 106 | 0.561897 |
7a710f1fa5a86567ad5312416430ec51e55ba06b | 4,162 | asm | Assembly | smsq/sbas/litem.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | smsq/sbas/litem.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | smsq/sbas/litem.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | ; SBAS_LITEM - Locate Item V2.01 1992 Tony Tebby QJUMP
; This routine currently assumes the fixed memory model
section sbas
xdef sb_litem
xdef sb_lname
xdef sb_lnam2
xdef sb_gnam2
xref sb_anam2
xref cv_lctab
include 'dev8_keys_sbasic'
include 'dev8_keys_sys'
include 'dev8_keys_err'
include 'd... | 21.564767 | 77 | 0.668188 |
85a727968209aecfa486c286142ab92a1b62b176 | 673 | asm | Assembly | oeis/313/A313707.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/313/A313707.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/313/A313707.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A313707: Coordination sequence Gal.6.198.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.
; Submitted by Jon Maiga
; 1,5,10,15,19,25,30,35,41,45,50,55,60,65,70,75,79,85,90,95,101,105,110,115,120,125,130,135,139,145,150,155,161,165,1... | 39.588235 | 182 | 0.720654 |
9c1daf8730336f43e3c054350289ce7420911040 | 360 | asm | Assembly | programs/oeis/037/A037972.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/037/A037972.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/037/A037972.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A037972: a(n) = n^2*(n+1)*C(2*n-2,n-1)/2.
; 0,1,12,108,800,5250,31752,181104,988416,5212350,26741000,134132856,660284352,3199016548,15288882000,72209880000,337535723520,1563410094390,7182839945160,32761238433000,148450107960000,668693511305820,2995943329133040
mov $1,$0
cal $1,37966 ; a(n) = n^2*binomial(2*n-2, n-1)... | 36 | 218 | 0.736111 |
9cdcc513fffc72d205d71fd7f593df3cf6e62413 | 457 | nasm | Assembly | Shellcode/XOR/XOR-Decoder.nasm | TheRavehorn/Assembly_x86-SLAE | 3a9f72e5eb82d2d13a131a953329b8b9cc986678 | [
"MIT"
] | null | null | null | Shellcode/XOR/XOR-Decoder.nasm | TheRavehorn/Assembly_x86-SLAE | 3a9f72e5eb82d2d13a131a953329b8b9cc986678 | [
"MIT"
] | null | null | null | Shellcode/XOR/XOR-Decoder.nasm | TheRavehorn/Assembly_x86-SLAE | 3a9f72e5eb82d2d13a131a953329b8b9cc986678 | [
"MIT"
] | null | null | null | ; XOR-Decoder.nasm
; Author: Ravehorn
global _start
section .text
_start:
jmp short call_decoder
decoder:
pop esi
decode:
xor byte [esi], 0xAA
jz shellcode
inc esi
jmp short decode
call_decoder:
call decoder
shellcode: db 0x9b, 0x6a, 0xfa, 0xc2, 0xc8, 0xcb, 0xd9, 0xc2,... | 16.925926 | 202 | 0.654267 |
f79af612f0f570a9240a88913ac9b38ac306c88f | 242 | asm | Assembly | programs/oeis/282/A282168.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/282/A282168.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/282/A282168.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A282168: a(n) is the minimal sum of a positive integer sequence of length n with no duplicate substrings (forward or backward) of length greater than 1.
; 1,2,4,6,8,10,13,16,19,22,25,29
mov $2,1
max $2,$0
lpb $2
add $0,$2
trn $2,5
lpe
| 24.2 | 154 | 0.690083 |
6931fa0c29c35ab30c50426f38c84e1d1c1c06a1 | 644 | asm | Assembly | programs/oeis/267/A267256.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/267/A267256.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/267/A267256.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A267256: Middle column of the "Rule 111" elementary cellular automaton starting with a single ON (black) cell.
; 1,1,1,1,1,1,1,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... | 92 | 501 | 0.548137 |
cedd0675761ba7a7dc52ec89196193a967ac85aa | 296 | asm | Assembly | programs/oeis/002/A002441.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/002/A002441.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/002/A002441.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A002441: Squares written in base 8.
; 1,4,11,20,31,44,61,100,121,144,171,220,251,304,341,400,441,504,551,620,671,744,1021,1100,1161,1244,1331,1420,1511,1604,1701,2000,2101,2204,2311,2420,2531,2644,2761,3100,3221,3344,3471,3620,3751,4104,4241
add $0,1
pow $0,2
seq $0,7094 ; Numbers in base 8.
| 42.285714 | 205 | 0.733108 |
5e59a0ac5d6482e5ab00303b579c55aa388267a0 | 3,264 | asm | Assembly | libtool/src/gmp-6.1.2/mpn/x86_64/div_qr_2n_pi1.asm | kroggen/aergo | 05af317eaa1b62b21dc0144ef74a9e7acb14fb87 | [
"MIT"
] | 1,602 | 2015-01-06T11:26:31.000Z | 2022-03-30T06:17:21.000Z | libtool/src/gmp-6.1.2/mpn/x86_64/div_qr_2n_pi1.asm | kroggen/aergo | 05af317eaa1b62b21dc0144ef74a9e7acb14fb87 | [
"MIT"
] | 11,789 | 2015-01-05T04:50:15.000Z | 2022-03-31T23:39:19.000Z | libtool/src/gmp-6.1.2/mpn/x86_64/div_qr_2n_pi1.asm | kroggen/aergo | 05af317eaa1b62b21dc0144ef74a9e7acb14fb87 | [
"MIT"
] | 498 | 2015-01-08T18:58:18.000Z | 2022-03-20T15:37:45.000Z | dnl x86-64 mpn_div_qr_2n_pi1
dnl -- Divide an mpn number by a normalized 2-limb number,
dnl using a single-limb inverse.
dnl Copyright 2007, 2008, 2010-2012 Free Software Foundation, Inc.
dnl This file is part of the GNU MP Library.
dnl
dnl The GNU MP Library is free software; you can redistribute it and/or ... | 20.528302 | 79 | 0.665748 |
dae20fb492114fb88e3e71c2acba5bac20d91042 | 7,366 | asm | Assembly | 3d/points.asm | osgcc/descent-pc | 819ed672e9fde6eddea634154306c5154230b84d | [
"Unlicense"
] | 3 | 2016-03-22T12:32:01.000Z | 2017-11-07T12:14:28.000Z | 3d/points.asm | osgcc/descent-pc | 819ed672e9fde6eddea634154306c5154230b84d | [
"Unlicense"
] | null | null | null | 3d/points.asm | osgcc/descent-pc | 819ed672e9fde6eddea634154306c5154230b84d | [
"Unlicense"
] | 1 | 2021-03-30T07:34:36.000Z | 2021-03-30T07:34:36.000Z | ;THE COMPUTER CODE CONTAINED HEREIN IS THE SOLE PROPERTY OF PARALLAX
;SOFTWARE CORPORATION ("PARALLAX"). PARALLAX, IN DISTRIBUTING THE CODE TO
;END-USERS, AND SUBJECT TO ALL OF THE TERMS AND CONDITIONS HEREIN, GRANTS A
;ROYALTY-FREE, PERPETUAL LICENSE TO SUCH END-USERS FOR USE BY SUCH END-USERS
;IN USING, DISPLAYI... | 21.350725 | 82 | 0.694271 |
94bdd8d5dd6502b9f7671abe5894db672a7e4c2f | 478 | asm | Assembly | oeis/192/A192802.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/192/A192802.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/192/A192802.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A192802: Coefficient of x in the reduction of the polynomial (x+2)^n by x^3->x^2+x+1.
; Submitted by Christian Krause
; 0,1,4,13,42,143,514,1915,7268,27805,106680,409633,1573086,6040587,23193782,89051615,341901032,1312664601,5039704492,19348873781,74285859698,285204660583,1094982340202,4203950929347,16140172668812
... | 23.9 | 197 | 0.690377 |
97b1eb376e25280028599f449e22f380b5cde2f8 | 98 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math48/lm/z80/asm_dldpush.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/float/math48/lm/z80/asm_dldpush.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/float/math48/lm/z80/asm_dldpush.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
SECTION code_fp_math48
PUBLIC asm_dldpush
EXTERN am48_dldpush
defc asm_dldpush = am48_dldpush
| 10.888889 | 31 | 0.846939 |
7b7f6c6d4b2ed6485efd945a4ed4eaddfbfbc13e | 7,237 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_76.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_76.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_76.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 %r9
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x1456f, %rdi
nop
xor %rbp, %rbp
mov $0x6162636465666768, %rsi
movq %rsi, (%rdi)
nop
nop
nop
nop
xor %rcx, %rcx
lea addresses_WC_ht+0x26ef, %rsi
nop
nop
nop
nop
dec %r11
vmovups ... | 36.185 | 2,999 | 0.65552 |
f84586cd06a635f9f51a337ba34114f6df03172f | 139 | asm | Assembly | multiplication.asm | chakrabortysayantan699/8085-micro-asm-program | 1b683245f9408fd3b061ea9c53f70554c7f8c2bf | [
"MIT"
] | null | null | null | multiplication.asm | chakrabortysayantan699/8085-micro-asm-program | 1b683245f9408fd3b061ea9c53f70554c7f8c2bf | [
"MIT"
] | null | null | null | multiplication.asm | chakrabortysayantan699/8085-micro-asm-program | 1b683245f9408fd3b061ea9c53f70554c7f8c2bf | [
"MIT"
] | null | null | null | ;<16 bit multiplication>
LHLD 0050H
XCHG
LDA 0052H
LXI H,0000H
MVI C,08
NEXT:DAD H
RAL
JNC AGAIN
DAD D
AGAIN:DCR C
JNZ NEXT
SHLD 0055H
HLT
| 9.266667 | 24 | 0.76259 |
354577e2442f1cc3931f543342803a115c2724fe | 6,472 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_491.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_491.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_491.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_normal_ht+0x14b2, %r11
nop
add %rdi, %rdi
movb $0x61, (%r11)
nop
add $49043, %rdx
lea addresses_WC_ht+0x1181e, %rsi
lea addresses_WT_ht+0x138be, %rdi
clflush (%rsi)
nop
cmp $31706, %... | 39.705521 | 2,999 | 0.657756 |
ab47c1bd113abf13cd8c704e2a50bcfa5d766fc2 | 983 | asm | Assembly | programs/oeis/280/A280511.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/280/A280511.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/280/A280511.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A280511: Index sequence of the block-fractal sequence A001468.
; 2,2,5,5,5,5,5,13,13,13,13,13,13,13,13,13,13,13,13,13,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89,89... | 89.363636 | 851 | 0.695829 |
7a9bc1e9bb895a47ee10e90dae464b09d0ad1c0d | 54 | asm | Assembly | modules/clearRam.asm | antuniooh/assembly-calculator | 5e364c5cfdb0aa90958dc168e546c305cda1ee5a | [
"MIT"
] | 2 | 2021-05-08T20:51:42.000Z | 2021-05-08T20:52:06.000Z | modules/clearRam.asm | antuniooh/assembly-calculator | 5e364c5cfdb0aa90958dc168e546c305cda1ee5a | [
"MIT"
] | null | null | null | modules/clearRam.asm | antuniooh/assembly-calculator | 5e364c5cfdb0aa90958dc168e546c305cda1ee5a | [
"MIT"
] | 2 | 2020-12-14T00:09:01.000Z | 2021-03-25T14:07:08.000Z | CLEAR_RAM:
MOV @R0, A
DJNZ R0,CLEAR_RAM
LJMP START
| 10.8 | 18 | 0.722222 |
a6b12a8fbcb550c602a972b9b7776cbbf2751d49 | 420 | asm | Assembly | programs/oeis/192/A192004.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/192/A192004.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/192/A192004.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A192004: Alternating row sums of array A187360: minimal polynomial of 2*cos(Pi/n) evaluated for x=-1.
; 1,-1,-2,-1,1,-2,1,-1,1,1,1,-2,1,1,1,-1,1,1,1,1,1,1,1,-2,1,1,1,1,1,1,1,-1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,-2,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
mul $0,4
lpb $0
dif $0,2
mov $1,$0
s... | 23.333333 | 172 | 0.538095 |
1e5bc885b5dff4b3596fb9a7f65a075675955fcf | 341 | asm | Assembly | programs/oeis/205/A205084.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/205/A205084.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/205/A205084.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A205084: a(n)=n 4's sandwiched between two 1's.
; 11,141,1441,14441,144441,1444441,14444441,144444441,1444444441,14444444441,144444444441,1444444444441,14444444444441,144444444444441,1444444444444441,14444444444444441,144444444444444441,1444444444444444441,14444444444444444441
mov $1,10
pow $1,$0
div $1,9
mul $1,130... | 34.1 | 229 | 0.812317 |
8f5f4d7a79f54e862ab0ecc43383447dcd56b0de | 3,209 | asm | Assembly | src/lvi_cfh_poc/asmhelper.asm | bitdefender/lvi-lfb-attack-poc | 04c0663a28bee090bbd9134c782d022d2a5060ce | [
"BSD-3-Clause"
] | 26 | 2020-03-10T17:31:39.000Z | 2021-12-05T20:28:40.000Z | src/lvi_cfh_poc/asmhelper.asm | bitdefender/lvi-lfb-attack-poc | 04c0663a28bee090bbd9134c782d022d2a5060ce | [
"BSD-3-Clause"
] | null | null | null | src/lvi_cfh_poc/asmhelper.asm | bitdefender/lvi-lfb-attack-poc | 04c0663a28bee090bbd9134c782d022d2a5060ce | [
"BSD-3-Clause"
] | 7 | 2020-03-11T03:18:24.000Z | 2022-01-11T15:37:14.000Z | .code
;
; SprayFillBuffers
; RCX = Address of the buffer containing the address of the target, poison, function.
;
SprayFillBuffers PROC
mfence
clflush [rcx + 0 * 64]
clflush [rcx + 1 * 64]
clflush [rcx + 2 * 64]
clflush [rcx + 3 * 64]
clflush [rcx + ... | 27.194915 | 114 | 0.518542 |
afe2287d5eccab937bfe6463c1a4faa0b4637cd2 | 358 | asm | Assembly | programs/oeis/053/A053667.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/053/A053667.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/053/A053667.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A053667: Product of digits of n^2.
; 0,1,4,9,6,10,18,36,24,8,0,2,16,54,54,20,60,144,24,18,0,16,128,90,210,60,252,126,224,32,0,54,0,0,30,20,108,162,64,10,0,48,168,288,162,0,12,0,0,0,0,0,0,0,108,0,54,216,216,96,0,42,384,1458,0,80,360,1152,192,168,0,0,160
pow $0,2
mov $3,34
lpb $0,1
mov $2,$0
div $0,10
mod $2,10
... | 25.571429 | 217 | 0.617318 |
dabd89dcebd401bb848dbec717161230c061fc05 | 1,194 | asm | Assembly | danagy/fint.asm | DW0RKiN/Floating-point-Library-for-Z80 | 494add6bc20922f4a634fbbacb32d8bd4dd185a7 | [
"MIT"
] | 12 | 2020-02-17T09:07:02.000Z | 2022-02-09T22:15:34.000Z | danagy/fint.asm | DW0RKiN/Floating-point-Library-for-Z80 | 494add6bc20922f4a634fbbacb32d8bd4dd185a7 | [
"MIT"
] | null | null | null | danagy/fint.asm | DW0RKiN/Floating-point-Library-for-Z80 | 494add6bc20922f4a634fbbacb32d8bd4dd185a7 | [
"MIT"
] | 1 | 2021-06-21T23:30:28.000Z | 2021-06-21T23:30:28.000Z | if not defined @FINT
; Round towards zero
; In: HL any floating-point number
; Out: HL same number rounded towards zero
; Pollutes: AF,B
@FINT:
if not defined FINT
; *****************************************
FINT ; *
; *****************************************
endif
LD A... | 29.85 | 91 | 0.366834 |
b62cdaa4a01f4fdb1823d6a84805252bfeaae42a | 7,121 | asm | Assembly | Transynther/x86/_processed/US/_zr_/i7-7700_9_0x48_notsx.log_21829_1374.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/US/_zr_/i7-7700_9_0x48_notsx.log_21829_1374.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/US/_zr_/i7-7700_9_0x48_notsx.log_21829_1374.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 %rax
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0x1063e, %rsi
lea addresses_WT_ht+0x67fe, %rdi
dec %r10
mov $36, %rcx
rep movsl
xor %rbp, %rbp
lea addresses_WC_ht+0xd13e, %rax
nop
nop
cmp %r10, %r10
mov $0x6162636465666768, %rdi
... | 35.427861 | 2,999 | 0.655105 |
f131dc8c188ffd632c55cbfd32584171784c64d4 | 1,947 | asm | Assembly | uti/timer.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | uti/timer.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | uti/timer.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | * uti_timer_asm
include dev8_keys_qdos_sms
include dev8_keys_err
include dev8_keys_atari
include dev8_mac_xref
section utility
xdef ut_etime
xdef ut_dtime
;+++
; timer b
;
; Entry Exit
; D0.l error code
; D1.b timer mode preserved
; D2.b timer b data preserved
; A0.l address of int. routine preserve... | 19.277228 | 58 | 0.686697 |
1f6487dbb2098adc0a9342bf91f30a9fceb8f1fc | 7,080 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_20382_1503.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.log_20382_1503.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.log_20382_1503.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 %r15
push %r8
push %rax
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0x1fb0, %rax
and $50495, %r8
mov $0x6162636465666768, %rbx
movq %rbx, %xmm1
vmovups %ymm1, (%rax)
nop
nop
nop
nop
nop
cmp %r15, %r15
lea addresses_normal_ht+0x199b0, %rsi
l... | 35.4 | 2,999 | 0.657345 |
52a3e76a1ff78295c3586088a436346b8b8acd47 | 885 | asm | Assembly | programs/oeis/025/A025716.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/025/A025716.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/025/A025716.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A025716: Index of 6^n within sequence of numbers of form 6^i*7^j.
; 1,2,4,7,11,16,22,29,37,46,56,67,79,91,104,118,133,149,166,184,203,223,244,266,289,313,337,362,388,415,443,472,502,533,565,598,632,667,702,738,775,813,852,892,933,975,1018,1062,1107,1153,1200,1247,1295,1344,1394
mov $16,$0
mov $18,$0
add $18,1
lpb $1... | 18.061224 | 212 | 0.510734 |
19f6ad8df599a9c9d1df51be4acc9b3c40cb4d33 | 213 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math16/lm16/c/sccz80/log10.asm | witchcraft2001/z88dk | 11adca337a4125aff611ddfdf3fc2401e8dda5b2 | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/math/float/math16/lm16/c/sccz80/log10.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/math/float/math16/lm16/c/sccz80/log10.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
SECTION code_fp_math16
PUBLIC log10f16
EXTERN _m16_log10f
defc log10f16 = _m16_log10f
; SDCC bridge for Classic
IF __CLASSIC
PUBLIC _log10f16
EXTERN cm16_sdcc_log10
defc _log10f16 = cm16_sdcc_log10
ENDIF
| 13.3125 | 32 | 0.821596 |
e64b7634ead498cd6738d48eb1334dc13080a2e8 | 388 | asm | Assembly | Documentation/Code/hello.asm | geoffthorpe/ant-architecture | d85952e3050c352d5d715d9749171a335e6768f7 | [
"BSD-3-Clause"
] | null | null | null | Documentation/Code/hello.asm | geoffthorpe/ant-architecture | d85952e3050c352d5d715d9749171a335e6768f7 | [
"BSD-3-Clause"
] | null | null | null | Documentation/Code/hello.asm | geoffthorpe/ant-architecture | d85952e3050c352d5d715d9749171a335e6768f7 | [
"BSD-3-Clause"
] | 1 | 2020-07-15T04:09:05.000Z | 2020-07-15T04:09:05.000Z | # Barney Titmouse -- 11/2/96
# hello.asm-- A "Hello World" program.
# Registers used:
# r2 - holds the address of the string
lc r2, $str_data # load the address of the string into r3
sys r2, 4 # Print the characters in memory
sys r0, 0 # Halt
# Data for the program:
_data_:
str_data:
.byte 'H', 'e', 'l', 'l'... | 20.421053 | 58 | 0.600515 |
87d0af21bb2230621fe29eab06200627375256c7 | 3,661 | asm | Assembly | libsrc/_DEVELOPMENT/target/zx/driver/terminal/zx_01_output_char_64_tty_z88dk/zx_01_output_char_64_tty_z88dk_oterm_msg_tty.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_64_tty_z88dk/zx_01_output_char_64_tty_z88dk_oterm_msg_tty.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_64_tty_z88dk/zx_01_output_char_64_tty_z88dk_oterm_msg_tty.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_64_tty_z88dk_oterm_msg_tty
EXTERN l_offset_ix_de, zx_tty_z88dk_state_table
EXTERN asm_tty_execute_action, l_jphl
zx_01_output_char_64_tty_z88dk_oterm_msg_tty:
; implement tty emulation
;
; enter : c = char to output
... | 38.135417 | 86 | 0.763999 |
c29dd86ca3b2bfe8b6c73dba980e6b44af5a6794 | 427 | asm | Assembly | programs/oeis/152/A152717.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/152/A152717.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/152/A152717.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A152717: Triangle T(n,k) read by rows: T(n,k) = 5^min(k, n-k) = 5^A004197(n,k).
; 1,1,1,1,5,1,1,5,5,1,1,5,25,5,1,1,5,25,25,5,1,1,5,25,125,25,5,1,1,5,25,125,125,25,5,1,1,5,25,125,625,125,25,5,1,1,5,25,125,625,625,125,25,5,1,1,5,25,125,625,3125,625,125,25,5,1
cal $0,157454 ; Triangle read by rows: T(n, m) = min(2*m - ... | 32.846154 | 177 | 0.580796 |
7223402d21e62a8f1711b35f2761d05c7adee129 | 2,786 | asm | Assembly | 3rdParties/src/nasm/nasm-2.15.02/travis/test/mpx-64.asm | blue3k/StormForge | 1557e699a673ae9adcc8f987868139f601ec0887 | [
"Apache-2.0"
] | 1 | 2020-06-20T07:35:25.000Z | 2020-06-20T07:35:25.000Z | 3rdParties/src/nasm/nasm-2.15.02/travis/test/mpx-64.asm | blue3k/StormForge | 1557e699a673ae9adcc8f987868139f601ec0887 | [
"Apache-2.0"
] | null | null | null | 3rdParties/src/nasm/nasm-2.15.02/travis/test/mpx-64.asm | blue3k/StormForge | 1557e699a673ae9adcc8f987868139f601ec0887 | [
"Apache-2.0"
] | null | null | null | BITS 64
bndmk bnd1, [r11]
bndmk bnd1, [rax]
bndmk bnd1, [0x399]
bndmk bnd1, [r9+0x3]
bndmk bnd1, [rax+0x3]
bndmk bnd1, [3,1*r12]
bndmk bnd1, [rax+rcx]
bndmk bnd1, [r11+1*rax+0x3]
bndmk bnd1, [rbx+1*r9+0x3]
; bndmov
bndmov bnd1, [r11]
bndmov bnd1, [rax]
bndmov bnd1, [0x399]
bndmov bnd2, [... | 23.216667 | 75 | 0.617014 |
26b5260d832e6d139806a349e8ae15760748ba31 | 240 | asm | Assembly | libsrc/video/hd44780/asm_lcd_get_ddram_addr_1x20.asm | ahjelm/z88dk | c4de367f39a76b41f6390ceeab77737e148178fa | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/video/hd44780/asm_lcd_get_ddram_addr_1x20.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/video/hd44780/asm_lcd_get_ddram_addr_1x20.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
SECTION code_driver
PUBLIC asm_lcd_get_ddram_addr_1x20
; Calculate DDRAM address for 1x20 HD44780
; Row 0: 0-19
;
; Entry:
; b = y
; c = x
; Exit:
; l = ddram address
; Preserves:
; de
asm_lcd_get_ddram_addr_1x20:
ld l,c
ret
| 12.631579 | 42 | 0.683333 |
a06e49efe19ef1654a174847212458c0d27fb02a | 858 | asm | Assembly | oeis/142/A142181.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/142/A142181.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/142/A142181.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A142181: Primes congruent to 37 mod 39.
; Submitted by Christian Krause
; 37,193,271,349,661,739,1051,1129,1597,1753,1831,1987,2143,2221,2377,2689,2767,3001,3079,3313,3391,3469,3547,4093,4327,4483,4561,4639,4951,5107,5419,5653,6043,6121,6199,6277,6823,7057,7213,7369,7603,7681,7759,7993,8461,8539,8929,9007,9241,9319,9... | 33 | 499 | 0.72028 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.