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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0066d34425131bc5c8258f526f2b121d3c2d51a6 | 615 | asm | Assembly | src/lib/pipe.asm | zys1310992814/BookOSv0.2 | 7dca0f968663a0e6de18dd9b3e533d1e0412674f | [
"BSD-2-Clause"
] | 3 | 2019-02-24T11:05:46.000Z | 2019-02-26T03:20:50.000Z | src/lib/pipe.asm | zys1310992814/BookOSv0.2 | 7dca0f968663a0e6de18dd9b3e533d1e0412674f | [
"BSD-2-Clause"
] | null | null | null | src/lib/pipe.asm | zys1310992814/BookOSv0.2 | 7dca0f968663a0e6de18dd9b3e533d1e0412674f | [
"BSD-2-Clause"
] | null | null | null | [bits 32]
[section .text]
INT_VECTOR_SYS_CALL equ 0x80
_NR_NEW_PIPE EQU 49
_NR_WRITE_PIPE EQU 50
_NR_READ_PIPE EQU 51
_NR_CLOSE_PIPE EQU 52
global new_pipe
new_pipe:
mov eax, _NR_NEW_PIPE
mov ebx, [esp + 4]
int INT_VECTOR_SYS_CALL
ret
global write_pipe
write_pipe:
mov eax, _NR_WRITE_PIPE
mov ebx, [esp + 4]
mo... | 16.184211 | 28 | 0.75122 |
27be64437f586a5faa0232b6bb45cb15e60d61c3 | 5,617 | asm | Assembly | Transynther/x86/_processed/US/_zr_/i7-7700_9_0xca_notsx.log_41_670.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_0xca_notsx.log_41_670.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_0xca_notsx.log_41_670.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 %r15
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x18758, %r15
nop
nop
cmp %rax, %rax
mov $0x6162636465666768, %rbx
movq %rbx, (%r15)
nop
nop
nop
nop
nop
add %rsi, %rsi
lea addresses_A_ht+0x10938, %rsi
lea addresses_WC_ht+0x... | 20.5 | 151 | 0.652127 |
2b180cd8371a1923ec81f0ef5bf9b624d802369c | 413 | asm | Assembly | oeis/036/A036238.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/036/A036238.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/036/A036238.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A036238: Triangle of numbers a(r,j) = j*(j+1) mod r+2, r>=1, j=1..r.
; Submitted by Jon Maiga
; 2,2,2,2,1,2,2,0,0,2,2,6,5,6,2,2,6,4,4,6,2,2,6,3,2,3,6,2,2,6,2,0,0,2,6,2,2,6,1,9,8,9,1,6,2,2,6,0,8,6,6,8,0,6,2,2,6,12,7,4,3,4,7,12,6,2,2,6,12,6,2,0,0,2,6,12,6,2,2,6,12,5,0,12,11,12,0,5,12,6,2,2,6,12,4,14,10,8,8,10
lpb $0
... | 25.8125 | 214 | 0.542373 |
cdde4fa97c20831f498e98a341f85040ed650eb4 | 8,039 | asm | Assembly | Transynther/x86/_processed/US/_ht_zr_un_/i9-9900K_12_0xca.log_740_1775.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/US/_ht_zr_un_/i9-9900K_12_0xca.log_740_1775.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/US/_ht_zr_un_/i9-9900K_12_0xca.log_740_1775.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 %rax
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0xf7cb, %rdx
nop
nop
nop
nop
sub $63388, %rax
movw $0x6162, (%rdx)
nop
nop
nop
and %r8, %r8
lea addresses_D_ht+0x17230, %r8
nop
nop
nop
nop
nop
and %r15, %r1... | 28.507092 | 2,219 | 0.651574 |
c78fab4a79ff41a438d73405d1c36f18b38d41b1 | 569 | asm | Assembly | oeis/189/A189934.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/189/A189934.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/189/A189934.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A189934: a(n) = A189932(n)/2.
; 2,5,8,11,14,17,20,23,26,28,31,34,37,40,43,46,49,52,54,57,60,63,66,69,72,75,78,81,83,86,89,92,95,98,101,104,107,109,112,115,118,121,124,127,130,133,136,138,141,144,147,150,153,156,159,162,164,167,170,173,176,179,182,185,188,191,193,196,199,202,205,208,211,214,217,219,222,225,228,231,234... | 40.642857 | 364 | 0.681898 |
347bf6dcddb153e1714fb916c4d861b2e1837a99 | 1,149 | asm | Assembly | libsrc/_DEVELOPMENT/target/yaz180/driver/i2c/c/sdcc/i2c_write_callee.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/target/yaz180/driver/i2c/c/sdcc/i2c_write_callee.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/target/yaz180/driver/i2c/c/sdcc/i2c_write_callee.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | SECTION code_driver
INCLUDE "config_private.inc"
EXTERN asm_i2c1_write, asm_i2c2_write
PUBLIC _i2c_write_callee
;------------------------------------------------------------------------------
; Write to the I2C Interface, using Byte Mode transmission
;
; void i2c_write( uint8_t device, uint8_t addr, uint8_t *dp... | 33.794118 | 94 | 0.538729 |
7923d930fc3aecb919fdca748818d3f8603d374c | 9,054 | asm | Assembly | racer-network.asm | LeifBloomquist/NetRacerClient | 08e11533d723feebd0c271deebcd34832cd299b2 | [
"MIT"
] | 1 | 2016-02-01T17:25:59.000Z | 2016-02-01T17:25:59.000Z | racer-network.asm | LeifBloomquist/NetRacerClient | 08e11533d723feebd0c271deebcd34832cd299b2 | [
"MIT"
] | 1 | 2022-01-14T17:33:28.000Z | 2022-01-14T17:33:28.000Z | racer-network.asm | LeifBloomquist/NetRacerClient | 08e11533d723feebd0c271deebcd34832cd299b2 | [
"MIT"
] | 1 | 2021-03-24T06:55:23.000Z | 2021-03-24T06:55:23.000Z |
; Network stuff for racing game
CARD_MAC dc.b $00,$80,$10,$0c,$64,$01
CARD_IP dc.b 192,168,1,64
CARD_MASK dc.b 255,255,255,0
CARD_GATE dc.b 192,168,1,1
CARD_GATE_MAC dc.b $00,$00,$00,$00,$00,$00
SERVER_IP
.byte 208,79,218,201 ; Public
SERVER_IP_LAN
.byte 192,168,7,100 ; Private
; Default, over... | 18.515337 | 75 | 0.602386 |
f213ffbf124c009a656b8661e44a8454b43f376a | 660 | asm | Assembly | programs/oeis/019/A019525.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/019/A019525.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/019/A019525.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A019525: Poincaré series [or Poincare series] for depths of roots in a certain root system.
; 2,3,6,12,27,60,138,315,726,1668,3843,8844,20370,46899,108006,248700,572715,1318812,3036954,6993387,16104246,37084404,85397139,196650348,452841762,1042792803,2401318086,5529696492,12733650747,29322740220,67523692458,155491913... | 38.823529 | 427 | 0.783333 |
84a4e9cfab9ba8262d5b46a1ad505e5f2378cfda | 1,322 | asm | Assembly | packages/pips-gfc/gcc-4.4.5/gcc/config/alpha/vms_tramp.asm | DVSR1966/par4all | 86b33ca9da736e832b568c5637a2381f360f1996 | [
"MIT"
] | 51 | 2015-01-31T01:51:39.000Z | 2022-02-18T02:01:50.000Z | packages/pips-gfc/gcc-4.4.5/gcc/config/alpha/vms_tramp.asm | DVSR1966/par4all | 86b33ca9da736e832b568c5637a2381f360f1996 | [
"MIT"
] | 7 | 2017-05-29T09:29:00.000Z | 2019-03-11T16:01:39.000Z | packages/pips-gfc/gcc-4.4.5/gcc/config/alpha/vms_tramp.asm | DVSR1966/par4all | 86b33ca9da736e832b568c5637a2381f360f1996 | [
"MIT"
] | 12 | 2015-03-26T08:05:38.000Z | 2022-02-18T02:01:51.000Z | /* VMS trampoline for nested functions
Copyright (C) 2001, 2008, 2009 Free Software Foundation, Inc.
Contributed by Douglas B. Rupp (rupp@gnat.com).
This file is part of GCC.
GCC is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free... | 28.12766 | 69 | 0.75643 |
01426df247b54f7b3ba4b5a35ea0154d00247909 | 22,215 | asm | Assembly | hires copy.asm | visy/c64demo2017 | 6ff438f2b331aefec346156ded4f62d437c26652 | [
"WTFPL"
] | null | null | null | hires copy.asm | visy/c64demo2017 | 6ff438f2b331aefec346156ded4f62d437c26652 | [
"WTFPL"
] | null | null | null | hires copy.asm | visy/c64demo2017 | 6ff438f2b331aefec346156ded4f62d437c26652 | [
"WTFPL"
] | null | null | null | //
// Switch bank in VIC-II
//
// Args:
// bank: bank number to switch to. Valid values: 0-3.
//
.macro SwitchVICBank(bank) {
//
// The VIC-II chip can only access 16K bytes at a time. In order to
// have it access all of the 64K available, we have to tell it to look
// at one of four banks... | 23.835837 | 145 | 0.521359 |
a19c1d59f7590291bb7b4d3dce4e75ddbd736332 | 295 | asm | Assembly | data/wild/maps/RockTunnelB1F.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | 1 | 2022-02-15T00:19:44.000Z | 2022-02-15T00:19:44.000Z | data/wild/maps/RockTunnelB1F.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | data/wild/maps/RockTunnelB1F.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | RockTunnelB1FWildMons:
def_grass_wildmons 15 ; encounter rate
db 26, GOLBAT
db 27, CUBONE
db 27, GRAVELER
db 28, MACHOKE
db 26, GRAVELER
db 28, GOLBAT
db 27, MACHOP
db 27, ONIX
db 29, ONIX
db 31, DUGTRIO
end_grass_wildmons
def_water_wildmons 0 ; encounter rate
end_water_wildmons
| 17.352941 | 39 | 0.759322 |
e1f2c87e61ca59a857107a62fee2526b6d9b3933 | 6,811 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0x48.log_21829_2582.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0x48.log_21829_2582.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0x48.log_21829_2582.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 %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x12087, %rsi
lea addresses_WC_ht+0x19163, %rdi
clflush (%rdi)
nop
nop
nop
dec %r8
mov $31, %rcx
rep movsl
nop
nop
nop
dec %rbx
lea addresses_D_ht+0x12649, %rcx
clflush (%rcx)
n... | 35.473958 | 2,999 | 0.660255 |
ca54b94096dec4b7cae8d4ee5c2bf12c20596cbf | 771 | asm | Assembly | programs/oeis/155/A155120.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/155/A155120.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/155/A155120.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A155120: a(n) = 2*(n^3 + n^2 + n - 1).
; -2,4,26,76,166,308,514,796,1166,1636,2218,2924,3766,4756,5906,7228,8734,10436,12346,14476,16838,19444,22306,25436,28846,32548,36554,40876,45526,50516,55858,61564,67646,74116,80986,88268,95974,104116,112706,121756,131278,141284,151786,162796,174326,186388,198994,212156,225886,2... | 64.25 | 654 | 0.788586 |
a1cc25fc4d2264368f08f90ece1475f174b2afdb | 830 | asm | Assembly | oeis/165/A165406.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/165/A165406.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/165/A165406.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A165406: Sequence A165404 shown in binary, or equivalently, sequence A163901 in quaternary base.
; Submitted by Christian Krause
; 0,1,100,110,111,10000,10010,10011,11000,11001,11100,11110,11111,1000000,1000010,1000011,1001000,1001001,1001100,1001110,1001111,1100000,1100001,1100100,1100110,1100111,1110000,1110010,111... | 118.571429 | 493 | 0.831325 |
161fdb229cfc9d9886505b4b1cbf9cee40f610fb | 1,478 | asm | Assembly | header.asm | neri/uefi-tiny | b817e450daf55b08b28c153499a0d11c9816f7c6 | [
"Unlicense"
] | 1 | 2021-08-09T16:19:51.000Z | 2021-08-09T16:19:51.000Z | header.asm | neri/uefi-tiny | b817e450daf55b08b28c153499a0d11c9816f7c6 | [
"Unlicense"
] | null | null | null | header.asm | neri/uefi-tiny | b817e450daf55b08b28c153499a0d11c9816f7c6 | [
"Unlicense"
] | null | null | null |
org IMAGE_BASE
_BEGIN:
db 'MZ' ; e_magic - Mark Zbikowski
dw 0
_PE:
db 'PE', 0, 0
dw 0x8664 ; Machine
dw 1 ; NumberOfSections
dd 0, 0, 0 ; OBSOLETED
dw (_SECTION_HEADER - _OPTIONAL_HEADER) ; SizeOfOptionalHeader
dw 0x0002 ; Characteristics - IMAGE_FILE_EXECUTABLE_IMAGE
_OPTIONAL_H... | 35.190476 | 120 | 0.700947 |
de4967ae367c66a734ae4f8a071e23fdc4f78325 | 781 | asm | Assembly | oeis/101/A101556.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/101/A101556.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/101/A101556.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A101556: A Thue-Morse convolution.
; Submitted by Christian Krause
; 0,1,11,110,1101,11010,110100,1101001,11010011,110100110,1101001100,11010011001,110100110010,1101001100101,11010011001011,110100110010110,1101001100101101,11010011001011010,110100110010110100,1101001100101101001,11010011001011010010,11010011001011010... | 111.571429 | 498 | 0.871959 |
20bc5d698b2bd91480c065be665ce19f13feeafa | 237 | asm | Assembly | programs/oeis/017/A017589.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/017/A017589.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/017/A017589.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A017589: (12n+5)^9.
; 1953125,118587876497,14507145975869,327381934393961,3299763591802133,20711912837890625,95151694449171437,350356403707485209,1093685272684360901,3004041937984268273,7450580596923828125
mul $0,12
add $0,5
pow $0,9
| 33.857143 | 185 | 0.848101 |
10b72ec5ec3a84f5435194d52562584a83e44153 | 475 | asm | Assembly | examples/test3.asm | takenobu-hs/processor-creative-kit | fa1f1e4ce2d1b1e670e0fd3a7a0ff7dab56f5f4b | [
"BSD-3-Clause"
] | 5 | 2015-01-31T15:28:51.000Z | 2020-01-07T13:23:40.000Z | examples/test3.asm | takenobu-hs/processor-creative-kit | fa1f1e4ce2d1b1e670e0fd3a7a0ff7dab56f5f4b | [
"BSD-3-Clause"
] | 1 | 2015-02-05T20:25:46.000Z | 2015-02-06T12:47:30.000Z | examples/test3.asm | takenobu-hs/processor-creative-kit | fa1f1e4ce2d1b1e670e0fd3a7a0ff7dab56f5f4b | [
"BSD-3-Clause"
] | null | null | null | /*
* example3: for loop structure
* sum = 0;
* for (i=1; i<=10; i++) {sum = sum + i;}
*/
/* sum = 0 */
mov r0, 0 # sum = 0
/* for (i=1; i<=10; i++) {sum = sum + i;} */
mov r1, 1 # i = 1;
mov r2, 10 # loop condition
mov r3, 1 # loop variable incrementer
/* loop head */
cmp r1, r2 # flag = compare(i... | 19 | 48 | 0.496842 |
7cddb08af42108d0a42dfee4cfccf252f56a803b | 212 | asm | Assembly | libsrc/_DEVELOPMENT/l/sccz80/crt0/htons.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/l/sccz80/crt0/htons.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/l/sccz80/crt0/htons.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | ;
; Small C+ TCP Implementation
;
; htons() Convert host to network format and back again!
;
; djm 24/4/99
SECTION code_l_sccz80
PUBLIC htons
htons:
ld a,l
ld l,h
ld h,a
ret
| 11.157895 | 62 | 0.589623 |
9bc360a4bfa0157306d5930699b69858e0043afc | 2,657 | asm | Assembly | programs/oeis/213/A213834.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/213/A213834.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/213/A213834.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A213834: Antidiagonal sums of the convolution array A213833.
; 1,10,46,140,335,686,1260,2136,3405,5170,7546,10660,14651,19670,25880,33456,42585,53466,66310,81340,98791,118910,141956,168200,197925,231426,269010,310996,357715,409510,466736,529760,598961,674730,757470,847596,945535,1051726,1166620,1290680,1424381,156821... | 88.566667 | 2,277 | 0.835529 |
f3f4c1aa59dcefbc2e052dced43f7cebc34c987b | 4,030 | asm | Assembly | Lab_5/Code/ex2.asm | nickbel7/ntua-microprocessors-systems | f39c7a8b9a68ff47ca6c6564c283abf1af8083e7 | [
"MIT"
] | null | null | null | Lab_5/Code/ex2.asm | nickbel7/ntua-microprocessors-systems | f39c7a8b9a68ff47ca6c6564c283abf1af8083e7 | [
"MIT"
] | null | null | null | Lab_5/Code/ex2.asm | nickbel7/ntua-microprocessors-systems | f39c7a8b9a68ff47ca6c6564c283abf1af8083e7 | [
"MIT"
] | null | null | null | ;========== EXERCISE 2 ==========
INCLUDE MACROS.ASM
DATA_SEG SEGMENT
NEWLINE DB 0AH,0DH,'$'
DATA_SEG ENDS
CODE_SEG SEGMENT
ASSUME CS:CODE_SEG, DS:DATA_SEG
;========== PART 1 ==========
MAIN PROC FAR
MOV AX,DATA_SEG
MOV DS,AX
START:
MOV BX,0
; routine for 1st decima... | 18.831776 | 55 | 0.534491 |
27f0634cf96743436670c256550fde6701baa6c1 | 944 | asm | Assembly | tests/macro_examples/make_djnz_dot_assemble.asm | cizo2000/sjasmplus | 615d7c0e09a44aa2a923095fc9ed6dca6ecae4a4 | [
"BSD-3-Clause"
] | 220 | 2016-10-22T19:44:39.000Z | 2022-03-29T20:57:04.000Z | tests/macro_examples/make_djnz_dot_assemble.asm | ped7g/sjasmplus | 487635c8057cd5594c372d9b70bc00a3f3a1ecc4 | [
"BSD-3-Clause"
] | 153 | 2018-05-07T10:31:23.000Z | 2022-03-30T04:35:59.000Z | tests/macro_examples/make_djnz_dot_assemble.asm | ped7g/sjasmplus | 487635c8057cd5594c372d9b70bc00a3f3a1ecc4 | [
"BSD-3-Clause"
] | 51 | 2016-05-12T21:27:36.000Z | 2022-03-27T15:16:16.000Z | ;; while trying to compile one larger legacy code written with Zeus syntax on mind,
;; I run into lines "DJNZ .", which are basically the same thing as "DJNZ $" in sjasmplus
;; To avoid editing whole file and replacing those on each occurence, I managed to get
;; them fixed by defining this macro at beginning of the fi... | 31.466667 | 90 | 0.572034 |
34765ada7d5bb0b57dda171787af46a776b3dd96 | 488 | asm | Assembly | programs/oeis/070/A070864.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/070/A070864.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/070/A070864.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A070864: a(1) = a(2) = 1; a(n) = 2 + a(n - a(n-1)).
; 1,1,3,3,3,5,3,5,5,5,7,5,7,5,7,7,7,9,7,9,7,9,7,9,9,9,11,9,11,9,11,9,11,9,11,11,11,13,11,13,11,13,11,13,11,13,11,13,13,13,15,13,15,13,15,13,15,13,15,13,15,13,15,15,15,17,15,17,15,17,15,17,15,17,15,17,15,17,15,17,17,17,19,17,19,17,19,17,19,17,19,17,19,17,19,17,19,17,... | 28.705882 | 271 | 0.559426 |
a192c174a365b1f600d85d1b27c1ff4a0456a1c3 | 760 | asm | Assembly | oeis/106/A106838.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/106/A106838.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/106/A106838.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A106838: Numbers n such that n, n+1 and n+2 have odd part of form 4k+3.
; Submitted by Jon Maiga
; 22,46,54,86,94,110,118,150,174,182,190,214,222,238,246,278,302,310,342,350,366,374,382,406,430,438,446,470,478,494,502,534,558,566,598,606,622,630,662,686,694,702,726,734,750,758,766,790,814,822,854,862,878,886,894,918,... | 31.666667 | 435 | 0.678947 |
5fde4aad598d5d4e804e352ee029cb507ac2443f | 668 | asm | Assembly | oeis/070/A070199.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/070/A070199.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/070/A070199.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A070199: Number of palindromes of length <= n.
; Submitted by Jon Maiga
; 10,19,109,199,1099,1999,10999,19999,109999,199999,1099999,1999999,10999999,19999999,109999999,199999999,1099999999,1999999999,10999999999,19999999999,109999999999,199999999999,1099999999999,1999999999999,10999999999999,19999999999999,1099999999... | 44.533333 | 501 | 0.841317 |
61fd720cc1f2681cc799751293bec75e3f27741a | 6,422 | asm | Assembly | Library/Chart/Series/seriesArea.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Library/Chart/Series/seriesArea.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Library/Chart/Series/seriesArea.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1992 -- All Rights Reserved
PROJECT: PC GEOS
MODULE:
FILE: seriesArea.asm
AUTHOR: Chris Boyke
METHODS:
Name Description
---- -----------
FUNCTIONS:
Scope Name Description
----- ---- ------... | 20.387302 | 71 | 0.564777 |
0d7849ee1c1dc378262e0713ee6dde064c7cb72b | 1,379 | asm | Assembly | source/init/term.asm | re0ah/shell-asm-linux | aa3351f785b2906369e8bb1e8165b924d3018252 | [
"Unlicense"
] | null | null | null | source/init/term.asm | re0ah/shell-asm-linux | aa3351f785b2906369e8bb1e8165b924d3018252 | [
"Unlicense"
] | null | null | null | source/init/term.asm | re0ah/shell-asm-linux | aa3351f785b2906369e8bb1e8165b924d3018252 | [
"Unlicense"
] | null | null | null | %define STDIN_FILENO 0
%define TCGETS 0x5401
%define TCSETS 0x5402
%define __KERNEL_NCCS 19
struc __kernel_termios
c_iflag resd 1 ;input mode flags
c_oflag resd 1 ;output mode flags
c_cflag resd 1 ;control mode flags
c_lflag resd 1 ;local mode flags
c_line resb 1 ;line discipline
c_cc resb __KE... | 23.775862 | 65 | 0.577955 |
e311627f1d4b302b557da9ef7a8fd884d3688b56 | 481 | asm | Assembly | asm/por_skip_emblem_drawing.asm | Iemnur/DSVEdit | 1f52feb6de8a47c7d223a17d739e69bb40aedd3f | [
"MIT"
] | 70 | 2017-02-25T15:06:47.000Z | 2022-03-16T03:05:35.000Z | asm/por_skip_emblem_drawing.asm | Iemnur/DSVEdit | 1f52feb6de8a47c7d223a17d739e69bb40aedd3f | [
"MIT"
] | 58 | 2017-03-12T21:34:50.000Z | 2022-01-31T17:22:36.000Z | asm/por_skip_emblem_drawing.asm | Iemnur/DSVEdit | 1f52feb6de8a47c7d223a17d739e69bb40aedd3f | [
"MIT"
] | 26 | 2017-03-04T16:35:13.000Z | 2021-11-24T20:52:19.000Z | .nds
.relativeinclude on
.erroronwarning on
.open "ftc/overlay9_25", 022D7900h
; Skip the screen where the player has to draw an emblem and press OK when starting a new game.
.org 0x022DAAB0 ; Code in the name entry menu after you finished typing in your name that would normally take you to the emblem drawing screen... | 25.315789 | 148 | 0.754678 |
8cd66a19c35cc8e714d508605af264c45e2d07e4 | 659 | asm | Assembly | scripts/celadondiner2.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 16 | 2018-08-28T21:47:01.000Z | 2022-02-20T20:29:59.000Z | scripts/celadondiner2.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 5 | 2019-04-03T19:53:11.000Z | 2022-03-11T22:49:34.000Z | scripts/celadondiner2.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 2 | 2019-12-09T19:46:02.000Z | 2020-12-05T21:36:30.000Z | Func_f1f31:
CheckEvent EVENT_GOT_COIN_CASE
jr nz, .asm_eb14d
ld hl, CeladonDinerText_491a7
call PrintText
lb bc, COIN_CASE, 1
call GiveItem
jr nc, .BagFull
SetEvent EVENT_GOT_COIN_CASE
ld hl, ReceivedCoinCaseText
call PrintText
jr .asm_68b61
.BagFull
ld hl, CoinCaseNoRoomText
call PrintText
jr .asm_68b61
... | 16.897436 | 31 | 0.805766 |
cbd3b83583551f68787886d804c3b619970360f1 | 647 | asm | Assembly | programs/oeis/051/A051624.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/051/A051624.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/051/A051624.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A051624: 12-gonal (or dodecagonal) numbers: a(n) = n*(5*n-4).
; 0,1,12,33,64,105,156,217,288,369,460,561,672,793,924,1065,1216,1377,1548,1729,1920,2121,2332,2553,2784,3025,3276,3537,3808,4089,4380,4681,4992,5313,5644,5985,6336,6697,7068,7449,7840,8241,8652,9073,9504,9945,10396,10857,11328,11809,12300,12801,13312,1383... | 71.888889 | 533 | 0.768161 |
980cb98c2191e19072bccc98aa55d07b24f9094b | 1,855 | asm | Assembly | smsq/gold/ser/rxen.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | smsq/gold/ser/rxen.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | smsq/gold/ser/rxen.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | ; SER receive enable / disable V2.00 1994 Tony Tebby
section ser
xdef ser_rxen
xdef ser_iopr
xdef ser_rxdi
xref iob_room
xref ql_hcmdn
include 'dev8_keys_k'
include 'dev8_mac_assert'
include 'dev8_keys_par'
include 'dev8_keys_sys'
include 'dev8_keys_buf'
;+++
; SER input operation
;
; a3 c p SER ... | 18.009709 | 58 | 0.659299 |
ea8b8beff00ca684aeab29f9bf71a34641a9bcf6 | 171 | asm | Assembly | libsrc/stdio/z9001/conio_vars.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/stdio/z9001/conio_vars.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/stdio/z9001/conio_vars.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ;
; Shared variables between the VT100 and VT52 engines
MODULE conio_vars
SECTION data_clib
PUBLIC __z9001_attr
.__z9001_attr defb $70 ; White on Black
| 15.545455 | 53 | 0.725146 |
b0f241d17b648322a55c0cd3de0f35bec9e7d654 | 7,382 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_1352.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_1352.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_1352.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 %r8
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x11e08, %rbx
add %rdi, %rdi
mov $0x6162636465666768, %r12
movq %r12, (%rbx)
dec %rbx
lea addresses_WC_ht+0xc448, %rbp
nop
nop
nop
nop
dec %rcx
mov (%rbp), %rbx
nop
nop
nop... | 37.282828 | 2,999 | 0.654701 |
cd812d415cf8652e3861018092c4337b8ecf4826 | 270 | asm | Assembly | data/battle/ai/constant_damage_effects.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 28 | 2019-11-08T07:19:00.000Z | 2021-12-20T10:17:54.000Z | data/battle/ai/constant_damage_effects.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 13 | 2020-01-11T17:00:40.000Z | 2021-09-14T01:27:38.000Z | data/battle/ai/constant_damage_effects.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 22 | 2020-05-28T17:31:38.000Z | 2022-03-07T20:49:35.000Z | ; AIDamageCalc uses BattleCommand_ConstantDamage
; to calculate damage for these instead of
; BattleCommand_DamageCalc and BattleCommand_Stab.
ConstantDamageEffects:
db EFFECT_SUPER_FANG
db EFFECT_STATIC_DAMAGE
db EFFECT_LEVEL_DAMAGE
db EFFECT_PSYWAVE
db -1 ; end
| 24.545455 | 50 | 0.844444 |
07cb7f18aa6eef2165a94541c5e7319816dd70dd | 589 | asm | Assembly | programs/oeis/128/A128218.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/128/A128218.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/128/A128218.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A128218: First differences of A128217.
; 1,3,1,3,1,1,5,1,1,1,5,1,1,1,1,7,1,1,1,1,1,7,1,1,1,1,1,1,9,1,1,1,1,1,1,1,9,1,1,1,1,1,1,1,1,11,1,1,1,1,1,1,1,1,1,11,1,1,1,1,1,1,1,1,1,1,13,1,1,1,1,1,1,1,1,1,1,1,13,1,1,1,1,1,1,1,1,1,1,1,1,15,1,1,1,1,1,1,1,1,1,1,1
mov $6,$0
mov $7,2
lpb $7
sub $7,1
add $0,$7
sub $0,1
add... | 22.653846 | 212 | 0.560272 |
a96bc80dc00e359c1cbf48312233176281e4db79 | 825 | asm | Assembly | spec/input_files/BasicLoop/BasicLoop.asm | nekootoko3/hack_vm_translator | fdfa23390bdee797ba73ecda8f00182c9e24d4e5 | [
"MIT"
] | null | null | null | spec/input_files/BasicLoop/BasicLoop.asm | nekootoko3/hack_vm_translator | fdfa23390bdee797ba73ecda8f00182c9e24d4e5 | [
"MIT"
] | null | null | null | spec/input_files/BasicLoop/BasicLoop.asm | nekootoko3/hack_vm_translator | fdfa23390bdee797ba73ecda8f00182c9e24d4e5 | [
"MIT"
] | null | null | null | @256
D=A
@SP
M=D
@300
D=A
@LCL
M=D
@400
D=A
@ARG
M=D
@3000
D=A
@THIS
M=D
@3010
D=A
@THAT
M=D
@RETURN_0
D=A
@SP
A=M
M=D
@SP
M=M+1
@LCL
D=M
@SP
A=M
M=D
@SP
M=M+1
@ARG
D=M
@SP
A=M
M=D
@SP
M=M+1
@THIS
D=M
@SP
A=M
M=D
@SP
M=M+1
@THAT
D=M
@SP
A=M
M=D
@SP
M=M+1
@SP
D=M
D=D-1
D=D-1
D=D-1
D=D-1
D=D-1
@ARG
M=D
@SP
D=M
@LCL
M=D
@... | 4.741379 | 12 | 0.53697 |
a117a88d282a9b659772a713136f714cad0bc09e | 29,914 | asm | Assembly | fiat-amd64/243.45_ratio07873_seed2606129114143455_mul_p448_solinas.asm | dderjoel/fiat-crypto | 57a9612577d766a0ae83169ea9517bfa7f01ea4e | [
"BSD-1-Clause",
"Apache-2.0",
"MIT-0",
"MIT"
] | 491 | 2015-11-25T23:44:39.000Z | 2022-03-29T17:31:21.000Z | fiat-amd64/243.45_ratio07873_seed2606129114143455_mul_p448_solinas.asm | dderjoel/fiat-crypto | 57a9612577d766a0ae83169ea9517bfa7f01ea4e | [
"BSD-1-Clause",
"Apache-2.0",
"MIT-0",
"MIT"
] | 755 | 2016-02-02T14:03:05.000Z | 2022-03-31T16:47:23.000Z | fiat-amd64/243.45_ratio07873_seed2606129114143455_mul_p448_solinas.asm | dderjoel/fiat-crypto | 57a9612577d766a0ae83169ea9517bfa7f01ea4e | [
"BSD-1-Clause",
"Apache-2.0",
"MIT-0",
"MIT"
] | 117 | 2015-10-25T16:28:15.000Z | 2022-02-08T23:01:09.000Z | SECTION .text
GLOBAL mul_p448_solinas
mul_p448_solinas:
sub rsp, 0x3e0 ; last 0x30 (6) for Caller - save regs
mov [ rsp + 0x3b0 ], rbx; saving to stack
mov [ rsp + 0x3b8 ], rbp; saving to stack
mov [ rsp + 0x3c0 ], r12; saving to stack
mov [ rsp + 0x3c8 ], r13; saving to stack
mov [ rsp + 0x3d0 ], r14; saving to stac... | 38.748705 | 135 | 0.626061 |
0b5f2ccaf781f8a49ec9b989beef44b5149ca9a0 | 7,653 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_1544.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_1544.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_1544.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 %r13
push %r14
push %r15
push %r8
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0xdf0, %rbx
nop
nop
nop
dec %rdx
mov (%rbx), %r15d
nop
nop
nop
sub %r10, %r10
lea addresses_UC_ht+0x130a0, %rbx
nop
nop
nop
nop
and %rdx, %rdx
movups (%rbx),... | 32.427966 | 2,999 | 0.659349 |
60ba017449f5bd9ef7500e5e7240c87ea38e7c59 | 56,543 | asm | Assembly | GameCode.asm | RichardTND/ShockRaid | 18c6b7caed3880a35d11c5fcbce417bb16c0fe13 | [
"OLDAP-2.4"
] | null | null | null | GameCode.asm | RichardTND/ShockRaid | 18c6b7caed3880a35d11c5fcbce417bb16c0fe13 | [
"OLDAP-2.4"
] | null | null | null | GameCode.asm | RichardTND/ShockRaid | 18c6b7caed3880a35d11c5fcbce417bb16c0fe13 | [
"OLDAP-2.4"
] | null | null | null | ;#############################
;# Shock Raid #
;# #
;# by Richard Bayliss #
;# #
;# (C)2021 The New Dimension #
;# For Reset Magazine #
;#############################
;Main game code
Game
NewLevelStart
sei
lda #$00
sta t... | 23.767549 | 114 | 0.50206 |
e32f58ab516d1ba2c7fff6027edd1d75294344f3 | 553 | asm | Assembly | programs/oeis/071/A071122.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/071/A071122.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/071/A071122.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A071122: a(n) = a(n-1) + sum of decimal digits of 2^n.
; 2,6,14,21,26,36,47,60,68,75,89,108,128,150,176,201,215,234,263,294,320,345,386,423,452,492,527,570,611,648,695,753,815,876,935,999,1055,1122,1193,1254,1304,1350,1406,1464,1526,1596,1664,1737,1802,1878,1958
mov $3,$0
add $3,1
mov $6,$0
lpb $3
mov $0,$6
sub ... | 18.433333 | 207 | 0.56962 |
d2a143506dc246cb30cd4226ed20afbce56880e3 | 287 | asm | Assembly | Assembly/Examples/fib8.asm | p-rivero/CESCA | 7772671e36ef137bdb468bc09f50e53f0371ce20 | [
"MIT"
] | 7 | 2020-05-18T15:33:30.000Z | 2021-02-07T09:24:05.000Z | Assembly/Examples/fib8.asm | p-rivero/CESCA | 7772671e36ef137bdb468bc09f50e53f0371ce20 | [
"MIT"
] | null | null | null | Assembly/Examples/fib8.asm | p-rivero/CESCA | 7772671e36ef137bdb468bc09f50e53f0371ce20 | [
"MIT"
] | 1 | 2021-01-30T22:56:36.000Z | 2021-01-30T22:56:36.000Z | #include "CESCA.cpu"
#include "startup.asm"
; FIBONACCI SEQUENCE
#bank program
mov R0, 0
mov R1, 1
fib:
mov OUT, R1
add R0, R0, R1
jc .end
mov OUT, R0
add R1, R0, R1
jnc fib
.end:
hlt ; Stops at the last 8-bit number in the sequence (233)
| 14.35 | 62 | 0.578397 |
70aac6dce87d3226b5dfe0d3acf825c2818067ff | 4,695 | asm | Assembly | Library/Text/Text/textEntry.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Library/Text/Text/textEntry.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Library/Text/Text/textEntry.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1993 -- All Rights Reserved
PROJECT: PC/GEOS
MODULE: Text Library
FILE: textEntry.asm
AUTHOR: Vijay Menon, Sep 13, 1993
ROUTINES:
Name Description
---- -----------
REVISION HISTORY:
N... | 21.053812 | 79 | 0.60852 |
a1fda4941da59660a5eb8de04f4ea9a40a17b6e5 | 4,144 | asm | Assembly | kernel/src/arch/x86_64/boot/boot.asm | Nanoteck137/rest-os | 1c65431dbe3e7dc623ad35badf2b55bc37cfbf09 | [
"MIT"
] | null | null | null | kernel/src/arch/x86_64/boot/boot.asm | Nanoteck137/rest-os | 1c65431dbe3e7dc623ad35badf2b55bc37cfbf09 | [
"MIT"
] | null | null | null | kernel/src/arch/x86_64/boot/boot.asm | Nanoteck137/rest-os | 1c65431dbe3e7dc623ad35badf2b55bc37cfbf09 | [
"MIT"
] | null | null | null | section .multiboot_header
header_start:
dd 0xe85250d6 ; magic number (multiboot 2)
dd 0 ; architecture 0 (protected mode i386)
dd header_end - header_start ; header length
; checksum
dd 0x100000000 - (0xe85250d6 + 0 + (header_end - header_start))
; insert ... | 22.521739 | 76 | 0.653475 |
e77150981accb5b23a168b15977bb20a86a34f62 | 8,704 | asm | Assembly | tests/devices/mmu_incbin_bug_data.i.asm | fengjixuchui/sjasmplus | df0fabd2411bf89e23637fce46d273f52dafbe16 | [
"BSD-3-Clause"
] | 220 | 2016-10-22T19:44:39.000Z | 2022-03-29T20:57:04.000Z | tests/devices/mmu_incbin_bug_data.i.asm | ped7g/sjasmplus | 487635c8057cd5594c372d9b70bc00a3f3a1ecc4 | [
"BSD-3-Clause"
] | 153 | 2018-05-07T10:31:23.000Z | 2022-03-30T04:35:59.000Z | tests/devices/mmu_incbin_bug_data.i.asm | ped7g/sjasmplus | 487635c8057cd5594c372d9b70bc00a3f3a1ecc4 | [
"BSD-3-Clause"
] | 51 | 2016-05-12T21:27:36.000Z | 2022-03-27T15:16:16.000Z | # file opened: mmu.asm
1 0000 ; DOCS design (happened here, while working on it):
2 0000 ;
3 0000 ; MMU <first slot number> [<last slot number>|<single slot option>], <page number>
4 0000 ;
5 0000 ; Maps memory page(s) to slot(s), ... | 54.742138 | 116 | 0.516544 |
99221c1d272444c9d23ab91f38f2261ce4fb8373 | 1,565 | asm | Assembly | src/conta_volte.asm | tomellericcardo/AssemblyExercises | c2a9d1b376a25d70872a27699368b7b8e6e17b85 | [
"Apache-2.0"
] | null | null | null | src/conta_volte.asm | tomellericcardo/AssemblyExercises | c2a9d1b376a25d70872a27699368b7b8e6e17b85 | [
"Apache-2.0"
] | null | null | null | src/conta_volte.asm | tomellericcardo/AssemblyExercises | c2a9d1b376a25d70872a27699368b7b8e6e17b85 | [
"Apache-2.0"
] | null | null | null |
.orig x3000
LEA R0, stg ; R0 punta alla stringa di test
LD R1, car ; R1 contiene il carattere di test
JSR CONTA_VOLTE ; sottoprogramma conteggio occorrenze
TRAP x25 ; arresto il processore
stg .stringz "Buon Sabato 7 febbraio 2015" ; stringa di test
car .stringz "b" ; carattere di test
CONTA_VOLTE
S... | 25.241935 | 60 | 0.688818 |
bab223700506480c84dc9c762581cb34742983e2 | 10,923 | asm | Assembly | src/asm/gameplay.asm | DJRideout/MegaManX4Practice | 9df3c879b64e48a87077c40701234171435091a4 | [
"MIT"
] | 1 | 2022-02-24T03:10:14.000Z | 2022-02-24T03:10:14.000Z | src/asm/gameplay.asm | DJRideout/MegaManX4Practice | 9df3c879b64e48a87077c40701234171435091a4 | [
"MIT"
] | null | null | null | src/asm/gameplay.asm | DJRideout/MegaManX4Practice | 9df3c879b64e48a87077c40701234171435091a4 | [
"MIT"
] | null | null | null | .psx
; Overwrite the logic for ending a stage to always either go to part 2 or go to mission complete
@stage_end:
replace 0x800200FC
lb v0,CURRENT_STAGE
lb v1,STAGE_PART
subi v0,v0,9 ; Will now be 0 if this is X's Colonel fight
beq v0,$zero,@@set_mission_complete
subi v0,v0,1 ; Will now be 0 if thi... | 23.591793 | 117 | 0.703195 |
9fadd643659cc716318a47c309b1c867bd5e50f8 | 764 | asm | Assembly | programs/oeis/020/A020875.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/020/A020875.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/020/A020875.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A020875: Number of (undirected) Hamiltonian paths in n-Moebius ladder.
; 0,4,12,36,72,140,228,364,528,756,1020,1364,1752,2236,2772,3420,4128,4964,5868,6916,8040,9324,10692,12236,13872,15700,17628,19764,22008,24476,27060,29884,32832,36036,39372,42980,46728,50764,54948,59436,64080,69044,74172,79636,85272,91260,97428,10... | 63.666667 | 615 | 0.799738 |
7012548dd64913518a908f8b8cefe0af3bd9e5a0 | 5,238 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_280.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_280.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_280.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 %r14
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0xedad, %r11
nop
nop
nop
nop
nop
sub %r14, %r14
and $0xffffffffffffffc0, %r11
movntdqa (%r11), %xmm3
vpextrq $1, %xmm3, %r10
nop
add $15514, %rcx
lea addresses_UC_ht+0xae2d, %rdi
nop
no... | 43.65 | 2,999 | 0.661512 |
8068230e211fa7dadb470d65792c1ca3618ed1bc | 5,842 | asm | Assembly | Transynther/x86/_processed/US/_zr_/i7-7700_9_0xca.log_21829_1815.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_0xca.log_21829_1815.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_0xca.log_21829_1815.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 %rax
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0xdd32, %rdx
dec %r13
mov (%rdx), %rax
nop
nop
add %r15, %r15
lea addresses_normal_ht+0x8e12, %rbp
nop
nop
nop
nop
sub $52837, %rcx
mov $0x6162636465666768, %r13
movq %r13, (%... | 39.741497 | 2,999 | 0.657138 |
820464745865e93f4d63818c1c2effe750037524 | 6,101 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_475_1338.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.log_475_1338.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.log_475_1338.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 %r13
push %r14
push %r15
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x15b2b, %rbx
nop
add $10812, %r10
mov (%rbx), %eax
nop
nop
xor %r14, %r14
lea addresses_D_ht+0x1302b, %r15
nop
nop
nop
nop
cmp %r14, %r14
mov (%r15), %ecx
nop
nop
n... | 27.731818 | 1,424 | 0.658744 |
23e83fefd1b0900b0421a8e1247a7f6dd35b3471 | 1,014 | asm | Assembly | data/pokemon/base_stats/monferno.asm | AtmaBuster/pokeplat-gen2 | fa83b2e75575949b8f72cb2c48f7a1042e97f70f | [
"blessing"
] | 6 | 2021-06-19T06:41:19.000Z | 2022-02-15T17:12:33.000Z | data/pokemon/base_stats/monferno.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | null | null | null | data/pokemon/base_stats/monferno.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | 2 | 2021-08-11T19:47:07.000Z | 2022-01-01T07:07:56.000Z | db 0 ; species ID placeholder
db 64, 78, 52, 81, 78, 52
; hp atk def spd sat sdf
db FIRE, FIGHTING ; type
db 45 ; catch rate
db 142 ; base exp
db NO_ITEM, NO_ITEM ; items
db GENDER_F12_5 ; gender ratio
db 20 ; step cycles to hatch
INCBIN "gfx/pokemon/monferno/front.dimensions"
db GROWTH_MEDIUM... | 50.7 | 584 | 0.760355 |
447baaa9669f16efb4dffa0202ef8b0066066fdb | 3,293 | asm | Assembly | 8088/cga/artifact/artifact.asm | reenigne/reenigne | c3eb8b31d7964e78bbe44908987d4be052a74488 | [
"Unlicense"
] | 92 | 2015-04-10T17:45:11.000Z | 2022-03-30T17:58:51.000Z | 8088/cga/artifact/artifact.asm | MS-DOS-stuff/reenigne | 0a113990aef398550c6f14d1c7a33af1cb091887 | [
"Unlicense"
] | 2 | 2017-11-05T07:21:35.000Z | 2018-11-04T23:36:13.000Z | 8088/cga/artifact/artifact.asm | MS-DOS-stuff/reenigne | 0a113990aef398550c6f14d1c7a33af1cb091887 | [
"Unlicense"
] | 18 | 2015-04-11T20:32:44.000Z | 2021-11-06T05:19:57.000Z | %include "../../defaults_bin.asm"
; Set graphics mode
mov ax,6
int 0x10
mov al,0x1a
mov dx,0x3d8
out dx,al
mov al,0x0f
mov dx,0x3d9
out dx,al
; Draw pattern in graphics memory
mov ax,0xb800
mov es,ax
screenLoop:
mov di,0
cld
rowLoop:
mov cx,200
lineLoop:
push cx
mov al,0
mo... | 19.718563 | 79 | 0.557243 |
2c0c54cdf1f18527b69d873470ac55a92dca61d3 | 1,682 | asm | Assembly | programs/oeis/062/A062544.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/062/A062544.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/062/A062544.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A062544: a(n) = n plus sum of previous three terms.
; 0,1,3,7,15,30,58,110,206,383,709,1309,2413,4444,8180,15052,27692,50941,93703,172355,317019,583098,1072494,1972634,3628250,6673403,12274313,22575993,41523737,76374072,140473832,258371672,475219608,874065145,1607656459,2956941247,5438662887,10003260630,18398864802,3... | 152.909091 | 1,482 | 0.89239 |
3c5d2ce632685af6e7636d7106644cff5bf4c388 | 652 | asm | Assembly | oeis/100/A100165.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/100/A100165.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/100/A100165.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A100165: Structured rhombic triacontahedral numbers (vertex structure 7).
; 1,32,147,400,845,1536,2527,3872,5625,7840,10571,13872,17797,22400,27735,33856,40817,48672,57475,67280,78141,90112,103247,117600,133225,150176,168507,188272,209525,232320,256711,282752,310497,340000,371315,404496,439597,476672,515775,556960,60... | 54.333333 | 497 | 0.806748 |
112af0dee6d24016237465efceb0aa0f8702315a | 4,317 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_zr_/i3-7100_9_0xca_notsx.log_21829_1199.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i3-7100_9_0xca_notsx.log_21829_1199.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i3-7100_9_0xca_notsx.log_21829_1199.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 %rbp
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x1970a, %rbp
nop
nop
sub $25952, %r9
movb $0x61, (%rbp)
nop
nop
dec %r10
lea addresses_D_ht+0xe4a1, %rsi
lea addresses_normal_ht+0x86e1, %rdi
nop
nop
nop
nop
cmp $46655, %r10
mov $88, %rcx
rep mov... | 59.958333 | 2,999 | 0.663192 |
3d9aa9a2e46f14f52d08b0ead19e704bd75366e5 | 682 | asm | Assembly | oeis/098/A098890.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/098/A098890.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/098/A098890.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A098890: a(n) = A001652(n)*A046090(n)+1 = A098602(n)+1.
; 1,13,421,14281,485113,16479541,559819261,19017375313,646030941361,21946034630941,745519146510613,25325704946729881,860328449042305321,29225841562491651013,992818284675673829101,33726595837410418538401,1145711440187278556476513,38920462370530060501663021,132215... | 85.25 | 488 | 0.829912 |
63dc76a6bf9cd0cf10f0c9254356cd5be45c7a6c | 1,724 | asm | Assembly | programs/oeis/256/A256162.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/256/A256162.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/256/A256162.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A256162: Positive integers a(n) such that number of digits in decimal expansion of a(n)^a(n) is divisible by a(n).
; 1,8,9,98,99,998,999,9998,9999,99998,99999,999998,999999,9999998,9999999,99999998,99999999,999999998,999999999,9999999998,9999999999,99999999998,99999999999,999999999998,999999999999,9999999999998,99999... | 68.96 | 1,407 | 0.882831 |
9b4f8d7fc7a80e02a396b9f6e5ca399b4beb28bc | 716 | asm | Assembly | src/vbl/vbl_xy.asm | furrtek/GB303 | 2f275fff085b05fdc7843074dcc062956a1d8d56 | [
"CC-BY-4.0"
] | 90 | 2015-06-19T14:26:19.000Z | 2022-01-05T08:19:41.000Z | src/vbl/vbl_xy.asm | furrtek/GB303 | 2f275fff085b05fdc7843074dcc062956a1d8d56 | [
"CC-BY-4.0"
] | 2 | 2015-06-21T20:55:40.000Z | 2022-02-09T08:02:04.000Z | src/vbl/vbl_xy.asm | furrtek/GB303 | 2f275fff085b05fdc7843074dcc062956a1d8d56 | [
"CC-BY-4.0"
] | 10 | 2015-06-21T20:43:11.000Z | 2020-12-08T13:24:16.000Z | vbl_xy:
call RAMtoOAM
ld hl,FRAME
inc (hl)
call readinput
call input_xy
ld a,(HWOK_ADC)
or a
call nz,readpots
ld hl,OAMCOPY
ld bc,$40
call clear
;Render x/y cursor
ld hl,OAMCOPY
ld a,(RESON)
sla a
sla a
sla ... | 15.911111 | 62 | 0.438547 |
274d892f5f31f3b7217ff7f96d6e149eec7d013e | 7,163 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0xca_notsx.log_21829_1474.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_1474.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_1474.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 %r9
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x936f, %rsi
lea addresses_normal_ht+0xf86f, %rdi
clflush (%rdi)
sub %r9, %r9
mov $25, %rcx
rep movsl
nop
nop
nop
nop
nop
sub %r11, %r11
lea addresses_UC_ht+0xe44f, %r10
nop
no... | 33.629108 | 2,999 | 0.652241 |
0679a62eba435919238a74da6ea7b67129c24f1f | 430 | asm | Assembly | programs/oeis/220/A220414.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/220/A220414.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/220/A220414.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A220414: a(n) = 6*a(n-1) - a(n-2), with a(1) = 13, a(2) = 73.
; 13,73,425,2477,14437,84145,490433,2858453,16660285,97103257,565959257,3298652285,19225954453,112057074433,653116492145,3806641878437,22186734778477,129313766792425,753695865976073,4392861429064013,25603472708408005
mul $0,2
add $0,1
mov $2,1
mov $3,1
lp... | 22.631579 | 216 | 0.683721 |
e3acaa8f157d3a6bece0321dd94419ff56d1db14 | 590 | asm | Assembly | oeis/184/A184627.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/184/A184627.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/184/A184627.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A184627: floor((n-h)*s+h), where s=(3+sqrt(3))/2 and h=1/4; complement of A184626.
; Submitted by Jamie Morken(s2)
; 2,4,6,9,11,13,16,18,20,23,25,28,30,32,35,37,39,42,44,46,49,51,54,56,58,61,63,65,68,70,73,75,77,80,82,84,87,89,91,94,96,99,101,103,106,108,110,113,115,117,120,122,125,127,129,132,134,136,139,141,143,146... | 34.705882 | 355 | 0.669492 |
093c6e8559e53ec20e13363a8aa26e77aa46ccd0 | 149 | asm | Assembly | software/sdrom3/sddos3.asm | AtomicRoland/AtomFpga | 200d57d85cb2abf43f80723a78db98a8b21c1d7d | [
"Apache-2.0"
] | 25 | 2015-01-19T20:53:43.000Z | 2021-10-04T18:42:06.000Z | software/sdrom3/sddos3.asm | AtomicRoland/AtomFpga | 200d57d85cb2abf43f80723a78db98a8b21c1d7d | [
"Apache-2.0"
] | 2 | 2019-06-15T17:10:09.000Z | 2019-06-15T17:15:35.000Z | software/sdrom3/sddos3.asm | AtomicRoland/AtomFpga | 200d57d85cb2abf43f80723a78db98a8b21c1d7d | [
"Apache-2.0"
] | 12 | 2015-02-12T14:38:00.000Z | 2021-06-09T10:05:34.000Z | .segment "CODE"
.include "math-lib.inc"
.include "atmmcdef.inc"
.include "macros.inc"
.include "int.inc"
.include "sd.inc"
.segment "LAST"
RTS
| 13.545455 | 23 | 0.677852 |
db21fdf1e44a9a91ff9c0a3e94c2e7ec03393284 | 173 | asm | Assembly | Exploit-Dev/basic_shellcode/exitcall.asm | bbhunter/Security-Guide | 139cfba3b30a4ca6a32d11aa025638d0a9c5c541 | [
"MIT"
] | 98 | 2019-11-20T05:26:30.000Z | 2022-01-27T05:05:39.000Z | Exploit-Dev/basic_shellcode/exitcall.asm | bbhunter/Security-Guide | 139cfba3b30a4ca6a32d11aa025638d0a9c5c541 | [
"MIT"
] | null | null | null | Exploit-Dev/basic_shellcode/exitcall.asm | bbhunter/Security-Guide | 139cfba3b30a4ca6a32d11aa025638d0a9c5c541 | [
"MIT"
] | 34 | 2019-11-25T14:29:16.000Z | 2021-10-18T16:40:42.000Z | ;exitcall.asm
[SECTION .text]
global _start
_start:
mov ebx,0 ;exit code, 0=normal exit
mov eax,1 ;exit command to kernel
int 0x80 ;interrupt 80 hex, call kernel
| 19.222222 | 43 | 0.710983 |
adc1accc57d9d6d688cf71af22cf86a56654d325 | 892 | asm | Assembly | src/native/m64.asm | nomadsinteractive/migi | 7ebcd0d362f642b889c309c20618ff36f1448c28 | [
"Apache-2.0"
] | 3 | 2022-01-09T10:09:55.000Z | 2022-01-11T03:37:55.000Z | src/native/m64.asm | nomadsinteractive/migi | 7ebcd0d362f642b889c309c20618ff36f1448c28 | [
"Apache-2.0"
] | null | null | null | src/native/m64.asm | nomadsinteractive/migi | 7ebcd0d362f642b889c309c20618ff36f1448c28 | [
"Apache-2.0"
] | null | null | null | PUBLIC make_generic_call_impl
PUBLIC make_generic_call_r_mmx0
_DATA segment
_DATA ends
_RDATA segment
_RDATA ends
_TEXT segment
make_generic_call_impl proc
push rbp
mov rbp, rsp
push rbx
push rcx
push rdx
push r8
push r9
mov rax, rcx
mov rbx, rdx
... | 15.37931 | 37 | 0.550448 |
27e9156f5115e3825cf881dc684101776d1adbef | 18,114 | asm | Assembly | drivers/storage/port/scsi/miniport/mylex/dac2w2k/io/i386/mdac_nt.asm | npocmaka/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 17 | 2020-11-13T13:42:52.000Z | 2021-09-16T09:13:13.000Z | drivers/storage/port/scsi/miniport/mylex/dac2w2k/io/i386/mdac_nt.asm | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 2 | 2020-10-19T08:02:06.000Z | 2020-10-19T08:23:18.000Z | drivers/storage/port/scsi/miniport/mylex/dac2w2k/io/i386/mdac_nt.asm | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 14 | 2020-11-14T09:43:20.000Z | 2021-08-28T08:59:57.000Z | ifdef 0
/**************************************************************************
/* COPYRIGHT (C) Mylex Corporation 1992-1998 *
/* *
/* This software is furnished under a license and may be used and copied *
... | 30.392617 | 79 | 0.50944 |
cf4141d485d8a392d5ddc2f4d19e2dc6e065d692 | 973 | asm | Assembly | src/utilities.asm | ZornsLemma/blinkenlights | 3d746f105883ecbf8a786d60c5004a9dee799c64 | [
"MIT"
] | null | null | null | src/utilities.asm | ZornsLemma/blinkenlights | 3d746f105883ecbf8a786d60c5004a9dee799c64 | [
"MIT"
] | 1 | 2020-12-19T21:55:40.000Z | 2020-12-19T22:03:28.000Z | src/utilities.asm | ZornsLemma/blinkenlights | 3d746f105883ecbf8a786d60c5004a9dee799c64 | [
"MIT"
] | null | null | null | ; End-of-text marker for print_string_*
eot = 128
; Select mode A and turn the cursor off.
; TODO: It's annoying that the cursor is briefly visible when doing this.
; Waiting for VSYNC doesn't seem to help. It might be possible to work around
; this by programming the CRTC directly instead of going via the OS.
.set_mo... | 22.627907 | 80 | 0.683453 |
d1e2a85ce4b00046d03f7e0976929b100a1132b8 | 492 | asm | Assembly | programs/oeis/043/A043674.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/043/A043674.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/043/A043674.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A043674: Numbers n such that base 15 representation has exactly 7 runs.
; 11441476,11441477,11441478,11441479,11441480,11441481,11441482,11441483,11441484,11441485,11441486,11441487,11441488,11441489,11441505,11441506,11441508,11441509,11441510,11441511,11441512
mov $5,$0
sub $0,10
mul $0,2
trn $0,7
mov $3,6
lpb $0,... | 18.923077 | 190 | 0.693089 |
c3d6d56c10229d590f4601e5108190d40cbbec79 | 150 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math48/lm/c/sdcc_ix/___fs2ulonglong.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/math/float/math48/lm/c/sdcc_ix/___fs2ulonglong.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/math/float/math48/lm/c/sdcc_ix/___fs2ulonglong.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
SECTION code_clib
SECTION code_fp_math48
PUBLIC ___fs2ulonglong
EXTERN cm48_sdccixp_ds2ulonglong
defc ___fs2ulonglong = cm48_sdccixp_ds2ulonglong
| 15 | 48 | 0.886667 |
54aff3d4255aa7f9ca355bf22b4fa145e2852269 | 98,351 | asm | Assembly | projects/Links_Awakening_gb_noconfig.windfish/disassembly/bank_10.asm | jverkoey/awaken | 743755248996deb7181ae92f6e60be5656439c44 | [
"Apache-2.0"
] | 68 | 2020-12-16T10:06:48.000Z | 2022-03-29T19:54:01.000Z | projects/Links_Awakening_gb_noconfig.windfish/disassembly/bank_10.asm | jverkoey/awaken | 743755248996deb7181ae92f6e60be5656439c44 | [
"Apache-2.0"
] | 62 | 2020-12-19T04:28:41.000Z | 2021-02-15T22:18:16.000Z | projects/Links_Awakening_gb_noconfig.windfish/disassembly/bank_10.asm | jverkoey/awaken | 743755248996deb7181ae92f6e60be5656439c44 | [
"Apache-2.0"
] | 4 | 2021-01-17T03:51:22.000Z | 2021-01-21T16:26:53.000Z | SECTION "ROM Bank 10", ROMX[$4000], BANK[$10]
db $FF, $FF, $FF, $FF, $FF, $FF, $FF, $FF
db $FF, $FF, $FF, $FF, $EF, $EF, $F7, $F7
db $FF, $FF, $FF, $FF, $FE, $FE, $FF, $FF
db $FF, $FF, $FF, $FF, $FF, $FF, $FF, $FF
db $FF, $FF, $FF, $FF, $FF, $FF, $5F, $5F
db $AB, $AB, $D5, $D5, $FA,... | 47.952706 | 47 | 0.375126 |
96b9478b16d80f463d30ac849fa9f3bf2911ef13 | 969 | asm | Assembly | 11_c_stack/call-stack-rbp.asm | ericens/assembly_language | 71cb70c6712990b409779bd3e57a3cc2cf143a9d | [
"Apache-2.0"
] | null | null | null | 11_c_stack/call-stack-rbp.asm | ericens/assembly_language | 71cb70c6712990b409779bd3e57a3cc2cf143a9d | [
"Apache-2.0"
] | null | null | null | 11_c_stack/call-stack-rbp.asm | ericens/assembly_language | 71cb70c6712990b409779bd3e57a3cc2cf143a9d | [
"Apache-2.0"
] | null | null | null | ; ----------------------------------------------------------------------------
; nasm -g -felf64 call-stack-rbp.asm && gcc call-stack-rbp.o puts.c -o b.out && ./b.out
; print fb(1)
; print a(x)+5
; x+3
; ----------------------------------------------------------------------------
global main... | 21.533333 | 93 | 0.392157 |
e3dee9a7b83b6da5c1cf0a7f1bbefd118d1b8e40 | 2,870 | asm | Assembly | source/command/record.asm | mega65dev/rom-assembler | 1670a56a8246dcdcc18e83b345d577eba686cf32 | [
"MIT"
] | null | null | null | source/command/record.asm | mega65dev/rom-assembler | 1670a56a8246dcdcc18e83b345d577eba686cf32 | [
"MIT"
] | null | null | null | source/command/record.asm | mega65dev/rom-assembler | 1670a56a8246dcdcc18e83b345d577eba686cf32 | [
"MIT"
] | null | null | null | ; ********************************************************************************************
; ********************************************************************************************
;
; Name : record.asm
; Purpose : ..
; Created : 15th Nov 1991
; Updated : 4th Jan 2021
; Authors : Fred Bowen
;
; **... | 48.644068 | 103 | 0.276655 |
0fd6b85305ad33725ed7f75061cee20c7c4d3e37 | 17,398 | asm | Assembly | Driver/Printer/Fax/Group3/group3StartJob.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Driver/Printer/Fax/Group3/group3StartJob.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Driver/Printer/Fax/Group3/group3StartJob.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) Geoworks 1994. All rights reserved.
GEOWORKS CONFIDENTIAL
PROJECT: Pasta
MODULE: Fax Printer Driver
FILE: group3StartJob.asm
AUTHOR: Jacob Gabrielson, Apr 12, 1993
ROUTINES:
Name Description
---- --... | 25.851412 | 79 | 0.608748 |
4222659676b35c51c63352eb222db5eaa144490e | 770 | asm | Assembly | oeis/321/A321715.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/321/A321715.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/321/A321715.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A321715: a(n) = 3*a(n-1) + 4*a(n-2) + a(n-3), a(0) = 1, a(1) = -1, a(2) = -1 .
; Submitted by Jon Maiga
; 1,-1,-1,-6,-23,-94,-380,-1539,-6231,-25229,-102150,-413597,-1674620,-6780398,-27453271,-111156025,-450061557,-1822262042,-7378188379,-29873674862,-120956040144,-489741008259,-1982920860215,-8028682653825,-3250747... | 35 | 484 | 0.698701 |
92e0172d6a61ab8cbdc55aed68570a8530df2b91 | 4,020 | asm | Assembly | src/tower/screen.asm | hallorant/bitmit | 58f337ecbafe04066e71bc54efa4640643bf5373 | [
"Apache-2.0"
] | 6 | 2020-08-16T03:23:37.000Z | 2022-03-19T20:50:27.000Z | src/tower/screen.asm | hallorant/bitmit | 58f337ecbafe04066e71bc54efa4640643bf5373 | [
"Apache-2.0"
] | 1 | 2021-09-14T22:24:14.000Z | 2021-09-15T01:48:48.000Z | src/tower/screen.asm | hallorant/bitmit | 58f337ecbafe04066e71bc54efa4640643bf5373 | [
"Apache-2.0"
] | 1 | 2021-09-09T22:50:31.000Z | 2021-09-09T22:50:31.000Z | ifndef INCLUDE_SCREEN
INCLUDE_SCREEN equ 1
import '../lib/gp_14byte_move.asm'
; _____
;/ ___|
;\ `--. ___ _ __ ___ ___ _ __
; `--. \/ __| '__/ _ \/ _ \ '_ \
;/\__/ / (__| | | __/ __/ | | |
;\____/ \___|_| \___|\___|_| |_|
;
; Defines the graphics buffer, the screen back buffer,
; Public interface:
; draw_gb_t... | 29.343066 | 76 | 0.762189 |
a8c0ce3de0b0f43dfcab517719f775b5560e3209 | 5,123 | asm | Assembly | Driver/Net/NW/nwUtils.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Driver/Net/NW/nwUtils.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Driver/Net/NW/nwUtils.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1992 -- All Rights Reserved
PROJECT: PC GEOS
MODULE:
FILE: nwUtils.asm
AUTHOR: Chris Boyke
ROUTINES:
Name Description
---- -----------
REVISION HISTORY:
Name Date Description
---- ---- -----... | 20.825203 | 78 | 0.435877 |
eaf95ea4a47ab46706b62cf7a2d42228ee7cb3df | 451 | asm | Assembly | oeis/099/A099100.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/099/A099100.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/099/A099100.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A099100: a(n) = Fibonacci(5*n+1).
; Submitted by Jamie Morken(s1)
; 1,8,89,987,10946,121393,1346269,14930352,165580141,1836311903,20365011074,225851433717,2504730781961,27777890035288,308061521170129,3416454622906707,37889062373143906,420196140727489673,4660046610375530309,51680708854858323072,573147844013817084101,6... | 26.529412 | 273 | 0.773836 |
4ec8010b0c8ce89846ad02f5ccae23b442584815 | 158 | asm | Assembly | src/intel/tools/tests/gen8/not.asm | SoftReaper/Mesa-Renoir-deb | 8d1de1f66058d62b41fe55d36522efea2bdf996d | [
"MIT"
] | null | null | null | src/intel/tools/tests/gen8/not.asm | SoftReaper/Mesa-Renoir-deb | 8d1de1f66058d62b41fe55d36522efea2bdf996d | [
"MIT"
] | null | null | null | src/intel/tools/tests/gen8/not.asm | SoftReaper/Mesa-Renoir-deb | 8d1de1f66058d62b41fe55d36522efea2bdf996d | [
"MIT"
] | null | null | null | not(16) g10<1>D g1.2<0,1,0>D { align1 1H };
not(8) g4<1>D g8<8,8,1>D { align1 1Q };
| 52.666667 | 78 | 0.297468 |
5d1c3c93aa675c44a955dcd59c5e5a1d11d42f17 | 404 | asm | Assembly | oeis/036/A036714.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/036/A036714.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/036/A036714.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A036714: a(n)=number of Gaussian integers z=a+bi satisfying n-1/2<|z|<=n+1/2, a>=0, 0<=b<a.
; Submitted by Christian Krause
; 0,1,2,2,4,4,5,5,6,9,7,9,9,11,11,11,14,14,14,15,14,18,18,18,18,21,21,20,23,22,25,24,24,26,28,28,29,28,31,30,33,31,33,35,33,36,35,38,38,39,40,40,43,40,42,44,43,47,42,49,48
seq $0,36710 ; a(n)=n... | 57.714286 | 171 | 0.641089 |
f36022158fd50b807c60f62c3bbbf69c50302e19 | 104 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math48/lm/z80/asm_erfc.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/math/float/math48/lm/z80/asm_erfc.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/math/float/math48/lm/z80/asm_erfc.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
SECTION code_clib
SECTION code_fp_math48
PUBLIC asm_erfc
EXTERN am48_erfc
defc asm_erfc = am48_erfc
| 10.4 | 25 | 0.836538 |
6d7c9cbcac7e12ef490eb3bcf220bd83ba83d54e | 824 | asm | Assembly | oeis/279/A279634.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/279/A279634.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/279/A279634.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A279634: Coefficients in the expansion of 1/([r] + [2r]x + [3r]x^2 + ...); [ ] = floor, r = 3/2.
; Submitted by Jon Maiga
; 1,-3,5,-9,18,-36,72,-144,288,-576,1152,-2304,4608,-9216,18432,-36864,73728,-147456,294912,-589824,1179648,-2359296,4718592,-9437184,18874368,-37748736,75497472,-150994944,301989888,-603979776,12... | 37.454545 | 488 | 0.711165 |
34b576974d6eeb47fcf90916a9e6f17e8cebb298 | 436 | asm | Assembly | oeis/046/A046748.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/046/A046748.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/046/A046748.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A046748: Row sums of triangle A046521.
; Submitted by Jamie Morken(s4)
; 1,3,13,61,295,1447,7151,35491,176597,880125,4390901,21920913,109486993,547018941,2733608905,13662695645,68294088535,341399727335,1706739347095,8532741458075,42660172763995,213287735579135,1066389745361635,5331765761680895
mov $1,1
mov $2,1
mov ... | 22.947368 | 223 | 0.733945 |
2b3a34c48cde238ce7e6d6565e67ce787cbb639a | 4,866 | asm | Assembly | deps/gmp.js/mpn/x86_64/divrem_2.asm | 6un9-h0-Dan/cobaul | 11115a7a77924d6e1642f847c613efb25f217e56 | [
"MIT"
] | 184 | 2020-04-15T14:28:37.000Z | 2020-09-22T15:57:55.000Z | deps/gmp.js/mpn/x86_64/divrem_2.asm | 6un9-h0-Dan/cobaul | 11115a7a77924d6e1642f847c613efb25f217e56 | [
"MIT"
] | 3 | 2020-09-22T05:09:36.000Z | 2020-09-22T11:56:00.000Z | deps/gmp.js/mpn/x86_64/divrem_2.asm | 6un9-h0-Dan/cobaul | 11115a7a77924d6e1642f847c613efb25f217e56 | [
"MIT"
] | 5 | 2020-04-21T19:50:23.000Z | 2020-09-22T10:58:02.000Z | dnl x86-64 mpn_divrem_2 -- Divide an mpn number by a normalized 2-limb number.
dnl Copyright 2007, 2008, 2010 Free Software Foundation, Inc.
dnl This file is part of the GNU MP Library.
dnl The GNU MP Library is free software; you can redistribute it and/or modify
dnl it under the terms of the GNU Lesser Genera... | 20.190871 | 79 | 0.589601 |
112033575da5b6614d006321f6b6989b5c688a78 | 947 | asm | Assembly | oeis/223/A223346.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/223/A223346.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/223/A223346.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A223346: 3 X 3 X 3 triangular graph without horizontal edges coloring a rectangular array: number of n X 1 0..5 arrays where 0..5 label nodes of a graph with edges 0,1 0,2 1,3 1,4 2,4 2,5 and every array movement to a horizontal or vertical neighbor moves along an edge of this graph.
; Submitted by Christian Krause
;... | 47.35 | 484 | 0.794087 |
53dbe5fd99055186a61e607222b136d68d179a71 | 396 | asm | Assembly | services/convolution/tests/transition.asm | vient/proctf-2019 | b7b954fff2396a7a7a83c90ec55d75bce4a3485c | [
"MIT"
] | 2 | 2020-04-22T19:36:16.000Z | 2020-09-16T07:45:54.000Z | services/convolution/tests/transition.asm | vient/proctf-2019 | b7b954fff2396a7a7a83c90ec55d75bce4a3485c | [
"MIT"
] | 3 | 2021-03-31T19:21:51.000Z | 2021-06-08T20:31:48.000Z | services/convolution/tests/transition.asm | leetchicken/proctf-2019 | b7b954fff2396a7a7a83c90ec55d75bce4a3485c | [
"MIT"
] | 3 | 2019-10-26T00:25:03.000Z | 2019-11-23T21:10:10.000Z | v_mov v10, 0.0
# 1, -1
v_load v11, 0, s0q
v_mov v12, -1.0
# -1, 1
v_mul_f32 v11, v11, v12
v_cmp_gt_f32 v11, v10
s_mov exec, vcc #0x0f
# -1, 2
v_add_f32 v11, v11, v11
s_mov exec, 0xff
# 1, -2
v_mul_f32 v11, v11, v12
v_cmp_gt_f32 v11, v10
s_mov exec, vcc #0xf0
# 2, -2
v_add_f32 v11, v11, v11
s_mov exec, 0xff
v_mul... | 14.142857 | 24 | 0.671717 |
0f996a5f659d4804904d846641230b5b6d39a4c1 | 636 | asm | Assembly | programs/oeis/329/A329505.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/329/A329505.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/329/A329505.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A329505: Expansion of (1 + x)*(1 + 2*x - x^2) / (1 - x).
; 1,4,5,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4... | 53 | 501 | 0.498428 |
d892b6092c0a7d0a364402829b0227d9419d5372 | 345 | asm | Assembly | oeis/137/A137301.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/137/A137301.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/137/A137301.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A137301: Decimal expansion of 999/9801.
; Submitted by Jamie Morken(s1)
; 1,0,1,9,2,8,3,7,4,6,5,5,6,4,7,3,8,2,9,2,0,1,1,0,1,9,2,8,3,7,4,6,5,5,6,4,7,3,8,2,9,2,0,1,1,0,1,9,2,8,3,7,4,6,5,5,6,4,7,3,8,2,9,2,0,1,1,0,1,9,2,8,3,7,4,6,5,5,6,4,7,3,8,2,9,2,0,1,1,0,1,9,2,8,3,7,4,6
add $0,1
mov $1,10
pow $1,$0
mul $1,370
div $1,... | 28.75 | 197 | 0.568116 |
e60f755079cbeb3628af917d6c7dc97f56909db4 | 718 | asm | Assembly | oeis/221/A221740.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/221/A221740.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/221/A221740.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A221740: a(n) = -4*((n-1)*(n+1)^(n+1)+1)/(((-1)^n-3)*n^3).
; Submitted by Christian Krause
; 1,7,19,293,1493,38127,293479,10593529,109739369,5135610071,66987982331,3856048810781,60693710471869,4149140360751583,76519827268721103,6058888636862818097,128138108936443028945,11533996620790579909159,275176672984400058317539... | 65.272727 | 490 | 0.830084 |
75a1c373b55a5b8f430606b86f8849c03f4473d3 | 1,825 | asm | Assembly | programs/oeis/213/A213246.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/213/A213246.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/213/A213246.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A213246: Number of nonzero elements in GF(2^n) that are 9th powers.
; 1,1,7,5,31,7,127,85,511,341,2047,455,8191,5461,32767,21845,131071,29127,524287,349525,2097151,1398101,8388607,1864135,33554431,22369621,134217727,89478485,536870911,119304647,2147483647,1431655765,8589934591,5726623061,34359738367,7635497415,137438... | 107.352941 | 1,636 | 0.903562 |
64ea15881788bd51774035ebfb3d03b50a62d17d | 86 | asm | Assembly | Userland/SampleCodeModule/asm/opCode.asm | R0L02796/TP2_SO | 3c6857fcdf6138cae3e35f921cc40e6f4bb17dd8 | [
"BSD-3-Clause"
] | null | null | null | Userland/SampleCodeModule/asm/opCode.asm | R0L02796/TP2_SO | 3c6857fcdf6138cae3e35f921cc40e6f4bb17dd8 | [
"BSD-3-Clause"
] | null | null | null | Userland/SampleCodeModule/asm/opCode.asm | R0L02796/TP2_SO | 3c6857fcdf6138cae3e35f921cc40e6f4bb17dd8 | [
"BSD-3-Clause"
] | null | null | null | ; Generates Invalid OP Code exception
GLOBAL opCode
section .text
opCode:
rsm
ret | 9.555556 | 37 | 0.767442 |
e90e2c8c4009b1bdc6f199f341fb6607aaba2659 | 409 | asm | Assembly | Laboratorio/Relatorio_08/Resposta Rel_08/prog13.asm | 0Augusto/hello-world | 9fd2c7b00a6c3cbe696f7eff8db4e89a8d7b4ae2 | [
"Apache-2.0"
] | 1 | 2022-03-03T17:22:30.000Z | 2022-03-03T17:22:30.000Z | Laboratorio/Relatorio_08/Resposta Rel_08/prog13.asm | 0Augusto/hello-world | 9fd2c7b00a6c3cbe696f7eff8db4e89a8d7b4ae2 | [
"Apache-2.0"
] | null | null | null | Laboratorio/Relatorio_08/Resposta Rel_08/prog13.asm | 0Augusto/hello-world | 9fd2c7b00a6c3cbe696f7eff8db4e89a8d7b4ae2 | [
"Apache-2.0"
] | null | null | null | # Variaveis associadas aos registradores:
# endBase -> $16
.data
A: .word -2
.text
.globl main
main:
addi $16, $0, 0x1001 # endBase = 0x00001001
sll $16, $16, 0x10 # endBase = 0x10010000
lw $8, 0x0($16) # t0 = mem[ 0 + endBase ]
sra $9, $8, 0x19 # t0 >> 31
beq $9, $0, fim # if (t0 == 0) goto fim... | 20.45 | 47 | 0.540342 |
3a9efb1523820c149c7657d4c65e61f9662ae01b | 727 | asm | Assembly | oeis/294/A294608.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/294/A294608.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/294/A294608.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A294608: a(n) = Sum_{d|n} d^(d + 1 + n/d).
; Submitted by Jon Maiga
; 1,17,244,4129,78126,1680410,40353608,1073758337,31381061797,1000000390882,34522712143932,1283918474699170,51185893014090758,2177953338091847410,98526125335695332184,4722366482878235412481,239072435685151324847154,12748236216396360664503179,71420949... | 33.045455 | 477 | 0.786795 |
f23c4d1095a8076ebad2b309f53c26e8e25975dd | 84 | asm | Assembly | mastersystem/zxb-sms-2012-02-23/zxb-sms/wip/zxb/library-asm/abs8.asm | gb-archive/really-old-stuff | ffb39a518cad47e23353b3420b88e2f3521fd3d7 | [
"Apache-2.0"
] | 10 | 2016-10-27T20:46:02.000Z | 2021-11-01T15:49:13.000Z | mastersystem/zxb-sms-2012-02-23/zxb-sms/wip/zxb/library-asm/abs8.asm | gb-archive/really-old-stuff | ffb39a518cad47e23353b3420b88e2f3521fd3d7 | [
"Apache-2.0"
] | null | null | null | mastersystem/zxb-sms-2012-02-23/zxb-sms/wip/zxb/library-asm/abs8.asm | gb-archive/really-old-stuff | ffb39a518cad47e23353b3420b88e2f3521fd3d7 | [
"Apache-2.0"
] | 2 | 2015-03-11T14:28:08.000Z | 2017-11-02T10:57:57.000Z | ; Returns absolute value for 8 bit signed integer
;
__ABS8:
or a
ret p
neg
ret
| 9.333333 | 49 | 0.702381 |
4b5ebd4dcbca4eed9e1bf4dc96eb78e5689c1bd4 | 553 | asm | Assembly | programs/oeis/254/A254050.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/254/A254050.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/254/A254050.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A254050: Permutation of odd numbers: a(n) = (2*(A249745(n))) - 1 = A064989(A007310(n)).
; 1,3,5,7,11,13,17,19,9,23,29,15,31,37,41,43,25,47,21,53,59,33,61,67,71,35,73,79,39,83,55,51,89,97,101,103,107,109,57,65,49,27,113,127,85,131,137,77,69,139,149,87,151,95,157,163,121,167,45,173,179,93,91,181,191,193,197,115,111,119... | 55.3 | 348 | 0.676311 |
084eeb8200aec83b50f0f3b2e85ade986acea935 | 2,468 | asm | Assembly | src/test/resources/test03.asm | jeffreybian/mochi8 | a5aa7d70193c42c55824ae129b04b0a0581644ec | [
"MIT"
] | null | null | null | src/test/resources/test03.asm | jeffreybian/mochi8 | a5aa7d70193c42c55824ae129b04b0a0581644ec | [
"MIT"
] | 2 | 2015-07-20T19:23:52.000Z | 2015-07-20T19:24:16.000Z | src/test/resources/test03.asm | jeffreybian/mochi8 | a5aa7d70193c42c55824ae129b04b0a0581644ec | [
"MIT"
] | null | null | null | OPTION BINARY ; We want a binary file, not an HP48 one.
ALIGN OFF ; And we don't want auto alignement, as some
; data can be made of bytes instead of words.
; Drawing a random maze like this one consists in drawing random diagonal
; lines. There are two possibilities: right-to-left line, and l... | 33.808219 | 76 | 0.566451 |
72aca69619a8188427470bdd7fdb752f8e851393 | 337 | asm | Assembly | programs/oeis/031/A031994.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/031/A031994.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/031/A031994.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A031994: Duplicate of A023751.
; 0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,17,20,21,22,23,24,25,26,30,31,32,33,34,35,40,41,42,43
mov $2,$0
mov $0,0
mov $1,$2
mov $4,$2
lpb $2,1
lpb $4,1
add $3,$1
sub $4,$3
lpe
sub $2,3
add $2,$0
add $5,1
lpb $5,1
trn $5,$3
lpe
mov $0,$5
add $1,$5
trn $2,... | 14.041667 | 94 | 0.52819 |
c82b632e5629d8809ffee7085098c5750052cb42 | 308 | asm | Assembly | programs/oeis/087/A087444.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/087/A087444.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/087/A087444.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A087444: Numbers that are congruent to {1, 4} mod 9.
; 1,4,10,13,19,22,28,31,37,40,46,49,55,58,64,67,73,76,82,85,91,94,100,103,109,112,118,121,127,130,136,139,145,148,154,157,163,166,172,175,181,184,190,193,199,202,208,211,217,220,226,229,235,238,244,247,253
mul $0,6
mov $1,$0
div $1,4
mul $1,3
add $1,1
| 34.222222 | 205 | 0.681818 |
08872ffeb35cb634da5360b007a7d7e904f73952 | 548 | asm | Assembly | examples/joy.asm | Cichy3D/Komp2IDE | b4eee06ac254d7a3d4f71376329646fb5323bf75 | [
"Apache-2.0"
] | null | null | null | examples/joy.asm | Cichy3D/Komp2IDE | b4eee06ac254d7a3d4f71376329646fb5323bf75 | [
"Apache-2.0"
] | null | null | null | examples/joy.asm | Cichy3D/Komp2IDE | b4eee06ac254d7a3d4f71376329646fb5323bf75 | [
"Apache-2.0"
] | null | null | null | :start;
push ixi; pop axa; dec; push axa; pop hxh;
mov axa ff 04;
push axa;
pop ixi;
read; shl; shl;
mov b a; // joy Y
read;
mov c a; // joy X
// byte in a row
switch a;
load fe;
switch a;
shr; shr; shr; or b;
push axa;
pop ixi;
zero; inc; rotr; mov d a; //sets bit x
mov a c;
not;
load and 7;
inc; mov c a; // ite... | 14.421053 | 50 | 0.629562 |
ac9ac467811992ecf655a35696e3121f6cb49bf6 | 862 | asm | Assembly | oeis/142/A142737.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/142/A142737.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/142/A142737.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A142737: Primes congruent to 10 mod 59.
; Submitted by Jon Maiga
; 541,659,1013,1249,1367,1721,2311,3019,3137,3373,3491,3727,4789,5261,5851,6323,7621,8093,8329,8447,9391,10099,10453,11161,11279,11633,11987,12577,13049,13757,14347,15173,15527,15881,16943,18713,19421,20011,20129,20483,20719,21191,22961,23197,23669,2402... | 31.925926 | 500 | 0.721578 |
f438cbd586052d0e02cc2bf09323e7248897e2a7 | 3,179 | asm | Assembly | App32bitYasm1/test.asm | HJLebbink/Asm-Examples-Visual-Studio | c117ff7cb4df98b5b99f8d617138dbd991905b72 | [
"MIT"
] | 3 | 2017-03-09T14:16:30.000Z | 2021-06-20T08:55:33.000Z | App32bitYasm1/test.asm | HJLebbink/Asm-Examples-Visual-Studio | c117ff7cb4df98b5b99f8d617138dbd991905b72 | [
"MIT"
] | null | null | null | App32bitYasm1/test.asm | HJLebbink/Asm-Examples-Visual-Studio | c117ff7cb4df98b5b99f8d617138dbd991905b72 | [
"MIT"
] | 1 | 2020-11-06T12:59:56.000Z | 2020-11-06T12:59:56.000Z | .intel_syntax noprefix
.text # Code section
#region entry testCode_linux
testCode_linux:
.global testCode_linux
# extern "C" void testCode_linux(
# unsigned long * const data,
# const unsigned long long nItems1,
# const unsigned long long nItems2,
# const unsigned long long nItems3);
#
# testCode_linux(unsigned ... | 30.567308 | 147 | 0.632589 |
e2072923a859d7f00ac558f080eb5af63acd0550 | 45,513 | asm | Assembly | Library/Config/Toc/tocCategory.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Library/Config/Toc/tocCategory.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Library/Config/Toc/tocCategory.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1992 -- All Rights Reserved
PROJECT: PC GEOS
MODULE:
FILE: tocCategory.asm
AUTHOR: Chris Boyke
ROUTINES:
Name Description
---- -----------
TocLockCategoryArray Return the category array.
TocFindC... | 22.497776 | 78 | 0.593413 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.