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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
5b6a0498c79b7f8cfb541ac4b3e55426bd4d6e43 | 121 | asm | Assembly | Testing-File/REM.asm | srsarangi/riscv-emulator | 3fa9a744c50632a81f0908189a53abf38bb32f21 | [
"Apache-2.0"
] | null | null | null | Testing-File/REM.asm | srsarangi/riscv-emulator | 3fa9a744c50632a81f0908189a53abf38bb32f21 | [
"Apache-2.0"
] | null | null | null | Testing-File/REM.asm | srsarangi/riscv-emulator | 3fa9a744c50632a81f0908189a53abf38bb32f21 | [
"Apache-2.0"
] | null | null | null | @Assembly code to perform 25%17
.main:
addi x20, x0, 25
addi x21, x0, 17
rem x22, x20, x21
.print x22
end | 17.285714 | 32 | 0.61157 |
973bba78709451befd01ffd8de9f05c89d498e11 | 446 | asm | Assembly | programs/oeis/183/A183222.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/183/A183222.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/183/A183222.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A183222: Complement of the 10-gonal numbers.
; 2,3,4,5,6,7,8,9,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,86,87,88,89,90,91,92,93,94,95,96,97,98,... | 29.733333 | 287 | 0.623318 |
5dc63c0f053e81a223d00eccac0e1ababfcfbacc | 187 | asm | Assembly | data/pokemon/dex_entries/barboach.asm | AtmaBuster/pokeplat-gen2 | fa83b2e75575949b8f72cb2c48f7a1042e97f70f | [
"blessing"
] | 6 | 2021-06-19T06:41:19.000Z | 2022-02-15T17:12:33.000Z | data/pokemon/dex_entries/barboach.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | null | null | null | data/pokemon/dex_entries/barboach.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | 3 | 2021-01-15T18:45:40.000Z | 2021-10-16T03:35:27.000Z | db "WHISKERS@" ; species name
db "Its slimy body is"
next "hard to grasp. In"
next "one region, it is"
page "said to have been"
next "born from hardened"
next "riverbed mud.@"
| 18.7 | 30 | 0.663102 |
a62bb10f828582834a831d579b268826320433d5 | 1,306 | asm | Assembly | Basic programming exercises and solutions in C/2- C program to add two numbers/project.asm | MahmoudFawzy01/C-solutions-Code4win- | 491d86770895ec4c31a69c7e3d47a88dedc4427a | [
"Apache-2.0"
] | null | null | null | Basic programming exercises and solutions in C/2- C program to add two numbers/project.asm | MahmoudFawzy01/C-solutions-Code4win- | 491d86770895ec4c31a69c7e3d47a88dedc4427a | [
"Apache-2.0"
] | null | null | null | Basic programming exercises and solutions in C/2- C program to add two numbers/project.asm | MahmoudFawzy01/C-solutions-Code4win- | 491d86770895ec4c31a69c7e3d47a88dedc4427a | [
"Apache-2.0"
] | null | null | null | .file "project.c"
.text
.globl sum
.def sum; .scl 2; .type 32; .endef
.seh_proc sum
sum:
pushq %rbp
.seh_pushreg %rbp
movq %rsp, %rbp
.seh_setframe %rbp, 0
.seh_endprologue
movl %ecx, 16(%rbp)
movl %edx, 24(%rbp)
movl 16(%rbp), %edx
movl 24(%rbp), %eax
addl %edx, %eax
popq %rbp
ret
.seh_endproc
.def ... | 18.138889 | 72 | 0.62634 |
3bb16c27457fb4b11352b3e0c96d51371e736153 | 628 | asm | Assembly | oeis/329/A329484.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/329/A329484.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/329/A329484.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A329484: Dirichlet convolution of the Louiville function with itself.
; Submitted by Christian Krause
; 1,-2,-2,3,-2,4,-2,-4,3,4,-2,-6,-2,4,4,5,-2,-6,-2,-6,4,4,-2,8,3,4,-4,-6,-2,-8,-2,-6,4,4,4,9,-2,4,4,8,-2,-8,-2,-6,-6,4,-2,-10,3,-6,4,-6,-2,8,4,8,4,4,-2,12,-2,4,-6,7,4,-8,-2,-6,4,-8,-2,-12,-2
add $0,1
mov $1,1
lpb $0... | 18.470588 | 190 | 0.47293 |
abf4bcfd5731970aaa45cd2a75fe7fec866b846b | 438 | asm | Assembly | oeis/077/A077867.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/077/A077867.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/077/A077867.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A077867: Expansion of (1-x)^(-1)/(1-x-x^2+2*x^3).
; Submitted by Jon Maiga
; 1,2,4,5,6,4,1,-6,-12,-19,-18,-12,9,34,68,85,86,36,-47,-182,-300,-387,-322,-108,345,882,1444,1637,1318,68,-1887,-4454,-6476,-7155,-4722,1076,10665,21186,29700,29557,16886,-12956,-55183,-101910,-131180,-122723,-50082,89556,284921,474642
add $... | 25.764706 | 236 | 0.609589 |
f19181f04f47f905a836396ada5b1def695bb98a | 1,803 | asm | Assembly | src/core/asm/x86/inst_0x10.asm | Hiroshi123/bin_tools | 95929eb218a82e30c43ee5bd209301a24abebffa | [
"MIT"
] | null | null | null | src/core/asm/x86/inst_0x10.asm | Hiroshi123/bin_tools | 95929eb218a82e30c43ee5bd209301a24abebffa | [
"MIT"
] | 4 | 2019-02-27T05:41:26.000Z | 2020-07-16T00:24:24.000Z | src/core/asm/x86/inst_0x10.asm | Hiroshi123/bin_tools | 95929eb218a82e30c43ee5bd209301a24abebffa | [
"MIT"
] | null | null | null |
default rel
section .text
global _0x10_adc
global _0x11_adc
global _0x12_adc
global _0x13_adc
global _0x14_adc
global _0x15_adc
;; 0x18 sbb
global _0x18_sbb
global _0x19_sbb
global _0x1a_sbb
global _0x1b_sbb
global _0x1c_sbb
global _0x1d_sbb
global _0x1f
%include "extern_for_inst.asm"
_0x10_adc... | 15.151261 | 36 | 0.765391 |
22f1b7852cbf5f21bb739fde1a4803fd84c632be | 619 | asm | Assembly | dos/DosFreeModule.asm | osfree-project/FamilyAPI | 2119a95cb2bbe6716ecacff4171866f6ea51b8d7 | [
"BSD-3-Clause"
] | 1 | 2021-11-25T14:01:48.000Z | 2021-11-25T14:01:48.000Z | dos/DosFreeModule.asm | osfree-project/FamilyAPI | 2119a95cb2bbe6716ecacff4171866f6ea51b8d7 | [
"BSD-3-Clause"
] | null | null | null | dos/DosFreeModule.asm | osfree-project/FamilyAPI | 2119a95cb2bbe6716ecacff4171866f6ea51b8d7 | [
"BSD-3-Clause"
] | 2 | 2021-11-05T06:48:43.000Z | 2021-12-06T08:07:38.000Z |
;*** free a NE module
.8086
externdef FREELIBRARY:far
public DOSFREEMODULE
_TEXT segment byte public 'CODE'
DOSFREEMODULE:
if 0
mov AX,SS
mov DS,AX
mov ES,AX
endif
push BP
mov BP,SP
push BX
push ... | 15.871795 | 71 | 0.439418 |
b60406e11fd39cd2599058f15fe4bcf0bdf2935d | 4,006 | asm | Assembly | Transynther/x86/_processed/P/_zr_/i3-7100_9_0x84_notsx.log_14_2745.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/P/_zr_/i3-7100_9_0x84_notsx.log_14_2745.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/P/_zr_/i3-7100_9_0x84_notsx.log_14_2745.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 %rax
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x5a99, %rax
nop
inc %rbx
mov $0x6162636465666768, %r12
movq %r12, %xmm3
movups %xmm3, (%rax)
nop
nop
nop
nop
cmp %r12, %r12
lea addresses_D_ht+0x163db, %rdx
and %r12, %r12
mo... | 19.352657 | 151 | 0.647279 |
7b8691aae0eaf9e028f2e521b92116ef24858195 | 765 | asm | Assembly | oeis/133/A133386.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/133/A133386.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/133/A133386.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A133386: Number of forests of labeled rooted trees with n nodes, containing exactly 2 trees of height one, all others having height zero.
; Submitted by Jon Maiga
; 0,0,0,0,12,120,750,3780,16856,69552,272250,1026300,3762132,13498056,47615750,165683700,570024240,1942538592,6566094450,22038141420,73510278380,2438547073... | 76.5 | 499 | 0.840523 |
8a50160816ca6fe97f027978420a7ddb823cddfa | 7,311 | asm | Assembly | boot/x86_64/stage0.asm | garyGLgan/g8os | 6848c6bc2ddb900971ec07edbca12f275ee2318a | [
"MIT"
] | 1 | 2020-05-09T09:06:48.000Z | 2020-05-09T09:06:48.000Z | boot/x86_64/stage0.asm | garyGLgan/g8os | 6848c6bc2ddb900971ec07edbca12f275ee2318a | [
"MIT"
] | null | null | null | boot/x86_64/stage0.asm | garyGLgan/g8os | 6848c6bc2ddb900971ec07edbca12f275ee2318a | [
"MIT"
] | null | null | null | %include "boot/x86_64/constants.asm"
[BITS 16]
[ORG 0x7c00]
global irq0_handler
boot:
cli ; We do not want to be interrupted
xor ax, ax ; 0 AX
mov ds, ax ; Set Data Segment to 0
mov es, ax ; Set Extra Segment to 0
mov ss, ... | 24.699324 | 127 | 0.563671 |
1795ea60cec4bd8ab76cc2d90004f8204fc09d71 | 357 | asm | Assembly | programs/oeis/111/A111397.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/111/A111397.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/111/A111397.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A111397: Composite numbers (modulo 3).
; 1,0,2,0,1,0,2,0,1,0,2,0,1,0,1,2,0,1,0,2,0,1,2,0,2,0,1,0,2,0,1,0,1,2,0,1,0,1,2,0,1,0,2,0,1,2,0,2,0,1,0,2,0,1,2,0,2,0,1,0,1,2,0,1,0,1,2,0,1,2,0,2,0,1,0,2,0,1,0,2,0,1,0,1,2,0,1,2,0,1,2,0,1,2,0,2,0,1,0,1,2,0,1,0,2
cal $0,2808 ; The composite numbers: numbers n of the form x*y for... | 51 | 211 | 0.563025 |
9d3fca44fde61ba0b61b61aa57b250a292497b59 | 5,110 | asm | Assembly | 8088/xtserver/testcases/vsplit.asm | reenigne/reenigne | c3eb8b31d7964e78bbe44908987d4be052a74488 | [
"Unlicense"
] | 92 | 2015-04-10T17:45:11.000Z | 2022-03-30T17:58:51.000Z | 8088/xtserver/testcases/vsplit.asm | MS-DOS-stuff/reenigne | 0a113990aef398550c6f14d1c7a33af1cb091887 | [
"Unlicense"
] | 2 | 2017-11-05T07:21:35.000Z | 2018-11-04T23:36:13.000Z | 8088/xtserver/testcases/vsplit.asm | MS-DOS-stuff/reenigne | 0a113990aef398550c6f14d1c7a33af1cb091887 | [
"Unlicense"
] | 18 | 2015-04-11T20:32:44.000Z | 2021-11-06T05:19:57.000Z | %include "../../defaults_bin.asm"
int 0x60
int 0x60
lockstep
mov ax,0
mov ds,ax
setInterrupt 8, interrupt8
writePIT16 0, 0, 1
mov dx,0x3d8
mov al,9
out dx,al
inc dx
mov al,6
out dx,al
mov dx,0x3d4
mov ax,((114 - 1) << 8) | 0x00 ;Horizontal total
out dx,ax
mov ax,(80 << 8)... | 20.688259 | 75 | 0.541096 |
d0302acf54c5c9d5bc53bac4259995992a972bf4 | 8,702 | asm | Assembly | Transynther/x86/_processed/NC/_st_zr_un_sm_/i3-7100_9_0xca_notsx.log_21829_922.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NC/_st_zr_un_sm_/i3-7100_9_0xca_notsx.log_21829_922.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NC/_st_zr_un_sm_/i3-7100_9_0xca_notsx.log_21829_922.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 %r15
push %rbp
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0xc39f, %rsi
lea addresses_WT_ht+0x559f, %rdi
nop
nop
nop
nop
and %r10, %r10
mov $72, %rcx
rep movsq
nop
dec %rdx
lea addresses_WT_ht+0x173df, %r15
nop
nop
and $24696, %rbp
mo... | 31.302158 | 2,999 | 0.651919 |
ec0d63bf7658f6f8b90024c3c61b73476bf899bc | 6,918 | asm | Assembly | Transynther/x86/_processed/US/_ht_zr_un_/i3-7100_9_0x84_notsx.log_21829_834.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_/i3-7100_9_0x84_notsx.log_21829_834.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_/i3-7100_9_0x84_notsx.log_21829_834.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r13
push %r8
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0xa4fa, %rsi
nop
nop
nop
nop
nop
sub %rbp, %rbp
movw $0x6162, (%rsi)
nop
nop
nop
nop
nop
sub %r12, %r12
lea addresses_WT_ht+0x101a, %rsi
lea addresses_WT_ht+0x1457a, %rdi
nop
n... | 35.659794 | 2,999 | 0.651633 |
e50b41b4863c11ece05cc3fe6ab7ed70615585c2 | 18,246 | asm | Assembly | TRS80Code/snow/snow.asm | calphool/TRS80GS | 90932a1582c3c8abf29d9567c01f48c9764a8bec | [
"MIT"
] | 9 | 2018-11-20T15:07:52.000Z | 2022-03-22T19:58:32.000Z | TRS80Code/snow/snow.asm | calphool/TRS80GS | 90932a1582c3c8abf29d9567c01f48c9764a8bec | [
"MIT"
] | null | null | null | TRS80Code/snow/snow.asm | calphool/TRS80GS | 90932a1582c3c8abf29d9567c01f48c9764a8bec | [
"MIT"
] | null | null | null | VIDEO EQU 3C00H ; location of video RAM in memory
ORG 5200H ; load this program into 0x5200 memory location (above BASIC and DOS)
; *****************************************************************
; * SNOWFALL - TRS-80 *
; * This program creates a... | 37.854772 | 155 | 0.357448 |
8f21796f7aa8f47bcba8fe97fcad3d6100dae200 | 7 | asm | Assembly | test/asm/invalid-macro-arg-character.asm | michealccc/rgbds | b51e1c7c2c4ce2769f01e016967d0115893a7a88 | [
"MIT"
] | 522 | 2017-02-25T21:10:13.000Z | 2020-09-13T14:26:18.000Z | test/asm/invalid-macro-arg-character.asm | michealccc/rgbds | b51e1c7c2c4ce2769f01e016967d0115893a7a88 | [
"MIT"
] | 405 | 2017-02-25T21:32:37.000Z | 2020-09-13T16:43:29.000Z | test/asm/invalid-macro-arg-character.asm | michealccc/rgbds | b51e1c7c2c4ce2769f01e016967d0115893a7a88 | [
"MIT"
] | 84 | 2017-02-25T21:10:26.000Z | 2020-09-13T14:28:25.000Z | \<10!>
| 3.5 | 6 | 0.285714 |
8aaafb4951e97ad9f1f556107bdc33d7a46b3864 | 2,093 | asm | Assembly | asm/examples/consolefn.asm | majacQ/retroputer | 807fef1c17feeaf54dcc0f8b0d5c79f5fcdfe2c4 | [
"MIT"
] | 58 | 2017-11-16T18:53:24.000Z | 2021-11-02T18:14:10.000Z | asm/examples/consolefn.asm | kerrishotts/retroputer | 807fef1c17feeaf54dcc0f8b0d5c79f5fcdfe2c4 | [
"MIT"
] | 28 | 2019-05-23T12:21:44.000Z | 2022-02-12T22:40:37.000Z | asm/examples/consolefn.asm | majacQ/retroputer | 807fef1c17feeaf54dcc0f8b0d5c79f5fcdfe2c4 | [
"MIT"
] | 4 | 2021-01-02T18:49:55.000Z | 2021-04-24T23:54:22.000Z | .segment data 0x03000 {
str: .string "Hello, world! I'm alive! "
.byte 0x00
crlf: .byte 13, 10 ## CR/LF
.byte 0x00
}
.segment code 0x02000 {
# set up the stack for now
ld sp, 0x02000
ld bp, 0x02000
ld a, data.crlf
calls print
# Write the string to the c... | 23.784091 | 90 | 0.389393 |
3f6da14e69651d4d632c0b9415bf629a4b0b901a | 279 | asm | Assembly | ch05/5_5.asm | zzb610/asm-learn | d8a603347d608eb448dd605941376d6b763ee917 | [
"MIT"
] | null | null | null | ch05/5_5.asm | zzb610/asm-learn | d8a603347d608eb448dd605941376d6b763ee917 | [
"MIT"
] | null | null | null | ch05/5_5.asm | zzb610/asm-learn | d8a603347d608eb448dd605941376d6b763ee917 | [
"MIT"
] | null | null | null | ASSUME cs:code
code SEGMENT
mov ax, 0ffffH
mov ds, ax
mov cx, 000bh
mov bx, 0000h
mov dx, 0000h
s:
mov ah, 00h
mov al, [bx]
add dx, ax
; add bx, 1
inc bx
loop s
mov ax, 4c00H
int 21h
code ENDS
END | 13.95 | 20 | 0.491039 |
0cf776b14482feeb1e069ed95747a34f9ba64d74 | 144 | asm | Assembly | other.7z/SFC.7z/SFC/ソースデータ/ヨッシーアイランド/日本_Ver2/union/ys_ram.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/SFC.7z/SFC/ソースデータ/ヨッシーアイランド/日本_Ver2/union/ys_ram.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/SFC.7z/SFC/ソースデータ/ヨッシーアイランド/日本_Ver2/union/ys_ram.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | Name: ys_ram.asm
Type: file
Size: 78011
Last-Modified: '2016-05-13T04:51:46Z'
SHA-1: E116A672C368A19FD3B0B01D5FAB08F579C5E192
Description: null
| 20.571429 | 47 | 0.8125 |
75a7648813c0de641caade40894e9a10179f1c81 | 4,705 | asm | Assembly | FLinux/syscall/__/stubs64.asm | mediaexplorer74/AndroidBridge | 6077f1d5854ba96935fd419917a5b50bc6c31909 | [
"MIT"
] | 2 | 2021-11-18T20:12:08.000Z | 2022-03-13T06:56:10.000Z | FLinux/syscall/__/stubs64.asm | mediaexplorer74/AndroidBridge | 6077f1d5854ba96935fd419917a5b50bc6c31909 | [
"MIT"
] | null | null | null | FLinux/syscall/__/stubs64.asm | mediaexplorer74/AndroidBridge | 6077f1d5854ba96935fd419917a5b50bc6c31909 | [
"MIT"
] | null | null | null | ;
; This file is part of Foreign Linux.
;
; Copyright (C) 2014, 2015 Xiangyan Sun <wishstudio@gmail.com>
;
; This program 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 Software Foundation, either version 3 of the License, or
; (... | 19.282787 | 86 | 0.704357 |
57093d5c407ea2c7805be6e71ed28a9fe33bef99 | 3,398 | asm | Assembly | 7-AVR/check_keyboard_3_sec.asm | etzinis/micro_lab_ntua | 968bfe3f438c5f10607ec76921bf73214f831254 | [
"MIT"
] | null | null | null | 7-AVR/check_keyboard_3_sec.asm | etzinis/micro_lab_ntua | 968bfe3f438c5f10607ec76921bf73214f831254 | [
"MIT"
] | null | null | null | 7-AVR/check_keyboard_3_sec.asm | etzinis/micro_lab_ntua | 968bfe3f438c5f10607ec76921bf73214f831254 | [
"MIT"
] | null | null | null |
.dseg
_tmp_: .byte 2
.cseg
.include "m16def.inc"
.org 0x00
rjmp start
start:
ldi r26,low(RAMEND) ;initialize stack pointer
out SPL,r26
ldi r26,high(RAMEND)
out SPH,r26
ser r24
out DDRB,r24 ; PORTB output
ldi r24 ,(1 << PC7) | (1 << PC6) | (1 << PC5) | (1 << PC4)
out DDRC ,r24 ;... | 17.697917 | 108 | 0.579459 |
0528673621f0d7b0e694b74b81a078c465eafa7d | 47 | asm | Assembly | Emulator/GPCEmulatorDotNET/GPCASM/bin/Debug/hello.asm | TheFlyingPirate/GPC-Emulator | 644aca193818674fd1cfbd5effe7d989d9dfb691 | [
"0BSD"
] | null | null | null | Emulator/GPCEmulatorDotNET/GPCASM/bin/Debug/hello.asm | TheFlyingPirate/GPC-Emulator | 644aca193818674fd1cfbd5effe7d989d9dfb691 | [
"0BSD"
] | null | null | null | Emulator/GPCEmulatorDotNET/GPCASM/bin/Debug/hello.asm | TheFlyingPirate/GPC-Emulator | 644aca193818674fd1cfbd5effe7d989d9dfb691 | [
"0BSD"
] | null | null | null | .hello
LDA .d1
LDB .d1+1
ADD .d2
JMP .start | 9.4 | 11 | 0.617021 |
d6f048f148b6c7b3c626fe72a2af27f3ae8ff04c | 1,453 | asm | Assembly | wof/lcs/123p/7A.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | a4a0c86c200241494b3f1834cd0aef8dc02f7683 | [
"Apache-2.0"
] | 6 | 2020-10-14T15:29:10.000Z | 2022-02-12T18:58:54.000Z | wof/lcs/123p/7A.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | a4a0c86c200241494b3f1834cd0aef8dc02f7683 | [
"Apache-2.0"
] | null | null | null | wof/lcs/123p/7A.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | a4a0c86c200241494b3f1834cd0aef8dc02f7683 | [
"Apache-2.0"
] | 1 | 2020-12-17T08:59:10.000Z | 2020-12-17T08:59:10.000Z | copyright zengfr site:http://github.com/zengfr/romhack
001B76 move.w #$90, ($7a,A0)
001B7C move.l #$2000200, ($28,A0) [123p+ 7A]
008004 move.l (A3)+, D6 [123p+ 7A]
008ADE move.l (A3)+, D6 [123p+ 7A]
00920A move.w (A3)+, D1 [123p+ 7A]
01A74C dbra D7, $1a74a
01A75E dbra D4, $1a75c
01AEE8 move.w #$1... | 35.439024 | 54 | 0.591191 |
fea80cd4edea4fb6d05c76746bbf6ce0297bc5d0 | 333 | asm | Assembly | programs/oeis/189/A189688.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/189/A189688.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/189/A189688.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A189688: Partial sums of A189687.
; 0,1,2,2,3,3,4,4,5,6,6,7,7,8,9,9,10,10,11,12,12,13,13,14,14,15,16,16,17,17,18,19,19,20,20,21,21,22,23,23,24,24,25,26,26,27,27,28,28,29,30,30,31,31,32,33,33,34,34,35,36,36,37,37,38,38,39,40,40,41,41,42,43,43,44,44,45,45,46,47,47
mov $1,2
mov $2,$0
add $2,1
mul $1,$2
add $1,1
mul $1,... | 30.272727 | 228 | 0.630631 |
b16c9e73114b48b95564b20715252c979a5cfb42 | 6,166 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_312.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_0xca_notsx.log_21829_312.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_0xca_notsx.log_21829_312.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 %r9
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x14ae1, %rsi
sub $2433, %r8
vmovups (%rsi), %ymm1
vextracti128 $0, %ymm1, %xmm1
vpextrq $0, %xmm1, %rdi
nop
inc %r12
lea addresses_WT_ht+0x151e1, %rbx
nop
nop
nop
nop
cmp $4375... | 41.38255 | 2,999 | 0.65699 |
576b64d119f49385e945b1a63b1987c52c284ff8 | 2,074 | asm | Assembly | peASM/examples/hello/hello.asm | delphi-pascal-archive/pe-asm | 4d340cc79e26e24624bdb1d1296d1b22fe7e27b0 | [
"Unlicense"
] | null | null | null | peASM/examples/hello/hello.asm | delphi-pascal-archive/pe-asm | 4d340cc79e26e24624bdb1d1296d1b22fe7e27b0 | [
"Unlicense"
] | null | null | null | peASM/examples/hello/hello.asm | delphi-pascal-archive/pe-asm | 4d340cc79e26e24624bdb1d1296d1b22fe7e27b0 | [
"Unlicense"
] | null | null | null | /////////////////////////////////////////////////////////////////////////
// //
// my_asm(peasm) v0.2 for win32 //
// assembler to x86 machine code compiler written in Delphi //
// ... | 30.057971 | 92 | 0.466249 |
01a8a08fa9f95da61d98b0261e83a76e959d09f5 | 284 | asm | Assembly | assembler/test_exp.asm | jbchouinard/sixteen | 229eedbd986683b101082d0a88843ade639faeba | [
"MIT"
] | 18 | 2016-11-10T22:55:47.000Z | 2022-03-04T13:15:28.000Z | assembler/test_exp.asm | jbchouinard/sixteen | 229eedbd986683b101082d0a88843ade639faeba | [
"MIT"
] | null | null | null | assembler/test_exp.asm | jbchouinard/sixteen | 229eedbd986683b101082d0a88843ade639faeba | [
"MIT"
] | 4 | 2020-03-07T21:28:02.000Z | 2022-03-22T08:23:19.000Z | begin:
// If exponent is 0, A=1, jump to end
load expnt @X
load 1 @A
jmpz end
load 1 @D
load base @X
mult: // A = X * D
zero A
add A,X @A
dec D
jmpnz mult
pow:
dec expnt
jmpz end
load base @D
copy A @X
jmp mult
end:
halt // expected: A = 189 (0xbd)
base: 3
expnt: 5
| 12.347826 | 38 | 0.605634 |
bd5c8e05ed63a4de257e74929cbcec3cc6b3ce76 | 716 | asm | Assembly | oeis/062/A062282.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/062/A062282.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/062/A062282.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A062282: Number of permutations of n elements with an even number of fixed points.
; Submitted by Jon Maiga
; 1,0,2,2,16,64,416,2848,22912,205952,2060032,22659328,271913984,3534877696,49488295936,742324422656,11877190795264,201912243453952,3634420382302208,69053987263479808,1381079745270120448,29002674650671480832,63... | 44.75 | 493 | 0.835196 |
3e1cb30300e7365849c92e1d65c603e978d14ac6 | 7,182 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_0.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_0.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_0.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 %r15
push %r8
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x16e29, %rcx
nop
nop
nop
nop
cmp %r12, %r12
mov (%rcx), %r15d
sub $10389, %r15
lea addresses_A_ht+0x9491, %r15
nop
sub %rdx, %rdx
movb $0x61, (%r15)
nop
nop
nop
xor %r11, %r11... | 36.456853 | 2,999 | 0.658591 |
35450ca427975d647a332ebad0367dc857adde5c | 2,329 | asm | Assembly | joystick.asm | LeifBloomquist/NetRacerClient | 08e11533d723feebd0c271deebcd34832cd299b2 | [
"MIT"
] | 1 | 2016-02-01T17:25:59.000Z | 2016-02-01T17:25:59.000Z | joystick.asm | LeifBloomquist/NetRacerClient | 08e11533d723feebd0c271deebcd34832cd299b2 | [
"MIT"
] | 1 | 2022-01-14T17:33:28.000Z | 2022-01-14T17:33:28.000Z | joystick.asm | LeifBloomquist/NetRacerClient | 08e11533d723feebd0c271deebcd34832cd299b2 | [
"MIT"
] | 1 | 2021-03-24T06:55:23.000Z | 2021-03-24T06:55:23.000Z |
;Flag that the joystick may be used for input
JOYOK
.byte $01
;This holds the joystick button state
JOYBUTTON
.byte $00
;Flags for directions
JOYLEFT
.byte $00
JOYRIGHT
.byte $00
JOYUP
.byte $00
JOYDOWN
.byte $00
STEERRATE
.byte #100
; -----------------------------------------------------------... | 16.635714 | 71 | 0.519536 |
c2d177e76ca7a64255ab0a0cb21527b8b5bf58eb | 1,051 | asm | Assembly | programs/oeis/339/A339687.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/339/A339687.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/339/A339687.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A339687: a(n) = Sum_{d|n} 7^(d-1).
; 1,8,50,351,2402,16864,117650,823894,5764851,40356016,282475250,1977343950,13841287202,96889128064,678223075300,4747562333837,33232930569602,232630519768872,1628413597910450,11398895225729502,79792266297729700,558545864365759264,3909821048582988050,27368747342059083836,191581231380... | 47.772727 | 828 | 0.846813 |
935e0ddfd1c7afcb9dcd0a571807b220ec69a492 | 710 | asm | Assembly | header/004/TR1ROM.asm | freem/nes_corelib | a890aa3c436e931a765866265f24ccf3c432f71d | [
"0BSD"
] | 16 | 2015-06-23T03:17:40.000Z | 2021-10-05T23:40:28.000Z | nes_corelib/header/004/TR1ROM.asm | master-g/childhood | 7cd2a6a13f7e862df6d239e78371df6222b30a53 | [
"Apache-2.0"
] | null | null | null | nes_corelib/header/004/TR1ROM.asm | master-g/childhood | 7cd2a6a13f7e862df6d239e78371df6222b30a53 | [
"Apache-2.0"
] | 3 | 2015-11-12T01:29:55.000Z | 2020-07-06T05:15:06.000Z | ; TR1ROM: (128,256,512)KB PRG-ROM + 64KB CHR-ROM + Four-screen Mirorring
; http://bootgod.dyndns.org:7777/search.php?keywords=TR1ROM&kwtype=pcb
; Used for Gauntlet (Nintendo Licensed).
;------------------------------------------------------------------------------;
; number of 16K PRG banks
; Valid configurations: $08 ... | 33.809524 | 80 | 0.61831 |
fdcc1f665c9ef3a7aff5908f57d25b84eb146084 | 2,623 | asm | Assembly | programs/oeis/017/A017199.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/017/A017199.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/017/A017199.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A017199: a(n) = (9*n + 3)^3.
; 27,1728,9261,27000,59319,110592,185193,287496,421875,592704,804357,1061208,1367631,1728000,2146689,2628072,3176523,3796416,4492125,5268024,6128487,7077888,8120601,9261000,10503459,11852352,13312053,14886936,16581375,18399744,20346417,22425768,24642171,27000000,29503629,32157432,34965783... | 327.875 | 2,553 | 0.890202 |
dd803136c05fbb15a4735a61cd1cb961789ebfe6 | 1,400 | asm | Assembly | 8085 Microprocessor/Assignment 3/sol4.asm | neeladripal/bcse-lab | 915d2f535ae95a062438fc85980419646a3951ad | [
"MIT"
] | null | null | null | 8085 Microprocessor/Assignment 3/sol4.asm | neeladripal/bcse-lab | 915d2f535ae95a062438fc85980419646a3951ad | [
"MIT"
] | null | null | null | 8085 Microprocessor/Assignment 3/sol4.asm | neeladripal/bcse-lab | 915d2f535ae95a062438fc85980419646a3951ad | [
"MIT"
] | 1 | 2021-08-06T14:39:53.000Z | 2021-08-06T14:39:53.000Z | LXI H,201EH ; place the address conatining N in HL pair
MOV C,M ; transfer the value of N in register C
LXI H,2500H ; set up HL to point to the first byte address
LXI D,2500H ; set up DL to point to the first byte address
LOOP1: INX H ; increment HL to point to the next address
INX D ... | 50 | 85 | 0.671429 |
809d709557821080851d928d755ce3591d7d30d7 | 1,568 | asm | Assembly | programs/oeis/289/A289399.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/289/A289399.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/289/A289399.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A289399: Total path length of the complete ternary tree of height n.
; 0,3,21,102,426,1641,6015,21324,73812,250959,841449,2790066,9167358,29893557,96855123,312088728,1000836264,3196219035,10169787837,32252755710,101988443730,321655860993,1012039172391,3177332285412,9955641160956,31137856397031,97226367933585,30311750... | 156.8 | 1,440 | 0.924107 |
7f2eaf44da3a04453843bbe0e17e1e1d59a46e00 | 585 | asm | Assembly | src/hook_deploy_content_ninja.asm | szapp/Ninja | 7b018a5aa82bdb9f1eadea910ed1ff4711d4485a | [
"MIT"
] | 17 | 2018-07-11T20:53:46.000Z | 2022-03-01T18:20:42.000Z | src/hook_deploy_content_ninja.asm | szapp/Ninja | 7b018a5aa82bdb9f1eadea910ed1ff4711d4485a | [
"MIT"
] | 24 | 2018-10-23T07:47:33.000Z | 2021-02-09T09:06:25.000Z | src/hook_deploy_content_ninja.asm | szapp/Ninja | 7b018a5aa82bdb9f1eadea910ed1ff4711d4485a | [
"MIT"
] | null | null | null | ; Hook content parser in oCGame::Init
%include "inc/macros.inc"
%if GOTHIC_BASE_VERSION == 1
%include "inc/symbols_g1.inc"
%elif GOTHIC_BASE_VERSION == 2
%include "inc/symbols_g2.inc"
%endif
%ifidn __OUTPUT_FORMAT__, bin
org g1g2(0x6371F1,0x6C12A0)
%endif
bits 32
section .text align=1 ... | 21.666667 | 99 | 0.588034 |
da138f5ddfac14e4cbbcb0843d6305e90566f6ba | 524 | asm | Assembly | oeis/180/A180987.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/180/A180987.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/180/A180987.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A180987: T(n,k)=number of nXk binary matrices with rows in lexicographically nonincreasing order and columns in lexicographically strictly increasing order
; Submitted by Jamie Morken(s4)
; 2,1,3,0,3,4,0,1,6,5,0,0,4,10,6,0,0,1,10,15,7,0,0,0,5,20,21,8,0,0,0,1,15,35,28,9,0,0,0,0,6,35,56,36,10,0,0,0,0,1,21,70,84,45,11,0... | 37.428571 | 246 | 0.65458 |
d978280c4336bea9ee5ff5419fa8386b4428609b | 319 | asm | Assembly | oeis/021/A021998.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/021/A021998.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/021/A021998.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A021998: Decimal expansion of 1/994.
; Submitted by Jon Maiga
; 0,0,1,0,0,6,0,3,6,2,1,7,3,0,3,8,2,2,9,3,7,6,2,5,7,5,4,5,2,7,1,6,2,9,7,7,8,6,7,2,0,3,2,1,9,3,1,5,8,9,5,3,7,2,2,3,3,4,0,0,4,0,2,4,1,4,4,8,6,9,2,1,5,2,9,1,7,5,0,5,0,3,0,1,8,1,0,8,6,5,1,9,1,1,4,6,8,8,1
seq $0,199685 ; a(n) = 5*10^n+1.
div $0,497
mod $0,10
| 39.875 | 199 | 0.554859 |
66e5e608670564f58a75faf3420c5762409373fa | 6,673 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_21829_1211.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_0xca.log_21829_1211.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_0xca.log_21829_1211.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r14
push %r8
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x80a1, %rdi
nop
nop
nop
nop
nop
cmp %r11, %r11
mov $0x6162636465666768, %rax
movq %rax, (%rdi)
nop
nop
nop
inc %r12
lea addresses_UC_ht+0xb8f1, %r8
nop
sub %r12, %r12
mov (%r8)... | 37.700565 | 2,999 | 0.659374 |
450539187fea3cc649f9a393e4a71b59e49b129f | 451 | asm | Assembly | programs/oeis/189/A189660.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/189/A189660.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/189/A189660.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A189660: Partial sums of A064990.
; 0,0,1,1,1,2,3,4,4,4,4,5,5,5,6,7,8,8,9,10,10,11,12,12,12,12,13,13,13,14,14,14,15,16,17,17,17,17,18,18,18,19,20,21,21,22,23,23,24,25,25,25,25,26,27,28,28,29,30,30,30,30,31,32,33,33,34,35,35,35,35,36,36,36,37,37,37,38,39,40,40
mov $2,$0
mov $4,$0
lpb $2,1
mov $0,$4
sub $2,1
sub... | 26.529412 | 225 | 0.605322 |
7af6b59a859e2ef94b7bde3046c9fa985c30b650 | 6,191 | asm | Assembly | Transynther/x86/_processed/P/_zr_/i7-7700_9_0xca.log_9945_1605.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_0xca.log_9945_1605.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_0xca.log_9945_1605.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 %r15
push %r9
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0x3578, %rdx
nop
dec %r10
vmovups (%rdx), %ymm0
vextracti128 $0, %ymm0, %xmm0
vpextrq $1, %xmm0, %r15
nop
nop
sub $14896, %rax
lea addresses_WT_ht+0x1aae0, %... | 38.453416 | 2,999 | 0.657567 |
fdaf01ba09f43c32e35ea236d97b720e6906d082 | 5,166 | asm | Assembly | assembler/tests/t_h8_5/t_h8_5.asm | paulscottrobson/RCA-Cosmac-VIP-III | 5d3fcea325aacb7c99269f266bc14e30439cdc2b | [
"MIT"
] | 1 | 2022-01-17T16:06:15.000Z | 2022-01-17T16:06:15.000Z | assembler/tests/t_h8_5/t_h8_5.asm | paulscottrobson/RCA-Cosmac-VIP-III | 5d3fcea325aacb7c99269f266bc14e30439cdc2b | [
"MIT"
] | null | null | null | assembler/tests/t_h8_5/t_h8_5.asm | paulscottrobson/RCA-Cosmac-VIP-III | 5d3fcea325aacb7c99269f266bc14e30439cdc2b | [
"MIT"
] | null | null | null | cpu hd6475348
page 0
maxmode on
padding off
assume br:0,dp:0
add.b r5,sp
add.w r2,r4
add.b @r4,r2
add.w @r4,r2
add.b @(20,r4),r2
... | 22.076923 | 40 | 0.243322 |
a7f7a47ceb4ab6b17b85d7e341cd2b5904f04ec8 | 132 | asm | Assembly | programs/oeis/076/A076939.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/076/A076939.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/076/A076939.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A076939: Duplicate of A016116.
; 1,1,2,2,4,4,8,8,16,16,32,32,64,64,128,128,256,256,512,512,1024,1024
div $0,2
mov $1,2
pow $1,$0
| 18.857143 | 69 | 0.651515 |
c435f069070121a234aec0db7fa01a6fdfb48635 | 311 | asm | Assembly | programs/oeis/007/A007652.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/007/A007652.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/007/A007652.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A007652: Final digit of prime(n).
; 2,3,5,7,1,3,7,9,3,9,1,7,1,3,7,3,9,1,7,1,3,9,3,9,7,1,3,7,9,3,7,1,7,9,9,1,7,3,7,3,9,1,1,3,7,9,1,3,7,9,3,9,1,1,7,3,9,1,7,1,3,3,7,1,3,7,1,7,7,9,3,9,7,3,9,3,9,7,1,9,9,1,1,3,9,3,9,7,1,3,7,9,7,1,9,3,9,1,3,1
seq $0,6005 ; The odd prime numbers together with 1.
max $0,2
mod $0,10
| 44.428571 | 201 | 0.562701 |
529adb0a0343460cc1cc6ca0c53c8837d8012582 | 5,137 | asm | Assembly | Transynther/x86/_processed/US/_zr_/i7-7700_9_0xca_notsx.log_21829_1159.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_21829_1159.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_21829_1159.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 %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0xa3a9, %rbp
nop
xor %r10, %r10
movb $0x61, (%rbp)
nop
nop
and $62908, %rbx
lea addresses_UC_ht+0x178d7, %rsi
lea addresses_A_ht+0x1c5d7, %rdi
nop
nop
sub %r9, %r9
mov $8, ... | 43.905983 | 2,999 | 0.658166 |
01043589966565fe2a520a2a78bc4e8f315f1da3 | 149 | asm | Assembly | libsrc/_DEVELOPMENT/arch/zx/display/c/sccz80/zx_saddrcdown.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/arch/zx/display/c/sccz80/zx_saddrcdown.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/arch/zx/display/c/sccz80/zx_saddrcdown.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
; void *zx_saddrcdown(void *saddr)
SECTION code_arch
PUBLIC zx_saddrcdown
zx_saddrcdown:
INCLUDE "arch/zx/display/z80/asm_zx_saddrcdown.asm"
| 13.545455 | 54 | 0.785235 |
b110b502df8ca72a5c60d4fcbc149925351624ec | 146 | asm | Assembly | other.7z/SFC.7z/SFC/ソースデータ/ゼルダの伝説神々のトライフォース/ドイツ_PAL/Ger_asm1/zel_code.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/SFC.7z/SFC/ソースデータ/ゼルダの伝説神々のトライフォース/ドイツ_PAL/Ger_asm1/zel_code.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/SFC.7z/SFC/ソースデータ/ゼルダの伝説神々のトライフォース/ドイツ_PAL/Ger_asm1/zel_code.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | Name: zel_code.asm
Type: file
Size: 18644
Last-Modified: '2016-05-13T04:23:03Z'
SHA-1: 9EADCDC8156DBF6D66DDA6379389435F4C6459F9
Description: null
| 20.857143 | 47 | 0.815068 |
8ef53d528c829175a82340fe14e9ab485aacddd1 | 6,948 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_290.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_0xca.log_21829_290.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_0xca.log_21829_290.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 %r14
push %rax
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0x10717, %r13
nop
nop
and $23548, %rdi
mov $0x6162636465666768, %rax
movq %rax, (%r13)
nop
sub $27675, %r13
lea addresses_A_ht+0x5ad7, %rsi
lea addresses_WC_ht+0xbb19, %rdi
nop... | 36.957447 | 2,999 | 0.657599 |
64e9272d2dd30d227efa38628a7205139b45ef38 | 1,582 | asm | Assembly | programs/oeis/015/A015443.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/015/A015443.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/015/A015443.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A015443: Generalized Fibonacci numbers: a(n) = a(n-1) + 8*a(n-2).
; 1,1,9,17,89,225,937,2737,10233,32129,113993,371025,1282969,4251169,14514921,48524273,164643641,552837825,1869986953,6292689553,21252585177,71594101601,241614783017,814367595825,2747285859961,9262226626561,31240513506249,105338326518737,35526243456872... | 68.782609 | 1,328 | 0.881163 |
c6ee1a58f5592e3e6bc5d0fc06539d5755bff5e7 | 674 | asm | Assembly | oeis/293/A293476.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/293/A293476.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/293/A293476.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A293476: a(n) = ((n + 1)/2)*(n + 2)*Pochhammer(n, 5) / 4!.
; Submitted by Jamie Morken(s1.)
; 0,15,180,1050,4200,13230,35280,83160,178200,353925,660660,1171170,1987440,3248700,5140800,7907040,11860560,17398395,25017300,35331450,49092120,67209450,90776400,121095000,159705000,208415025,269336340,344919330,437992800,551... | 48.142857 | 491 | 0.790801 |
971db853c229941f4e91e75b07c65bf20432f619 | 424 | asm | Assembly | oeis/037/A037621.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/037/A037621.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/037/A037621.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A037621: Base 7 digits are, in order, the first n terms of the periodic sequence with initial period 2,0,3.
; Submitted by Jon Maiga
; 2,14,101,709,4963,34744,243210,1702470,11917293,83421053,583947371,4087631600,28613421202,200293948414,1402057638901,9814403472309,68700824306163,480905770143144,3366340391002010
mov... | 26.5 | 180 | 0.740566 |
fa6a6d491313354dbe536283b9de915d7b21af05 | 2,069 | asm | Assembly | 7_kyu/Digital_cypher.asm | UlrichBerntien/Codewars-Katas | bbd025e67aa352d313564d3862db19fffa39f552 | [
"MIT"
] | null | null | null | 7_kyu/Digital_cypher.asm | UlrichBerntien/Codewars-Katas | bbd025e67aa352d313564d3862db19fffa39f552 | [
"MIT"
] | null | null | null | 7_kyu/Digital_cypher.asm | UlrichBerntien/Codewars-Katas | bbd025e67aa352d313564d3862db19fffa39f552 | [
"MIT"
] | null | null | null | global encode
extern malloc, strlen
section .text
; <--- unsigned char *encode(const char *s, unsigned k) --->
encode:
%push mycontext
%stacksize flat64 ; address local with ebp
%assign %$localsize 0
%local arg_s:qword ; storage of *s
%local result:qword ; address of the result array buffer
... | 29.985507 | 67 | 0.554857 |
54106c85155a71e9eb8cda5b090e852458a254d0 | 6,021 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_12406_300.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_12406_300.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_12406_300.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r14
push %r15
push %r9
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x5f61, %rdi
and $27724, %r14
movl $0x61626364, (%rdi)
nop
nop
sub $8882, %r9
lea addresses_WT_ht+0x14e8d, %rsi
lea addresses_WC_ht+0xdca1, %rdi
nop
nop
cmp %r15, %r15
mov $68, %rcx
rep m... | 39.352941 | 2,999 | 0.661186 |
08dc523d41c2dcc15d77c286df0e6c72981300e7 | 1,421 | asm | Assembly | tests/matrix_NxN.asm | JC-LL/simji | 0ddb4a7e5baba5fc22c6bf54392a87f3923fa915 | [
"MIT"
] | 1 | 2020-04-01T09:38:20.000Z | 2020-04-01T09:38:20.000Z | tests/matrix_NxN.asm | JC-LL/simji | 0ddb4a7e5baba5fc22c6bf54392a87f3923fa915 | [
"MIT"
] | null | null | null | tests/matrix_NxN.asm | JC-LL/simji | 0ddb4a7e5baba5fc22c6bf54392a87f3923fa915 | [
"MIT"
] | 1 | 2022-03-31T13:16:33.000Z | 2022-03-31T13:16:33.000Z | ; program to compute the square of a NxN matrix a
; help me check there is no mistake !
; first ask for the N
scall 0
add r0,r1,r10 ; N in R10
; precompute the RESULT offset in memory
mul r10,r10,r11 ; OFFSET in R11
; loop to get N*N integer values and store them in data memory
add r0,r11,r2 ... | 23.295082 | 64 | 0.531316 |
3be1353577f2f97e11a7409fe19ca8309678cee3 | 482 | asm | Assembly | programs/oeis/119/A119674.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/119/A119674.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/119/A119674.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A119674: Number of states of the minimal deterministic finite automaton that accepts binary strings that represent numbers that are divisible by n.
; 1,2,3,3,5,4,7,4,9,6,11,5,13,8,15,5,17,10,19,7,21,12,23,6,25,14,27,9,29,16,31,6,33,18,35,11,37,20,39,8,41,22,43,13,45,24,47,7,49,26,51,15,53,28,55,10,57,30,59,17,61,32,6... | 30.125 | 212 | 0.655602 |
2842fc7d7e23880cd4903a744fbefe5efe44e685 | 473 | asm | Assembly | examples/print.asm | mossx-dev/Mycore | eb84409f1a263204d30ef0b9d4254a96a121726f | [
"MIT"
] | null | null | null | examples/print.asm | mossx-dev/Mycore | eb84409f1a263204d30ef0b9d4254a96a121726f | [
"MIT"
] | null | null | null | examples/print.asm | mossx-dev/Mycore | eb84409f1a263204d30ef0b9d4254a96a121726f | [
"MIT"
] | null | null | null | ;; Author: Moss Gallagher
;; Date: 12-Oct-21
%include "std/sys.asm"
%include "std/str.asm"
global _start
section .data
str: db "Hello", 0
loop_num: equ 25
section .text
_start:
mov r15, rsp
call main
mov eax, esi ; exit code
call sys~exit ; call exit
main:
... | 13.514286 | 43 | 0.564482 |
c060b9ea3894626a5c49dfcc1e1f3eba23bab796 | 511 | asm | Assembly | programs/oeis/218/A218741.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/218/A218741.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/218/A218741.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A218741: a(n) = (38^n-1)/37.
; 0,1,39,1483,56355,2141491,81376659,3092313043,117507895635,4465300034131,169681401296979,6447893249285203,245019943472837715,9310757851967833171,353808798374777660499,13444734338241551098963,510899904853178941760595,19414196384420799786902611,737739462607990391902299219,2803409957910363... | 63.875 | 438 | 0.880626 |
ff4d5d8cfbe5ae597cc6a5817552c60dce423f11 | 227,412 | asm | Assembly | benchmarks/bsort100/main.asm | TRDDC-TUM/wcet-benchmarks | f3e2870ea17b7baeb753db53eeba5de674351bf1 | [
"MIT"
] | 2 | 2019-10-25T02:58:38.000Z | 2019-10-25T14:17:08.000Z | benchmarks/bsort100/main.asm | TRDDC-TUM/wcet-benchmarks | f3e2870ea17b7baeb753db53eeba5de674351bf1 | [
"MIT"
] | null | null | null | benchmarks/bsort100/main.asm | TRDDC-TUM/wcet-benchmarks | f3e2870ea17b7baeb753db53eeba5de674351bf1 | [
"MIT"
] | 2 | 2019-06-02T14:18:44.000Z | 2020-04-16T00:45:03.000Z |
main.elf: file format elf32-avr
Disassembly of section .text:
00000000 <__vectors>:
__vectors():
../../../../crt1/gcrt1.S:52
0: 0c 94 46 00 jmp 0x8c ; 0x8c <__ctors_end>
../../../../crt1/gcrt1.S:53
4: 0c 94 58 00 jmp 0xb0 ; 0xb0 <__bad_interrupt>
../../../../crt1/gcrt1.S:54
8: 0c 94 58 00 jmp 0xb0 ;... | 34.852414 | 82 | 0.462746 |
1c67bcdf5519fe449931d2ea06da0cf3c4e21aab | 14,408 | asm | Assembly | src/snake.asm | vladh/snake-in-asm | 0591f7a6e9f30bcbca0c2b61c1e0180a8f25c567 | [
"blessing"
] | 1 | 2021-03-11T05:57:56.000Z | 2021-03-11T05:57:56.000Z | src/snake.asm | vladh/snake-in-asm | 0591f7a6e9f30bcbca0c2b61c1e0180a8f25c567 | [
"blessing"
] | null | null | null | src/snake.asm | vladh/snake-in-asm | 0591f7a6e9f30bcbca0c2b61c1e0180a8f25c567 | [
"blessing"
] | null | null | null | bits 64
default rel
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
segment .rodata
BOARD_HEIGHT equ 28
BOARD_WIDTH equ 45
NEWLINE db 0xd, 0xa, 0
FMT_INT db "%d", 0xd, 0xa, 0
FMT_SHORT db "%hd", 0xd, 0xa, 0
FMT_UINT db "%u", 0xd, 0xa, 0
FMT_CHAR db "%c", 0xd, 0xa, 0
FMT_STRING db "%s", 0xd, 0xa, 0
FMT_TITLE db "Snake in x64... | 18.56701 | 77 | 0.671849 |
69a7dcaf590facf86e3ee1bc048c43be70f6142b | 836 | asm | Assembly | assets/assembly/IA32/linux_nasm_progs/nasm_linux_ORG_CH10/module2.asm | edassis/SB-Tradutor | 9e5a5836e6cf978face35023620257fce684c257 | [
"MIT"
] | 1 | 2021-02-09T22:24:34.000Z | 2021-02-09T22:24:34.000Z | assets/assembly/IA32/linux_nasm_progs/nasm_linux_ORG_CH10/module2.asm | edassis/SB-Tradutor | 9e5a5836e6cf978face35023620257fce684c257 | [
"MIT"
] | null | null | null | assets/assembly/IA32/linux_nasm_progs/nasm_linux_ORG_CH10/module2.asm | edassis/SB-Tradutor | 9e5a5836e6cf978face35023620257fce684c257 | [
"MIT"
] | null | null | null | ;String length procedure MODULE2.ASM
;
; Objective: To write a procedure to compute string
; length of a NULL terminated string.
; Input: String pointer in EBX register.
; Output: Returns string length in AX.
%include "io.mac"
.CODE
global string_length
string_len... | 33.44 | 59 | 0.533493 |
f545efd5c6b401ca3fb1357b0773d6dc74465df8 | 7,005 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_2051_1242.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_2051_1242.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_2051_1242.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r13
push %r14
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x1e604, %rsi
lea addresses_UC_ht+0x15e6c, %rdi
nop
nop
dec %r12
mov $31, %rcx
rep movsq
nop
sub %rsi, %rsi
lea addresses_A_ht+0xff94, %rsi
lea addresses_WT_ht+0x9094, %rdi
no... | 37.063492 | 2,999 | 0.659814 |
3cc48098ea17553184e1262c542c6119a275fb24 | 3,206 | asm | Assembly | 45/qb/ir/exfnmisc.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | 45/qb/ir/exfnmisc.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | 45/qb/ir/exfnmisc.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | page 49,132
TITLE exfnmisc.asm - misc. intrinsic function executors
;***
;exfnmisc.asm - misc. intrinsic function executors for QBI
;
; Copyright <C> 1986, Microsoft Corporation
;
;Purpose:
;
;
;****************************************************************************
.xlist
include version.inc
EXFNMISC_ASM = O... | 22.577465 | 78 | 0.614785 |
ed1556e59f4df92168f234c56977e6ea30188d8f | 4,667 | asm | Assembly | Transynther/x86/_processed/P/_zr_un_/i3-7100_9_0x84_notsx.log_9235_2500.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/P/_zr_un_/i3-7100_9_0x84_notsx.log_9235_2500.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/P/_zr_un_/i3-7100_9_0x84_notsx.log_9235_2500.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 %rbp
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x6fc6, %r12
and %rdx, %rdx
movb (%r12), %bl
nop
nop
nop
nop
nop
cmp %rsi, %rsi
lea addresses_WC_ht+0xb28e, %rsi
lea addresses_UC_ht+0xdfe, %rdi
clflush (%rsi)
nop
cmp %r14, %r... | 48.614583 | 2,999 | 0.659524 |
2da0aaad8838e6991fac2e6b2862d07a4a1d0ddf | 170 | asm | Assembly | libsrc/_DEVELOPMENT/input/zx/c/sdcc_iy/in_stick_cursor.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/input/zx/c/sdcc_iy/in_stick_cursor.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/input/zx/c/sdcc_iy/in_stick_cursor.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
; uint16_t in_stick_cursor(void)
SECTION code_clib
SECTION code_input
PUBLIC _in_stick_cursor
EXTERN asm_in_stick_cursor
defc _in_stick_cursor = asm_in_stick_cursor
| 14.166667 | 43 | 0.858824 |
83acbe0c51e6c91e81e7808da9c85515b084560f | 3,386 | asm | Assembly | Application/AssemblyCode/working_and_tmp_asm_files/todds_start_menu_that_jeff_edited.asm | t0ddpar0dy/Handmade_Pacman | 68cfdd355bd26e5f5d8d8d6ba344a71f2e19fd70 | [
"MIT"
] | null | null | null | Application/AssemblyCode/working_and_tmp_asm_files/todds_start_menu_that_jeff_edited.asm | t0ddpar0dy/Handmade_Pacman | 68cfdd355bd26e5f5d8d8d6ba344a71f2e19fd70 | [
"MIT"
] | null | null | null | Application/AssemblyCode/working_and_tmp_asm_files/todds_start_menu_that_jeff_edited.asm | t0ddpar0dy/Handmade_Pacman | 68cfdd355bd26e5f5d8d8d6ba344a71f2e19fd70 | [
"MIT"
] | null | null | null | //***************************************
//************Start Menu*****************
//***************************************
// A(114) - Z(139)
// !(140)
// 0(169) - 9(178)
start_menu:
// zero out map
MOVI 0 r8 // zero out r8 for toggle return address
LUI 63 r0 // top left most glyph address
ORI 255 r0
ADDI -10... | 17.821053 | 59 | 0.616361 |
9264bd7ae2450030ebd3e1744bb65497e2d92e6e | 573 | asm | Assembly | ffight/lcs/1p/68.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | a4a0c86c200241494b3f1834cd0aef8dc02f7683 | [
"Apache-2.0"
] | 6 | 2020-10-14T15:29:10.000Z | 2022-02-12T18:58:54.000Z | ffight/lcs/1p/68.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | a4a0c86c200241494b3f1834cd0aef8dc02f7683 | [
"Apache-2.0"
] | null | null | null | ffight/lcs/1p/68.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | a4a0c86c200241494b3f1834cd0aef8dc02f7683 | [
"Apache-2.0"
] | 1 | 2020-12-17T08:59:10.000Z | 2020-12-17T08:59:10.000Z | copyright zengfr site:http://github.com/zengfr/romhack
007150 ori.b #$1, ($68,A1) [container+17]
007156 move.b #$2d, ($a0,A1) [1p+68]
007366 ori.b #$1, ($68,A1) [boss+17, enemy+17]
00736C move.b #$2d, ($a0,A1) [1p+68]
0073B8 ori.b #$1, ($68,A1) [enemy+17]
0073BE move.b #$2d, ($a0,A1) [1p+68]
00745A ori.... | 33.705882 | 54 | 0.596859 |
846680a5b4502074a73543ea027e440dd64b9f04 | 7,649 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_21829_467.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_21829_467.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_21829_467.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r13
push %r15
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x97eb, %r15
nop
nop
nop
nop
nop
xor %rdi, %rdi
movl $0x61626364, (%r15)
and $20865, %r15
lea addresses_WC_ht+0xc2bb, %r13
and %rsi, %rsi
mov $0x6162636465666768, %r12
movq %r1... | 33.845133 | 2,999 | 0.659302 |
17c8a999512711b139cb4906750330e2a8684453 | 4,597 | asm | Assembly | Transynther/x86/_processed/NONE/_un_xt_sm_/i7-7700_9_0x48.log_21829_828.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_un_xt_sm_/i7-7700_9_0x48.log_21829_828.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_un_xt_sm_/i7-7700_9_0x48.log_21829_828.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 %rax
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x5d5c, %rsi
lea addresses_A_ht+0xb4c4, %rdi
nop
nop
nop
nop
nop
cmp %rax, %rax
mov $104, %rcx
rep movsq
nop
nop
nop
nop
sub %r11, %r11
pop %rsi
pop %rdi
pop %rcx
pop %rax
pop %r11
ret
.global s_faulty... | 49.967391 | 2,999 | 0.659561 |
cd69c48b6f0c7ef5298b403cee905ad9a0b5dab9 | 129 | asm | Assembly | libpal/intel_64bit_ms64_masm/vmread.asm | mars-research/pal | 5977394cda8750ff5dcb89c2bf193ec1ef4cd137 | [
"MIT"
] | 26 | 2020-01-06T23:53:17.000Z | 2022-02-01T08:58:21.000Z | libpal/intel_64bit_ms64_masm/vmread.asm | mars-research/pal | 5977394cda8750ff5dcb89c2bf193ec1ef4cd137 | [
"MIT"
] | 30 | 2019-11-13T00:55:22.000Z | 2022-01-06T08:09:35.000Z | libpal/intel_64bit_ms64_masm/vmread.asm | mars-research/pal | 5977394cda8750ff5dcb89c2bf193ec1ef4cd137 | [
"MIT"
] | 14 | 2019-11-15T16:56:22.000Z | 2021-12-22T10:14:17.000Z | .code
pal_execute_vmread proc
; The VMCS address was given in rcx
vmread rax, rcx;
ret;
pal_execute_vmread endp
end
| 10.75 | 38 | 0.72093 |
1ede25cf2d8a60a47f8d5d9ad77c056b0eb39f9f | 593 | asm | Assembly | oeis/073/A073934.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/073/A073934.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/073/A073934.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A073934: Sum of terms in n-th row of triangle in A073932.
; Submitted by Simon Strandgaard
; 1,3,6,7,12,12,19,15,21,22,33,24,37,33,37,31,48,39,58,42,54,55,78,48,67,63,66,61,90,67,98,63,88,82,96,75,112,96,102,82,123,96,139,99,112,124,171,96,145,117,133,115,168,120,154,117,153,148,207,127,188,160,159,127,180,154,221,15... | 49.416667 | 356 | 0.709949 |
f404b8f0421bd4f6ae4190b97c6dd8db3cbb769e | 693 | asm | Assembly | oeis/256/A256648.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/256/A256648.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/256/A256648.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A256648: 28-gonal pyramidal numbers: a(n) = n*(n+1)*(26*n-23)/6.
; Submitted by Jamie Morken(s1.)
; 0,1,29,110,270,535,931,1484,2220,3165,4345,5786,7514,9555,11935,14680,17816,21369,25365,29830,34790,40271,46299,52900,60100,67925,76401,85554,95410,105995,117335,129456,142384,156145,170765,186270,202686,220039,238355,... | 49.5 | 500 | 0.764791 |
29e53a8f013bd270659dc2ae4103262ec95d7f95 | 432 | asm | Assembly | verify/alfy/7_bonus/acceess.alfy.asm | alexandruradovici/alf-alfy-asm-public | 43a73cc13c38f39125620fb9bd566c261cff1c73 | [
"BSD-2-Clause"
] | null | null | null | verify/alfy/7_bonus/acceess.alfy.asm | alexandruradovici/alf-alfy-asm-public | 43a73cc13c38f39125620fb9bd566c261cff1c73 | [
"BSD-2-Clause"
] | 2 | 2017-05-18T20:29:57.000Z | 2017-05-19T19:03:07.000Z | verify/alfy/7_bonus/acceess.alfy.asm | alexandruradovici/alf-alfy-asm-language-public | 43a73cc13c38f39125620fb9bd566c261cff1c73 | [
"BSD-2-Clause"
] | null | null | null |
; script
start:
; attribution
; value logic true
set r2 1
; element of struct school: r3 element private
; s: r4
set r4 0
set r5 256
add r3 r4 r5
store r3 r2
; asm
; element of struct school: r2 element private
; s:... | 20.571429 | 54 | 0.474537 |
3285631f7b8d8c782357f5f6659e87058532054f | 414 | asm | Assembly | programs/oeis/280/A280700.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/280/A280700.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/280/A280700.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A280700: Binary weight of terms of A005187: a(n) = A000120(A005187(n)).
; 0,1,2,1,3,1,2,3,4,1,2,3,3,4,3,3,5,1,2,3,3,4,3,3,4,5,3,3,4,4,3,4,6,1,2,3,3,4,3,3,4,5,3,3,4,4,3,4,5,6,3,3,4,4,3,4,5,5,3,4,4,5,6,4,7,1,2,3,3,4,3,3,4,5,3,3,4,4,3,4,5,6,3,3,4,4,3,4,5,5,3,4,4,5,6,4,6,7,3,3
lpb $0
add $1,$0
div $0,2
lpe
seq $1,63... | 37.636364 | 201 | 0.519324 |
2c5136c03b5e0c6b8c89f26b7e96a80de9a72e4f | 425 | asm | Assembly | oeis/027/A027639.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/027/A027639.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/027/A027639.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A027639: Order of unitary 2^n X 2^n group H_{n,4} acting on Siegel modular forms.
; Submitted by Christian Krause
; 4,32,3072,2752512,21139292160,1342091380654080,692647993190048071680,2882479558988139892026900480,96342151992701835341576224427212800,25811138467998276182105365247324712232550400
mov $2,1
mov $4,1
lpb ... | 23.611111 | 180 | 0.748235 |
06b916acbe8e734faa0f0ba87910af9778dec6c8 | 37,666 | asm | Assembly | Library/Spell/ET/thes.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Library/Spell/ET/thes.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Library/Spell/ET/thes.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: Spell Library
FILE: thes.asm
ROUTINES:
Name Description
---- -----------
ThesaurusOpen Initializes the Thesaurus for use
ThesaurusGetMean... | 21.873403 | 79 | 0.619922 |
f5e37f6ca3d4dba4e80527d2734f51af1d6e6b2e | 685 | asm | Assembly | tests/test build script and options/include_paths/includeSS.asm | fengjixuchui/sjasmplus | df0fabd2411bf89e23637fce46d273f52dafbe16 | [
"BSD-3-Clause"
] | 220 | 2016-10-22T19:44:39.000Z | 2022-03-29T20:57:04.000Z | tests/test build script and options/include_paths/includeSS.asm | ped7g/sjasmplus | 487635c8057cd5594c372d9b70bc00a3f3a1ecc4 | [
"BSD-3-Clause"
] | 153 | 2018-05-07T10:31:23.000Z | 2022-03-30T04:35:59.000Z | tests/test build script and options/include_paths/includeSS.asm | ped7g/sjasmplus | 487635c8057cd5594c372d9b70bc00a3f3a1ecc4 | [
"BSD-3-Clause"
] | 51 | 2016-05-12T21:27:36.000Z | 2022-03-27T15:16:16.000Z | ; test include paths on command line and their priorities, there are multiple steps:
; include.asm = no extra include path, should include from working directory
; includeS.asm = +include paths "includeSSSS_v"
; includeSS.asm = +include paths "includeSSSS_i"
; includeSSS.asm = +include paths "includeS... | 40.294118 | 86 | 0.735766 |
b9e71db373a9bd6a578a74576c1eb6577ad649fb | 146 | asm | Assembly | other.7z/SFC.7z/SFC/ソースデータ/ゼルダの伝説神々のトライフォース/英語_PAL/pal_asm/zel_gsub.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/SFC.7z/SFC/ソースデータ/ゼルダの伝説神々のトライフォース/英語_PAL/pal_asm/zel_gsub.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/SFC.7z/SFC/ソースデータ/ゼルダの伝説神々のトライフォース/英語_PAL/pal_asm/zel_gsub.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | Name: zel_gsub.asm
Type: file
Size: 25390
Last-Modified: '2016-05-13T04:25:37Z'
SHA-1: F5597176CAA078A18D9E3F6E5284A544812C6406
Description: null
| 20.857143 | 47 | 0.815068 |
dc25704a705991138d4048539e7fd8854894abbf | 902 | asm | Assembly | programs/oeis/314/A314218.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/314/A314218.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/314/A314218.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A314218: Coordination sequence Gal.5.304.2 where G.u.t.v denotes the coordination sequence for a vertex of type v in tiling number t in the Galebach list of u-uniform tilings.
; 1,5,11,17,22,28,33,39,45,50,55,61,67,72,78,83,89,95,100,105,111,117,122,128,133,139,145,150,155,161,167,172,178,183,189,195,200,205,211,217,... | 25.055556 | 186 | 0.62306 |
6b207d819dcb5deb926047d0bceb864aabfd4e98 | 598 | asm | Assembly | oeis/060/A060589.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/060/A060589.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/060/A060589.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A060589: a(n) = 2*(2^n-1)*3^(n-1).
; 0,2,18,126,810,5022,30618,185166,1115370,6705342,40271418,241746606,1450833930,8706066462,52239587418,313447090446,1880711240490,11284353536382,67706379498618,406239051832686,2437436635519050,14624626786683102,87747781640805018,526486752606949326,3158920703928053610,18953524788427... | 49.833333 | 483 | 0.842809 |
2407887bd60f65887fe07691e5cc96485a15edc2 | 364 | asm | Assembly | programs/oeis/189/A189572.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/189/A189572.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/189/A189572.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A189572: Fixed point of the morphism 0->01, 1->001.
; 0,1,0,0,1,0,1,0,1,0,0,1,0,1,0,0,1,0,1,0,0,1,0,1,0,1,0,0,1,0,1,0,0,1,0,1,0,1,0,0,1,0,1,0,0,1,0,1,0,1,0,0,1,0,1,0,0,1,0,1,0,0,1,0,1,0,1,0,0,1,0,1,0,0,1,0,1,0,1,0,0,1,0,1,0,0,1,0,1,0,0,1,0,1,0,1,0,0,1,0
seq $0,270226 ; a(n) is the number of terms in the n-th block o... | 60.666667 | 201 | 0.590659 |
8877f23777e1ae740498d6233475ffbe39416fcc | 513 | asm | Assembly | mips_architecture/lab1.asm | christosmarg/uni-assignments | bd3fdb78daf038d3a1f6ac1d7c4aad09e19bb795 | [
"MIT"
] | null | null | null | mips_architecture/lab1.asm | christosmarg/uni-assignments | bd3fdb78daf038d3a1f6ac1d7c4aad09e19bb795 | [
"MIT"
] | 1 | 2021-06-03T22:25:48.000Z | 2021-06-03T22:25:48.000Z | mips_architecture/lab1.asm | christosmarg/uni-assignments | bd3fdb78daf038d3a1f6ac1d7c4aad09e19bb795 | [
"MIT"
] | 1 | 2021-06-03T10:36:57.000Z | 2021-06-03T10:36:57.000Z | .data
str: .asciiz "Hello world\n"
num: .word 256
.text
.globl main
main:
li $v0, 4 # 4 - print string
la $a0, str # load address of str
syscall
la $t0, num # load address of num
lw $s1, 0($t0) # load (t0... | 25.65 | 65 | 0.395712 |
d2a6ab772ccac0d83a7ee8e2801d0a22e7b92cf6 | 7,927 | asm | Assembly | src/test/ref/int-conversion.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | 2 | 2022-03-01T02:21:14.000Z | 2022-03-01T04:33:35.000Z | src/test/ref/int-conversion.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | src/test/ref/int-conversion.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | // Tests different integer literal types
// Commodore 64 PRG executable file
.file [name="int-conversion.prg", type="prg", segments="Program"]
.segmentdef Program [segments="Basic, Code, Data"]
.segmentdef Basic [start=$0801]
.segmentdef Code [start=$80d]
.segmentdef Data [startAfter="Code"]
.segment Basic
:BasicUpst... | 24.927673 | 65 | 0.65422 |
2e491a7533641ac79301d4a88e2e13a5e3d4c50a | 5,756 | asm | Assembly | smsq/smsq/loader.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | smsq/smsq/loader.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | smsq/smsq/loader.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | ; SMSQ Standard Loader V3.1
xref.l smsq_vers
; In this version, the hardware initialisation module follows the loader.
; This is followed by the operating system base module.
; The hardware initialistion module is called with d7=0.
; The processor type is saved.
; The config is copied.
; A reset routine is copied to... | 23.983333 | 76 | 0.676338 |
0bb26968e8dc4f11a6cca4eee1f90a58006c88fc | 156 | asm | Assembly | Labs/Lab8_C-Assembly-Interaction/5-6-tutorial/hello-world.asm | CristianCotovanu/IOCLA | 94bc8b092beae8ddba76d95617e7eb5b8cef52f5 | [
"MIT"
] | null | null | null | Labs/Lab8_C-Assembly-Interaction/5-6-tutorial/hello-world.asm | CristianCotovanu/IOCLA | 94bc8b092beae8ddba76d95617e7eb5b8cef52f5 | [
"MIT"
] | null | null | null | Labs/Lab8_C-Assembly-Interaction/5-6-tutorial/hello-world.asm | CristianCotovanu/IOCLA | 94bc8b092beae8ddba76d95617e7eb5b8cef52f5 | [
"MIT"
] | null | null | null | global main
extern printf
section .data
message: db 'Hello, World', 10, 0
section .text
main:
push message
call printf
add esp, 4
ret
| 12 | 37 | 0.647436 |
063760e615d0fb4083fd1bc4f89be4147de39e9b | 21,823 | asm | Assembly | MouseJiggler/MouseJiggler/lib/USBFS_descr.asm | TuningSweeper/USB-MouseJiggler | 5b48dcdd86e359a2a870f8263890a75e68202b7c | [
"MIT"
] | null | null | null | MouseJiggler/MouseJiggler/lib/USBFS_descr.asm | TuningSweeper/USB-MouseJiggler | 5b48dcdd86e359a2a870f8263890a75e68202b7c | [
"MIT"
] | null | null | null | MouseJiggler/MouseJiggler/lib/USBFS_descr.asm | TuningSweeper/USB-MouseJiggler | 5b48dcdd86e359a2a870f8263890a75e68202b7c | [
"MIT"
] | 1 | 2021-01-07T00:06:29.000Z | 2021-01-07T00:06:29.000Z | ;;*****************************************************************************
;;*****************************************************************************
;; FILENAME: USBFS_descr.asm
;; Version: 2.10, Updated on 2015/3/4 at 22:27:56
;; Generated by PSoC Designer 5.4.3191
;;
;; DESCRIPTION: USB User Module De... | 49.040449 | 107 | 0.431975 |
55bf88b9c1735b780585705f8c1cb98cdfdbc243 | 991 | asm | Assembly | examples/asm/test/sioint.asm | bielskij/altair-emu | 49463fd0fcacd70540fd6aa880dfc7cef0ad958d | [
"MIT"
] | null | null | null | examples/asm/test/sioint.asm | bielskij/altair-emu | 49463fd0fcacd70540fd6aa880dfc7cef0ad958d | [
"MIT"
] | null | null | null | examples/asm/test/sioint.asm | bielskij/altair-emu | 49463fd0fcacd70540fd6aa880dfc7cef0ad958d | [
"MIT"
] | null | null | null | ; SIO (not 2SIO) echo test with receive interrupts
org 0
lxi sp,0100h ;init stack pointer
mvi a,01h ;receive ints on
out 00h
ei ;enable 8080 interrutps
; The loop below represents "normal" processing a program may
; be doing. We also verify that the accumulator does not
; get changed by the in... | 29.147059 | 65 | 0.70333 |
8d42f4ba63bbbec9975a23a10e30dfb79919255b | 644 | asm | Assembly | programs/oeis/262/A262140.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/262/A262140.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/262/A262140.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A262140: The first of nine consecutive positive integers the sum of the squares of which is equal to the sum of the squares of eight consecutive positive integers.
; 20,136,812,4752,27716,161560,941660,5488416,31988852,186444712,1086679436,6333631920,36915112100,215157040696,1254027132092,7309005751872,42600007379156... | 23 | 222 | 0.698758 |
d4088f6e5aeaf6358c2cf236207092c3887e2fca | 7,173 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0x48_notsx.log_21829_1861.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_0x48_notsx.log_21829_1861.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_0x48_notsx.log_21829_1861.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 %r9
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x1bc16, %rax
clflush (%rax)
nop
nop
nop
nop
nop
and $34317, %r10
mov $0x6162636465666768, %r9
movq %r9, %xmm1
vmovups %ymm1, (%rax)
nop
add $59407, %r11
lea addresses_UC_ht+0x... | 33.995261 | 2,999 | 0.654398 |
7d7f5ab10f83d188fde6321b408885ea6ae6fcac | 849 | asm | Assembly | oeis/035/A035319.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/035/A035319.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/035/A035319.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A035319: Number of rooted maps of genus n with one vertex and one face; the maps are considered on orientable surfaces and contain 2n edges.
; 1,1,21,1485,225225,59520825,24325703325,14230536445125,11288163762500625,11665426077721040625,15230046989184655753125,24515740420894935215128125,47702727710977364941596305625,... | 32.653846 | 485 | 0.805654 |
cf770cca88bd98e3be6d00a75a63b36b21ffc809 | 86,633 | asm | Assembly | ioq3/build/release-js-js/baseq3/ui/ui_servers2.asm | RawTechnique/quake-port | 2e7c02095f0207831a6026ec23b1c1d75c24f98d | [
"MIT"
] | 1 | 2021-12-31T10:26:58.000Z | 2021-12-31T10:26:58.000Z | ioq3/build/release-js-js/baseq3/ui/ui_servers2.asm | unfriendly/quake-port | 2e7c02095f0207831a6026ec23b1c1d75c24f98d | [
"MIT"
] | 28 | 2019-03-05T20:45:07.000Z | 2019-03-05T20:45:57.000Z | ioq3/build/release-js-js/baseq3/ui/ui_servers2.asm | unfriendly/quake-port | 2e7c02095f0207831a6026ec23b1c1d75c24f98d | [
"MIT"
] | null | null | null | data
align 4
LABELV master_items
address $68
address $69
address $70
address $71
address $72
address $73
address $74
byte 4 0
align 4
LABELV servertype_items
address $75
address $76
address $77
address $78
address $79
byte 4 0
align 4
LABELV sortkey_items
address $80
address $81
address $82
address $83
address $84
byte... | 12.194961 | 45 | 0.826694 |
66b2b14f0b253fb31d8cfcfe7d9172c1602f7116 | 570 | asm | Assembly | oeis/053/A053654.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/053/A053654.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/053/A053654.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A053654: Multiples of 123456789.
; 123456789,246913578,370370367,493827156,617283945,740740734,864197523,987654312,1111111101,1234567890,1358024679,1481481468,1604938257,1728395046,1851851835,1975308624,2098765413,2222222202,2345678991,2469135780,2592592569,2716049358,2839506147,2962962936,3086419725,3209876514,33333... | 95 | 499 | 0.885965 |
2c1f92d09d542f5ec11a243d0c2e6963bfbe542b | 39 | asm | Assembly | pkgs/tools/yasm/src/modules/arch/x86/tests/gas64/gas64-jmpcall.asm | manggoguy/parsec-modified | d14edfb62795805c84a4280d67b50cca175b95af | [
"BSD-3-Clause"
] | 2,151 | 2020-04-18T07:31:17.000Z | 2022-03-31T08:39:18.000Z | pkgs/tools/yasm/src/modules/arch/x86/tests/gas64/gas64-jmpcall.asm | manggoguy/parsec-modified | d14edfb62795805c84a4280d67b50cca175b95af | [
"BSD-3-Clause"
] | 395 | 2020-04-18T08:22:18.000Z | 2021-12-08T13:04:49.000Z | pkgs/tools/yasm/src/modules/arch/x86/tests/gas64/gas64-jmpcall.asm | manggoguy/parsec-modified | d14edfb62795805c84a4280d67b50cca175b95af | [
"BSD-3-Clause"
] | 338 | 2020-04-18T08:03:10.000Z | 2022-03-29T12:33:22.000Z | call foo
callq foo
jmp foo
#jmpq foo
| 5.571429 | 9 | 0.717949 |
7f5c7592c86446dd944c4f8dd5c540e7db60f27a | 207 | asm | Assembly | libsrc/_DEVELOPMENT/font/font_8x8/_font_8x8_clairsys_bold.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 8 | 2017-01-18T12:02:17.000Z | 2021-06-12T09:40:28.000Z | libsrc/_DEVELOPMENT/font/font_8x8/_font_8x8_clairsys_bold.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1 | 2017-03-06T07:41:56.000Z | 2017-03-06T07:41:56.000Z | libsrc/_DEVELOPMENT/font/font_8x8/_font_8x8_clairsys_bold.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 3 | 2017-03-07T03:19:40.000Z | 2021-09-15T17:59:19.000Z | SECTION rodata_font
SECTION rodata_font_8x8
PUBLIC _font_8x8_clairsys_bold
PUBLIC _font_8x8_clairsys_bold_end
_font_8x8_clairsys_bold:
BINARY "font_8x8_clairsys_bold.bin"
_font_8x8_clairsys_bold_end:
| 17.25 | 38 | 0.884058 |
d4e912448592ee457848bb3962044af286155f85 | 675 | asm | Assembly | oeis/289/A289783.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/289/A289783.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/289/A289783.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A289783: p-INVERT of the (3^n), where p(S) = 1 - S - S^2.
; Submitted by Jon Maiga
; 1,5,24,113,527,2446,11325,52369,242008,1117997,5163891,23849270,110142089,508652653,2349005592,10847859961,50095958215,231345247934,1068361195173,4933730638937,22784141325656,105217952251285,485900111176779,2243903303473318,103624219... | 42.1875 | 480 | 0.808889 |
bc808e66fb0c481b656c2d8ac79953e1ab2122cd | 813 | asm | Assembly | OSDev/Try-0/src/boot/32/gdt.asm | Ashwin-Paudel/Tries | 91ea32d715eedca528d143cf5e9dfd9ba70804e3 | [
"Apache-2.0"
] | null | null | null | OSDev/Try-0/src/boot/32/gdt.asm | Ashwin-Paudel/Tries | 91ea32d715eedca528d143cf5e9dfd9ba70804e3 | [
"Apache-2.0"
] | null | null | null | OSDev/Try-0/src/boot/32/gdt.asm | Ashwin-Paudel/Tries | 91ea32d715eedca528d143cf5e9dfd9ba70804e3 | [
"Apache-2.0"
] | null | null | null | ;
; gdt.asm
; KripayaOS
;
; Null Segment
gdt_start:
dq 0x0
; Code Segment
gdt_code:
dw 0xffff ; segment length, bits 0-15
dw 0x0 ; segment base, bits 0-15
db 0x0 ; segment base, bits 16-23
db 10011010b ; flags (8 bits)
db 11001111b ; flags (4 bits) + segment length, bits 16-19
db 0x0 ; seg... | 21.972973 | 59 | 0.667897 |
5440e029b4a78fddd465ef2ef4ed7e06566f2ccc | 712 | asm | Assembly | oeis/127/A127138.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/127/A127138.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/127/A127138.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A127138: Q(1,n), where Q(m,k) is defined in A127080 and A127137,
; Submitted by Christian Krause
; 1,1,-1,-4,3,28,-15,-288,105,3984,-945,-70080,10395,1506240,-135135,-38384640,2027025,1133072640,-34459425,-38038533120,654729075,1431213235200,-13749310575,-59645279232000,316234143225,2726781752217600,-7905853580625,-1... | 39.555556 | 480 | 0.779494 |
d87e8e42fb6efdc3c2796d68c9bb4a5329a87e13 | 325 | asm | Assembly | libsrc/games/vz/bit_close_ei.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/games/vz/bit_close_ei.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/games/vz/bit_close_ei.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | ; $Id: bit_close_ei.asm,v 1.3 2015/01/19 01:32:45 pauloscustodio Exp $
;
; VZ 200 - 1 bit sound functions
;
; Close sound and restore interrupts
;
; Stefano Bodrato - 31/03/2008
;
PUBLIC bit_close_ei
EXTERN bit_irqstatus
.bit_close_ei
push hl
ld hl,(bit_irqstatus)
ex (sp),hl
pop af
ret po
ei
... | 13.541667 | 70 | 0.673846 |
c77eb1e112ec322c5e26d0827ac9beb570fcfa71 | 465 | asm | Assembly | oeis/176/A176439.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/176/A176439.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/176/A176439.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A176439: Decimal expansion of (7+sqrt(53))/2.
; Submitted by Jon Maiga
; 7,1,4,0,0,5,4,9,4,4,6,4,0,2,5,9,1,3,5,5,4,8,6,5,1,2,4,5,7,6,3,5,1,6,3,9,6,8,8,8,8,3,4,8,4,1,2,8,8,2,3,8,7,1,9,1,8,9,0,9,0,8,9,5,6,4,2,0,5,7,8,6,9,3,1,2,4,5,2,5,9,1,6,6,4,7,8,9,7,0,4,5,4,0,4,6,3,3,7,6
mov $2,6
mov $3,$0
mul $3,3
mov $5,47
lpb $3... | 19.375 | 201 | 0.531183 |
4ee8dc46569c8981933fd3edd154e0ea2e9ef9d3 | 640 | asm | Assembly | programs/oeis/326/A326714.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/326/A326714.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/326/A326714.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A326714: a(n) = binomial(n,2) + (2-adic valuation of n).
; 0,2,3,8,10,16,21,31,36,46,55,68,78,92,105,124,136,154,171,192,210,232,253,279,300,326,351,380,406,436,465,501,528,562,595,632,666,704,741,783,820,862,903,948,990,1036,1081,1132,1176,1226,1275,1328,1378
mov $2,$0
mov $5,$0
lpb $2
mov $0,$5
sub $2,1
sub ... | 17.297297 | 203 | 0.523438 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.