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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2734815c82f3046e6ea8bc5f73b87f11da5745c1 | 273 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math48/z80/am48__dtoa_sgnabs.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/float/math48/z80/am48__dtoa_sgnabs.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/float/math48/z80/am48__dtoa_sgnabs.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
SECTION code_fp_math48
PUBLIC am48__dtoa_sgnabs
am48__dtoa_sgnabs:
; enter : AC'= double x
;
; exit : AC'= |x|
; A = sgn(x) = 1 if negative, 0 otherwise
;
; uses : af
exx
ld a,b
res 7,b
exx
rlca
and $01
ret
| 11.375 | 53 | 0.516484 |
a9b73083d02fed1748df40ac624241f2a4ef62af | 50,216 | asm | Assembly | 45/qb/ir/lsrules.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | 45/qb/ir/lsrules.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | 45/qb/ir/lsrules.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | TITLE LSRULES - functions which map opcodes to 'list-node' structs
;======================================================================
; Module: LsRules.asm
;
; Purpose:
; Contains functions which map opcodes to their equivalent
; 'list-node' structures. See lsmain.asm for general comments.
;
;
;================... | 28.370621 | 78 | 0.66899 |
7ca3599b71bd7499df41effdb508666b27771bb4 | 149 | asm | Assembly | src/PJ/rexlib/syslib/free.asm | AnimatorPro/Animator-Pro | 6d0b68cd94bb5cfde2cdd05e9a7c8ee1e1cb3cbb | [
"BSD-3-Clause"
] | 119 | 2015-01-10T15:13:50.000Z | 2022-01-24T04:54:34.000Z | src/PJ/rexlib/syslib/free.asm | AnimatorPro/Animator-Pro | 6d0b68cd94bb5cfde2cdd05e9a7c8ee1e1cb3cbb | [
"BSD-3-Clause"
] | 6 | 2015-10-22T20:14:59.000Z | 2021-07-10T03:25:21.000Z | src/PJ/rexlib/syslib/free.asm | AnimatorPro/Animator-Pro | 6d0b68cd94bb5cfde2cdd05e9a7c8ee1e1cb3cbb | [
"BSD-3-Clause"
] | 27 | 2015-04-24T22:55:30.000Z | 2022-01-21T13:54:00.000Z | include aasyslib.i
CGROUP group code
code segment dword 'CODE'
assume cs:CGROUP,ds:CGROUP
SYSLIB_JUMP free sysl_free
code ends
end
| 12.416667 | 28 | 0.724832 |
e784e7705059e2a7e236777985b35b6a8205b408 | 147 | asm | Assembly | samples/bdphello/main.asm | retro16/blastsdk | 572bd8489e6a2c1cc638120aa62241c99badc2e5 | [
"MIT"
] | 10 | 2017-01-14T16:22:58.000Z | 2021-02-16T21:41:48.000Z | samples/bdphello/main.asm | retro16/blastsdk | 572bd8489e6a2c1cc638120aa62241c99badc2e5 | [
"MIT"
] | null | null | null | samples/bdphello/main.asm | retro16/blastsdk | 572bd8489e6a2c1cc638120aa62241c99badc2e5 | [
"MIT"
] | null | null | null | MAIN
VDPSECURITY
.1
CCALL2 bdp_write, textdata, textend-textdata
ENTER_MONITOR
bra.b .1
textdata
DB "Hello world\n"
textend
| 13.363636 | 49 | 0.680272 |
a966d136ac6df3d6cbba5fd9a6c146531138a2f3 | 1,061 | asm | Assembly | _build/dispatcher/jmp_ippsECCPGetPoint_94bd2f8c.asm | zyktrcn/ippcp | b0bbe9bbb750a7cf4af5914dd8e6776a8d544466 | [
"Apache-2.0"
] | 1 | 2021-10-04T10:21:54.000Z | 2021-10-04T10:21:54.000Z | _build/dispatcher/jmp_ippsECCPGetPoint_94bd2f8c.asm | zyktrcn/ippcp | b0bbe9bbb750a7cf4af5914dd8e6776a8d544466 | [
"Apache-2.0"
] | null | null | null | _build/dispatcher/jmp_ippsECCPGetPoint_94bd2f8c.asm | zyktrcn/ippcp | b0bbe9bbb750a7cf4af5914dd8e6776a8d544466 | [
"Apache-2.0"
] | null | null | null | extern m7_ippsECCPGetPoint:function
extern n8_ippsECCPGetPoint:function
extern y8_ippsECCPGetPoint:function
extern e9_ippsECCPGetPoint:function
extern l9_ippsECCPGetPoint:function
extern n0_ippsECCPGetPoint:function
extern k0_ippsECCPGetPoint:function
extern ippcpJumpIndexForMergedLibs
extern ippcpSafeInit:function
s... | 27.205128 | 91 | 0.792648 |
a9f23f92dcb87b0e1fdb469e8e4fae2f9e9fff95 | 4,317 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_21829_269.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_269.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_269.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 %r8
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x324a, %rsi
lea addresses_D_ht+0x804a, %rdi
nop
nop
inc %rbp
mov $121, %rcx
rep movsb
nop
cmp $36494, %r8
lea addresses_WC_ht+0x524a, %rsi
nop
nop
sub $64730, %r13
movups (%rsi), %xmm6
vpextrq $0,... | 60.802817 | 2,999 | 0.661802 |
2b347f978a0e66c58b3806fe9755ebdee2bb10be | 944 | asm | Assembly | ArchivosTemporales/program.asm | JEBT28/AnalizadorLexico | bea7af70ab6ac76915b062bb8576c233f2f2a5ab | [
"Apache-2.0"
] | null | null | null | ArchivosTemporales/program.asm | JEBT28/AnalizadorLexico | bea7af70ab6ac76915b062bb8576c233f2f2a5ab | [
"Apache-2.0"
] | null | null | null | ArchivosTemporales/program.asm | JEBT28/AnalizadorLexico | bea7af70ab6ac76915b062bb8576c233f2f2a5ab | [
"Apache-2.0"
] | null | null | null | code segment
assume cs:code, ds:code, ss:code
org 100h
a db 05h
main proc
mov ax,cs
mov ds,ax
mov al, a
aam
add ax, 3030h
push ax
mov dl, ah
mov ah, 02h
int 21h
pop dx
mov ah, 02h
int 21h
MOV DL,13
INT 21h
MOV DL,10
INT 21h
mov al, a
ADC al, 05h
mov a, al
mov al, a
aam
add ax, 3030h
push ax
mov dl, ah
mov ah, 02h
int... | 9.833333 | 32 | 0.689619 |
1bbe12be0569e2919d64d569d794a5508c4a51fb | 13,272 | asm | Assembly | save.asm | InsaneFirebat/SM_Savestates | 33a3028d73e952370675b4549c4c280480105a3c | [
"Unlicense"
] | null | null | null | save.asm | InsaneFirebat/SM_Savestates | 33a3028d73e952370675b4549c4c280480105a3c | [
"Unlicense"
] | null | null | null | save.asm | InsaneFirebat/SM_Savestates | 33a3028d73e952370675b4549c4c280480105a3c | [
"Unlicense"
] | null | null | null | ; SD2SNES Savestate code
; originally by acmlm, total, Myria
;
lorom
; Savestate code variables
!FREESPACE = $80F000 ; repoint to anywhere in banks $80-BF, $80 preferred
!RERANDOMIZE ?= 1 ; set to 0 to disable RNG randomization on loadstate
!SAVE_INPUTS = #$6010 ; Select + Y + R
!LOAD_INPUTS = #$6020 ; Select + Y + L... | 29.362832 | 112 | 0.61739 |
00584c60a09334ffbdd222bee35cb34e7d4ab386 | 1,021 | asm | Assembly | 10 - Find Min & Max of 10 Unsigned Decimal Byte-Numbers/prog10.asm | xei/x86-assembly-dos-samples | 0ca6c0be493e66d32cedba57c6d78a1c97f52d79 | [
"Apache-2.0"
] | null | null | null | 10 - Find Min & Max of 10 Unsigned Decimal Byte-Numbers/prog10.asm | xei/x86-assembly-dos-samples | 0ca6c0be493e66d32cedba57c6d78a1c97f52d79 | [
"Apache-2.0"
] | null | null | null | 10 - Find Min & Max of 10 Unsigned Decimal Byte-Numbers/prog10.asm | xei/x86-assembly-dos-samples | 0ca6c0be493e66d32cedba57c6d78a1c97f52d79 | [
"Apache-2.0"
] | null | null | null | ; Program 01 - Find Min/Max of 10 Unsigned Decimal Byte-Numbers
; Written by Hamidreza Hosseinkhani (hosseinkhani@live.com)
; June, 2011
TITLE Find Min/Max of 10 Unsigned Decimal Byte-Numbers
StkSeg SEGMENT para stack 'stack'
DB 64 DUP (?)
StkSeg ENDS
DtaSeg SEGMENT para private 'data'
Nums DB 23, 1... | 20.42 | 68 | 0.658178 |
98f706e873c3e6367ea26f01a3ef7c421e90bf21 | 321 | asm | Assembly | programs/oeis/192/A192797.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/192/A192797.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/192/A192797.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A192797: Molecular topological indices of the cycle graphs
; 4,12,24,48,80,132,196,288,396,540,704,912,1144,1428,1740,2112,2516,2988,3496,4080,4704,5412,6164,7008,7900,8892,9936,11088,12296,13620,15004,16512,18084,19788,21560,23472,25456,27588,29796,32160,34604
add $0,1
mov $2,$0
pow $0,2
div $0,2
add $0,4
mul $0,$2... | 32.1 | 202 | 0.747664 |
776f92a6d97ef2c6110623c59bb970999d1d87d8 | 303 | asm | Assembly | example/example6.asm | Benni3D/MicroVM-8 | 6929dfe20ff2598688ef0a2b02f6c599e8e25419 | [
"Apache-2.0"
] | 1 | 2018-02-01T17:45:36.000Z | 2018-02-01T17:45:36.000Z | example/example6.asm | Benni3D/MicroVM-8 | 6929dfe20ff2598688ef0a2b02f6c599e8e25419 | [
"Apache-2.0"
] | null | null | null | example/example6.asm | Benni3D/MicroVM-8 | 6929dfe20ff2598688ef0a2b02f6c599e8e25419 | [
"Apache-2.0"
] | null | null | null | ; Declare function-address of "func"
.set _func, $100
; Move a value in parameter-register
mov %a, $10
; Calling function "func"
call _func
; Exit the program
exit
; Define function "func(%a)"
.space _func
; Do some stuff
printi %a
printc $13
; And return from function
ret
| 13.173913 | 37 | 0.656766 |
dfcae44039f31a126ad383224c66dca7deebb570 | 33,911 | asm | Assembly | src/camera.asm | ISSOtm/gb-open-world | b0b5b838e2a98e536e440632c95472ea057111c5 | [
"MIT"
] | 8 | 2021-03-14T21:48:19.000Z | 2021-11-16T11:05:16.000Z | src/camera.asm | ISSOtm/gb-open-world | b0b5b838e2a98e536e440632c95472ea057111c5 | [
"MIT"
] | null | null | null | src/camera.asm | ISSOtm/gb-open-world | b0b5b838e2a98e536e440632c95472ea057111c5 | [
"MIT"
] | null | null | null |
INCLUDE "defines.asm"
MAX_CAM_SPEED equ 8 * SUBPX_PER_PX
EXPORT MAX_CAM_SPEED
VIEWPORT_HEIGHT_B equ SCRN_Y_B + 1
VIEWPORT_WIDTH_B equ SCRN_X_B + 1
SECTION "Camera movement funcs", ROMX
rsreset
MACRO cam_movt_type
\1 rb
EXPORT \1
dw \2
ENDM
CameraMovtFuncs::
cam_movt_type CAM_STATIC, StaticCamera ; Stays at ... | 27.841544 | 107 | 0.679308 |
026f006a520646ef85e3260886e742255650dcb3 | 406 | asm | Assembly | programs/oeis/214/A214721.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/214/A214721.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/214/A214721.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A214721: Least m>0 such that 2*n+1+m and n-m are not relatively prime.
; 1,2,1,4,1,6,1,3,1,10,1,12,1,14,1,2,1,3,1,20,1,22,1,24,1,26,1,3,1,2,1,32,1,34,1,36,1,3,1,7,1,42,1,2,1,46,1,3,1,50,1,52,1,54,1,4,1,2,1,60,1,7,1,64,1,66,1,3,1,70,1,2,1,74,1,76,1,3,1,80,1,4,1,7,1,2,1,3,1,90,1,92,1,94,1,11,1,3,1,2
mov $1,1
mov $2,$0... | 27.066667 | 227 | 0.566502 |
5d192b186f4f07e22600adbc1b2ecd0077bd0903 | 68 | asm | Assembly | ex1.asm | JLJL0308/x86_Assembly | 7df1e30d236339d244c44f8a41879ad45b2e4912 | [
"MIT"
] | null | null | null | ex1.asm | JLJL0308/x86_Assembly | 7df1e30d236339d244c44f8a41879ad45b2e4912 | [
"MIT"
] | null | null | null | ex1.asm | JLJL0308/x86_Assembly | 7df1e30d236339d244c44f8a41879ad45b2e4912 | [
"MIT"
] | null | null | null | global _start
_start
mov eax, 1
mov ebx, 42
sub ebx, 29
int 0x80 | 11.333333 | 13 | 0.705882 |
7c78a10a65dcfec3f90af4575c1ed849d7e9359e | 4,531 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_5_1533.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_5_1533.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_5_1533.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 %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0x1ab90, %rdx
nop
nop
nop
nop
cmp %r14, %r14
mov $0x6162636465666768, %r11
movq %r11, %xmm2
vmovups %ymm2, (%rdx)
nop
xor $5569, %r15
lea addresses_normal_ht+0x2bb6, %... | 21.074419 | 149 | 0.649525 |
80e8b2368ae670dd04c593c7752d5e8d9895692d | 390 | asm | Assembly | Chapter_8/Program 8.3_MMX/x86_64/Program_8.3_NASM.asm | chen150182055/Assembly | e5e76bea438a3752b59775098205a77aa7087110 | [
"MIT"
] | 272 | 2016-12-28T02:24:21.000Z | 2022-03-30T21:05:37.000Z | Chapter_8/Program 8.3_MMX/x86_64/Program_8.3_NASM.asm | chen150182055/Assembly | e5e76bea438a3752b59775098205a77aa7087110 | [
"MIT"
] | 1 | 2018-04-17T19:47:52.000Z | 2018-04-17T19:47:52.000Z | Chapter_8/Program 8.3_MMX/x86_64/Program_8.3_NASM.asm | chen150182055/Assembly | e5e76bea438a3752b59775098205a77aa7087110 | [
"MIT"
] | 62 | 2017-02-02T14:39:37.000Z | 2022-01-04T09:02:07.000Z | ; Program 8.3
; MMX - NASM (64-bit)
; Copyright (c) 2019 Hall & Slonka
section .data
w1: dw 1, 2, 3, 4
w5: dw 5, 6, 7, 8
result: dq 0
section .text
global _main
_main:
movq mm0, [rel w1] ; move quadword w1-w4 to MM0
movq mm1, [rel w5] ; move quadword w5-w8 to MM1
paddsw mm0, mm1 ; add packed signed words
movq [rel... | 16.956522 | 47 | 0.671795 |
928e5d30d619b813a7d3694185704b8f5c29e851 | 73 | asm | Assembly | HW1/a.asm | yuya737/tiny_vm | 52b56f0caf879d623d1e96162c39ca4da1c7478f | [
"CC-BY-3.0"
] | null | null | null | HW1/a.asm | yuya737/tiny_vm | 52b56f0caf879d623d1e96162c39ca4da1c7478f | [
"CC-BY-3.0"
] | null | null | null | HW1/a.asm | yuya737/tiny_vm | 52b56f0caf879d623d1e96162c39ca4da1c7478f | [
"CC-BY-3.0"
] | null | null | null | .class Sample:Obj
.method $constructor
const 3
const 4
call Int:plus
| 10.428571 | 20 | 0.739726 |
dd1113210fc8fc4441dc7359ba54bb94d874e198 | 132 | asm | Assembly | asm/set.asm | toastedcornflakes/JIT_brainfuck | db0c33973aec267f3109507fff1ee74c1c692d5b | [
"BSD-3-Clause"
] | 18 | 2015-10-05T04:30:26.000Z | 2021-09-13T06:47:42.000Z | asm/set.asm | newdive/JIT_brainfuck | db0c33973aec267f3109507fff1ee74c1c692d5b | [
"BSD-3-Clause"
] | 1 | 2015-10-04T22:19:00.000Z | 2015-10-05T18:01:07.000Z | asm/set.asm | newdive/JIT_brainfuck | db0c33973aec267f3109507fff1ee74c1c692d5b | [
"BSD-3-Clause"
] | 10 | 2015-10-06T18:01:49.000Z | 2021-06-24T03:27:00.000Z | BITS 64
; used for setting the address of the playground
; 0xdeadbeefabad1dea is filled by the compiler
mov rdx, 0xdeadbeefabad1dea
| 26.4 | 48 | 0.818182 |
0723cab61167a405f5a40663c5f07961ba3936ed | 465 | asm | Assembly | oeis/232/A232994.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/232/A232994.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/232/A232994.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A232994: a(n) = 6*(n - 3)*(n - 4)*2^(n-3)*n^(n-4).
; Submitted by Christian Krause
; 0,0,240,10368,395136,15728640,680244480,32256000000,1676208500736,95105071448064,5863863973294080,390979732037959680,28060084800000000000,2158269056624017539072,177206054288314912014336,15475174380451335052984320,14326708910830196851... | 29.0625 | 274 | 0.767742 |
81807456deb8ab74a1c7c63b9c17c9ca3d855c1d | 614,292 | asm | Assembly | kernel.asm | samruddhishastri/Modified-xv6 | eba2cf79256d446eaec1b9815aad5b1ac5117e54 | [
"MIT-0"
] | null | null | null | kernel.asm | samruddhishastri/Modified-xv6 | eba2cf79256d446eaec1b9815aad5b1ac5117e54 | [
"MIT-0"
] | null | null | null | kernel.asm | samruddhishastri/Modified-xv6 | eba2cf79256d446eaec1b9815aad5b1ac5117e54 | [
"MIT-0"
] | null | null | null |
kernel: file format elf32-i386
Disassembly of section .text:
80100000 <multiboot_header>:
80100000: 02 b0 ad 1b 00 00 add 0x1bad(%eax),%dh
80100006: 00 00 add %al,(%eax)
80100008: fe 4f 52 decb 0x52(%edi)
8010000b: e4 .byte 0xe4
8010000c <entry>:
# E... | 38.381256 | 250 | 0.523707 |
82f17647b0273ab05a00aa6bb98928ce99f4c0ec | 6,953 | asm | Assembly | stage2/16/vecs16.asm | tkchia/rebrief | beb4199b2c4b17bfcca3552ae94dfb3649445da5 | [
"BSD-3-Clause"
] | null | null | null | stage2/16/vecs16.asm | tkchia/rebrief | beb4199b2c4b17bfcca3552ae94dfb3649445da5 | [
"BSD-3-Clause"
] | null | null | null | stage2/16/vecs16.asm | tkchia/rebrief | beb4199b2c4b17bfcca3552ae94dfb3649445da5 | [
"BSD-3-Clause"
] | null | null | null | ; Copyright (c) 2021 TK Chia
;
; Redistribution and use in source and binary forms, with or without
; modification, are permitted provided that the following conditions are
; met:
;
; * Redistributions of source code must retain the above copyright
; notice, this list of conditions and the following disclaimer.
;... | 23.410774 | 75 | 0.722853 |
db7e7a6ee30c1b95bf40a18311673f91f67bbde2 | 332 | asm | Assembly | oeis/021/A021987.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/021/A021987.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/021/A021987.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A021987: Decimal expansion of 1/983.
; Submitted by Jamie Morken(s2)
; 0,0,1,0,1,7,2,9,3,9,9,7,9,6,5,4,1,2,0,0,4,0,6,9,1,7,5,9,9,1,8,6,1,6,4,8,0,1,6,2,7,6,7,0,3,9,6,7,4,4,6,5,9,2,0,6,5,1,0,6,8,1,5,8,6,9,7,8,6,3,6,8,2,6,0,4,2,7,2,6,3,4,7,9,1,4,5,4,7,3,0,4,1,7,0,9,0,5,3
add $0,1
mov $2,10
pow $2,$0
div $2,983
mov $0,$... | 30.181818 | 199 | 0.560241 |
101def60337c2964857a207e21961d5e4033571d | 678 | asm | Assembly | oeis/041/A041060.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/041/A041060.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/041/A041060.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A041060: Numerators of continued fraction convergents to sqrt(37).
; Submitted by Jon Maiga
; 6,73,882,10657,128766,1555849,18798954,227143297,2744518518,33161365513,400680904674,4841332221601,58496667563886,706801342988233,8540112783422682,103188154744060417,1246797969712147686,15064763791289832649,18202396346519013... | 42.375 | 473 | 0.840708 |
e160c91c518f04a6a829fe82005ff779d9dee5c0 | 182 | asm | Assembly | data/pokemon/dex_entries/gupgold.asm | AtmaBuster/pokeplat-gen2 | fa83b2e75575949b8f72cb2c48f7a1042e97f70f | [
"blessing"
] | 6 | 2021-06-19T06:41:19.000Z | 2022-02-15T17:12:33.000Z | data/pokemon/dex_entries/gupgold.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | null | null | null | data/pokemon/dex_entries/gupgold.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | 3 | 2021-01-15T18:45:40.000Z | 2021-10-16T03:35:27.000Z | db "GOLDFISH@" ; species name
db "Even at a young"
next "age, this #MON"
next "swims quickly and"
page "with ease, even"
next "against relatively"
next "strong currents.@" | 20.222222 | 30 | 0.675824 |
776e979cb23fc7ba72c97619829b0330d75ad146 | 756 | asm | Assembly | oeis/246/A246642.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/246/A246642.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/246/A246642.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A246642: Sequence appearing in the curvature of a certain four circle touching problem: (-3 + 5*A007805(n))/2.
; Submitted by Christian Krause
; 1,41,761,13681,245521,4405721,79057481,1418628961,25456263841,456794120201,8196837899801,147086288076241,2639356347472561,47361327966429881,849864547048265321,1525020051890... | 44.470588 | 490 | 0.835979 |
60e44d25b9a4037a4b6df1943c2baa0b66ae88b7 | 505 | asm | Assembly | nine/ines_header.asm | sgadrat/nine-gine | 67270342ac022c703d2ba64e9490c1b8fb76470a | [
"WTFPL"
] | 6 | 2018-05-22T16:19:36.000Z | 2021-03-28T22:11:10.000Z | nine/ines_header.asm | sgadrat/nine-gine | 67270342ac022c703d2ba64e9490c1b8fb76470a | [
"WTFPL"
] | null | null | null | nine/ines_header.asm | sgadrat/nine-gine | 67270342ac022c703d2ba64e9490c1b8fb76470a | [
"WTFPL"
] | null | null | null | .asc "NES", $1A ; iNES magic
.byt 2 ; PRG section occupies 2*16KiB memory
.byt 1 ; CHR section occupies 1* 8KiB memory
.byt %00000000 ; Flags 6 - mapper 0, horizontal mirroring, no trainer, no persistent memory
.byt 0 ; Flags 7 - mapper 0, not NES 2.0, not PlayChoice10, not VS unisystem
.byt... | 36.071429 | 92 | 0.554455 |
6e2610ea02c7b5360fe0055a77a3010d56dfd918 | 1,091 | asm | Assembly | Working Disassembly/General/Sprites/Sandworm/Map - Sandworm.asm | TeamASM-Blur/Sonic-3-Blue-Balls-Edition | 7e8a2c5df02271615ff4cae529521e6b1560d6b1 | [
"Apache-2.0"
] | 5 | 2021-07-09T08:17:56.000Z | 2022-02-27T19:57:47.000Z | Working Disassembly/General/Sprites/Sandworm/Map - Sandworm.asm | TeamASM-Blur/Sonic-3-Blue-Balls-Edition | 7e8a2c5df02271615ff4cae529521e6b1560d6b1 | [
"Apache-2.0"
] | null | null | null | Working Disassembly/General/Sprites/Sandworm/Map - Sandworm.asm | TeamASM-Blur/Sonic-3-Blue-Balls-Edition | 7e8a2c5df02271615ff4cae529521e6b1560d6b1 | [
"Apache-2.0"
] | null | null | null | ; Sandworm mappings
dc.w word_186D22-Map_Sandworm
dc.w word_186D2A-Map_Sandworm
dc.w word_186D32-Map_Sandworm
dc.w word_186D3A-Map_Sandworm
dc.w word_186D42-Map_Sandworm
dc.w word_186D4A-Map_Sandworm
dc.w word_186D52-Map_Sandworm
dc.w word_186D5A-Map_Sandworm
dc.w word_186D62-Map_Sandworm
word_186D22:... | 37.62069 | 49 | 0.622365 |
27fddaa48c439cba36cd1bbe8043bd3a68552478 | 7,718 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_ht_zr_un_/i3-7100_9_0x84_notsx.log_21829_494.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_ht_zr_un_/i3-7100_9_0x84_notsx.log_21829_494.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_ht_zr_un_/i3-7100_9_0x84_notsx.log_21829_494.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 %r9
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x1c1bf, %rax
nop
nop
nop
nop
nop
xor %r9, %r9
mov $0x6162636465666768, %rdi
movq %rdi, (%rax)
add $32991, %rcx
lea addresses_A_ht+0x1c3bf, %rsi
lea addresses_WC_ht+0x70af, %rdi
clflush ... | 33.850877 | 2,999 | 0.65574 |
b49909e8f382e6c05557eaeaf85640535dd333b2 | 588 | asm | Assembly | oeis/028/A028994.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/028/A028994.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/028/A028994.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A028994: Even 10-gonal (or decagonal) numbers.
; 0,10,52,126,232,370,540,742,976,1242,1540,1870,2232,2626,3052,3510,4000,4522,5076,5662,6280,6930,7612,8326,9072,9850,10660,11502,12376,13282,14220,15190,16192,17226,18292,19390,20520,21682,22876,24102,25360,26650,27972,29326,30712,32130,33580,35062,36576,38122,39700,41... | 73.5 | 498 | 0.792517 |
9937ffba732e952a58278b111e137ee9c50393d2 | 5,223 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_st_/i7-8650U_0xd2_notsx.log_13425_611.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_st_/i7-8650U_0xd2_notsx.log_13425_611.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_st_/i7-8650U_0xd2_notsx.log_13425_611.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 %r15
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x93a0, %r9
nop
nop
nop
nop
nop
sub %r15, %r15
mov (%r9), %r10d
nop
nop
nop
inc %rsi
lea addresses_D_ht+0xb3a0, %rsi
lea addresses_D_ht+0x1cba0, %rdi
nop
nop
xor %r13, %r13
mov $2, %rcx
r... | 42.811475 | 2,999 | 0.659966 |
079399499731c764377a5edddcfacd63fc886e3b | 314 | asm | Assembly | programs/oeis/170/A170836.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/170/A170836.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/170/A170836.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A170836: First differences of A170837.
; 0,1,4,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16
mov $1,$0
lpb $0,1
mov $0,2
mov $1,4
lpe
pow $1,2
| 31.4 | 217 | 0.646497 |
7ee9fd5cbd1cabb5d4c8f202cdc2ef8b009bc770 | 26,632 | asm | Assembly | tables.asm | laubzega/c0pperdragon-VIC-II-Palette-editor | 715c309b4d5a4380c5af3bdb1d0118e2eb158222 | [
"MIT"
] | 12 | 2019-09-25T10:11:19.000Z | 2022-03-26T20:21:06.000Z | tables.asm | laubzega/c0pperdragon-VIC-II-Palette-editor | 715c309b4d5a4380c5af3bdb1d0118e2eb158222 | [
"MIT"
] | 5 | 2020-06-14T19:26:06.000Z | 2021-01-25T18:37:16.000Z | tables.asm | laubzega/c0pperdragon-VIC-II-Palette-editor | 715c309b4d5a4380c5af3bdb1d0118e2eb158222 | [
"MIT"
] | 1 | 2020-09-11T05:06:35.000Z | 2020-09-11T05:06:35.000Z | ;*******************
;Pre computed tables
;*******************
DefaultPaletteYPbPrLo
.byte 16, 16, 184, 11, 182, 132, 78, 17, 117, 114, 184, 16, 16, 12, 70, 16
DefaultPaletteYPbPrHi
.byte 2, 126, 41, 78, 50, 65, 35,... | 192.985507 | 750 | 0.612083 |
2d1b05685e033aba625acfb9ea53092095cc2940 | 140 | asm | Assembly | wof/lcs/base/1C2.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/base/1F6.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | a4a0c86c200241494b3f1834cd0aef8dc02f7683 | [
"Apache-2.0"
] | null | null | null | wof/lcs/base/1F6.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
01A610 dbra D1, $1a60e
copyright zengfr site:http://github.com/zengfr/romhack
| 23.333333 | 54 | 0.764286 |
27b6f154be7a42caadd5892868838b5fc9457433 | 706 | asm | Assembly | src/msx/sample_res/sfx_03.asm | aburi6800/msx-PSGSoundDriver | 25ac1c6acf25afd73e7aa66df2bb88b62423eb2f | [
"MIT"
] | 3 | 2021-11-21T12:46:14.000Z | 2022-01-09T01:52:52.000Z | src/msx/sample_res/sfx_03.asm | aburi6800/msx-PSGSoundDriver | 25ac1c6acf25afd73e7aa66df2bb88b62423eb2f | [
"MIT"
] | 4 | 2021-11-23T09:18:07.000Z | 2021-12-03T15:40:16.000Z | src/msx/sample_res/sfx_03.asm | aburi6800/msx-PSGSoundDriver | 25ac1c6acf25afd73e7aa66df2bb88b62423eb2f | [
"MIT"
] | null | null | null | SFX_03:
DB 10
DW $0000
DW $0000
DW SFX_03_TRK3
SFX_03_TRK3:
DB 217, %10, 212, 21, 1, 14, 1, 8, 1, 0, 1, 7, 1, 14, 1, 21
DB 1, 30, 1, 79, 1, 211, 71, 1, 210, 59, 1, 209, 47, 1, 208, 35
DB 1, 207, 23, 1, 206, 16, 1, 205, 9, 1, 211, 79, 1, 210, 71, 1
DB 209, 59, 1, 208, 47, 1, 207, ... | 39.222222 | 71 | 0.475921 |
065e0fc58916e5d48b3e09fb372dcb158500f699 | 312 | asm | Assembly | multiple_initializations.asm | tor4z/nasm_training | 0d7be19c9ff66ca7972e6270388a385c85829814 | [
"Unlicense"
] | null | null | null | multiple_initializations.asm | tor4z/nasm_training | 0d7be19c9ff66ca7972e6270388a385c85829814 | [
"Unlicense"
] | null | null | null | multiple_initializations.asm | tor4z/nasm_training | 0d7be19c9ff66ca7972e6270388a385c85829814 | [
"Unlicense"
] | null | null | null | global _start
section .data
starts times 9 db '*'
newLine db 0xa
section .text
_start:
; Output starts
mov eax, 4
mov ebx, 1
mov ecx, starts
mov edx, 9
int 0x80
; '\n'
mov eax, 4
mov ebx, 1
mov ecx, newLine
mov edx, 1
int 0x80
; Exit
mov eax, 1 ; exit sys call
mov ebx, 0 ;exit code
int 0x80
| 12.48 | 27 | 0.653846 |
fabae5e6e6cb4dab28928119ce7189ff5be29e10 | 872 | asm | Assembly | text/maps/silph_co_8f.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 16 | 2018-08-28T21:47:01.000Z | 2022-02-20T20:29:59.000Z | text/maps/SilphCo8F.asm | JStar-debug2020/pokemon-rby-dx | c2fdd8145d96683addbd8d9075f946a68d1527a1 | [
"MIT"
] | 7 | 2020-07-16T10:48:52.000Z | 2021-01-28T18:32:02.000Z | text/maps/SilphCo8F.asm | JStar-debug2020/pokemon-rby-dx | c2fdd8145d96683addbd8d9075f946a68d1527a1 | [
"MIT"
] | 2 | 2021-03-28T18:33:43.000Z | 2021-05-06T13:12:09.000Z | _SilphCo8Text_565be::
text "I wonder if SILPH"
line "is finished..."
done
_SilphCo8Text_565c3::
text "Thanks for saving"
line "us!"
done
_SilphCo8BattleText1::
text "That's as far as"
line "you'll go!"
done
_SilphCo8EndBattleText1::
text "Not"
line "enough grit!"
prompt
_SilphCo8AfterBattleText1::
text... | 15.298246 | 27 | 0.716743 |
23f043abfe60c7aacb84ede030bb7cea227b6600 | 1,182 | asm | Assembly | cwiczenia5/zad6.asm | adamczykpiotr/AGH_WIMiIP_Architektury_Komputerow | 0b1d41c6903632dd9ab2b7d624288eb2f5f80240 | [
"MIT"
] | 1 | 2019-02-28T15:40:21.000Z | 2019-02-28T15:40:21.000Z | cwiczenia5/zad6.asm | adamczykpiotr/AGH_WIMiIP_Architektury_Komputerow | 0b1d41c6903632dd9ab2b7d624288eb2f5f80240 | [
"MIT"
] | null | null | null | cwiczenia5/zad6.asm | adamczykpiotr/AGH_WIMiIP_Architektury_Komputerow | 0b1d41c6903632dd9ab2b7d624288eb2f5f80240 | [
"MIT"
] | 1 | 2019-03-03T17:52:08.000Z | 2019-03-03T17:52:08.000Z | extern scanf
extern printf
section .data
napis db "Wpisz liczbe: ",0
format db "%d",0
format2 db 10,"Srednia arytmetyczna wynosi %d reszty %d.",10,"Suma wynosi: %d",10,"Suma kwadratow wynosi: %d.",10,0
temp dd 0
ilosc dd 0
suma dd 0
avgint dd 0
avgmod dd 0
kwadrat dd 0
tab TIMES 20 dd 0
section .text
glob... | 11.257143 | 116 | 0.646362 |
aeaea1cc231db733bbc8e27d6c400ccedd5b9fcd | 234 | asm | Assembly | Test/dp.sse3.x64.asm | lsalamon/slimgen | a4c959438a9d6dfc487fc34856e2b69a146c1e61 | [
"MIT"
] | null | null | null | Test/dp.sse3.x64.asm | lsalamon/slimgen | a4c959438a9d6dfc487fc34856e2b69a146c1e61 | [
"MIT"
] | null | null | null | Test/dp.sse3.x64.asm | lsalamon/slimgen | a4c959438a9d6dfc487fc34856e2b69a146c1e61 | [
"MIT"
] | null | null | null | BITS 64
dp:
movups xmm0, [rcx]
movups xmm1, [rdx]
mulps xmm1,xmm0
movaps xmm0,xmm1
haddps xmm0, xmm0
haddps xmm0, xmm0
movss [r8],xmm0
rep ret | 23.4 | 28 | 0.452991 |
780bc94f5a83f2edbd892598025c861d49f43fe8 | 657 | asm | Assembly | oeis/272/A272199.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/272/A272199.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/272/A272199.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A272199: Expansion of 1/(1 - 2*x + 13*x^2).
; Submitted by Christian Krause
; 1,2,-9,-44,29,630,883,-6424,-24327,34858,385967,318780,-4380011,-12904162,31131819,230017744,55321841,-2879586990,-6478357913,24477915044,133174482957,-51863929658,-1834996137757,-2995761189960,17863427410921,74671750291322,-82881055759329,... | 43.8 | 479 | 0.791476 |
825fd19c64cbba6fd7785d1c894b94c8afba7850 | 510 | asm | Assembly | programs/oeis/066/A066520.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/066/A066520.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/066/A066520.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A066520: Number of primes of the form 4m+3 <= n minus number of primes of the form 4m+1 <= n.
; 0,0,1,1,0,0,1,1,1,1,2,2,1,1,1,1,0,0,1,1,1,1,2,2,2,2,2,2,1,1,2,2,2,2,2,2,1,1,1,1,0,0,1,1,1,1,2,2,2,2,2,2,1,1,1,1,1,1,2,2,1,1,1,1,1,1,2,2,2,2,3,3,2,2,2,2,2,2,3,3,3,3,4,4,4,4,4,4,3,3,3,3,3,3,3,3,2,2,2,2
lpb $0
mov $2,$0
... | 36.428571 | 201 | 0.541176 |
aef5afbac3cfb343b94d3fe20e39b43161b2d3fa | 208 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/am9511/lam32/c/sccz80/exp2_fastcall.asm | ahjelm/z88dk | c4de367f39a76b41f6390ceeab77737e148178fa | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/math/float/am9511/lam32/c/sccz80/exp2_fastcall.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/math/float/am9511/lam32/c/sccz80/exp2_fastcall.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
SECTION code_fp_am9511
PUBLIC exp2_fastcall
EXTERN _am9511_exp2
defc exp2_fastcall = _am9511_exp2
; SDCC bridge for Classic
IF __CLASSIC
PUBLIC _exp2_fastcall
defc _exp2_fastcall = _am9511_exp2
ENDIF
| 14.857143 | 34 | 0.831731 |
9b3f1276a023acdef92f0d9b4124c786408005cf | 309 | asm | Assembly | programs/oeis/177/A177022.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/177/A177022.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/177/A177022.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A177022: Decimal expansion of 49/36.
; 1,3,6,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
mov $1,15
add $1,$0
mod $1,6
bin $1,$0
div $1,2
add $1,1
mov $0,$1
| 28.090909 | 201 | 0.533981 |
4fc533f7c74749e13e430f6c52999cb2b9fb4f9c | 433 | asm | Assembly | programs/oeis/326/A326690.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/326/A326690.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/326/A326690.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A326690: Denominator of the fraction (Sum_{prime p | n} 1/p - 1/n).
; 1,1,1,4,1,3,1,8,9,5,1,4,1,7,15,16,1,9,1,20,7,11,1,24,25,13,27,28,1,1,1,32,33,17,35,36,1,19,13,40,1,21,1,44,45,23,1,16,49,25,51,52,1,27,11,8,19,29,1,60,1,31,63,64,65,11,1,68,69,35,1,72,1,37,25,76,77,39,1,16,81,41,1,28,85,43,87,88,1,45,91,92,31,47,95... | 54.125 | 265 | 0.6097 |
92bde204999c2414840d03b41b2dbf627a5520e4 | 552 | asm | Assembly | programs/oeis/008/A008752.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/008/A008752.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/008/A008752.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A008752: Expansion of (1+x^9)/((1-x)*(1-x^2)*(1-x^3)).
; 1,1,2,3,4,5,7,8,10,13,15,18,22,25,29,34,38,43,49,54,60,67,73,80,88,95,103,112,120,129,139,148,158,169,179,190,202,213,225,238,250,263,277,290,304,319,333,348,364,379,395,412,428,445,463,480,498,517,535,554,574,593,613,634,654,675,697,718,740,763,785,808,832,855... | 36.8 | 388 | 0.666667 |
a9c76055f017ceb9c29dd2d02fbbe44b92493630 | 298 | asm | Assembly | oeis/216/A216164.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/216/A216164.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/216/A216164.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A216164: Period of powers of 7 mod 10^n.
; 4,4,20,100,500,5000,50000,500000,5000000,50000000,500000000,5000000000,50000000000,500000000000,5000000000000,50000000000000,500000000000000,5000000000000000,50000000000000000,500000000000000000
trn $0,1
seq $0,216099 ; Period of powers of 3 mod 10^n.
| 49.666667 | 196 | 0.815436 |
4095e9b495aa2aa354120f5e910a0d8b42b486e2 | 250 | asm | Assembly | libsrc/_DEVELOPMENT/compress/zx2/c/sdcc/dzx2_nano_back.asm | ahjelm/z88dk | c4de367f39a76b41f6390ceeab77737e148178fa | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/compress/zx2/c/sdcc/dzx2_nano_back.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/compress/zx2/c/sdcc/dzx2_nano_back.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
; void dzx2_nano_back(void *src, void *dst)
SECTION code_clib
SECTION code_compress_zx2
PUBLIC _dzx2_nano_back
EXTERN asm_dzx2_nano_back
_dzx2_nano_back:
pop af
pop hl
pop de
push de
push hl
push af
jp asm_dzx2_nano_back
| 11.363636 | 43 | 0.74 |
e36c15142e6e3a8f990922e9d6075e08f17406fd | 622 | asm | Assembly | oeis/055/A055775.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/055/A055775.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/055/A055775.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A055775: a(n) = floor(n^n / n!).
; 1,1,2,4,10,26,64,163,416,1067,2755,7147,18613,48638,127463,334864,881657,2325750,6145596,16263866,43099804,114356611,303761260,807692034,2149632061,5726042115,15264691107,40722913454,108713644516,290404350962,776207020879,2075825009901,5554277310717,14868745536619,39821588060720,106... | 47.846154 | 496 | 0.815113 |
eaec86f126a20ec9e58befe14ca810cdfb2e4bf9 | 500 | asm | Assembly | oeis/059/A059549.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/059/A059549.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/059/A059549.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A059549: Beatty sequence for 1 + 1/log(10).
; 1,2,4,5,7,8,10,11,12,14,15,17,18,20,21,22,24,25,27,28,30,31,32,34,35,37,38,40,41,43,44,45,47,48,50,51,53,54,55,57,58,60,61,63,64,65,67,68,70,71,73,74,76,77,78,80,81,83,84,86,87,88,90,91,93,94,96,97,98,100,101,103,104,106,107,109,110,111,113,114,116,117,119,120,121,123,124... | 45.454545 | 326 | 0.674 |
4fd97bfde7a97762ca39e385a52c874bf64be548 | 352 | asm | Assembly | copy.asm | informramiz/Assembly-Language-Programs | 600d8f737a09ef4c133b686918501fba56dd586e | [
"Apache-2.0"
] | null | null | null | copy.asm | informramiz/Assembly-Language-Programs | 600d8f737a09ef4c133b686918501fba56dd586e | [
"Apache-2.0"
] | null | null | null | copy.asm | informramiz/Assembly-Language-Programs | 600d8f737a09ef4c133b686918501fba56dd586e | [
"Apache-2.0"
] | null | null | null | .MODEL SMALL
.STACK 100H
.DATA
ARRAY1 DB 'a','b','c','d','e','f','g','h'
ARRAY2 DB 0H,0H,0H,0H,0H,0H,0H,0H
.CODE
MAIN PROC
MOV AX,@DATA
MOV DS,AX
MOV CX,8
LEA si,ARRAY1
LEA di,ARRAY2
COPY:
MOV AH,[si]
MOV [di],AH
INC si
INC di
DEC CX
JNZ COPY
EXIT:
MOV AH,4CH
INT 21H
... | 11 | 43 | 0.545455 |
fe16ec7788d39e0cfc14c63dabe851348bb2ce70 | 294 | asm | Assembly | programs/oeis/004/A004959.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/004/A004959.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/004/A004959.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A004959: a(n) = ceiling(n*phi^4), where phi is the golden ratio, A001622.
; 0,7,14,21,28,35,42,48,55,62,69,76,83,90,96,103,110,117,124,131,138,144,151,158,165,172,179,186,192,199,206,213,220,227,234,240,247,254,261,268,275,282,288,295,302,309
add $0,8
mul $0,48
div $0,7
mov $1,$0
sub $1,54
| 32.666667 | 168 | 0.680272 |
bdd7c358daeb7271939f8815fe9bae3f0615c252 | 4,898 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xa0_notsx.log_21829_132.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xa0_notsx.log_21829_132.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xa0_notsx.log_21829_132.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_A_ht+0x1252e, %r15
nop
nop
nop
nop
nop
sub %rdx, %rdx
movb (%r15), %al
nop
nop
nop
add %rbp, %rbp
lea addresses_WT_ht+0xfaf6, %rdi
nop
nop
nop
dec %r13
movb $0x61, (%rdi)
nop
nop
no... | 43.345133 | 2,999 | 0.660882 |
01ca38bd29e2160ae8410a1c089d98d5efb5fc51 | 432 | asm | Assembly | oeis/123/A123012.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/123/A123012.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/123/A123012.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A123012: Expansion of 1/(1 - 2*x - 21*x^2).
; Submitted by Jamie Morken(s4)
; 1,2,25,92,709,3350,21589,113528,680425,3744938,21778801,122201300,701757421,3969742142,22676390125,128717365232,733638923089,4170342516050,23747102416969,135071397670988,768831946098325,4374163243287398,24893797354639621,141645022818314600
... | 27 | 241 | 0.738426 |
d7106e180dba32e5b770e56752a37b3ae405cbde | 141 | asm | Assembly | other.7z/SFC.7z/SFC/ソースデータ/MarioKart/Hit.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/SFC.7z/SFC/ソースデータ/MarioKart/Hit.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/SFC.7z/SFC/ソースデータ/MarioKart/Hit.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | Name: Hit.asm
Type: file
Size: 38110
Last-Modified: '1992-07-01T15:00:00Z'
SHA-1: 8A48CDD3509D063E122E28222513D085557A7A5A
Description: null
| 20.142857 | 47 | 0.808511 |
4daee4572820275dd6fc325fd24f05f77163cd30 | 644 | asm | Assembly | oeis/122/A122746.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/122/A122746.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/122/A122746.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A122746: G.f.: 1/((1-2*x)*(1-2*x^2)).
; Submitted by Jamie Morken(s4)
; 1,2,6,12,28,56,120,240,496,992,2016,4032,8128,16256,32640,65280,130816,261632,523776,1047552,2096128,4192256,8386560,16773120,33550336,67100672,134209536,268419072,536854528,1073709056,2147450880,4294901760,8589869056,17179738112,34359607296,6871... | 49.538462 | 494 | 0.810559 |
5e10f780070e5e77b940351deba8809caaac2800 | 475 | asm | Assembly | programs/oeis/254/A254362.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/254/A254362.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/254/A254362.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A254362: a(n) = 3*2^n + 3^n + 6.
; 10,15,27,57,135,345,927,2577,7335,21225,62127,183297,543735,1618905,4832127,14447217,43243335,129533385,388206927,1163834337,3489930135,10466644665,31393642527,94168344657,282479868135,847389272745,2542067154927,7626000138177,22877597761335,68631987977625,205894353320127,61767983873... | 29.6875 | 323 | 0.762105 |
08e594caac3685b47b2ea6909331501d1125d5a6 | 182 | asm | Assembly | libsrc/_DEVELOPMENT/arch/zx/display/c/sdcc_iy/zx_aaddr2px_fastcall.asm | teknoplop/z88dk | bb03fbfd6b2ab0f397a1358559089f9cd3706485 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/arch/zx/display/c/sdcc_iy/zx_aaddr2px_fastcall.asm | teknoplop/z88dk | bb03fbfd6b2ab0f397a1358559089f9cd3706485 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/arch/zx/display/c/sdcc_iy/zx_aaddr2px_fastcall.asm | teknoplop/z88dk | bb03fbfd6b2ab0f397a1358559089f9cd3706485 | [
"ClArtistic"
] | 1 | 2019-12-03T23:57:48.000Z | 2019-12-03T23:57:48.000Z |
; uint zx_aaddr2px_fastcall(void *attraddr)
SECTION code_clib
SECTION code_arch
PUBLIC _zx_aaddr2px_fastcall
EXTERN asm_zx_aaddr2px
defc _zx_aaddr2px_fastcall = asm_zx_aaddr2px
| 15.166667 | 44 | 0.857143 |
15c0abcd59461b8acd4801d1482f50c6247948f3 | 521 | asm | Assembly | programs/oeis/091/A091818.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/091/A091818.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/091/A091818.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A091818: Sum of even proper divisors of 2n. Sum of the even divisors of 2n that are less than 2n.
; 0,2,2,6,2,12,2,14,8,16,2,32,2,20,18,30,2,42,2,44,22,28,2,72,12,32,26,56,2,84,2,62,30,40,26,110,2,44,34,100,2,108,2,80,66,52,2,152,16,86,42,92,2,132,34,128,46,64,2,216,2,68,82,126,38,156,2,116,54,148,2,246,2,80,98,128,3... | 57.888889 | 297 | 0.664107 |
416d13d2966b20ce23c8728d9f409959dc77c3e0 | 365 | asm | Assembly | unit_tests/static-tests/common/struct.maxsize3.error.asm | undisbeliever/untech-engine | 2cd0df80e88161d4d509242237cfdd2d9a030a8b | [
"MIT"
] | 34 | 2016-06-17T16:47:47.000Z | 2021-12-07T08:09:50.000Z | unit_tests/static-tests/common/struct.maxsize3.error.asm | undisbeliever/untech-engine | 2cd0df80e88161d4d509242237cfdd2d9a030a8b | [
"MIT"
] | 1 | 2016-09-30T09:22:36.000Z | 2016-09-30T12:28:33.000Z | unit_tests/static-tests/common/struct.maxsize3.error.asm | undisbeliever/untech-engine | 2cd0df80e88161d4d509242237cfdd2d9a030a8b | [
"MIT"
] | null | null | null |
include "../../../src/common/struct.inc"
include "../../../src/common/assert.inc"
namespace Base {
basestruct()
struct_maxsize(12)
field(a, 5)
endstruct()
}
namespace BaseWithParent {
basestruct(Base)
field(b, 5)
endstruct()
}
namespace Child {
childstruct(BaseWithParent)
... | 15.208333 | 40 | 0.59726 |
1a1f26a4e503d3fb591166502871725362d4d3a7 | 762 | asm | Assembly | oeis/180/A180028.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/180/A180028.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/180/A180028.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A180028: Eight white queens and one red queen on a 3 X 3 chessboard. G.f.: (1 + 3*x)/(1 - 6*x - 3*x^2).
; Submitted by Jamie Morken(s4)
; 1,9,57,369,2385,15417,99657,644193,4164129,26917353,173996505,1124731089,7270376049,46996449561,303789825513,1963728301761,12693739287105,82053620627913,530402941628793,34285785116... | 40.105263 | 483 | 0.792651 |
5aca2b558972d1efb85940fc52d115ebf9392411 | 382 | asm | Assembly | programs/oeis/281/A281023.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/281/A281023.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/281/A281023.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A281023: Partial sums of A067392.
; 0,2,5,11,16,31,38,58,76,111,122,176,189,252,312,384,401,518,537,667,772,915,938,1142,1217,1412,1547,1785,1814,2159,2190,2462,2693,3016,3226,3676,3713,4112,4424,4924,4965,5616,5659,6209,6704,7279,7326,8118,8314
lpb $0
mov $2,$0
sub $0,1
seq $2,67392 ; Sum of numbers <= n whic... | 34.727273 | 211 | 0.704188 |
09230cc1edfcf96c818f6144a4394a74696297c6 | 1,934 | asm | Assembly | libsrc/graphics/px8/w_pixeladdress.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/graphics/px8/w_pixeladdress.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/graphics/px8/w_pixeladdress.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ;
; PX-8 graphics routines
; by Stefano Bodrato, 2019
;
; This function transfers 1 data byte from the VRAM into a memory buffer
; pointed by pixel coordinates HL,DE
; Data in (dmabuf) can then be altered and stored back in VRAM with pix_return
;
; Screen rez: 480x64 = 60x64 = 3840 bytes
;
; $Id: w_pixeladdress.asm $... | 18.419048 | 88 | 0.674767 |
09c7bb77cb844082558d74158f945146fd591c5d | 1,082 | asm | Assembly | libsrc/_DEVELOPMENT/l/sccz80/5-z80/i64/l_i64_cmp.asm | ahjelm/z88dk | c4de367f39a76b41f6390ceeab77737e148178fa | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/l/sccz80/crt0_longlong_z80/l_i64_cmp.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/l/sccz80/crt0_longlong_z80/l_i64_cmp.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ; Entry: secondary=acc
; onstack (under two return addresses) = primary
;
;
; Exit: z=number is zero
; (nz)=number is non-zero
; c=number is negative
; nc=number is positive
SECTION code_l_sccz80
PUBLIC l_i6... | 15.457143 | 67 | 0.598891 |
62b70c7d62fafa701996576d93f416b25c2e4228 | 3,488 | asm | Assembly | bin/JWASM/Samples/Win64_5m.asm | Abd-Beltaji/ASMEMU | 4122099e188e951357407152c4666346e45871d3 | [
"MIT"
] | 3 | 2022-03-08T16:53:42.000Z | 2022-03-18T21:55:57.000Z | bin/JWASM/Samples/Win64_5m.asm | Abd-Beltaji/ASMEMU | 4122099e188e951357407152c4666346e45871d3 | [
"MIT"
] | null | null | null | bin/JWASM/Samples/Win64_5m.asm | Abd-Beltaji/ASMEMU | 4122099e188e951357407152c4666346e45871d3 | [
"MIT"
] | null | null | null |
;--- Win64 console application with exception handler.
;--- this variant can be assembled by both JWasm and ML64.
;--- assemble: jwasm -c Win64_5m.asm
;--- ml64 -c Win64_5m.asm
;--- link: link /subsystem:console /Libpath:\WinInc\Lib64 Win64_5m.obj
option casemap:none
includelib <msvcrt.lib>
exit ... | 18.26178 | 70 | 0.673739 |
18707c4aa900681a57f726d0773d2405a77edf05 | 359 | asm | Assembly | scripts/undergroundpathentranceroute5.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 16 | 2018-08-28T21:47:01.000Z | 2022-02-20T20:29:59.000Z | scripts/undergroundpathentranceroute5.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 5 | 2019-04-03T19:53:11.000Z | 2022-03-11T22:49:34.000Z | scripts/undergroundpathentranceroute5.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 2 | 2019-12-09T19:46:02.000Z | 2020-12-05T21:36:30.000Z | UndergroundPathEntranceRoute5Script:
ld a, ROUTE_5
ld [wLastMap], a
ret
UndergroundPathEntranceRoute5_5d6af:
db "@"
UndergroundPathEntranceRoute5TextPointers:
dw UndergroundPathEntranceRoute5Text1
UndergroundPathEntranceRoute5Text1:
TX_ASM
ld a, $9
ld [wWhichTrade], a
predef DoInGameTradeDialogue
ld hl, Un... | 18.894737 | 43 | 0.835655 |
90c37115354269188e04654379ddb6169db44961 | 349 | asm | Assembly | programs/oeis/122/A122571.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/122/A122571.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/122/A122571.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A122571: a(1)=a(2)=1, a(n) = 14*a(n-1) - a(n-2).
; 1,1,13,181,2521,35113,489061,6811741,94875313,1321442641,18405321661,256353060613,3570537526921,49731172316281,692665874901013,9647591076297901,134373609193269601,1871582937629476513
trn $0,1
seq $0,82841 ; a(n) = 4*a(n-1) - a(n-2) for n>1, a(0)=3, a(1)=9.
pow $0,2
... | 34.9 | 184 | 0.696275 |
72f726a6a24e3aa803a3b20df84683e0f3397eaa | 944 | asm | Assembly | s1/sfx-original/SndB1 - Electric.asm | Cancer52/flamedriver | 9ee6cf02c137dcd63e85a559907284283421e7ba | [
"0BSD"
] | 9 | 2017-10-09T20:28:45.000Z | 2021-06-29T21:19:20.000Z | s1/sfx-original/SndB1 - Electric.asm | Cancer52/flamedriver | 9ee6cf02c137dcd63e85a559907284283421e7ba | [
"0BSD"
] | 12 | 2018-08-01T13:52:20.000Z | 2022-02-21T02:19:37.000Z | s1/sfx-original/SndB1 - Electric.asm | Cancer52/flamedriver | 9ee6cf02c137dcd63e85a559907284283421e7ba | [
"0BSD"
] | 2 | 2018-02-17T19:50:36.000Z | 2019-10-30T19:28:06.000Z | SndB1_Electric_Header:
smpsHeaderStartSong 1
smpsHeaderVoice SndB1_Electric_Voices
smpsHeaderTempoSFX $01
smpsHeaderChanSFX $01
smpsHeaderSFXChannel cFM5, SndB1_Electric_FM5, $FB, $02
; FM5 Data
SndB1_Electric_FM5:
smpsSetvoice $00
dc.b nD4, $05, nRst, $01, nD4, $09
smpsStop
SndB1_Electric_Voic... | 27.764706 | 62 | 0.623941 |
202343dd892620ceebb61d26f9d42e400d1a92e6 | 451 | asm | Assembly | programs/oeis/133/A133180.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/133/A133180.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/133/A133180.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A133180: sum[k^6]/sum[k^2], {k, 1, A047380(n)}].
; 1,13,163,373,2191,3433,7411,10363,24583,31591,49981,61723,109513,130351,180793,210901,324013,370273,477463,539041,759811,846613,1042303,1151983,1533331,1679323,2002321,2180263,2785693,3013051,3509221
mov $2,$0
div $0,2
mov $3,$0
div $0,2
add $0,1
add $2,$3
add $0,$2... | 18.04 | 201 | 0.665188 |
20a254f36d1837779f73c9d750b67e78e86856c7 | 253 | asm | Assembly | libsrc/_DEVELOPMENT/arch/ts2068/display/c/sccz80/tshc_saddrpup.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/arch/ts2068/display/c/sccz80/tshc_saddrpup.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/arch/ts2068/display/c/sccz80/tshc_saddrpup.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ; void *tshc_saddrpup(void *saddr)
SECTION code_clib
SECTION code_arch
PUBLIC tshc_saddrpup
EXTERN zx_saddrpup
defc tshc_saddrpup = zx_saddrpup
; SDCC bridge for Classic
IF __CLASSIC
PUBLIC _tshc_saddrpup
defc _tshc_saddrpup = tshc_saddrpup
ENDIF
| 14.055556 | 35 | 0.826087 |
14fea806c193fa24ce3768d012a720dcabc87ed2 | 721 | asm | Assembly | oeis/153/A153597.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/153/A153597.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/153/A153597.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A153597: a(n) = ((6 + sqrt(3))^n - (6 - sqrt(3))^n)/(2*sqrt(3)).
; Submitted by Jamie Morken(s1)
; 1,12,111,936,7569,59940,469503,3656016,28378593,219894588,1702241487,13170376440,101870548209,787824155988,6092161780959,47107744223904,364251591915201,2816463543593580,21777259989921327,168383822940467784,1301956295618... | 42.411765 | 501 | 0.801664 |
21ab8ad77ed128f04694a3e0cffbe5efe11b0223 | 5,511 | asm | Assembly | game.asm | celerizer/Party_F | 4e52bc9ae52e80d1ce01e0a26e875a76d9bd95a9 | [
"MIT"
] | null | null | null | game.asm | celerizer/Party_F | 4e52bc9ae52e80d1ce01e0a26e875a76d9bd95a9 | [
"MIT"
] | null | null | null | game.asm | celerizer/Party_F | 4e52bc9ae52e80d1ce01e0a26e875a76d9bd95a9 | [
"MIT"
] | null | null | null | ; =============================================================================
; Mario Party F (working title)
; =============================================================================
processor f8
; =============================================================================
; Constants
; =================... | 25.632558 | 79 | 0.317728 |
f8952226106bcdff27b31f605e099466693ffa8a | 1,820 | asm | Assembly | bootdict/x86/to-digit.asm | ikysil/ikforth | 165e049fc007003cd05f59332dc856d553d8aac8 | [
"Unlicense"
] | 8 | 2017-08-03T08:49:06.000Z | 2021-12-17T12:02:19.000Z | bootdict/x86/to-digit.asm | clstrfsck/ikforth | 165e049fc007003cd05f59332dc856d553d8aac8 | [
"Unlicense"
] | 58 | 2016-04-21T20:03:54.000Z | 2022-01-16T00:40:50.000Z | bootdict/x86/to-digit.asm | clstrfsck/ikforth | 165e049fc007003cd05f59332dc856d553d8aac8 | [
"Unlicense"
] | 1 | 2018-07-25T21:07:00.000Z | 2018-07-25T21:07:00.000Z | ; >DIGIT
; ( c base -- n | -1 )
; Convert symbol c to number n using specified base.
; Return -1 if symbol c is not a correct digit in the specified base.
$CODE '>DIGIT',$TODIGIT
POPDS EBX
POPDS EAX
CALL TODIGIT
... | 37.916667 | 111 | 0.331868 |
46701abdd9104f23485cdcf9ce0562f7c0fd9d34 | 113 | asm | Assembly | ts2060/reset.asm | nagydani/zx-rom-mods | a06cfb2e936c145025c4f3d6f3282cce15ad5f56 | [
"MIT"
] | 15 | 2018-09-07T15:49:44.000Z | 2021-09-21T20:47:14.000Z | ts2060/reset.asm | nagydani/zx-rom-mods | a06cfb2e936c145025c4f3d6f3282cce15ad5f56 | [
"MIT"
] | 6 | 2020-05-24T08:43:07.000Z | 2020-05-26T22:02:36.000Z | ts2060/reset.asm | nagydani/zx-rom-mods | a06cfb2e936c145025c4f3d6f3282cce15ad5f56 | [
"MIT"
] | 3 | 2020-08-03T06:28:34.000Z | 2021-12-29T00:27:50.000Z | RESET_I:XOR A
OR (IY+CURCHL+1-ERR_NR)
JP Z,$0000
XOR A
RST $30
DEFW L15F2 ; output service routine
RST $10
| 14.125 | 36 | 0.690265 |
6a04cf62b44aaa1cc3d853d087da1c136d0aecee | 281 | asm | Assembly | libsrc/_DEVELOPMENT/temp/sp1/zx/c/sdcc_iy/sp1_DrawUpdateStructIfVal.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/temp/sp1/zx/c/sdcc_iy/sp1_DrawUpdateStructIfVal.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/temp/sp1/zx/c/sdcc_iy/sp1_DrawUpdateStructIfVal.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
; sp1_DrawUpdateStructIfVal(struct sp1_update *u)
SECTION code_clib
SECTION code_temp_sp1
PUBLIC _sp1_DrawUpdateStructIfVal
EXTERN asm_sp1_DrawUpdateStructIfVal
_sp1_DrawUpdateStructIfVal:
pop af
pop hl
push hl
push af
jp asm_sp1_DrawUpdateStructIfVal
| 14.05 | 49 | 0.797153 |
c53bd1e91495761e14fd335c3486273c55befd3b | 1,246 | asm | Assembly | asm_main.asm | CISVVC/cis208-chapter05-arrays-vanceism7 | ac393e1942c53b9a0ac4a277093c4cfc181a1d48 | [
"Unlicense"
] | null | null | null | asm_main.asm | CISVVC/cis208-chapter05-arrays-vanceism7 | ac393e1942c53b9a0ac4a277093c4cfc181a1d48 | [
"Unlicense"
] | null | null | null | asm_main.asm | CISVVC/cis208-chapter05-arrays-vanceism7 | ac393e1942c53b9a0ac4a277093c4cfc181a1d48 | [
"Unlicense"
] | null | null | null | ;
; file: asm_main.asm
%include "asm_io.inc"
;
; initialized data is put in the .data segment
;
segment .data
syswrite: equ 4
stdout: equ 1
exit: equ 1
SUCCESS: equ 0
kernelcall: equ 80h
array: dw 1,2,3,4,5,12
; uninitialized data is put in the .bss segment
;
segment .bss
;
;... | 16.394737 | 65 | 0.577047 |
478398ec17b8704dddd4f8749332616789651925 | 489 | asm | Assembly | oeis/122/A122884.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/122/A122884.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/122/A122884.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A122884: The (2,3)-entry in the n-th power of the 3 X 3 matrix M = [1,1,1; 4,2,1; 9,3,1].
; Submitted by Christian Krause
; 1,7,39,231,1339,7819,45543,265503,1547347,9018835,52565151,306373095,1785671371,10407659227,60660275799,353554011951,2060663763139,12010428632419,70001907900303,408001019031543,2378004205764667
... | 23.285714 | 195 | 0.674847 |
6264541c54e7632279a7191fef2753eb065b1014 | 794 | asm | Assembly | oeis/290/A290113.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/290/A290113.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/290/A290113.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A290113: Decimal representation of the diagonal from the corner to the origin of the n-th stage of growth of the two-dimensional cellular automaton defined by "Rule 643", based on the 5-celled von Neumann neighborhood.
; 1,3,5,13,29,61,125,253,509,1021,2045,4093,8189,16381,32765,65533,131069,262141,524285,1048573,209... | 66.166667 | 495 | 0.829975 |
2691c1423d4937a6ec03a641066e10c7b9293109 | 1,576 | asm | Assembly | programs/oeis/326/A326118.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/326/A326118.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/326/A326118.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A326118: a(n) is the largest number of squares of unit area connected only at corners and without holes that can be inscribed in an n X n square.
; 0,1,2,5,6,9,14,21,24,29,36,45,50,57,66,77,84,93,104,117,126,137,150,165,176,189,204,221,234,249,266,285,300,317,336,357,374,393,414,437,456,477,500,525,546,569,594,621,64... | 78.8 | 1,218 | 0.755076 |
c1b620d3e77e6b57673a2fa2b57af24fd437f180 | 17,999 | asm | Assembly | game-projects/Sonic2/Objects/Badniks/Coconuts/Coconuts.asm | wide-dot/thomson-to8-game-engine | f305368ff28fba6e6bd03d0138a36ff5ea67e925 | [
"Apache-2.0"
] | 11 | 2021-09-07T18:45:06.000Z | 2022-02-15T06:36:19.000Z | game-projects/Sonic2/Objects/Badniks/Coconuts/Coconuts.asm | dougmasten/thomson-to8-game-engine | b1f29e3b650e2296a5058570173e1c9068bccbe4 | [
"Apache-2.0"
] | null | null | null | game-projects/Sonic2/Objects/Badniks/Coconuts/Coconuts.asm | dougmasten/thomson-to8-game-engine | b1f29e3b650e2296a5058570173e1c9068bccbe4 | [
"Apache-2.0"
] | 1 | 2021-11-22T08:43:52.000Z | 2021-11-22T08:43:52.000Z | ; ---------------------------------------------------------------------------
; Object - Coconuts
;
; input REG : [u] pointer to Object Status Table (OST)
; ---------
;
; ---------------------------------------------------------------------------
Coconuts
lda routine,u
asla
ldx #Coconuts_Ro... | 85.303318 | 157 | 0.22179 |
178dd47498171d08072d8daa5ff00660c5cd7dea | 494 | asm | Assembly | Irvine/Examples/ch08/32 bit/ModSum32_advanced/ModSum/_display.asm | alieonsido/ASM_TESTING | 4d5e2a3e11d921eeb50d69bbe4352cfc0e99afa7 | [
"Apache-2.0"
] | null | null | null | Irvine/Examples/ch08/32 bit/ModSum32_advanced/ModSum/_display.asm | alieonsido/ASM_TESTING | 4d5e2a3e11d921eeb50d69bbe4352cfc0e99afa7 | [
"Apache-2.0"
] | null | null | null | Irvine/Examples/ch08/32 bit/ModSum32_advanced/ModSum/_display.asm | alieonsido/ASM_TESTING | 4d5e2a3e11d921eeb50d69bbe4352cfc0e99afa7 | [
"Apache-2.0"
] | null | null | null | ; DisplaySum Procedure (_display.asm)
INCLUDE Sum.inc
.code
;-----------------------------------------------------
DisplaySum PROC,
ptrPrompt:PTR BYTE, ; prompt string
theSum:DWORD ; the array sum
;
; Displays the sum on the console.
; Returns: nothing
;-----------------------------------------------------
push... | 17.642857 | 54 | 0.574899 |
5158092d689319253bd5cf42ff3f58182d7794f7 | 6,985 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_zr_/i7-8650U_0xd2.log_21829_1262.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i7-8650U_0xd2.log_21829_1262.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i7-8650U_0xd2.log_21829_1262.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_WC_ht+0x525a, %rsi
lea addresses_WC_ht+0x7a1a, %rdi
nop
nop
nop
xor %r14, %r14
mov $49, %rcx
rep movsb
nop
nop
add %rdi, %rdi
lea addresses_UC_ht+0xbe5a, %rdx
and $50634, %r14
mov $... | 33.421053 | 2,999 | 0.659413 |
1586c3430459856d3eb78d436bf9af549bbb9fbc | 1,631 | asm | Assembly | programs/oeis/158/A158383.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/158/A158383.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/158/A158383.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A158383: 625n + 1.
; 626,1251,1876,2501,3126,3751,4376,5001,5626,6251,6876,7501,8126,8751,9376,10001,10626,11251,11876,12501,13126,13751,14376,15001,15626,16251,16876,17501,18126,18751,19376,20001,20626,21251,21876,22501,23126,23751,24376,25001,25626,26251,26876,27501,28126,28751,29376,30001,30626,31251,31876,32501,3... | 233 | 1,576 | 0.831392 |
95900003af316f8630a1aabe3727b3370412f89b | 151 | asm | Assembly | anycall/syscall.asm | kkent030315/anycall | b072368dec14c287c1a0ba1b329e0b3243a34113 | [
"MIT"
] | 97 | 2021-05-15T00:42:47.000Z | 2022-03-27T17:41:52.000Z | anycall/syscall.asm | zoand/anycall | b072368dec14c287c1a0ba1b329e0b3243a34113 | [
"MIT"
] | null | null | null | anycall/syscall.asm | zoand/anycall | b072368dec14c287c1a0ba1b329e0b3243a34113 | [
"MIT"
] | 33 | 2021-05-29T14:17:11.000Z | 2022-03-15T05:37:29.000Z | .code
syscall_handler proc
mov r10, rcx
mov eax, 000h ; syscall number will be dynamically set by syscall::setup
syscall
ret
syscall_handler endp
end | 15.1 | 72 | 0.801325 |
e95ca39d6596e3c692064fa87e6ed8723dabb175 | 629 | asm | Assembly | programs/oeis/055/A055640.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/055/A055640.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/055/A055640.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A055640: Number of nonzero digits in decimal expansion of n.
; 0,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,1,2,2,2,2,2,2,2,2,2,1,2,2,2,2,2,2,2,2,2,1,2,2,2,2,2,2,2,2,2,1,2,2,2,2,2,2,2,2,2,1,2,2,2,2,2,2,2,2,2,1,2,2,2,2,2,2,2,2,2,1,2,2,2,2,2,2,2,2,2,1,2,2,2,2,2,2,2,2,2,1,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,2,3,3,3,3,3,3,3... | 57.181818 | 501 | 0.524642 |
390c5eb52e816f5809eb29db107e50507b03adab | 886 | asm | Assembly | programs/oeis/060/A060632.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/060/A060632.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/060/A060632.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A060632: a(n) = 2^wt(floor(n/2)) (i.e., 2^A000120(floor(n/2)), or A001316(floor(n/2))).
; 1,1,2,2,2,2,4,4,2,2,4,4,4,4,8,8,2,2,4,4,4,4,8,8,4,4,8,8,8,8,16,16,2,2,4,4,4,4,8,8,4,4,8,8,8,8,16,16,4,4,8,8,8,8,16,16,8,8,16,16,16,16,32,32,2,2,4,4,4,4,8,8,4,4,8,8,8,8,16,16,4,4,8,8,8,8,16,16,8,8,16,16,16,16,32,32,4,4,8,8,8,8,16... | 126.571429 | 623 | 0.604966 |
f82b3c43be10c568094c74378956deb423de24ec | 383 | asm | Assembly | tests/my_progs/lsq_test.asm | pramodsu/tem5 | b0254a3a96453c3397177748d86cc980d4384acc | [
"BSD-3-Clause"
] | 1 | 2020-04-08T15:42:39.000Z | 2020-04-08T15:42:39.000Z | tests/my_progs/lsq_test.asm | pramodsu/tem5 | b0254a3a96453c3397177748d86cc980d4384acc | [
"BSD-3-Clause"
] | null | null | null | tests/my_progs/lsq_test.asm | pramodsu/tem5 | b0254a3a96453c3397177748d86cc980d4384acc | [
"BSD-3-Clause"
] | 1 | 2020-02-24T06:49:04.000Z | 2020-02-24T06:49:04.000Z | .file "lsq_test.c"
.text
.globl main
.type main, @function
main:
.LFB0:
.cfi_startproc
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
movq %rsp, %rbp
.cfi_def_cfa_register 6
movl $10, -4(%rbp)
nop
popq %rbp
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size main, .-main
.ident "GCC: (Ubuntu 7.4.0-1... | 16.652174 | 52 | 0.673629 |
9a8b7e8776884fa91c8e7d543a9f06d21a068b5b | 5,684 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_sm_/i7-7700_9_0xca.log_4729_1243.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.log_4729_1243.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.log_4729_1243.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r14
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x1d1db, %rsi
lea addresses_A_ht+0x1672b, %rdi
nop
nop
nop
add %r14, %r14
mov $17, %rcx
rep movsq
nop
nop
nop
cmp $10081, %rsi
lea addresses_A_ht+0x1aa2b, %rdi
clflush (%rdi)
nop
nop
nop
nop
nop
and %r... | 40.028169 | 2,999 | 0.656404 |
b221244d5a457f3647d0af1da8fd6ada1dc675fa | 5,457 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_35_1882.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_35_1882.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_35_1882.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r13
push %r14
push %r15
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x14c8f, %r15
nop
nop
nop
sub $8982, %rdx
mov $0x6162636465666768, %rdi
movq %rdi, (%r15)
nop
nop
nop
nop
xor %r12, %r12
lea addresses_A_ht+0xbe0b, %r14
and %r11, %r... | 20.36194 | 152 | 0.637896 |
28a13a4ca75dd74fd5713abdbca92dbaf047aad0 | 649 | asm | Assembly | oeis/020/A020926.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/020/A020926.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/020/A020926.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A020926: Expansion of 1/(1-4*x)^(15/2).
; Submitted by Christian Krause
; 1,30,510,6460,67830,624036,5200300,40116600,290845350,2003601300,13223768580,84151254600,518932736700,3113596420200,18236779032600,104557533120240,588136123801350,3252046802195700,17705588145287700,95051052148386600,503770576386448980,263879825... | 49.923077 | 494 | 0.856703 |
7a646e3bf4f3d8dfb8e82f080e84026e86913b4f | 4,832 | asm | Assembly | src/asm/constants.asm | Threetwosevensixseven/nget | d8046ad996f91ba67ff76bf62e1fb34b53fe027c | [
"Apache-2.0"
] | 3 | 2020-03-28T00:09:59.000Z | 2020-06-10T09:57:02.000Z | src/asm/constants.asm | Threetwosevensixseven/nget | d8046ad996f91ba67ff76bf62e1fb34b53fe027c | [
"Apache-2.0"
] | null | null | null | src/asm/constants.asm | Threetwosevensixseven/nget | d8046ad996f91ba67ff76bf62e1fb34b53fe027c | [
"Apache-2.0"
] | null | null | null | ; constants.asm
; Application
CoreMinVersion equ $3007 ; 3.00.07
DotBank1: equ 30
ResetWait equ 5
DisableScroll equ false
//NGetServer equ "192.168.1.3"
NGetServer equ "nget.nxtel.org"
; NextZXOS
IDE_BANK equ... | 35.270073 | 118 | 0.379346 |
57ff29adcfae06d4b7df4a18c33735d4ab7d4911 | 33 | asm | Assembly | src/kernel/drivers/motors/motor_int.asm | rostislav-nikitin/socOS | 75e3bbaa16086df5dd1a476ee86052b3073ce075 | [
"MIT"
] | 1 | 2020-07-29T12:30:42.000Z | 2020-07-29T12:30:42.000Z | src/kernel/drivers/motors/motor_int.asm | rostislav-nikitin/socOS | 75e3bbaa16086df5dd1a476ee86052b3073ce075 | [
"MIT"
] | null | null | null | src/kernel/drivers/motors/motor_int.asm | rostislav-nikitin/socOS | 75e3bbaa16086df5dd1a476ee86052b3073ce075 | [
"MIT"
] | null | null | null | ;.include "../soc/timer2_int.asm" | 33 | 33 | 0.69697 |
6571786892fb15a0580b16e6efcec0cb5c604d7c | 417 | asm | Assembly | programs/oeis/138/A138886.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/138/A138886.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/138/A138886.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A138886: n-th run has length n-th nonprime number A018252, with digits 0 and 1 only, starting with 0.
; 0,1,1,1,1,0,0,0,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
mul $0,2
lpb $0
sub $0,6
mov $1,5
add $2,2
mov ... | 21.947368 | 159 | 0.549161 |
a4c589752e68cc27930b62555e34dd2d5adc1ade | 4,377 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xa0.log_21829_1119.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xa0.log_21829_1119.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xa0.log_21829_1119.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 %r9
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x9263, %rsi
nop
nop
nop
nop
cmp $42880, %r9
movups (%rsi), %xmm3
vpextrq $1, %xmm3, %rcx
nop
nop
nop
nop
nop
xor $7475, %rdi
lea addresses_WC_ht+0x1ed0b, %rax
nop
nop
nop
nop
mfence
mov ... | 52.107143 | 2,999 | 0.662554 |
90affbabeb8742a0bf0b89d1d54555f4bf4d99c8 | 512 | asm | Assembly | Ficheiros assembly (TP's e Testes)/ex1a-folhasimd.asm | pemesteves/mpcp-1718 | a0255feb961fc6cb33f1dae60bf0bfa19ade081d | [
"MIT"
] | null | null | null | Ficheiros assembly (TP's e Testes)/ex1a-folhasimd.asm | pemesteves/mpcp-1718 | a0255feb961fc6cb33f1dae60bf0bfa19ade081d | [
"MIT"
] | null | null | null | Ficheiros assembly (TP's e Testes)/ex1a-folhasimd.asm | pemesteves/mpcp-1718 | a0255feb961fc6cb33f1dae60bf0bfa19ade081d | [
"MIT"
] | null | null | null | include mpcp.inc
.xmm
;; declaracoes de dados (variaveis globais)
.data
msg BYTE "%f", 13, 10, 0
b REAL8 7.8
m REAL8 3.6
n REAL8 7.1
p REAL8 ?
;; seccao de codigo principal
.code
main PROC C
movsd xmm0, b ;B
movsd xmm1, m ;M
movsd xmm2, n ;N
xorpd xmm3, xmm3 ;P=0
subsd xmm3, xmm1 ;P=-M
addsd xmm2, xmm0 ; ... | 16.516129 | 43 | 0.625 |
fe70fe77c3ab52f956974b14170f4e3d664643a2 | 728 | asm | Assembly | oeis/202/A202096.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/202/A202096.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/202/A202096.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A202096: Number of (n+2)X6 binary arrays avoiding patterns 001 and 011 in rows and columns
; Submitted by Jon Maiga
; 1600,10000,40000,160000,490000,1500625,3841600,9834496,22127616,49787136,101606400,207360000,392040000,741200625,1317690000,2342560000,3958926400,6690585616,10837642816,17555190016,27429984400,4285935... | 91 | 495 | 0.848901 |
5b83842573ff57f5b3a2576bebf99242568c2bcf | 75 | asm | Assembly | sw/test_cases/add1.asm | JPShen-UWM/ThreadKraken | 849c510531f28e36d3469535737b2120bd774935 | [
"MIT"
] | 1 | 2022-02-15T16:03:25.000Z | 2022-02-15T16:03:25.000Z | sw/test_cases/add1.asm | JPShen-UWM/ThreadKraken | 849c510531f28e36d3469535737b2120bd774935 | [
"MIT"
] | null | null | null | sw/test_cases/add1.asm | JPShen-UWM/ThreadKraken | 849c510531f28e36d3469535737b2120bd774935 | [
"MIT"
] | null | null | null | //simple test
lbi r21 0xFF //
lbi r22 0x1
add r23 r21 r22
# halt
kill r1
| 9.375 | 16 | 0.68 |
f405128357c92bb9dd3ec1d9695378c5b028c7dc | 5,614 | asm | Assembly | test.asm | paule32/bignumlib | 00a5f266e56e301aee54944460b3a9fc7c1cc384 | [
"MIT"
] | null | null | null | test.asm | paule32/bignumlib | 00a5f266e56e301aee54944460b3a9fc7c1cc384 | [
"MIT"
] | null | null | null | test.asm | paule32/bignumlib | 00a5f266e56e301aee54944460b3a9fc7c1cc384 | [
"MIT"
] | null | null | null | ;;-------------------------------------------------------
;; bignum.asm
;; A simple test for using bignum.
;;
;; Jens Kallup
;;
;; Version 1. April 25, 2018
;;-------------------------------------------------------
BITS 32 ; for ELF32 exec format
org 0x08048000
%assign SYS_EXIT 1 ; syscall for "exit" 32-bit x86 ... | 21.929688 | 69 | 0.529213 |
90417cb08fbf6ead23b39c8d888a8c0ab3e630d6 | 288 | asm | Assembly | data/wild/maps/MtMoonB2F.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | 1 | 2022-02-15T00:19:44.000Z | 2022-02-15T00:19:44.000Z | data/wild/maps/MtMoonB2F.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | data/wild/maps/MtMoonB2F.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | MtMoonB2FWildMons:
def_grass_wildmons 10 ; encounter rate
db 9, ZUBAT
db 9, ONIX
db 10, ZUBAT
db 10, GEODUDE
db 11, DIGLETT
db 10, PARAS
db 12, PARAS
db 10, CLEFAIRY
db 12, DITTO
db 12, CLEFAIRY
end_grass_wildmons
def_water_wildmons 0 ; encounter rate
end_water_wildmons
| 16.941176 | 39 | 0.746528 |
f175f0c7311fab03387c0e4c7409a7bdd5ff4ddc | 625 | asm | Assembly | programs/oeis/247/A247619.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/247/A247619.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/247/A247619.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A247619: Start with a single pentagon; at n-th generation add a pentagon at each expandable vertex; a(n) is the sum of all label values at n-th generation. (See comment for construction rules.)
; 1,6,16,36,66,116,186,296,446,676,986,1456,2086,3036,4306,6216,8766,12596,17706,25376,35606,50956,71426,102136,143086,20451... | 41.666667 | 218 | 0.7392 |
3ad17ad32d89b439433028b22658ede89c050e99 | 4,375 | asm | Assembly | source/main.asm | paulscottrobson/rpl-32 | 7bd0c6dc9edc7f5ca4e9e9dac24a75cb32a29acc | [
"MIT"
] | null | null | null | source/main.asm | paulscottrobson/rpl-32 | 7bd0c6dc9edc7f5ca4e9e9dac24a75cb32a29acc | [
"MIT"
] | null | null | null | source/main.asm | paulscottrobson/rpl-32 | 7bd0c6dc9edc7f5ca4e9e9dac24a75cb32a29acc | [
"MIT"
] | null | null | null | ; ******************************************************************************
; ******************************************************************************
;
; Name : main.asm
; Purpose : RPL/32 Main Program
; Author : Paul Robson (paul@robsons.org.uk)
; Created : 3rd October 2019
;
; *******************... | 28.97351 | 80 | 0.631543 |
d6dc516068e1f6144f0ea22d6f2eb47e9f92ca02 | 2,241 | asm | Assembly | chapter13/13(1).asm | bgst009/AssemblyLanguage | 60969495e42830a2e5be5fb6d6dacf2dc635e3d4 | [
"Apache-2.0"
] | null | null | null | chapter13/13(1).asm | bgst009/AssemblyLanguage | 60969495e42830a2e5be5fb6d6dacf2dc635e3d4 | [
"Apache-2.0"
] | null | null | null | chapter13/13(1).asm | bgst009/AssemblyLanguage | 60969495e42830a2e5be5fb6d6dacf2dc635e3d4 | [
"Apache-2.0"
] | 1 | 2021-05-21T07:05:07.000Z | 2021-05-21T07:05:07.000Z | assume cs:code,ss:stack,ds:data
data segment
db 'welcome to masm!',0
data ends
stack segment
db 128 dup(0)
stack ends
code segment
start:
mov ax,stack
mov ss,ax
mov sp,128
call transfer
call test_application
mov ax,4c00h
int 21h
;=======================================
test_app... | 15.244898 | 50 | 0.439982 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.