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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
b2d7e192252ad3ccee8287cba0f4acd7f91e1359 | 6,629 | asm | Assembly | engine/menu/options.asm | longlostsoul/EvoYellow | fe5d0d372c4e90d384c4005a93f19d7968f2ff13 | [
"Unlicense"
] | 16 | 2018-08-28T21:47:01.000Z | 2022-02-20T20:29:59.000Z | engine/menu/options.asm | longlostsoul/EvoYellow | fe5d0d372c4e90d384c4005a93f19d7968f2ff13 | [
"Unlicense"
] | 5 | 2019-04-03T19:53:11.000Z | 2022-03-11T22:49:34.000Z | engine/menu/options.asm | longlostsoul/EvoYellow | fe5d0d372c4e90d384c4005a93f19d7968f2ff13 | [
"Unlicense"
] | 2 | 2019-12-09T19:46:02.000Z | 2020-12-05T21:36:30.000Z | DisplayOptionMenu_:
call Func_41f06
.optionMenuLoop
call JoypadLowSensitivity
ld a, [hJoy5]
and START | B_BUTTON
jr nz, .exitOptionMenu
call Func_41eb7
jr c, .asm_41c86
call Func_41c95
jr c, .exitOptionMenu
.asm_41c86
call Func_41ee9
call DelayFrame
call DelayFrame
call DelayFrame
jr .optionMenuLoop
.exit... | 13.868201 | 44 | 0.696787 |
5add391dcee3853b34d8e93a1968ca8f533e16b0 | 724 | asm | Assembly | oeis/069/A069203.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/069/A069203.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/069/A069203.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A069203: a(1)=0 a(2)=3 a(n+2)=(a(n+1)+a(n))/3 if (a(n+1)+a(n)==0 (mod 3)); a(n+2)=a(n+1)+a(n) otherwise.
; Submitted by Simon Strandgaard
; 0,3,1,4,5,3,8,11,19,10,29,13,14,9,23,32,55,29,28,19,47,22,23,15,38,53,91,48,139,187,326,171,497,668,1165,611,592,401,331,244,575,273,848,1121,1969,1030,2999,1343,4342,1895,2079,3... | 51.714286 | 494 | 0.711326 |
9ae8c2b1d230942acaeeb70a79f92993d338d9e9 | 337 | asm | Assembly | programs/oeis/080/A080458.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/080/A080458.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/080/A080458.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A080458: a(1)=4; for n>1, a(n)=a(n-1) if n is already in the sequence, a(n)=a(n-1)+4 otherwise.
; 4,8,12,12,16,20,24,24,28,32,36,36,40,44,48,48,52,56,60,60,64,68,72,72,76,80,84,84,88,92,96,96,100,104,108,108,112,116,120,120,124,128,132,132,136,140,144,144,148,152,156,156,160,164,168,168,172,176
add $0,2
mul $0,12
di... | 42.125 | 199 | 0.658754 |
05c46d902ac737a6a8f342013ddf4d829b949cf5 | 676 | asm | Assembly | oeis/348/A348015.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/348/A348015.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/348/A348015.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A348015: Number of recurrent n X n matrices over GF(2).
; Submitted by Jamie Morken(s1.)
; 1,2,13,365,43801,21725297,43798198753,355991759464385,11619571028917526401,1520025803718875133673217,796153035368657542014822907393,1668838669721233396228446711227874305,13995815633937307151473642050515241531340801,469564317112... | 42.25 | 475 | 0.850592 |
b912d7e74eae0caa0bd35c51e41415d5054db0a9 | 1,441 | asm | Assembly | samples/nes/player_cntrl_NROM-128/player_anm.asm | 0x8BitDev/MAPeD-SPReD | da1a8a582980ea5963777a46fd3dfddc0d69aa82 | [
"MIT"
] | 23 | 2019-05-16T20:23:49.000Z | 2022-03-13T21:53:10.000Z | samples/nes/player_cntrl_NROM-128/player_anm.asm | 0x8BitDev/MAPeD-SPReD | da1a8a582980ea5963777a46fd3dfddc0d69aa82 | [
"MIT"
] | 6 | 2021-03-30T05:51:46.000Z | 2022-01-07T13:18:44.000Z | samples/nes/player_cntrl_NROM-128/player_anm.asm | 0x8BitDev/MAPeD-SPReD | da1a8a582980ea5963777a46fd3dfddc0d69aa82 | [
"MIT"
] | null | null | null | ;###############################################
;
; Copyright 2018-2019 0x8BitDev ( MIT license )
;
;###############################################
; *** ANIMATIONS DATA ***
player_run_right:
.byte 8 ; number of ticks to change a frame
.byte $02 ; number of frames
.byte $00 ; loop frame
.word... | 23.241935 | 53 | 0.716863 |
056589c12ae0da99d481f62d13dd1e004cb38550 | 188 | asm | Assembly | libsrc/_DEVELOPMENT/arch/ts2068/display/c/sdcc/tshr_saddr2cy_fastcall.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/arch/ts2068/display/c/sdcc/tshr_saddr2cy_fastcall.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/arch/ts2068/display/c/sdcc/tshr_saddr2cy_fastcall.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ; uchar tshr_saddr2cy(void *saddr)
SECTION code_clib
SECTION code_arch
PUBLIC _tshr_saddr2cy_fastcall
EXTERN _zx_saddr2cy_fastcall
defc _tshr_saddr2cy_fastcall = _zx_saddr2cy_fastcall
| 17.090909 | 52 | 0.867021 |
e6782df302ded6db5d9e82b40d703c9ea1759ce3 | 5,183 | asm | Assembly | audio/music/routes2.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | 1 | 2022-02-15T00:19:44.000Z | 2022-02-15T00:19:44.000Z | audio/music/routes2.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | audio/music/routes2.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | Music_Routes2_Ch1::
tempo 152
volume 7, 7
vibrato 9, 2, 5
duty_cycle 1
Music_Routes2_branch_9dc3::
note_type 12, 11, 2
octave 2
note B_, 4
octave 3
note G#, 6
note F#, 2
note E_, 2
note D#, 1
note F#, 1
note E_, 2
octave 2
note B_, 2
octave 3
note E_, 2
note A_, 2
note G#, 4
note F#, 4
octave 2
... | 12.166667 | 40 | 0.635153 |
e82f587643822c9885f7231160adb179e6c20d6c | 870 | asm | Assembly | round_down.asm | alfiejsmith/LMC | 46aa24b2bd93e66527a91bd03b2bd43fcf3934ca | [
"Unlicense"
] | 1 | 2022-03-05T21:00:49.000Z | 2022-03-05T21:00:49.000Z | round_down.asm | alfiejfs/lmc | 46aa24b2bd93e66527a91bd03b2bd43fcf3934ca | [
"Unlicense"
] | null | null | null | round_down.asm | alfiejfs/lmc | 46aa24b2bd93e66527a91bd03b2bd43fcf3934ca | [
"Unlicense"
] | 1 | 2020-11-06T22:25:39.000Z | 2020-11-06T22:25:39.000Z | // Round a given x down to the nearest multiple of y > 0
INP
STA x
STA initialCheck
INP
STA y
LDA initialCheck
BRP checkFactorPos
BRA checkFactorNeg
//
// Positive check
//
positiveRound LDA initialCheck
SUB one
STA initialCheck
BRA checkFactorPos
checkFactorPos BRZ output
... | 16.415094 | 56 | 0.568966 |
053826abd575f5d3da2ee6fe06f7e781bd5a044c | 372 | asm | Assembly | programs/oeis/052/A052657.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/052/A052657.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/052/A052657.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A052657: E.g.f. x^2/((1-x)^2*(1+x)).
; 0,0,2,6,48,240,2160,15120,161280,1451520,18144000,199584000,2874009600,37362124800,610248038400,9153720576000,167382319104000,2845499424768000,57621363351552000,1094805903679488000
mov $1,$0
seq $0,142 ; Factorial numbers: n! = 1*2*3*4*...*n (order of symmetric group S_n, numbe... | 46.5 | 182 | 0.741935 |
01b6789da95380603c043a860a34822707f1fc8d | 6,041 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_756.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_756.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_756.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r14
push %r15
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x5e86, %r9
nop
nop
nop
and %r15, %r15
movups (%r9), %xmm6
vpextrq $0, %xmm6, %rdi
nop
nop
dec %r10
lea addresses_WT_ht+0x18de6, %rcx
nop
nop
cmp $56888, %r13
mov (%rcx), %r9
no... | 36.391566 | 2,999 | 0.660156 |
200f06634ef275d689f0a8fa5ed209677b6013bd | 3,881 | asm | Assembly | projects/08/FunctionCalls/StaticsTest/StaticsTest.asm | azaslavsky/nand2tetris | f9440564f86c33213730a1e021da894ac0c9be25 | [
"MIT"
] | null | null | null | projects/08/FunctionCalls/StaticsTest/StaticsTest.asm | azaslavsky/nand2tetris | f9440564f86c33213730a1e021da894ac0c9be25 | [
"MIT"
] | null | null | null | projects/08/FunctionCalls/StaticsTest/StaticsTest.asm | azaslavsky/nand2tetris | f9440564f86c33213730a1e021da894ac0c9be25 | [
"MIT"
] | null | null | null |
// boot:
@256
D=A
@SP
M=D
@RET0
D=A
@SP
A=M
M=D
@SP
M=M+1
@R1
D=M
@SP
A=M
M=D
@SP
M=M+1
@R2
D=M
@SP
A=M
M=D
@SP
M=M+1
@R3
D=M
@SP
A=M
M=D
@SP
M=M+1
@R4
D=M
@SP
A=M
M=D
@SP
M=M+1
@5
D=A
@SP
D=M-D
@ARG
M=D
@SP
D=M
@LCL
M=D
@Sys.init
0;JMP
(RET0)
// function Class1.set 0:
(Class1.set)
@0
D=A
@SP
D=M-D
@LCL
M=D
// push ... | 5.086501 | 40 | 0.534398 |
fb5777cae5c5daf8ff03f435053f1128d51d398b | 4,821 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_407.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_407.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_407.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 %r8
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0xedb1, %r12
nop
cmp %rsi, %rsi
movb $0x61, (%r12)
nop
cmp $53057, %r12
lea addresses_normal_ht+0x12351, %rsi
lea addresses_WC_ht+0x85c5, %rdi
clflush (%rsi)
nop
nop
nop
add %rbx, %r... | 50.747368 | 2,999 | 0.661274 |
1db57f26b92ef76ac435936da453861f39f013c3 | 845 | asm | Assembly | Lab slides/Lab 7 - array sum.asm | mbadry1/FCIFayoum-Computer-architecture-2018 | c09ec1610f7f502bebdc5dd0d342950c0882b00e | [
"Unlicense"
] | 9 | 2018-11-21T16:30:52.000Z | 2021-02-22T12:33:20.000Z | Lab slides/Lab 7 - array sum.asm | mahmoud-1998/FCIFayoum-Computer-architecture-2018 | ed6793cd6587d430939bd1888e0f33142039b89a | [
"Unlicense"
] | null | null | null | Lab slides/Lab 7 - array sum.asm | mahmoud-1998/FCIFayoum-Computer-architecture-2018 | ed6793cd6587d430939bd1888e0f33142039b89a | [
"Unlicense"
] | 5 | 2018-12-01T15:17:39.000Z | 2019-10-09T20:50:45.000Z |
; This program Sums content of a 16 bit array
;Author: MBadry
org 100h
include 'emu8086.inc'
.data
array DW 0001h,0002h,0003h
arrayCount = ($-array)/2
.code
main PROC
lea si,array
mov cx, arrayCount
call ArraySum
call PRINT_NUM_UNS
JMP Exit
main ENDP
;---... | 17.244898 | 56 | 0.518343 |
f1473e0fdb3ab1b53313bc981a310770fe76ce5d | 34,280 | asm | Assembly | tinyweb/httpc/Tbrowser.asm | j-pel/tinyedit | 87037f19cbaed118c4f04fb278640c5f6053b45a | [
"MIT"
] | 1 | 2022-01-12T00:37:44.000Z | 2022-01-12T00:37:44.000Z | tinyweb/httpc/Tbrowser.asm | j-pel/tinyedit | 87037f19cbaed118c4f04fb278640c5f6053b45a | [
"MIT"
] | null | null | null | tinyweb/httpc/Tbrowser.asm | j-pel/tinyedit | 87037f19cbaed118c4f04fb278640c5f6053b45a | [
"MIT"
] | null | null | null | ; MenuetOS Tiny Browser
; File: HTTP client
;--- REVISIONS ---
; Version 0.5 4th March 2004 pelaillo:
; Code reorganization by macros
; Version 0.4 2nd December 2003 Mike Hibbett
; Enabled lowercase/uppcase characters in URL
; Version 0.3 30th November 2003 Mike Hibbett
; Fixed bug with tcp socket opne - u... | 22.838108 | 79 | 0.463856 |
71ef596023a1ebe2b7e19710bd36169fffaacde9 | 245 | asm | Assembly | data/mapHeaders/FuchsiaGym.asm | AmateurPanda92/pokemon-rby-dx | f7ba1cc50b22d93ed176571e074a52d73360da93 | [
"MIT"
] | 9 | 2020-07-12T19:44:21.000Z | 2022-03-03T23:32:40.000Z | data/mapHeaders/FuchsiaGym.asm | JStar-debug2020/pokemon-rby-dx | c2fdd8145d96683addbd8d9075f946a68d1527a1 | [
"MIT"
] | 7 | 2020-07-16T10:48:52.000Z | 2021-01-28T18:32:02.000Z | data/mapHeaders/FuchsiaGym.asm | JStar-debug2020/pokemon-rby-dx | c2fdd8145d96683addbd8d9075f946a68d1527a1 | [
"MIT"
] | 2 | 2021-03-28T18:33:43.000Z | 2021-05-06T13:12:09.000Z | FuchsiaGym_h:
db GYM ; tileset
db FUCHSIA_GYM_HEIGHT, FUCHSIA_GYM_WIDTH ; dimensions (y, x)
dw FuchsiaGym_Blocks ; blocks
dw FuchsiaGym_TextPointers ; texts
dw FuchsiaGym_Script ; scripts
db 0 ; connections
dw FuchsiaGym_Object ; objects
| 27.222222 | 61 | 0.791837 |
ed6d0ea2fa3f47c9ae79b8984bce3e1d5ee7f0e7 | 4,392 | asm | Assembly | Transynther/x86/_processed/US/_zr_/i9-9900K_12_0xa0_notsx.log_3_1704.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/US/_zr_/i9-9900K_12_0xa0_notsx.log_3_1704.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/US/_zr_/i9-9900K_12_0xa0_notsx.log_3_1704.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 %r12
push %r8
push %r9
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0xcb8b, %rdi
nop
nop
nop
sub %r12, %r12
mov (%rdi), %r8w
nop
nop
sub $58807, %r10
lea addresses_WT_ht+0xa98b, %r9
clflush (%r9)
nop
nop
nop
nop
nop
and $24020, %rax
mov... | 20.239631 | 151 | 0.655055 |
d0faaf70e8d4fdd3069333e378db4b79e6310b67 | 76,276 | asm | Assembly | Library/Kernel/Heap/heapCore.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Library/Kernel/Heap/heapCore.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Library/Kernel/Heap/heapCore.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @-----------------------------------------------------------------------
Copyright (c) GeoWorks 1988 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Kernel
FILE: heapCore.asm (core heap routines)
AUTHOR: Tony Requist
ROUTINES:
Name Description
---- -----------
INT FindFree Create a... | 25.847509 | 81 | 0.635613 |
26d296e08a5440709306c8773618ce6aabafd49f | 486 | asm | Assembly | programs/oeis/135/A135684.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/135/A135684.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/135/A135684.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A135684: a(n)=11 if n is a prime number. Otherwise, a(n)=n.
; 1,11,11,4,11,6,11,8,9,10,11,12,11,14,15,16,11,18,11,20,21,22,11,24,25,26,27,28,11,30,11,32,33,34,35,36,11,38,39,40,11,42,11,44,45,46,11,48,49,50,51,52,11,54,55,56,57,58,11,60,11,62,63,64,65,66,11,68,69,70,11,72,11,74,75,76,77,78,11,80,81,82,11,84,85,86,87,... | 48.6 | 297 | 0.654321 |
6511ffd49bcd7b36853f81f3dc111c73d44bbc4a | 823 | asm | Assembly | oeis/264/A264129.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/264/A264129.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/264/A264129.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A264129: Number of (n+1) X (4+1) arrays of permutations of 0..n*5+4 with each element having index change +-(.,.) 0,0 0,2 or 1,2.
; Submitted by Jon Maiga
; 80,1040,13600,178000,2330000,30500000,399250000,5226250000,68412500000,895531250000,11722656250000,153451562500000,2008707031250000,26294316406250000,34419707031... | 82.3 | 485 | 0.839611 |
226811bb15b0ed8684882034c0fbe8725767204a | 421 | asm | Assembly | libsrc/stdio/__printf_print_to_buf.asm | Toysoft/z88dk | f930bef9ac4feeec91a07303b79ddd9071131a24 | [
"ClArtistic"
] | 8 | 2017-01-18T12:02:17.000Z | 2021-06-12T09:40:28.000Z | libsrc/stdio/__printf_print_to_buf.asm | Toysoft/z88dk | f930bef9ac4feeec91a07303b79ddd9071131a24 | [
"ClArtistic"
] | 1 | 2017-03-06T07:41:56.000Z | 2017-03-06T07:41:56.000Z | libsrc/stdio/__printf_print_to_buf.asm | Toysoft/z88dk | f930bef9ac4feeec91a07303b79ddd9071131a24 | [
"ClArtistic"
] | 3 | 2017-03-07T03:19:40.000Z | 2021-09-15T17:59:19.000Z |
MODULE __printf_print_to_buf
SECTION code_clib
PUBLIC __printf_print_to_buf
EXTERN __printf_get_buffer_address
; Entry: a = character to print
__printf_print_to_buf:
push hl
push bc
call __printf_get_buffer_address
ld c,(ix-10)
ld b,0
add hl... | 20.047619 | 43 | 0.551069 |
79a864eda869369c8c17eb30518054d950097fe0 | 383 | asm | Assembly | oeis/152/A152239.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/152/A152239.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/152/A152239.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A152239: a(n) = -5*a(n-1) + 7*a(n-2) for n > 1 with a(0) = 1 and a(1) = -7.
; Submitted by Jon Maiga
; 1,-7,42,-259,1589,-9758,59913,-367871,2258746,-13868827,85155357,-522858574,3210380369,-19711911863,121032221898,-743144492531,4562948015941,-28016751527422,172024393748697,-1056239229435439
mul $0,2
mov $2,1
lpb $... | 27.357143 | 192 | 0.671018 |
b7890add8d360ef0736811457c39bed0faaf231e | 1,732 | asm | Assembly | programs/oeis/164/A164015.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/164/A164015.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/164/A164015.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A164015: 5 times centered pentagonal numbers: 5*(5*n^2 + 5*n + 2)/2.
; 5,30,80,155,255,380,530,705,905,1130,1380,1655,1955,2280,2630,3005,3405,3830,4280,4755,5255,5780,6330,6905,7505,8130,8780,9455,10155,10880,11630,12405,13205,14030,14880,15755,16655,17580,18530,19505,20505,21530,22580,23655,24755,25880,27030,28205,... | 216.5 | 1,621 | 0.829677 |
260ed6c9c0ac3d799ee0bc224a2d568204b79765 | 5,717 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_326_990.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_326_990.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_326_990.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r13
push %r14
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0xc0ab, %rsi
lea addresses_WT_ht+0x40ab, %rdi
nop
nop
nop
inc %r13
mov $82, %rcx
rep movsq
nop
nop
nop
add %rsi, %rsi
lea addresses_WT_ht+0x17e6b, %r14
nop
nop
nop
nop
xor %r10... | 25.752252 | 977 | 0.657513 |
8f8d82bf7f2f0e3aeb23da57083e701b832e338d | 3,531 | asm | Assembly | lib/vz_crt0.asm | dex4er/deb-z88dk | 9ee4f23444fa6f6043462332a1bff7ae20a8504b | [
"ClArtistic"
] | 1 | 2018-09-04T23:07:24.000Z | 2018-09-04T23:07:24.000Z | lib/vz_crt0.asm | dex4er/deb-z88dk | 9ee4f23444fa6f6043462332a1bff7ae20a8504b | [
"ClArtistic"
] | null | null | null | lib/vz_crt0.asm | dex4er/deb-z88dk | 9ee4f23444fa6f6043462332a1bff7ae20a8504b | [
"ClArtistic"
] | null | null | null | ; Startup for VZ200/300
;
; Stefano Bodrato - Apr. 2000
;
; If an error occurs eg break we just drop back to BASIC
;
; $Id: vz_crt0.asm,v 1.8 2007/06/27 20:49:28 dom Exp $
;
MODULE vz_crt0
;
; Initially include the zcc_opt.def file to find out lots of lovely
; information ab... | 17.655 | 73 | 0.640895 |
15636a1ad69da4301c03d91a5ff6416b8a8ef047 | 8,191 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_547.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_547.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_547.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r15
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x129c, %rsi
lea addresses_UC_ht+0x4a72, %rdi
nop
nop
nop
and %rbx, %rbx
mov $89, %rcx
rep movsw
nop
nop
nop
nop
nop
inc %r13
lea addresses_UC_ht+0xe242, %rsi
lea addresses_WT... | 31.996094 | 2,999 | 0.659016 |
c177d0da1e9fd30cf520bf5d7a0d92aa0d71971e | 960 | asm | Assembly | assembler/tests/t_1802/t_1802.asm | paulscottrobson/RCA-Cosmac-VIP-III | 5d3fcea325aacb7c99269f266bc14e30439cdc2b | [
"MIT"
] | 1 | 2022-01-17T16:06:15.000Z | 2022-01-17T16:06:15.000Z | assembler/tests/t_1802/t_1802.asm | paulscottrobson/RCA-Cosmac-VIP-III | 5d3fcea325aacb7c99269f266bc14e30439cdc2b | [
"MIT"
] | null | null | null | assembler/tests/t_1802/t_1802.asm | paulscottrobson/RCA-Cosmac-VIP-III | 5d3fcea325aacb7c99269f266bc14e30439cdc2b | [
"MIT"
] | null | null | null | cpu 1802
page 0
allregs_nozero macro instr
irp reg,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15
instr reg
endm
endm
allregs macro instr
instr 0
allregs_nozero instr
endm
allio macro instr
irp addr,1,2,3,4,5,6,7
instr addr
endm
endm
allregs_nozero ldn
allregs lda
ldx
ldxa
ldi 55h
allregs str
stxd
... | 8.205128 | 44 | 0.617708 |
bb22e93e86515b5248e9a910900570ea1503f6f1 | 351 | asm | Assembly | data/mapHeaders/undergroundpathentranceroute6.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 16 | 2018-08-28T21:47:01.000Z | 2022-02-20T20:29:59.000Z | data/mapHeaders/undergroundpathentranceroute6.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 5 | 2019-04-03T19:53:11.000Z | 2022-03-11T22:49:34.000Z | data/mapHeaders/undergroundpathentranceroute6.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 2 | 2019-12-09T19:46:02.000Z | 2020-12-05T21:36:30.000Z | UndergroundPathEntranceRoute6_h:
db GATE ; tileset
db PATH_ENTRANCE_ROUTE_6_HEIGHT, PATH_ENTRANCE_ROUTE_6_WIDTH ; dimensions (y, x)
dw UndergroundPathEntranceRoute6Blocks, UndergroundPathEntranceRoute6TextPointers, UndergroundPathEntranceRoute6Script ; blocks, texts, scripts
db $00 ; connections
dw UndergroundPath... | 50.142857 | 144 | 0.863248 |
478e26a6bdef0c0105dc6e6a1c670449ce8bf78e | 68 | asm | Assembly | 8085_programming/8085 Programs/test1.asm | SayanGhoshBDA/code-backup | 8b6135facc0e598e9686b2e8eb2d69dd68198b80 | [
"MIT"
] | 16 | 2018-11-26T08:39:42.000Z | 2019-05-08T10:09:52.000Z | 8085_programming/8085 Programs/test1.asm | SayanGhoshBDA/code-backup | 8b6135facc0e598e9686b2e8eb2d69dd68198b80 | [
"MIT"
] | 8 | 2020-05-04T06:29:26.000Z | 2022-02-12T05:33:16.000Z | 8085_programming/8085 Programs/test1.asm | SayanGhoshBDA/code-backup | 8b6135facc0e598e9686b2e8eb2d69dd68198b80 | [
"MIT"
] | 5 | 2020-02-11T16:02:21.000Z | 2021-02-05T07:48:30.000Z | ;.ORG 0000H
LDA 4000H
LXI H,4002H
MOV B,M
ADD B
STA 4003H
HLT | 9.714286 | 12 | 0.661765 |
4aac9afecb1ef523a90cdd301489cda020624bd1 | 527 | asm | Assembly | programs/oeis/164/A164675.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/164/A164675.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/164/A164675.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A164675: a(n) = 8*a(n-2) for n > 2; a(1) = 1, a(2) = 12.
; 1,12,8,96,64,768,512,6144,4096,49152,32768,393216,262144,3145728,2097152,25165824,16777216,201326592,134217728,1610612736,1073741824,12884901888,8589934592,103079215104,68719476736,824633720832,549755813888,6597069766656,4398046511104,52776558133248,351843720... | 29.277778 | 332 | 0.736243 |
7bd13fdb41e8ac5558afca3a58e06eacde2a5e81 | 290 | nasm | Assembly | custom_tools/compile_assembly/template.nasm | danf42/vulnserver | 1b01aaa0f0b5706b5bc24c5f64d99dddcdcfe913 | [
"MIT"
] | null | null | null | custom_tools/compile_assembly/template.nasm | danf42/vulnserver | 1b01aaa0f0b5706b5bc24c5f64d99dddcdcfe913 | [
"MIT"
] | null | null | null | custom_tools/compile_assembly/template.nasm | danf42/vulnserver | 1b01aaa0f0b5706b5bc24c5f64d99dddcdcfe913 | [
"MIT"
] | null | null | null | [BITS 32]
global _start
section .text
_start:
; Print hello world using write syscall
mov eax, 0x4
mov ebx, 1
mov ecx, message
mov edx, mlen
int 0x80
mov eax, 1
mov ebx, 10 ; sys_exit syscall
int 0x80
section .data
message: db "Hello World!"
mlen equ $-message
| 10.740741 | 40 | 0.668966 |
fea366c0b0847eae79e72e7f692c44e957a67cde | 637 | asm | Assembly | oeis/122/A122117.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/122/A122117.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/122/A122117.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A122117: a(n) = 3*a(n-1) + 4*a(n-2), with a(0)=1, a(1)=2.
; 1,2,10,38,154,614,2458,9830,39322,157286,629146,2516582,10066330,40265318,161061274,644245094,2576980378,10307921510,41231686042,164926744166,659706976666,2638827906662,10555311626650,42221246506598,168884986026394,675539944105574,2702159776422298,1080863910... | 53.083333 | 500 | 0.828885 |
a0f7164d53da4f3180f3924cf602c5edb0376c5f | 433 | asm | Assembly | programs/oeis/254/A254758.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/254/A254758.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/254/A254758.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A254758: Part of the positive proper solutions x of the Pell equation x^2 - 2*y^2 = - 7^2 based on the fundamental solution (x0, y0)= (1, 5).
; 1,23,137,799,4657,27143,158201,922063,5374177,31322999,182563817,1064059903,6201795601,36146713703,210678486617,1227924205999,7156866749377,41713276290263,243122790992201,141... | 30.928571 | 189 | 0.725173 |
b69acc5943370ed77a2c99bd352be59c6816416d | 729 | asm | Assembly | oeis/277/A277466.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/277/A277466.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/277/A277466.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A277466: E.g.f.: -log(1-x)/(1+LambertW(-x)).
; Submitted by Jon Maiga
; 0,1,3,17,146,1684,24294,419383,8412760,192078864,4914973770,139265564723,4327699948956,146323675764044,5347193667136398,210005149832116455,8820722263274822992,394546588041904397184,18723398414958791004690,939550079246853331267203,4970672550782603... | 36.45 | 498 | 0.802469 |
dbfed070867112f391546e719cfbed5bb22ba997 | 1,085 | asm | Assembly | oeis/289/A289097.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/289/A289097.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/289/A289097.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A289097: Binary representation of the diagonal from the origin to the corner of the n-th stage of growth of the two-dimensional cellular automaton defined by "Rule 545", based on the 5-celled von Neumann neighborhood.
; Submitted by Christian Krause
; 1,1,111,111,10111,11111,1011111,1111111,101111111,111111111,101111... | 155 | 481 | 0.852535 |
21536de996fbed5d5293dbe21b4d15d850773a8d | 683 | asm | Assembly | programs/oeis/287/A287549.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/287/A287549.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/287/A287549.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A287549: Total number of unordered factorizations of all positive integers <= n into distinct factors greater than 1.
; 1,2,3,4,5,7,8,10,11,13,14,17,18,20,22,24,25,28,29,32,34,36,37,42,43,45,47,50,51,56,57,60,62,64,66,71,72,74,76,81,82,87,88,91,94,96,97,104,105,108,110,113,114,119,121,126,128,130,131,140,141,143,146,... | 35.947368 | 247 | 0.667643 |
7b9b33a02fcba206cb79af882662cabaf0134d53 | 9,216 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_st_sm_/i7-7700_9_0x48_notsx.log_21829_1893.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_st_sm_/i7-7700_9_0x48_notsx.log_21829_1893.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_st_sm_/i7-7700_9_0x48_notsx.log_21829_1893.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 %rbp
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x1ae37, %rsi
lea addresses_normal_ht+0x11eaf, %rdi
nop
nop
nop
add $41615, %rbp
mov $63, %rcx
rep movsw
nop
nop
sub $17822, %rcx
lea addresses_UC_ht+0x10237, %rsi
lea addresse... | 30.315789 | 2,999 | 0.66135 |
0a78f616e37de9abd79daab9e8688be933a981c0 | 73 | asm | Assembly | src/main/fragment/mos6502-common/vwsm1_lt_pwsc1_derefidx_vbuyy_then_la1.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | 2 | 2022-03-01T02:21:14.000Z | 2022-03-01T04:33:35.000Z | src/main/fragment/mos6502-common/vwsm1_lt_pwsc1_derefidx_vbuyy_then_la1.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | src/main/fragment/mos6502-common/vwsm1_lt_pwsc1_derefidx_vbuyy_then_la1.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | lda {m1}
cmp {c1},y
lda {m1}+1
sbc {c1}+1,y
bvc !+
eor #$80
!:
bmi {la1}
| 8.111111 | 12 | 0.520548 |
d0e336f6d6660d6f17a7457acd22906ca927c075 | 5,440 | asm | Assembly | src/filters/ASM_merge2.asm | ignaciolebrero/Orga2-TP2 | 404e39e76dafd05af81e29be2d1210d8fb50a96e | [
"MIT"
] | null | null | null | src/filters/ASM_merge2.asm | ignaciolebrero/Orga2-TP2 | 404e39e76dafd05af81e29be2d1210d8fb50a96e | [
"MIT"
] | null | null | null | src/filters/ASM_merge2.asm | ignaciolebrero/Orga2-TP2 | 404e39e76dafd05af81e29be2d1210d8fb50a96e | [
"MIT"
] | null | null | null | ; ************************************************************************* ;
; Organizacion del Computador II ;
; ;
; Implementacion de la funcion Merge 2 ;
; ... | 25.420561 | 155 | 0.63989 |
2290f4b45ebdb1c95aa2a24d296711baefb56e75 | 139 | asm | Assembly | src/testALU2.asm | JoshKing56/BB8-Breadboard-Computer | 6a14d5aeed856f1f2b0ef8843421bc69ec9ccb1a | [
"MIT"
] | null | null | null | src/testALU2.asm | JoshKing56/BB8-Breadboard-Computer | 6a14d5aeed856f1f2b0ef8843421bc69ec9ccb1a | [
"MIT"
] | 1 | 2018-04-08T21:48:49.000Z | 2018-04-08T21:48:49.000Z | src/testALU2.asm | JoshKing56/8-Bit-Computer | 6a14d5aeed856f1f2b0ef8843421bc69ec9ccb1a | [
"MIT"
] | null | null | null | LD A 14
LD B 17
AND C A B
AND C A 8
OR C A B
OR C A 8
NOT C A
GR C A B
GR C B A
GR C A 40
GEQ C A B
GEQ C B A
GEQ C A 14
EQ C A B
EQ C A 14 | 9.266667 | 10 | 0.597122 |
aa87e8e9d82538773a60936617dd38ea14bf1ace | 516 | asm | Assembly | programs/oeis/162/A162560.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/162/A162560.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/162/A162560.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A162560: a(n) = (4+sqrt(3))*(3+sqrt(3))^n + (4-sqrt(3))*(3-sqrt(3))^n.
; 3,8,30,132,612,2880,13608,64368,304560,1441152,6819552,32270400,152705088,722608128,3419418240,16180860672,76568654592,362326763520,1714548653568,8113331340288,38392696120320,181676188680192
add $0,1
mov $2,1
mov $3,47
mov $4,4
mov $5,-5
lpb $0... | 18.428571 | 192 | 0.627907 |
af5ce2d40e9f4b924d95f0d3d4a9a25e2b8c82c4 | 542 | asm | Assembly | oeis/017/A017275.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/017/A017275.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/017/A017275.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A017275: a(n) = (10*n)^7.
; 0,10000000,1280000000,21870000000,163840000000,781250000000,2799360000000,8235430000000,20971520000000,47829690000000,100000000000000,194871710000000,358318080000000,627485170000000,1054135040000000,1708593750000000,2684354560000000,4103386730000000,6122200320000000,8938717390000000,128000... | 90.333333 | 487 | 0.894834 |
0cf875464549d4c0f5d160092c9ad8e1235191b0 | 99,172 | asm | Assembly | Testing/test_xloop.asm | DW0RKiN/M4_FORTH | b441b545707a12e5561cd50cbe902745caa9ed10 | [
"MIT"
] | 2 | 2020-09-12T08:26:40.000Z | 2022-03-08T23:06:19.000Z | Testing/test_xloop.asm | DW0RKiN/M4_FORTH | b441b545707a12e5561cd50cbe902745caa9ed10 | [
"MIT"
] | null | null | null | Testing/test_xloop.asm | DW0RKiN/M4_FORTH | b441b545707a12e5561cd50cbe902745caa9ed10 | [
"MIT"
] | 2 | 2021-02-05T05:43:02.000Z | 2021-06-30T19:10:15.000Z | ORG 0x8000
; === b e g i n ===
ld (Stop+1), SP ; 4:20 init storing the original SP value when the "bye" word is used
ld L, 0x1A ; 2:7 init Upper screen
call 0x1605 ; 3:17 init Open channel
ld HL, 60000 ; 3:10 init Init Return address stack
... | 56.572732 | 130 | 0.439277 |
2273022acf9c0680ead0e6489c86ef1f8b0e46e4 | 409 | asm | Assembly | src/firmware-tests/Platform/Motor/PollAfterMotorMock.asm | pete-restall/Cluck2Sesame-Prototype | 99119b6748847a7b6aeadc4bee42cbed726f7fdc | [
"MIT"
] | 1 | 2019-12-12T09:07:08.000Z | 2019-12-12T09:07:08.000Z | src/firmware-tests/Platform/Motor/PollAfterMotorMock.asm | pete-restall/Cluck2Sesame-Prototype | 99119b6748847a7b6aeadc4bee42cbed726f7fdc | [
"MIT"
] | null | null | null | src/firmware-tests/Platform/Motor/PollAfterMotorMock.asm | pete-restall/Cluck2Sesame-Prototype | 99119b6748847a7b6aeadc4bee42cbed726f7fdc | [
"MIT"
] | null | null | null | #include "Platform.inc"
#include "PollChain.inc"
#include "TestDoubles.inc"
radix decimal
udata
global calledPollAfterMotor
calledPollAfterMotor res 1
PollAfterMotorMock code
global initialisePollAfterMotorMock
global POLL_AFTER_MOTOR
initialisePollAfterMotorMock:
banksel calledPollAfterMotor
clrf called... | 15.730769 | 36 | 0.838631 |
abece1b878d0d3a94bc7e0b57658145acafe0051 | 794 | asm | Assembly | Palmtree.Math.Core.Sint/vs_build/x86_Release/pmc_memory.asm | rougemeilland/Palmtree.Math.Core.Sint | 0895fd4988b146f01ec705e091ef3fd79a721b40 | [
"MIT"
] | null | null | null | Palmtree.Math.Core.Sint/vs_build/x86_Release/pmc_memory.asm | rougemeilland/Palmtree.Math.Core.Sint | 0895fd4988b146f01ec705e091ef3fd79a721b40 | [
"MIT"
] | null | null | null | Palmtree.Math.Core.Sint/vs_build/x86_Release/pmc_memory.asm | rougemeilland/Palmtree.Math.Core.Sint | 0895fd4988b146f01ec705e091ef3fd79a721b40 | [
"MIT"
] | null | null | null | ; Listing generated by Microsoft (R) Optimizing Compiler Version 19.16.27026.1
TITLE z:\sources\lunor\repos\rougemeilland\palmtree.math.core.sint\palmtree.math.core.sint\pmc_memory.c
.686P
.XMM
include listing.inc
.model flat
INCLUDELIB OLDNAMES
EXTRN __imp__HeapDestroy@4:PROC
EXTRN __imp__HeapAlloc@12:PROC
EX... | 24.060606 | 104 | 0.856423 |
08f43ad010721b53007e3a2d6c2d4e8bdda94b04 | 732 | asm | Assembly | oeis/006/A006097.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/006/A006097.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/006/A006097.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A006097: Gaussian binomial coefficient [ n,4 ] for q=2.
; Submitted by Christian Krause
; 1,31,651,11811,200787,3309747,53743987,866251507,13910980083,222984027123,3571013994483,57162391576563,914807651274739,14638597687734259,234230965858250739,3747802679431278579,59965700687947706355,959458073589354016755,153513840... | 45.75 | 477 | 0.815574 |
c97b1c6170257e6ef4d5643cf5befa2f48908cd1 | 2,572 | asm | Assembly | savefile/maps/2F81_EasternEncampment.asm | stranck/fools2018-1 | 1c506b17343fcdfa708aafaf8e596153e2c63254 | [
"MIT"
] | 35 | 2018-04-01T06:55:28.000Z | 2021-05-09T19:09:42.000Z | savefile/maps/2F81_EasternEncampment.asm | stranck/fools2018-1 | 1c506b17343fcdfa708aafaf8e596153e2c63254 | [
"MIT"
] | 4 | 2018-04-01T15:32:55.000Z | 2019-02-23T20:46:49.000Z | savefile/maps/2F81_EasternEncampment.asm | stranck/fools2018-1 | 1c506b17343fcdfa708aafaf8e596153e2c63254 | [
"MIT"
] | 12 | 2018-04-01T15:48:09.000Z | 2021-01-27T10:22:33.000Z | SECTION "Map_2F81", ROM0[$B800]
Map_2F81_Header:
hdr_tileset 19
hdr_dimensions 4, 4
hdr_pointers_a Map_2F81_Blocks, Map_2F81_TextPointers
hdr_pointers_b Map_2F81_Script, Map_2F81_Objects
hdr_pointers_c Map_2F81_InitScript, Map_2F81_RAMScript
hdr_palette $01
... | 24.730769 | 67 | 0.631026 |
ed480810949379c2fd75b698ada1db0e79ed669a | 1,348 | asm | Assembly | examples/tests/expected/03_if.asm | aidnem/jenga-lang | c46ca79a85b9a5e19c621fa7cc68af5db8c10ddc | [
"MIT"
] | null | null | null | examples/tests/expected/03_if.asm | aidnem/jenga-lang | c46ca79a85b9a5e19c621fa7cc68af5db8c10ddc | [
"MIT"
] | null | null | null | examples/tests/expected/03_if.asm | aidnem/jenga-lang | c46ca79a85b9a5e19c621fa7cc68af5db8c10ddc | [
"MIT"
] | null | null | null | section .text
extern _printf
extern _exit
global _main
_main:
word_0:
;; -- push 0 --
push 0
word_1:
;; -- dup --
pop rax
push rax
push rax
word_2:
;; -- if --
pop rax
cmp rax, 0
je word_6
word_3:
;; -- push 0 --
push 0
word_4:
;; -- dump --
mov rdi, dump_msg
... | 11.521368 | 22 | 0.495549 |
0190370dcd5e90f262d060d623de13ce70e6d638 | 552 | asm | Assembly | oeis/017/A017376.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/017/A017376.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/017/A017376.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A017376: a(n) = (10*n + 8)^12.
; 68719476736,1156831381426176,232218265089212416,9065737908494995456,149587343098087735296,1449225352009601191936,9774779120406941925376,50714860157241037295616,215671155821681003462656,784716723734800033386496,2518170116818978404827136,7287592625109126008344576,19342813113834066795298... | 78.857143 | 488 | 0.903986 |
90ea5401dc0a93b79e9e60cc9faa322e0421c664 | 1,711 | asm | Assembly | 32. FIRST CAPITAL & LAST CAPITAL.asm | rng70/Assembly-Programming | 38c60807b944b49e52f189930c5bf1beadf80d74 | [
"MIT"
] | null | null | null | 32. FIRST CAPITAL & LAST CAPITAL.asm | rng70/Assembly-Programming | 38c60807b944b49e52f189930c5bf1beadf80d74 | [
"MIT"
] | null | null | null | 32. FIRST CAPITAL & LAST CAPITAL.asm | rng70/Assembly-Programming | 38c60807b944b49e52f189930c5bf1beadf80d74 | [
"MIT"
] | null | null | null | .MODEL SMALL
.STACK 100H
.DATA
PROMPT DB 'TYPE A LINE OF TEXT',0DH,0AH,'$'
NO_CAPMSG DB 0DH,0AH,'NO CAPITALS $'
CAP_MSG DB 0DH,0AH,'FIRST CAPITAL = '
FIRST DB '['
DB 0DH,0AH
DB 'LAST CAPITAL = '
LAST DB '@ $'
.CODE
MAIN PROC
;INITIALIZE DS
MOV AX,@DA... | 21.658228 | 64 | 0.468147 |
297cea6ff78fa3609685f8e3372b0e8b7fd6e6cd | 6,162 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1228.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1228.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1228.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 %r15
push %rax
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x2cf8, %r10
clflush (%r10)
nop
nop
dec %rdi
movups (%r10), %xmm1
vpextrq $1, %xmm1, %rax
nop
nop
nop
nop
sub $12314, %r15
lea addresses_normal_ht+0xafee, %rdx
nop
n... | 35.825581 | 2,999 | 0.658877 |
4b525a5f07bc19369fc185af6db0eff46a0bc5b8 | 8,185 | asm | Assembly | src/asm/macros.asm | Threetwosevensixseven/espreset | 27841519b6056559559c7eef10c8a53fca712cf5 | [
"Apache-2.0"
] | 1 | 2020-06-10T09:59:01.000Z | 2020-06-10T09:59:01.000Z | src/asm/macros.asm | Threetwosevensixseven/espreset | 27841519b6056559559c7eef10c8a53fca712cf5 | [
"Apache-2.0"
] | null | null | null | src/asm/macros.asm | Threetwosevensixseven/espreset | 27841519b6056559559c7eef10c8a53fca712cf5 | [
"Apache-2.0"
] | null | null | null | ; macros.asm
; Copyright 2020 Robin Verhagen-Guest
;
; Licensed under the Apache License, Version 2.0 (the "License");
; you may not use this file except in compliance with the License.
; You may obtain a copy of the License at
;
; http://www.apache.org/licenses/LICENSE-2.0
;
; Unless required by applicable law o... | 48.431953 | 120 | 0.465974 |
6f8ee166c010181d644178cf8916094d8fd7f431 | 418 | asm | Assembly | Modules/Module4/FloatingPoint/doubleprecision2.asm | hackettccp/CSCI213 | c2b5c3e1b5f47fa329a59b0a7261ebeee8e64059 | [
"MIT"
] | null | null | null | Modules/Module4/FloatingPoint/doubleprecision2.asm | hackettccp/CSCI213 | c2b5c3e1b5f47fa329a59b0a7261ebeee8e64059 | [
"MIT"
] | null | null | null | Modules/Module4/FloatingPoint/doubleprecision2.asm | hackettccp/CSCI213 | c2b5c3e1b5f47fa329a59b0a7261ebeee8e64059 | [
"MIT"
] | null | null | null | #Demonstrates swapping double precision floating point numbers
.text
l.d $f0, double1 #Loads double1 into $f0
l.d $f2, double2 #Loads double2 into $f2
s.d $f2, double1 #Stores $f2 to double1
s.d $f0, double2 #Stores $f0 to double2
l.d $f12, double1 #Loads double1 to $f12.
li $v0, 3 #Sets the system ... | 29.857143 | 62 | 0.703349 |
5924b0b210480965d0eca69f30875d3d119af804 | 687 | asm | Assembly | debugging.asm | ncot-tech/z80-life | 12643b5b227342f8817c40440fd76387a1a11528 | [
"MIT"
] | 9 | 2020-07-27T21:16:47.000Z | 2022-03-30T00:46:24.000Z | debugging.asm | ncot-tech/z80-life | 12643b5b227342f8817c40440fd76387a1a11528 | [
"MIT"
] | null | null | null | debugging.asm | ncot-tech/z80-life | 12643b5b227342f8817c40440fd76387a1a11528 | [
"MIT"
] | null | null | null | ; Puts neighbour count into grid for debugging
; set de to be cell to check
; set b to be neighbour count of that cell
setNewCellNeighbourCount:
ld hl,(otherGrid)
add hl,de
ld (hl),b
ret
printBoardNeighbourCount:
call cls
ld de,0
ld b,0
printLoopN:
ld hl,(currentGrid)
add hl,de
... | 16.756098 | 46 | 0.614265 |
c105cb4d360c7709e77ab844ec737e6871c02d2d | 233 | asm | Assembly | programs/oeis/017/A017575.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/017/A017575.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/017/A017575.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A017575: (12n+4)^7.
; 16384,268435456,13492928512,163840000000,1028071702528,4398046511104,14645194571776,40867559636992,100000000000000,221068140740608,450766669594624,860542568759296,1555363874947072
mul $0,12
add $0,4
pow $0,7
| 33.285714 | 181 | 0.83691 |
3f03b968680f6df5dc7b301df5860b9b7ada1d88 | 945 | asm | Assembly | HelloWorld.asm | AbnerStudy/OsMaking | 8284e7d5c41b91f1e61a5a2755985b545d6d7494 | [
"MIT"
] | null | null | null | HelloWorld.asm | AbnerStudy/OsMaking | 8284e7d5c41b91f1e61a5a2755985b545d6d7494 | [
"MIT"
] | null | null | null | HelloWorld.asm | AbnerStudy/OsMaking | 8284e7d5c41b91f1e61a5a2755985b545d6d7494 | [
"MIT"
] | null | null | null | org 0x7C00
bits 16
%define ENDL 0x0D, 0x0A
start:
jmp main
;
; Prints a string to the screen
; Params:
; - ds:si points to string
;
puts:
; save registers we will modify
push si
push ax
push bx
.loop:
lodsb ; loads next character in al
or al, al ; verify if n... | 14.104478 | 82 | 0.562963 |
2d4215c8032f4cbcb9338c602853c4d73621b7c6 | 693 | asm | Assembly | programs/oeis/033/A033547.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/033/A033547.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/033/A033547.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A033547: Otto Haxel's guess for magic numbers of nuclear shells.
; 0,2,6,14,28,50,82,126,184,258,350,462,596,754,938,1150,1392,1666,1974,2318,2700,3122,3586,4094,4648,5250,5902,6606,7364,8178,9050,9982,10976,12034,13158,14350,15612,16946,18354,19838,21400,23042,24766,26574,28468,30450,32522,34686,36944,39298,41750,44... | 77 | 577 | 0.79798 |
5c1f8dcc2eef2464787be1263e9a67b3ba1eb65b | 133 | asm | Assembly | libsrc/_DEVELOPMENT/font/fzx/fonts/ao/Kaitaia/_ff_ao_Kaitaia.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/font/fzx/fonts/ao/Kaitaia/_ff_ao_Kaitaia.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/font/fzx/fonts/ao/Kaitaia/_ff_ao_Kaitaia.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
SECTION rodata_font
SECTION rodata_font_fzx
PUBLIC _ff_ao_Kaitaia
_ff_ao_Kaitaia:
BINARY "font/fzx/fonts/ao/Kaitaia/Kaitaia.fzx"
| 13.3 | 46 | 0.834586 |
94abe9cee4427c0a3b3fbf27b7c68d1da4e61f9f | 452 | asm | Assembly | 8_kyu/Is_the_string_uppercase.asm | UlrichBerntien/Codewars-Katas | bbd025e67aa352d313564d3862db19fffa39f552 | [
"MIT"
] | null | null | null | 8_kyu/Is_the_string_uppercase.asm | UlrichBerntien/Codewars-Katas | bbd025e67aa352d313564d3862db19fffa39f552 | [
"MIT"
] | null | null | null | 8_kyu/Is_the_string_uppercase.asm | UlrichBerntien/Codewars-Katas | bbd025e67aa352d313564d3862db19fffa39f552 | [
"MIT"
] | null | null | null | SECTION .text
global is_uppercase
is_uppercase:
cld
mov rsi,rdi
mov cx,'az' ; range of lower case letters
jmp .next
.loop:
cmp al,cl
jb .next
cmp al,ch
ja .next
xor rax,rax ; found a lower case letter -> false
ret
.next:
lodsb ; next char from the... | 20.545455 | 57 | 0.564159 |
0148b18b99ea010f990835ad3d21e27283115d86 | 1,702 | asm | Assembly | savefile/maps/4026_BrokenBridge.asm | stranck/fools2018-1 | 1c506b17343fcdfa708aafaf8e596153e2c63254 | [
"MIT"
] | 35 | 2018-04-01T06:55:28.000Z | 2021-05-09T19:09:42.000Z | savefile/maps/4026_BrokenBridge.asm | stranck/fools2018-1 | 1c506b17343fcdfa708aafaf8e596153e2c63254 | [
"MIT"
] | 4 | 2018-04-01T15:32:55.000Z | 2019-02-23T20:46:49.000Z | savefile/maps/4026_BrokenBridge.asm | stranck/fools2018-1 | 1c506b17343fcdfa708aafaf8e596153e2c63254 | [
"MIT"
] | 12 | 2018-04-01T15:48:09.000Z | 2021-01-27T10:22:33.000Z | SECTION "Map_4026", ROM0[$B800]
Map_4026_Header:
hdr_tileset 0
hdr_dimensions 11, 6
hdr_pointers_a Map_4026_Blocks, Map_4026_TextPointers
hdr_pointers_b Map_4026_Script, Map_4026_Objects
hdr_pointers_c Map_4026_InitScript, Map_4026_RAMScript
hdr_palette $06
... | 26.59375 | 68 | 0.613984 |
c5fe76c9a48da9b76a7a7829f173f0d54991fe58 | 1,095 | asm | Assembly | Assembly/textbox/express_missions.asm | WildGenie/Ninokuni | 019b4b7f069b311d0146d634f0af4c3096be7dd9 | [
"Apache-2.0"
] | 14 | 2015-01-15T19:08:06.000Z | 2021-09-27T17:27:22.000Z | Assembly/textbox/express_missions.asm | WildGenie/Ninokuni | 019b4b7f069b311d0146d634f0af4c3096be7dd9 | [
"Apache-2.0"
] | 5 | 2015-01-13T21:19:45.000Z | 2015-04-12T15:51:18.000Z | Assembly/textbox/express_missions.asm | WildGenie/Ninokuni | 019b4b7f069b311d0146d634f0af4c3096be7dd9 | [
"Apache-2.0"
] | 7 | 2015-02-02T20:14:00.000Z | 2017-05-14T07:58:12.000Z | ;;----------------------------------------------------------------------------;;
;; Align the position of the textbox in the express mission menu.
;; Copyright 2015 Benito Palacios (aka pleonex)
;;
;; Licensed under the Apache License, Version 2.0 (the "License");
;; you may not use this file except in compliance w... | 37.758621 | 80 | 0.580822 |
c447fd80a2068f340c797c4f71e8b61ef0a2aa65 | 232 | asm | Assembly | data/mapHeaders/BikeShop.asm | AmateurPanda92/pokemon-rby-dx | f7ba1cc50b22d93ed176571e074a52d73360da93 | [
"MIT"
] | 9 | 2020-07-12T19:44:21.000Z | 2022-03-03T23:32:40.000Z | data/mapHeaders/BikeShop.asm | JStar-debug2020/pokemon-rby-dx | c2fdd8145d96683addbd8d9075f946a68d1527a1 | [
"MIT"
] | 7 | 2020-07-16T10:48:52.000Z | 2021-01-28T18:32:02.000Z | data/mapHeaders/BikeShop.asm | JStar-debug2020/pokemon-rby-dx | c2fdd8145d96683addbd8d9075f946a68d1527a1 | [
"MIT"
] | 2 | 2021-03-28T18:33:43.000Z | 2021-05-06T13:12:09.000Z | BikeShop_h:
db CLUB ; tileset
db BIKE_SHOP_HEIGHT, BIKE_SHOP_WIDTH ; dimensions (y, x)
dw BikeShop_Blocks ; blocks
dw BikeShop_TextPointers ; texts
dw BikeShop_Script ; scripts
db 0 ; connections
dw BikeShop_Object ; objects
| 25.777778 | 57 | 0.780172 |
c57e1f9fbda886c37677b42dcb936cc3e8da3c44 | 4,625 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_ht_zr_un_/i7-7700_9_0x48_notsx.log_21829_309.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_/i7-7700_9_0x48_notsx.log_21829_309.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_/i7-7700_9_0x48_notsx.log_21829_309.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 %r13
push %r15
push %r9
push %rbx
push %rdx
push %rsi
lea addresses_WC_ht+0x1b16c, %rsi
nop
nop
nop
dec %rdx
mov $0x6162636465666768, %r13
movq %r13, (%rsi)
nop
nop
nop
nop
cmp $1503, %r13
lea addresses_UC_ht+0xbc0, %rbx
add $4431, %r15
movups (%rbx), %xmm7
vp... | 52.556818 | 2,999 | 0.660108 |
d5a8ba9d963e2a0b4fe02d4bb8ff2151a48521d6 | 8,143 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xa0.log_21829_1355.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xa0.log_21829_1355.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xa0.log_21829_1355.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 %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x5d58, %rbx
xor %r12, %r12
movw $0x6162, (%rbx)
nop
lfence
lea addresses_WC_ht+0x8e4, %rsi
lea addresses_normal_ht+0x210, %rdi
clflush (%rsi)
nop
nop
nop
nop
nop
dec %r14
mov... | 32.313492 | 2,999 | 0.654427 |
75b524a0696e03561e1010c87bb30b6df4b80a1b | 551 | asm | Assembly | oeis/249/A249919.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/249/A249919.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/249/A249919.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A249919: Number of LCD (liquid-crystal display) segments needed to display n in binary.
; Submitted by Jamie Morken(s3.)
; 6,2,8,4,14,10,10,6,20,16,16,12,16,12,12,8,26,22,22,18,22,18,18,14,22,18,18,14,18,14,14,10,32,28,28,24,28,24,24,20,28,24,24,20,24,20,20,16,28,24,24,20,24,20,20,16,24,20,20,16,20,16,16,12,38,34,34,... | 30.611111 | 295 | 0.644283 |
db6cb4b34bc6ce6d759949575e603b2f937dd9c5 | 409 | asm | Assembly | oeis/091/A091429.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/091/A091429.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/091/A091429.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A091429: Numerator of a(n) = (integral_{x=0..1/3} (1-x^2)^n dx).
; Submitted by Jamie Morken(w3)
; 1,26,1128,68592,5368704,514149120,58253091840,7623288207360,1131761338122240,187970402507489280,34537682442564403200,6956566802152095744000,1524349874113331960217600
mul $0,2
mov $1,1
lpb $0
mov $2,$0
sub $0,1
ad... | 21.526316 | 167 | 0.691932 |
e65607a624b85a01fb19d5ae1a054483d53c215c | 1,058 | asm | Assembly | programs/oeis/101/A101862.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/101/A101862.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/101/A101862.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A101862: a(n) = n*(n+1)*(n+7)*(122+57*n+n^2)/120.
; 24,108,302,671,1296,2275,3724,5778,8592,12342,17226,23465,31304,41013,52888,67252,84456,104880,128934,157059,189728,227447,270756,320230,376480,440154,511938,592557,682776,783401,895280,1019304,1156408,1307572,1473822,1656231
mov $3,$0
add $3,1
mov $16,$0
lpb $3
... | 18.241379 | 227 | 0.466919 |
26dfc4376e2897850a9853a62375681ad778c3c1 | 1,617 | asm | Assembly | programs/oeis/138/A138298.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/138/A138298.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/138/A138298.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A138298: First differences of A137976 after having added two leading ones.
; 0,2,10,21,110,233,1220,2584,13530,28657,150050,317811,1664080,3524578,18454930,39088169,204668310,433494437,2269806340,4807526976,25172538050,53316291173,279167724890,591286729879,3096017511840
mov $21,$0
mov $23,$0
lpb $23,1
clr $0,21
... | 18.375 | 195 | 0.41744 |
081fca13511414dc5c2066c9db9833701b05461e | 561 | asm | Assembly | oeis/017/A017440.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/017/A017440.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/017/A017440.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A017440: a(n) = (11*n + 4)^4.
; 256,50625,456976,1874161,5308416,12117361,24010000,43046721,71639296,112550881,168896016,244140625,342102016,466948881,623201296,815730721,1049760000,1330863361,1664966416,2058346161,2517630976,3049800625,3662186256,4362470401,5158686976,6059221281,7072810000,8208541201,9475854336,1088... | 80.142857 | 499 | 0.857398 |
c1c3dc4add030263f96d24528ecec391c9dcf32c | 11,921 | asm | Assembly | src/app/zcom.asm | neri/osz | d1766e2f5daabd5914a80b838c0219f330a0d0af | [
"MIT"
] | 7 | 2017-01-11T17:13:10.000Z | 2022-02-17T06:40:50.000Z | src/app/zcom.asm | neri/osz | d1766e2f5daabd5914a80b838c0219f330a0d0af | [
"MIT"
] | null | null | null | src/app/zcom.asm | neri/osz | d1766e2f5daabd5914a80b838c0219f330a0d0af | [
"MIT"
] | 1 | 2019-06-24T09:49:43.000Z | 2019-06-24T09:49:43.000Z | ;;
;; MEG-OS Zero - CLI shell
;;
;; Copyright (c) MEG-OS project
;; All rights reserved.
;;
;; 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, ... | 13 | 83 | 0.642144 |
6ffa3b320f878921b27863afa9d263d7ef0983b4 | 3,422 | asm | Assembly | Examples/Prime.asm | Pumuckl007/8BitCompiler | dbcdb7e439dcc2a2d5b7b28f399997267ee2bba8 | [
"MIT"
] | 5 | 2019-03-28T07:27:37.000Z | 2020-08-30T09:07:55.000Z | Examples/Prime.asm | Pumuckl007/8BitCompiler | dbcdb7e439dcc2a2d5b7b28f399997267ee2bba8 | [
"MIT"
] | null | null | null | Examples/Prime.asm | Pumuckl007/8BitCompiler | dbcdb7e439dcc2a2d5b7b28f399997267ee2bba8 | [
"MIT"
] | 1 | 2022-01-23T19:23:19.000Z | 2022-01-23T19:23:19.000Z | ********************************************************************************
* *
* (c) 2018 Max Apodaca *
* This code is licensed under MIT license (see LICENSE for details) ... | 48.197183 | 80 | 0.508182 |
b679fc367bb992abbacafc80f34dc08cb9ef88f9 | 7,843 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_519.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_519.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_519.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 %r8
push %r9
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x17a5f, %r9
clflush (%r9)
nop
nop
nop
nop
nop
sub $40070, %rdi
mov $0x6162636465666768, %rax
movq %rax, %xmm5
movups %xmm5, (%r9)
dec %rsi
lea addresses_WC_ht+0x101ed, %rsi
lea ... | 35.013393 | 2,999 | 0.657529 |
e2ca67a5d7219399ca10a1dc7320a440e89ef572 | 623 | asm | Assembly | programs/oeis/064/A064226.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/064/A064226.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/064/A064226.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A064226: a(n) = (9*n^2 + 13*n + 6) / 2.
; 3,14,34,63,101,148,204,269,343,426,518,619,729,848,976,1113,1259,1414,1578,1751,1933,2124,2324,2533,2751,2978,3214,3459,3713,3976,4248,4529,4819,5118,5426,5743,6069,6404,6748,7101,7463,7834,8214,8603,9001,9408,9824,10249,10683,11126,11578,12039,12509,12988,13476,13973,14479,1... | 69.222222 | 534 | 0.76244 |
a637e253f821d5b1ee0bdc6b0b959aac28372310 | 190 | asm | Assembly | libsrc/target/multi8/tape_load.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/target/multi8/tape_load.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/target/multi8/tape_load.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
MODULE tape_load
SECTION code_clib
PUBLIC tape_load
PUBLIC _tape_load
EXTERN asm_tape_load
tape_load:
_tape_load:
call asm_tape_load
ld hl,0
ret nc ;Success
dec hl
ret
| 10 | 22 | 0.747368 |
d51e299455fd595670b37556a4d8f4a48b000b8e | 385 | asm | Assembly | MySource/2-singel char input-output.asm | mdabdullahibnaharun/Assembly-Language | a56500622b961c7ecf9690ad9d2136c3e05ea1f7 | [
"MIT"
] | null | null | null | MySource/2-singel char input-output.asm | mdabdullahibnaharun/Assembly-Language | a56500622b961c7ecf9690ad9d2136c3e05ea1f7 | [
"MIT"
] | null | null | null | MySource/2-singel char input-output.asm | mdabdullahibnaharun/Assembly-Language | a56500622b961c7ecf9690ad9d2136c3e05ea1f7 | [
"MIT"
] | null | null | null |
; You may customize this and other start-up templates;
; The location of this template is c:\emu8086\inc\0_com_template.txt
org 100h
include 'emu8086.inc'
main proc
mov ah,01h
int 21h
mov bl,al
mov dl,bl
mov ah,02h
int 21h
mov ah,4... | 11 | 69 | 0.52987 |
954bb36fe075069035a2ff8c3736bb3cc75a313b | 412 | asm | Assembly | programs/oeis/053/A053158.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/053/A053158.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/053/A053158.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A053158: Sum of n and its cototient function value (A051953).
; 1,3,4,6,6,10,8,12,12,16,12,20,14,22,22,24,18,30,20,32,30,34,24,40,30,40,36,44,30,52,32,48,46,52,46,60,38,58,54,64,42,72,44,68,66,70,48,80,56,80,70,80,54,90,70,88,78,88,60,104,62,94,90,96,82,112,68,104,94,116
mov $1,2
mov $2,$0
mov $3,$0
cal $0,10 ; Eule... | 37.454545 | 209 | 0.65534 |
4bc45cfdb3e8485e088100005c3a5466015fb7cd | 20,163 | asm | Assembly | OS2.1/CPinti/core/older/i386/dpmi.asm | Cwc-Test/CpcdosOS2.1 | d52c170be7f11cc50de38ef536d4355743d21706 | [
"Apache-2.0"
] | null | null | null | OS2.1/CPinti/core/older/i386/dpmi.asm | Cwc-Test/CpcdosOS2.1 | d52c170be7f11cc50de38ef536d4355743d21706 | [
"Apache-2.0"
] | null | null | null | OS2.1/CPinti/core/older/i386/dpmi.asm | Cwc-Test/CpcdosOS2.1 | d52c170be7f11cc50de38ef536d4355743d21706 | [
"Apache-2.0"
] | null | null | null | ; Adaptation du STUB dpmi pour CPinti Core. Par Sebastien FAVIER
; 14-04-2015
; MaJ : 02-11-2015
; Auteur principal : Delorie (Copyright (C) 1995-2000 DJ Delorie)
; Un grand merci a lui pour son aide.
ideal
p386
assume cs:_TEXT, ds:DGROUP, es:nothing, ss:nothing, fs:_TEXT
group DGROUP _DATA, _BSS
SEGMENT _TEXT PU... | 24.032181 | 79 | 0.638744 |
797826a258815b2da6ff18c3e5200421d98a7442 | 632 | asm | Assembly | oeis/315/A315738.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/315/A315738.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/315/A315738.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A315738: Coordination sequence Gal.6.343.6 where G.u.t.v denotes the coordination sequence for a vertex of type v in tiling number t in the Galebach list of u-uniform tilings.
; Submitted by Simon Strandgaard
; 1,6,12,18,23,27,32,37,41,46,52,58,64,70,76,82,87,91,96,101,105,110,116,122,128,134,140,146,151,155,160,165,... | 52.666667 | 182 | 0.742089 |
b8bdee64604d02894c5d5aba3cc5e680655eb5bb | 227 | asm | Assembly | first program in Assembly.asm | Antoino0704/First_Assembly_Program | 2d26d7236152b5ad831f055b4fefbbcbe2ade732 | [
"MIT"
] | null | null | null | first program in Assembly.asm | Antoino0704/First_Assembly_Program | 2d26d7236152b5ad831f055b4fefbbcbe2ade732 | [
"MIT"
] | null | null | null | first program in Assembly.asm | Antoino0704/First_Assembly_Program | 2d26d7236152b5ad831f055b4fefbbcbe2ade732 | [
"MIT"
] | null | null | null | JMP start
string: DB "1° program in Assembly"
DB 0
start:
MOV D, 232
CALL print
HLT
print:
PUSH A
PUSH B
MOV B, 0
MOV A, string
loop:
MOV C, [A]
MOV [D], C
INC A
INC D
CMP B, [A]
JNE loop
POP A
POP B
RET
| 8.730769 | 38 | 0.599119 |
42086c05b0618167239c5a4117e51cd632214ab9 | 513 | asm | Assembly | programs/oeis/082/A082570.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | null | null | null | programs/oeis/082/A082570.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | null | null | null | programs/oeis/082/A082570.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | null | null | null | ; A082570: a(1)=1, a(n)=ceiling(n*(a(n-1)+1/a(n-1))).
; 1,4,13,53,266,1597,11180,89441,804970,8049701,88546712,1062560545,13813287086,193386019205,2900790288076,46412644609217,789014958356690,14202269250420421,269843115757988000,5396862315159760001,113334108618354960022,2493350389603809120485
add $0,1
mov $2,$0
lpb $0... | 20.52 | 239 | 0.666667 |
dfd53eb9117350eb658554de181e4bfe8e48ebca | 1,196 | asm | Assembly | test/sgmul-sgdiv-sgmod.asm | kspalaiologos/asmbf | c98a51d61724a46855de291a27d68a49a034810b | [
"MIT"
] | 67 | 2020-08-03T06:26:35.000Z | 2022-03-24T19:50:51.000Z | test/sgmul-sgdiv-sgmod.asm | pyautogui/asmbf | 37c54a8a62df2fc4bab28bdeb43237b4905cbecd | [
"MIT"
] | 55 | 2019-10-02T19:37:08.000Z | 2020-06-12T19:40:53.000Z | test/sgmul-sgdiv-sgmod.asm | pyautogui/asmbf | 37c54a8a62df2fc4bab28bdeb43237b4905cbecd | [
"MIT"
] | 9 | 2019-05-18T11:59:41.000Z | 2020-06-21T20:40:25.000Z |
$(
function auto(a, b, op, c)
print("mov r1, " .. signed(a))
print("mov r2, " .. signed(b))
print("sg" .. op .. " r1, r2")
print("eq r1, " .. signed(c))
print("eq r2, " .. signed(b))
print("and r1, r2")
print("add r1, .0")
print("out r1")
end
)
#... | 19.290323 | 38 | 0.423077 |
4556ad497cc52873f451e5db1f212cee39c63e0e | 413 | asm | Assembly | programs/oeis/110/A110659.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/110/A110659.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/110/A110659.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A110659: a(n) = A028242(A110654(n)).
; 1,0,0,2,2,1,1,3,3,2,2,4,4,3,3,5,5,4,4,6,6,5,5,7,7,6,6,8,8,7,7,9,9,8,8,10,10,9,9,11,11,10,10,12,12,11,11,13,13,12,12,14,14,13,13,15,15,14,14,16,16,15,15,17,17,16,16,18,18,17,17,19,19,18,18,20,20,19,19,21,21,20,20,22,22,21,21,23,23,22,22,24,24,23,23,25,25,24,24,26
mov $1,1
mov $2... | 27.533333 | 264 | 0.578692 |
e60d751ea2701988af6604310191cac4623e6701 | 442 | asm | Assembly | base/mvdm/dos/v86/inc/dpl.asm | npocmaka/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 17 | 2020-11-13T13:42:52.000Z | 2021-09-16T09:13:13.000Z | base/mvdm/dos/v86/inc/dpl.asm | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 2 | 2020-10-19T08:02:06.000Z | 2020-10-19T08:23:18.000Z | base/mvdm/dos/v86/inc/dpl.asm | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 14 | 2020-11-14T09:43:20.000Z | 2021-08-28T08:59:57.000Z | ; SCCSID = @(#)dpl.asm 1.1 85/04/10
; SCCSID = @(#)dpl.asm 1.1 85/04/10
DPL STRUC
DPL_AX DW ? ; AX register
DPL_BX DW ? ; BX register
DPL_CX DW ? ; CX register
DPL_DX DW ? ; DX register
DPL_SI DW ? ; SI register
DPL_DI DW ? ; DI register
DPL_DS DW ? ; DS register
DPL_ES DW ? ; ES register
DPL_reserved DW ? ;... | 27.625 | 52 | 0.647059 |
017be3d173ce4357959d403489787c4aa401401d | 1,641 | asm | Assembly | bootloader/Oak64/src/oak64.asm | ker2x/zymology | 29bf8913efbd0469ae636ba3af823158e390cfd9 | [
"MIT"
] | 3 | 2016-04-14T17:23:14.000Z | 2021-05-31T05:07:02.000Z | bootloader/Oak64/src/oak64.asm | ker2x/zymology | 29bf8913efbd0469ae636ba3af823158e390cfd9 | [
"MIT"
] | null | null | null | bootloader/Oak64/src/oak64.asm | ker2x/zymology | 29bf8913efbd0469ae636ba3af823158e390cfd9 | [
"MIT"
] | null | null | null | ; First stage of the bootloader
USE16
ORG 0x00008000
start:
; Clear registers, again
cli
xor eax, eax
xor ebx, ebx
xor ecx, ecx
xor edx, edx
xor esi, esi
xor edi, edi
xor ebp, ebp
mov ds, ax
mov es, ax
mov ss, ax
mov fs, ax
mov gs, ax
mov esp, 0x8000 ; set stack pointer, again
sti
; Print a friend... | 19.535714 | 126 | 0.652651 |
f473d7d34aa7a16b7a394d023e368f5369680cef | 346 | asm | Assembly | src/src/c/borlandc/dpmi32/getdta.asm | amindlost/wdosx | 1e256d22c1547e7b1f1ccd23e400f5b81b8bd013 | [
"Unlicense"
] | 7 | 2022-01-20T08:27:54.000Z | 2022-03-17T10:15:31.000Z | src/src/c/borlandc/dpmi32/getdta.asm | amindlost/wdosx | 1e256d22c1547e7b1f1ccd23e400f5b81b8bd013 | [
"Unlicense"
] | null | null | null | src/src/c/borlandc/dpmi32/getdta.asm | amindlost/wdosx | 1e256d22c1547e7b1f1ccd23e400f5b81b8bd013 | [
"Unlicense"
] | null | null | null | .386
.model flat,C
PUBLIC getdta
; the current version of WDOSX (0.93) does not support an extended 21/2f yet
; Don't use this one with WDOSX 0.93. I'm sure 0.94 will have support
; added.
; The DTA is in the real mode region at psp:[80h].
.code
getdta proc near
push ebx
mov ah,2Fh
int 21h
mov eax,ebx
pop eb... | 13.307692 | 76 | 0.702312 |
2127860f5ef8f633e81aa6e78ee5802d48109585 | 682 | asm | Assembly | oeis/093/A093361.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/093/A093361.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/093/A093361.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A093361: Add/multiply sequence, see example.
; Submitted by Jon Maiga
; 1,3,7,11,27,33,69,77,141,151,251,263,407,421,617,633,889,907,1231,1251,1651,1673,2157,2181,2757,2783,3459,3487,4271,4301,5201,5233,6257,6291,7447,7483,8779,8817,10261,10301,11901,11943,13707,13751,15687,15733,17849,17897,20201,20251,22751,22803,2... | 42.625 | 501 | 0.753666 |
2097f7adba508b2e9f144f0cea65cc3f23d50058 | 490 | asm | Assembly | hacks/images/m6502/colors.asm | MBrassey/xscreensaver_BlueMatrix | 2152a79ec08a676d940158735700087323d4a556 | [
"CC0-1.0"
] | 2 | 2020-07-15T07:40:50.000Z | 2020-09-01T05:51:36.000Z | hacks/images/m6502/colors.asm | luc1dLife/xscreensaver_BlueMatrix | 2152a79ec08a676d940158735700087323d4a556 | [
"CC0-1.0"
] | null | null | null | hacks/images/m6502/colors.asm | luc1dLife/xscreensaver_BlueMatrix | 2152a79ec08a676d940158735700087323d4a556 | [
"CC0-1.0"
] | null | null | null | ; submitted by Anonymous
jmp $700
*=$700
ldx #0
ldy #0
;init screen
lda #0
sta $0
sta $3
lda #2
sta $1
loop:
lda colors,x
bpl ok
inc $0
ldx #0
lda colors,x
ok:
inx
sta ($0),y
iny
bne ok2
inc $1
lda $1
cmp #6
beq end
ok2:
jmp loop
end:
inc $3
lda $3
and #$3f
tax
ldy #0
lda #2
sta $1
st... | 10.425532 | 51 | 0.561224 |
2d2cd6b5002e9f6f012f659a96524a9cc1aea6a1 | 8,129 | asm | Assembly | lib/target/micro8085/classic/micro8085_crt0.asm | UnivEngineer/z88dk | 9047beba62595b1d88991bc934da75c0e2030d07 | [
"ClArtistic"
] | 4 | 2021-12-23T15:34:05.000Z | 2021-12-23T15:36:16.000Z | lib/target/micro8085/classic/micro8085_crt0.asm | UnivEngineer/z88dk | 9047beba62595b1d88991bc934da75c0e2030d07 | [
"ClArtistic"
] | 2 | 2022-03-20T22:17:35.000Z | 2022-03-24T16:10:00.000Z | lib/target/micro8085/classic/micro8085_crt0.asm | jorgegv/z88dk | 127130cf11f9ff268ba53e308138b12d2b9be90a | [
"ClArtistic"
] | null | null | null | ;-------------------------------------------------------------------------
; Embedded target Micro8085 by Anders Hjelm
; https://hackaday.io/project/176653-micro8085
; for target clib support see /z88dk/examples/micro8085/micro8085.h
;-------------------------------------------------------------------------
mod... | 35.810573 | 74 | 0.453192 |
0d7808e4c7468e19ba9bb2c1f0123e8c6e14570e | 21,315 | asm | Assembly | myco.asm | Steve-Teal/myco-fpga | a2e78e4d0a78a210c3d1f64b7f2305325c58b15c | [
"Unlicense"
] | null | null | null | myco.asm | Steve-Teal/myco-fpga | a2e78e4d0a78a210c3d1f64b7f2305325c58b15c | [
"Unlicense"
] | null | null | null | myco.asm | Steve-Teal/myco-fpga | a2e78e4d0a78a210c3d1f64b7f2305325c58b15c | [
"Unlicense"
] | null | null | null | ;-----------------------------------------------------
;
; myco-fpga
; An emulator for the MyCo/TPS 4-bit computer system
;
;-----------------------------------------------------
BR START
;
; Register definitions
;
REGA DW 0 ; A,B,C and D are the internal Myco registers
REGB ... | 31.813433 | 120 | 0.436547 |
076153e306a6a0d4d76593058bf73074b02a4c17 | 2,233 | asm | Assembly | counter.asm | Digital-Electronics-LLC/bootOS | 6ce1cce3bae2f12cd47b844ac4800c5f4a971df1 | [
"BSD-2-Clause"
] | 1,466 | 2019-07-29T18:29:37.000Z | 2022-03-30T21:49:46.000Z | counter.asm | dev747368/bootOS | a0e9b676883c3d926071651d84e6b4e4ffd502a9 | [
"BSD-2-Clause"
] | 16 | 2019-07-31T05:30:29.000Z | 2021-11-11T19:29:22.000Z | counter.asm | dev747368/bootOS | a0e9b676883c3d926071651d84e6b4e4ffd502a9 | [
"BSD-2-Clause"
] | 88 | 2019-07-30T03:38:23.000Z | 2022-03-18T15:54:12.000Z | ;
; Shows how to use bootOS services
;
; by Oscar Toledo G.
; http://nanochess.org/
;
; Creation date: Jul/31/2019.
;
org 0x7c00
;
; These segment values and addresses are for
; testing the correct bootOS behavior.
... | 24.538462 | 66 | 0.425437 |
048db39100c6482d6a182265038d0f715a6d5bbd | 1,880 | asm | Assembly | boot/loader/memory.asm | EmilNorden/tunaos | fccaeb90609b08066470fe8e4cde0e64f85c2f15 | [
"MIT"
] | null | null | null | boot/loader/memory.asm | EmilNorden/tunaos | fccaeb90609b08066470fe8e4cde0e64f85c2f15 | [
"MIT"
] | null | null | null | boot/loader/memory.asm | EmilNorden/tunaos | fccaeb90609b08066470fe8e4cde0e64f85c2f15 | [
"MIT"
] | null | null | null | [bits 16]
; The entry structure looks like this:
; uint64 - base address
; uint64 - length of region (can apparently be 0, in which case it should be skipped)
; uint32 - type
; uint32 - extended ACPI attribute (unused?)
; total size of structure is 24 bytes
;
; Creates a memory map.
; Inputs:
; ES:DI - memory ad... | 22.650602 | 107 | 0.712766 |
77be28081065a76199b8e2c7f1050c7caf902c48 | 632 | asm | Assembly | libsrc/graphics/gray/ticalc/g_clg.asm | andydansby/z88dk-mk2 | 51c15f1387293809c496f5eaf7b196f8a0e9b66b | [
"ClArtistic"
] | 1 | 2020-09-15T08:35:49.000Z | 2020-09-15T08:35:49.000Z | libsrc/graphics/gray/ticalc/g_clg.asm | andydansby/z88dk-MK2 | 51c15f1387293809c496f5eaf7b196f8a0e9b66b | [
"ClArtistic"
] | null | null | null | libsrc/graphics/gray/ticalc/g_clg.asm | andydansby/z88dk-MK2 | 51c15f1387293809c496f5eaf7b196f8a0e9b66b | [
"ClArtistic"
] | null | null | null | ;
; TI Gray Library Functions
;
; Written by Stefano Bodrato - Mar 2001
;
;
; $Id: g_clg.asm,v 1.5 2011/08/12 16:56:33 pauloscustodio Exp $
;
;Usage: g_clg(GrayLevel)
INCLUDE "graphics/grafix.inc" ; Contains fn defs
XLIB g_clg
XREF graybit1
XREF graybit2
.g_clg
ld ix,0
add ix,sp
ld... | 11.285714 | 63 | 0.602848 |
c15054c8a495d7c55fc646d890759c27014769ea | 696 | asm | Assembly | oeis/078/A078032.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/078/A078032.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/078/A078032.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A078032: Expansion of (1-x)/(1+x^2+x^3).
; Submitted by Jamie Morken(s1)
; 1,-1,-1,0,2,1,-2,-3,1,5,2,-6,-7,4,13,3,-17,-16,14,33,2,-47,-35,45,82,-10,-127,-72,137,199,-65,-336,-134,401,470,-267,-871,-203,1138,1074,-935,-2212,-139,3147,2351,-3008,-5498,657,8506,4841,-9163,-13347,4322,22510,9025,-26832,-31535,17807,58367... | 40.941176 | 497 | 0.668103 |
0aff8e115b8bebcc76921917d7c5506507735f68 | 2,772 | asm | Assembly | src/kernel/hal/tss.asm | dgaur/dx | 701232e4ba67036de7594f33c3f5445d0c49942f | [
"MIT"
] | null | null | null | src/kernel/hal/tss.asm | dgaur/dx | 701232e4ba67036de7594f33c3f5445d0c49942f | [
"MIT"
] | null | null | null | src/kernel/hal/tss.asm | dgaur/dx | 701232e4ba67036de7594f33c3f5445d0c49942f | [
"MIT"
] | null | null | null | //
// tss.asm
//
// Logic for creating the Task State Segment (TSS) structure + loading it
// into the CPU
//
#include "hal/address_space_layout.h"
#include "selector.h"
#include "thread_layout.h"
#include "tss.h"
///
/// Creates + installs a TSS on this CPU. Populates the SS0, bitmap base and
/// bitmap terminat... | 22.354839 | 79 | 0.703824 |
705af5a2ea81ff6c935ea614987a15d83733b180 | 893 | asm | Assembly | programs/oeis/106/A106610.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/106/A106610.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/106/A106610.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A106610: Numerator of n/(n+9).
; 0,1,2,1,4,5,2,7,8,1,10,11,4,13,14,5,16,17,2,19,20,7,22,23,8,25,26,3,28,29,10,31,32,11,34,35,4,37,38,13,40,41,14,43,44,5,46,47,16,49,50,17,52,53,6,55,56,19,58,59,20,61,62,7,64,65,22,67,68,23,70,71,8,73,74,25,76,77,26,79,80,9,82,83,28,85,86,29,88,89,10,91,92,31,94,95,32,97,98,11,100,101... | 127.571429 | 829 | 0.68757 |
cb6ad5ebff2e722460d613f575a88901e5d98ed5 | 401 | asm | Assembly | BigNum/Mod/Base/bnShr1.asm | FloydZ/Crypto-Hash | 2635450fb16d4d8dc4578d6539cc25ce599f7e21 | [
"MIT"
] | 11 | 2015-03-17T10:31:23.000Z | 2022-01-21T17:42:43.000Z | BigNum/Mod/Base/bnShr1.asm | 0xFF1E071F/Crypto-Hash | 2635450fb16d4d8dc4578d6539cc25ce599f7e21 | [
"MIT"
] | null | null | null | BigNum/Mod/Base/bnShr1.asm | 0xFF1E071F/Crypto-Hash | 2635450fb16d4d8dc4578d6539cc25ce599f7e21 | [
"MIT"
] | 6 | 2018-01-29T16:06:36.000Z | 2021-05-08T19:22:24.000Z | .686
.model flat,stdcall
option casemap:none
include .\bnlib.inc
include .\bignum.inc
.code
bnShr1 proc uses edi bn:DWORD
mov edi,bn
xor eax,eax; CLC
mov ecx,[edi].BN.dwSize
lea edi,[edi].BN.dwArray[ecx*4-4]
.repeat
mov edx,[edi]
lea edi,[edi-4]
rcr edx,1
dec ecx
mov [edi+4],edx
.until zero?
mov edi,... | 14.851852 | 34 | 0.695761 |
bcef4e8868c735a51d6a3d6feb445e019b0b4f47 | 1,111 | asm | Assembly | lib/target/multi8/classic/multi8_crt0.asm | ahjelm/z88dk | c4de367f39a76b41f6390ceeab77737e148178fa | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | lib/target/multi8/classic/multi8_crt0.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | lib/target/multi8/classic/multi8_crt0.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ; CRT0 for the Multi8
;
MODULE multi8_crt0
defc crt0 = 1
INCLUDE "zcc_opt.def"
EXTERN _main ;main() is always external to crt0 code
PUBLIC cleanup ;jp'd to by exit()
PUBLIC l_dcal ;jp(hl)
defc SYSVAR_PORT29_COPY = 0xf0bb
defc T... | 20.962264 | 69 | 0.643564 |
d9985995be12600337b4548f2d7ed6486fb7d663 | 1,539 | asm | Assembly | third_party/antlr_grammars_v4/asm/asmMASM/examples/powers.asm | mikhan808/rsyntaxtextarea-antlr4-extension | be6a7881e0f6e1a5e8c8e65f7ca4898a2298aa77 | [
"BSD-3-Clause"
] | 127 | 2018-09-03T16:54:24.000Z | 2022-03-27T15:07:28.000Z | third_party/antlr_grammars_v4/asm/asmMASM/examples/powers.asm | mikhan808/rsyntaxtextarea-antlr4-extension | be6a7881e0f6e1a5e8c8e65f7ca4898a2298aa77 | [
"BSD-3-Clause"
] | 63 | 2018-09-03T16:18:02.000Z | 2022-03-14T13:44:17.000Z | third_party/antlr_grammars_v4/asm/asmMASM/examples/powers.asm | mikhan808/rsyntaxtextarea-antlr4-extension | be6a7881e0f6e1a5e8c8e65f7ca4898a2298aa77 | [
"BSD-3-Clause"
] | 39 | 2018-09-03T16:11:27.000Z | 2022-01-14T01:22:31.000Z | ; ----------------------------------------------------------------------------
; powers.asm
;
; Displays powers of 2 from 2^0 to 2^31, one per line, to standard output.
;
; Processor: 386 or later
; Assembler: MASM
; OS: Any Win32-based OS
; Other libraries: Use a Microsoft-compatible C library (e.g. libc.lib).
; Assem... | 32.744681 | 78 | 0.473034 |
f43f59d11852e7df05dabf34b52e0ee5debf8f37 | 493 | asm | Assembly | newitems/jump/stairs.asm | fcard/z3randomizer | f2d0c2e58512e9c4c7f37996b52f6a0dc828f3ec | [
"MIT"
] | null | null | null | newitems/jump/stairs.asm | fcard/z3randomizer | f2d0c2e58512e9c4c7f37996b52f6a0dc828f3ec | [
"MIT"
] | null | null | null | newitems/jump/stairs.asm | fcard/z3randomizer | f2d0c2e58512e9c4c7f37996b52f6a0dc828f3ec | [
"MIT"
] | null | null | null | ; Allow jumping into outdoor stairs
CheckMidairBeforeEnteringStairs:
LDA !IsJumping : BNE .branch
LDA $46 : BEQ .branch
JML CheckMidairBeforeEnteringStairs.Continue
.branch
JML CheckMidairBeforeEnteringStairs.Branch
; Set outdoor stairs flag
SetOutdoorStairsState:
LDA #1 : STA !OutdoorStairs
... | 23.47619 | 52 | 0.728195 |
192647fbbcbfe95812caed8559ddf02fb2dba5dc | 258 | asm | Assembly | exampl05/hlldemo/smalled/lib/tstlib/tstlib.asm | AlexRogalskiy/Masm | d39498878f140696b299c76436f209156961429e | [
"MIT"
] | null | null | null | exampl05/hlldemo/smalled/lib/tstlib/tstlib.asm | AlexRogalskiy/Masm | d39498878f140696b299c76436f209156961429e | [
"MIT"
] | null | null | null | exampl05/hlldemo/smalled/lib/tstlib/tstlib.asm | AlexRogalskiy/Masm | d39498878f140696b299c76436f209156961429e | [
"MIT"
] | null | null | null |
.486 ; create 32 bit code
.model flat, stdcall ; 32 bit memory model
option casemap :none ; case sensitive
ReEntryPoint PROTO
includelib smalled.lib
.code
start:
call ReEntryPoint
end start
| 16.125 | 52 | 0.581395 |
b02e8f2c26b3dd1a1c931bd6f4d99d90ce0f93ea | 807 | asm | Assembly | programs/oeis/185/A185908.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/185/A185908.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/185/A185908.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A185908: Array: T(n,k) = n-1 + min{n,k}, by antidiagonals.
; 1,1,2,1,3,3,1,3,4,4,1,3,5,5,5,1,3,5,6,6,6,1,3,5,7,7,7,7,1,3,5,7,8,8,8,8,1,3,5,7,9,9,9,9,9,1,3,5,7,9,10,10,10,10,10,1,3,5,7,9,11,11,11,11,11,11,1,3,5,7,9,11,12,12,12,12,12,12,1,3,5,7,9,11,13,13,13,13,13,13,13,1,3,5,7,9,11,13,14,14,14,14,14,14,14,1,3,5,7,9,11... | 57.642857 | 641 | 0.586121 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.