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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0133ee0557cef6c04da0c7eaa4699b8daa62cd5c | 457 | asm | Assembly | src/firmware/SunriseSunset/CalculateSunsetState.asm | pete-restall/Cluck2Sesame-Prototype | 99119b6748847a7b6aeadc4bee42cbed726f7fdc | [
"MIT"
] | 1 | 2019-12-12T09:07:08.000Z | 2019-12-12T09:07:08.000Z | src/firmware/SunriseSunset/CalculateSunsetState.asm | pete-restall/Cluck2Sesame-Prototype | 99119b6748847a7b6aeadc4bee42cbed726f7fdc | [
"MIT"
] | null | null | null | src/firmware/SunriseSunset/CalculateSunsetState.asm | pete-restall/Cluck2Sesame-Prototype | 99119b6748847a7b6aeadc4bee42cbed726f7fdc | [
"MIT"
] | null | null | null | #include "Platform.inc"
#include "FarCalls.inc"
#include "Arithmetic32.inc"
#include "SunriseSunset.inc"
#include "States.inc"
radix decimal
defineSunriseSunsetState SUN_STATE_CALCULATESUNSET
movf sunsetAdjustmentMinutes, W
movwf adjustmentMinutes
setSunriseSunsetState SUN_STATE_SUNSET_LOADLOOKUPS
ca... | 20.772727 | 52 | 0.822757 |
69eacbad1882f039dc2acce7d5fd310ed5192d53 | 518 | asm | Assembly | oeis/318/A318305.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/318/A318305.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/318/A318305.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A318305: a(n) = product_{p} - product_{p-1}, where p are distinct primes dividing n; a(n) = A007947(n) - A173557(n).
; Submitted by Jamie Morken(s4)
; 0,1,1,1,1,4,1,1,1,6,1,4,1,8,7,1,1,4,1,6,9,12,1,4,1,14,1,8,1,22,1,1,13,18,11,4,1,20,15,6,1,30,1,12,7,24,1,4,1,6,19,14,1,4,15,8,21,30,1,22,1,32,9,1,17,46,1,18,25,46,1,4,... | 74 | 241 | 0.617761 |
1643abd05b26c0a1ddf4dece3b9f663b9ad0f590 | 283 | asm | Assembly | programs/oeis/177/A177784.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/177/A177784.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/177/A177784.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A177784: a(n) = binomial(n^2, n) / ( n*(n+1) ).
; 1,7,91,1771,46376,1533939,61474519,2898753715,157366449604,9672348219898,664226242466073,50419551102990876,4193002458968329488,379189865879906158731,37054233830964389244975
mov $1,$0
add $1,2
pow $1,2
sub $1,2
bin $1,$0
mov $0,$1
| 28.3 | 174 | 0.745583 |
4da4517c581074c3c179ec96f53ce2fda8605fb9 | 60 | asm | Assembly | gfx/pokemon/typhlosion/anim_idle.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 28 | 2019-11-08T07:19:00.000Z | 2021-12-20T10:17:54.000Z | gfx/pokemon/typhlosion/anim_idle.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 13 | 2020-01-11T17:00:40.000Z | 2021-09-14T01:27:38.000Z | gfx/pokemon/typhlosion/anim_idle.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 22 | 2020-05-28T17:31:38.000Z | 2022-03-07T20:49:35.000Z | setrepeat 2
frame 0, 07
frame 4, 08
dorepeat 1
endanim
| 10 | 12 | 0.7 |
f1acd55b00c4ba0ee2b3a448bbbf5ae1c2eebb9a | 408 | asm | Assembly | oeis/096/A096979.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/096/A096979.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/096/A096979.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A096979: Sum of the areas of the first n+1 Pell triangles.
; Submitted by Jamie Morken(s2.)
; 0,1,6,36,210,1225,7140,41616,242556,1413721,8239770,48024900,279909630,1631432881,9508687656,55420693056,323015470680,1882672131025,10973017315470,63955431761796,372759573255306,2172602007770041
mov $2,1
mov $4,1
lpb $0
s... | 24 | 196 | 0.732843 |
563209f3a759ac8c8b70f34d05e2e74872632690 | 730 | asm | Assembly | oeis/207/A207166.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/207/A207166.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/207/A207166.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A207166: Number of n X 5 0..1 arrays avoiding 0 0 0 and 1 0 1 horizontally and 0 0 1 and 1 0 1 vertically.
; Submitted by Jamie Morken(s2)
; 13,169,624,1612,3445,6513,11284,18304,28197,41665,59488,82524,111709,148057,192660,246688,311389,388089,478192,583180,704613,844129,1003444,1184352,1388725,1618513,1875744,21625... | 52.142857 | 501 | 0.79726 |
463910eafc0c67061dd38681929115ca57b9ddf1 | 448 | asm | Assembly | programs/oeis/164/A164028.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/164/A164028.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/164/A164028.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A164028: The n-th composite minus 3.
; 1,3,5,6,7,9,11,12,13,15,17,18,19,21,22,23,24,25,27,29,30,31,32,33,35,36,37,39,41,42,43,45,46,47,48,49,51,52,53,54,55,57,59,60,61,62,63,65,66,67,69,71,72,73,74,75,77,78,79,81,82,83,84,85,87,88,89,90,91,92,93,95,96,97,99,101,102,103,105,107,108,109,111,112,113,114,115,116,117,118,... | 64 | 320 | 0.667411 |
5b5a2701a715e1620e280159581c0b42cb7d6518 | 5,876 | asm | Assembly | playground/Gen1/DebugStub.asm | marcelocaetano/XSharp | 394f17cee63bfc9781ac8f6b1e21291caa9fc111 | [
"BSD-3-Clause"
] | 168 | 2017-08-05T18:23:29.000Z | 2022-03-31T19:33:13.000Z | playground/Gen1/DebugStub.asm | marcelocaetano/XSharp | 394f17cee63bfc9781ac8f6b1e21291caa9fc111 | [
"BSD-3-Clause"
] | 12 | 2017-09-19T13:24:16.000Z | 2020-09-03T09:42:19.000Z | playground/Gen1/DebugStub.asm | marcelocaetano/XSharp | 394f17cee63bfc9781ac8f6b1e21291caa9fc111 | [
"BSD-3-Clause"
] | 47 | 2017-08-13T04:12:40.000Z | 2022-03-29T18:25:19.000Z | ; Generated at 4/14/2019 1:59:47 AM
DebugStub_CallerEBP dd 0
DebugStub_CallerEIP dd 0
DebugStub_CallerESP dd 0
DebugStub_TraceMode dd 0
DebugStub_DebugStatus dd 0
DebugStub_PushAllPtr dd 0
DebugStub_DebugBreakOnNextTrace dd 0
DebugStub_BreakEBP dd 0
DebugStub_CommandID dd 0
DebugStub_BreakOnAddress:
Pushad
Call Debu... | 24.381743 | 77 | 0.875936 |
1a7149d3532b5e6ba3a1851b4fffa5c994e9e404 | 762 | asm | Assembly | data/pokemon/base_stats/jynx.asm | genterz/pokecross | 5e62ab6c23e624ea82d599af306f9c52d768a8b4 | [
"blessing"
] | 28 | 2019-11-08T07:19:00.000Z | 2021-12-20T10:17:54.000Z | data/pokemon/base_stats/jynx.asm | genterz/pokecross | 5e62ab6c23e624ea82d599af306f9c52d768a8b4 | [
"blessing"
] | 13 | 2020-01-11T17:00:40.000Z | 2021-09-14T01:27:38.000Z | data/pokemon/base_stats/jynx.asm | genterz/pokecross | 5e62ab6c23e624ea82d599af306f9c52d768a8b4 | [
"blessing"
] | 22 | 2020-05-28T17:31:38.000Z | 2022-03-07T20:49:35.000Z | db JYNX ; 124
db 65, 50, 35, 95, 115, 95
; hp atk def spd sat sdf
db ICE, PSYCHIC ; type
db 45 ; catch rate
db 137 ; base exp
db ICE_BERRY, ICE_BERRY ; items
db GENDER_F100 ; gender ratio
db 100 ; unknown 1
db 25 ; step cycles to hatch
db 5 ; unknown 2
INCBIN "gfx/pokemon/jynx/front.dimensions... | 34.636364 | 303 | 0.725722 |
e21bf12baecebe4be98a189b384b4885f4af48da | 148 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math48/lm/c/sdcc_ix/ceil_fastcall.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/math/float/math48/lm/c/sdcc_ix/ceil_fastcall.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/math/float/math48/lm/c/sdcc_ix/ceil_fastcall.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
SECTION code_clib
SECTION code_fp_math48
PUBLIC _ceil_fastcall
EXTERN cm48_sdccix_ceil_fastcall
defc _ceil_fastcall = cm48_sdccix_ceil_fastcall
| 14.8 | 47 | 0.885135 |
30fe617a9952538e0cc86236973c62ace211e458 | 222 | asm | Assembly | sbsext/utq/errms.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | sbsext/utq/errms.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | sbsext/utq/errms.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | * Write error message V0.0 1985 Tony Tebby QJUMP
*
section utils
*
xdef ut_errms
*
include dev8_sbsext_ext_keys
*
ut_errms
move.w ut..err,a2 send error message
jsr (a2)
moveq #0,d0 and clear error
rts
end
| 14.8 | 54 | 0.707207 |
169b32331943a5edc8fa7b85e3e324de9ce8d505 | 376 | asm | Assembly | oeis/182/A182190.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/182/A182190.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/182/A182190.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A182190: a(n) = 6*a(n-1) - a(n-2) + 4 with n > 1, a(0)=0, a(1)=4.
; Submitted by Jamie Morken(s1)
; 0,4,28,168,984,5740,33460,195024,1136688,6625108,38613964,225058680,1311738120,7645370044,44560482148,259717522848,1513744654944,8822750406820,51422757785980,299713796309064
lpb $0
sub $0,1
mov $1,$3
mul $1,4
... | 25.066667 | 175 | 0.675532 |
b1394afc2e28251488178f8701e8ddda34236cd0 | 365 | asm | Assembly | oeis/152/A152772.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/152/A152772.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/152/A152772.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A152772: a(n) = sigma(n) - 3*d(n) + 3.
; 1,0,1,1,3,3,5,6,7,9,9,13,11,15,15,19,15,24,17,27,23,27,21,39,25,33,31,41,27,51,29,48,39,45,39,67,35,51,47,69,39,75,41,69,63,63,45,97,51,78,63,83,51,99,63,99,71,81,57,135
add $0,1
mov $1,5
mov $2,$0
lpb $0
mov $3,$2
dif $3,$0
sub $0,3
cmp $3,$2
cmp $3,0
mul $3,$0
... | 19.210526 | 171 | 0.550685 |
fc00452e655fe0322b398ac88c7fee52284c03f0 | 492 | asm | Assembly | oeis/269/A269553.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/269/A269553.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/269/A269553.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A269553: Expansion of (-5*x^2 + 138*x + 3)/(x^3 - 99*x^2 + 99*x - 1).
; Submitted by Christian Krause
; -3,-435,-42763,-4190475,-410623923,-40236954115,-3942810879483,-386355229235355,-37858869654185443,-3709782870880938195,-363520862476677757803,-35621334739843539326635,-3490527283642190176252563,-342036052462194793... | 41 | 256 | 0.721545 |
5b0e09ed63480686b113fc573516b1b67551ad6d | 781 | asm | Assembly | home/yes_no.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | 1 | 2022-02-15T00:19:44.000Z | 2022-02-15T00:19:44.000Z | home/yes_no.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | home/yes_no.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | ; displays yes/no choice
; yes -> set carry
YesNoChoice::
call SaveScreenTilesToBuffer1
call InitYesNoTextBoxParameters
jr DisplayYesNoChoice
Func_35f4::
ld a, TWO_OPTION_MENU
ld [wTextBoxID], a
call InitYesNoTextBoxParameters
jp DisplayTextBoxID
InitYesNoTextBoxParameters::
xor a ; YES_NO_MENU
ld [wTwoOptio... | 19.04878 | 32 | 0.783611 |
9789766f326b4d726a43ed5426d2d8ca14836ee5 | 5,625 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_972.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_0xca_notsx.log_21829_972.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_0xca_notsx.log_21829_972.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r14
push %r8
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x178f1, %r14
nop
nop
nop
nop
nop
cmp $53406, %rdi
mov (%r14), %bp
nop
nop
inc %r10
lea addresses_D_ht+0x47b7, %rsi
lea addresses_WC_ht+0x60f4, %rdi
nop
nop
nop
nop
nop
sub $221... | 41.058394 | 2,999 | 0.658667 |
019b1ee26eb42fcd556cf15379c2e9c64accda70 | 4,079 | asm | Assembly | sbsext/ext/graphics.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | sbsext/ext/graphics.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | sbsext/ext/graphics.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | ; QL Graphics V2.00 1990 Tony Tebby QJUMP
;
; SCALE scale,x,y
; POINT x,y {, x,y}
; LINE (x,y) (to x,y) {(, x,y) to x,y}
; ARC (x,y) to x,y,angle {(, x,y) to x,y,angle}
; ELLIPSE x,y,radius (ecc,angle)
; POINT_R x,y {, x,y}
; LINE_R (x,y) (to x,y) {(, x,y) to x,y}
; ARC (x,y) to x,y,angle {(, x,y) to x... | 18.884259 | 58 | 0.632263 |
14f4a8f5c2ed295b49dfc17f23f6dfa86fdd9012 | 382 | asm | Assembly | programs/oeis/286/A286002.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/286/A286002.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/286/A286002.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A286002: a(n) = 2n - d(n), where d(n) is the number of divisors of n (A000005).
; 1,2,4,5,8,8,12,12,15,16,20,18,24,24,26,27,32,30,36,34,38,40,44,40,47,48,50,50,56,52,60,58,62,64,66,63,72,72,74,72,80,76,84,82,84,88,92,86,95,94,98,98,104,100,106,104,110,112,116
mov $1,$0
mul $1,2
cal $0,5 ; d(n) (also called tau(n) or... | 42.444444 | 179 | 0.636126 |
1de4922d7f352d0fe8e07d74ce90affee07661ee | 7,075 | asm | Assembly | Transynther/x86/_processed/US/_ht_st_zr_un_/i3-7100_9_0x84_notsx.log_21829_2439.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/US/_ht_st_zr_un_/i3-7100_9_0x84_notsx.log_21829_2439.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/US/_ht_st_zr_un_/i3-7100_9_0x84_notsx.log_21829_2439.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r13
push %r9
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x11050, %rsi
lea addresses_D_ht+0x26d9, %rdi
clflush (%rsi)
nop
nop
sub $39380, %r9
mov $53, %rcx
rep movsl
nop
nop
nop
nop
and %r13, %r13
lea addresses_A_ht+0x313d, %rsi
lea ... | 46.24183 | 2,999 | 0.616678 |
de73f6e0e2e6ca219fb326f9660586180684fe7b | 923 | asm | Assembly | errbox.asm | eigentourist/defcon29 | 1f8aad454d29591011aed706a1a0c9e55db152ad | [
"MIT"
] | 2 | 2021-08-01T23:49:23.000Z | 2021-08-05T18:17:40.000Z | errbox.asm | eigentourist/defcon29 | 1f8aad454d29591011aed706a1a0c9e55db152ad | [
"MIT"
] | null | null | null | errbox.asm | eigentourist/defcon29 | 1f8aad454d29591011aed706a1a0c9e55db152ad | [
"MIT"
] | 3 | 2021-08-01T23:49:51.000Z | 2021-09-20T21:03:20.000Z | bits 64
default rel
global WinMain
extern snprintf
extern MessageBoxA
extern GetLastError
extern LoadLibraryA
extern ExitProcess
segment .text
WinMain:
push rbp
mov rbp, rsp
sub rsp, 32
sub rsp, 64
; do something erroneous
mov rcx, FakeLibName
call LoadLibraryA
call GetLastErro... | 17.092593 | 38 | 0.638137 |
87c2d9078e26c09f978f7ec913d4f7a97d51eed8 | 3,779 | asm | Assembly | Dev/int21dos.asm | sjmeunier/cros | 61e3123eb4b40718ab468f89ecd6f0394b8a2546 | [
"MIT"
] | null | null | null | Dev/int21dos.asm | sjmeunier/cros | 61e3123eb4b40718ab468f89ecd6f0394b8a2546 | [
"MIT"
] | null | null | null | Dev/int21dos.asm | sjmeunier/cros | 61e3123eb4b40718ab468f89ecd6f0394b8a2546 | [
"MIT"
] | null | null | null | ;-----------------------------------------------------
;CrOs v0.02
;Serge Meunier
;
;Int 21 DOS compatible routine definitions
;-----------------------------------------------------
;
_int21h:
do00 DW OFFSET error_dos
do01 DW OFFSET dos_read_key_echo
do02 DW OFFSET dos_write_char
do03 DW OFFSET error_dos
do04 DW OFFSE... | 25.362416 | 54 | 0.741201 |
4b29f44d80d5809fa35ff089bd0e22c1bf27f314 | 322 | asm | Assembly | programs/oeis/292/A292022.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/292/A292022.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/292/A292022.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A292022: a(n) = 4n(n^2+2).
; 12,48,132,288,540,912,1428,2112,2988,4080,5412,7008,8892,11088,13620,16512,19788,23472,27588,32160,37212,42768,48852,55488,62700,70512,78948,88032,97788,108240,119412,131328,144012,157488,171780,186912,202908,219792,237588
add $0,1
mov $1,$0
mul $1,$0
add $1,2
mul $1,$0
div $1,3
mul $1,1... | 29.272727 | 224 | 0.726708 |
8a7a3cf80c577a24ff917b97e0a8e59119b6c17c | 454 | asm | Assembly | ch09/32 bit/Table2.asm | William0Friend/my_masm | e8073266c03c01424ad84b9ed9cf13e9da1eabb1 | [
"Apache-2.0"
] | null | null | null | ch09/32 bit/Table2.asm | William0Friend/my_masm | e8073266c03c01424ad84b9ed9cf13e9da1eabb1 | [
"Apache-2.0"
] | null | null | null | ch09/32 bit/Table2.asm | William0Friend/my_masm | e8073266c03c01424ad84b9ed9cf13e9da1eabb1 | [
"Apache-2.0"
] | null | null | null | ; Two-Dimensional Table (Table2.asm)
; Demonstration of Base-Index-Displacement mode with a
; two-dimensional table.
INCLUDE Irvine32.inc
.data
tableB BYTE 10h, 20h, 30h, 40h, 50h
BYTE 60h, 70h, 80h, 90h, 0A0h
BYTE 0B0h, 0C0h, 0D0h, 0E0h, 0F0h
RowSize = 5
.code... | 19.73913 | 55 | 0.60793 |
6543d90e946a9e3ad9c910f3c7ecb92efb558d55 | 4,012 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_1477.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_1477.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_1477.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:
ret
.global s_faulty_load
s_faulty_load:
push %r13
push %r14
push %r15
push %r8
push %r9
push %rbp
push %rsi
// Store
lea addresses_D+0x15966, %rbp
clflush (%rbp)
lfence
mov $0x5152535455565758, %rsi
movq %rsi, %xmm2
vmovups %ymm2, (%rbp)
sub $55345, %r13
// Faulty Lo... | 69.172414 | 2,999 | 0.662014 |
5a9405e724feefaba9dee3d1ed559c8707960970 | 222 | asm | Assembly | MOS5/kernel24.asm | Mishin870/MOS | cf2a94b0a0ace3380dd58adc4848baed78097df2 | [
"MIT"
] | 1 | 2020-10-10T08:31:42.000Z | 2020-10-10T08:31:42.000Z | MOS5/kernel24.asm | Mishin870/MOS | cf2a94b0a0ace3380dd58adc4848baed78097df2 | [
"MIT"
] | null | null | null | MOS5/kernel24.asm | Mishin870/MOS | cf2a94b0a0ace3380dd58adc4848baed78097df2 | [
"MIT"
] | null | null | null | ;=====СМ kernel32.asm==========
use32
org 500h
include 'kernel_main.inc'
hltLoop:
hlt
jmp hltLoop
include 'random.inc'
include 'screen24.inc'
include 'keyboard.inc'
include 'kernel_idt.inc'
include 'kernel_footer.inc' | 13.058824 | 31 | 0.725225 |
68ec444fd04e07e43d943f1adb5de8d9175b29a6 | 1,114 | asm | Assembly | programs/oeis/317/A317314.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/317/A317314.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/317/A317314.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A317314: Multiples of 14 and odd numbers interleaved.
; 0,1,14,3,28,5,42,7,56,9,70,11,84,13,98,15,112,17,126,19,140,21,154,23,168,25,182,27,196,29,210,31,224,33,238,35,252,37,266,39,280,41,294,43,308,45,322,47,336,49,350,51,364,53,378,55,392,57,406,59,420,61,434,63,448,65,462,67,476,69,490,71,504,73,518,75,532,77,546... | 101.272727 | 990 | 0.732496 |
e68c71b4519c3ff91d90e1f39b081b6c9130ed0f | 397 | asm | Assembly | programs/oeis/332/A332160.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/332/A332160.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/332/A332160.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A332160: a(n) = 6*(10^(2n+1)-1)/9 - 6*10^n.
; 0,606,66066,6660666,666606666,66666066666,6666660666666,666666606666666,66666666066666666,6666666660666666666,666666666606666666666,66666666666066666666666,6666666666660666666666666,666666666666606666666666666,66666666666666066666666666666,6666666666666660666666666666666
... | 33.083333 | 273 | 0.803526 |
b98d923e4ee524e1978756947a403534c4428c70 | 546 | asm | Assembly | oeis/016/A016823.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/016/A016823.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/016/A016823.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A016823: a(n) = (4n+1)^11.
; 1,48828125,31381059609,1792160394037,34271896307633,350277500542221,2384185791015625,12200509765705829,50542106513726817,177917621779460413,550329031716248441,1532278301220703125,3909821048582988049,9269035929372191597,20635899893042801193,43513917611435838661,87507831740087890625,1687873... | 78 | 487 | 0.897436 |
2816fdf5823e7d7657ba46ba052441ab01660808 | 2,862 | asm | Assembly | Code/CustomControl/RAHexEd/Src/Find.asm | CherryDT/FbEditMOD | beb0eb22cae1b8f7203d55bd6b293d8ec88231ca | [
"Unlicense"
] | 11 | 2016-12-03T16:35:42.000Z | 2022-03-26T06:02:53.000Z | Code/CustomControl/RAHexEd/Src/Find.asm | CherryDT/FbEditMOD | beb0eb22cae1b8f7203d55bd6b293d8ec88231ca | [
"Unlicense"
] | 1 | 2018-02-24T20:17:46.000Z | 2018-03-02T08:57:40.000Z | Code/CustomControl/RAHexEd/Src/Find.asm | CherryDT/FbEditMOD | beb0eb22cae1b8f7203d55bd6b293d8ec88231ca | [
"Unlicense"
] | 4 | 2018-10-19T01:14:55.000Z | 2021-09-11T18:51:48.000Z |
.code
FindTextUp proc uses ebx esi edi,hMem:DWORD,lpText:DWORD,len:DWORD,cpMin:DWORD,cpMax:DWORD
LOCAL lpMem:DWORD
mov ebx,hMem
invoke GlobalLock,[ebx].EDIT.hmem
mov lpMem,eax
mov esi,eax
mov eax,cpMin
mov ecx,cpMax
.if eax>ecx
xchg eax,ecx
.endif
shr eax,1
shr ecx,1
mov cpMin,... | 17.240964 | 94 | 0.64116 |
6f4c400221bcda9fea911946e4f3c96318a9830f | 28,414 | asm | Assembly | branch8_test/branch8_immed_a_test.asm | nealvis/nv_c64_util_test | e9893f7c2bb0a3b55bd93e02d17cf497f84f625b | [
"MIT"
] | null | null | null | branch8_test/branch8_immed_a_test.asm | nealvis/nv_c64_util_test | e9893f7c2bb0a3b55bd93e02d17cf497f84f625b | [
"MIT"
] | null | null | null | branch8_test/branch8_immed_a_test.asm | nealvis/nv_c64_util_test | e9893f7c2bb0a3b55bd93e02d17cf497f84f625b | [
"MIT"
] | null | null | null | //////////////////////////////////////////////////////////////////////////////
// branch8_immed_a_test.asm
// Copyright(c) 2021 Neal Smith.
// License: MIT. See LICENSE file in root directory.
//////////////////////////////////////////////////////////////////////////////
// This program demonstrates and tests the 8bit ... | 27.856863 | 83 | 0.529281 |
bb282eb6aeb8fd90233600fb68c1555e71f80e92 | 599 | asm | Assembly | oeis/304/A304384.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/304/A304384.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/304/A304384.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A304384: a(n) = 168*2^n - 26 (n>=1).
; 310,646,1318,2662,5350,10726,21478,42982,85990,172006,344038,688102,1376230,2752486,5504998,11010022,22020070,44040166,88080358,176160742,352321510,704643046,1409286118,2818572262,5637144550,11274289126,22548578278,45097156582,90194313190,180388626406,360777252838,721554505702,1... | 59.9 | 498 | 0.839733 |
f7f29b7c24d3626a3fe90529e1e8cb03f2ecd2bc | 4,590 | asm | Assembly | input_array.asm | shaochenren/Assembly-swap | 8c0e8fd71515748ce8edd0a3560585c53a94ea1f | [
"Apache-2.0"
] | null | null | null | input_array.asm | shaochenren/Assembly-swap | 8c0e8fd71515748ce8edd0a3560585c53a94ea1f | [
"Apache-2.0"
] | null | null | null | input_array.asm | shaochenren/Assembly-swap | 8c0e8fd71515748ce8edd0a3560585c53a94ea1f | [
"Apache-2.0"
] | null | null | null | ;=====================================================================================================================================
;Program Name: input_array.asm *
;Programming Language: x86 Assembly ... | 27.650602 | 234 | 0.501525 |
161aa93cca306fbd4889114f1f3bc809393d449c | 2,411 | asm | Assembly | programs/oeis/168/A168346.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/168/A168346.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/168/A168346.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A168346: a(n) = n^4*(n^10 + 1)/2.
; 0,1,8200,2391525,134217856,3051758125,39182082696,339111537625,2199023257600,11438396230761,50000000005000,189874916798941,641959232284800,1968688192863925,5556003412798216,14596463012720625,36028797018996736,84188913279742225,187406683791093000,399503342891507221,81920000000008000... | 219.181818 | 2,305 | 0.935711 |
5eafdd19c654e9d80c3592cecda205a170481577 | 297 | asm | Assembly | programs/oeis/040/A040143.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/040/A040143.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/040/A040143.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A040143: Continued fraction for sqrt(156).
; 12,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2,24,2
sub $0,1
mod $0,2
mul $0,11
add $0,2
pow $0,2
mov $1,$0
div $1,15
mul $1,2
add $1,2
| 22.846154 | 166 | 0.606061 |
3e43732c444a4ae23c20b05b86fbbb3032ec1857 | 5,160 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_755.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_755.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_21829_755.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r14
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x808b, %r14
nop
nop
nop
nop
nop
sub $35790, %r11
movb (%r14), %r9b
nop
cmp %r9, %r9
lea addresses_WT_ht+0x142a5, %rsi
lea addresses_normal_ht+0x1c70b, %rdi
nop
xor %r13, %r13
mov $81, %... | 40.629921 | 2,999 | 0.657364 |
8479d50b0c9c081b51502118da90dac2634c5206 | 702 | asm | Assembly | oeis/178/A178750.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/178/A178750.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/178/A178750.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A178750: Partial sums of floor(5^n/9).
; Submitted by Jamie Morken(s3)
; 0,0,2,15,84,431,2167,10847,54249,271262,1356331,6781678,33908414,169542094,847710496,4238552509,21192762578,105963812925,529819064661,2649095323341,13245476616743,66227383083756,331136915418825,1655684577094172,8278422885470908,41392114427354588... | 39 | 493 | 0.810541 |
e287600efdad4ee2243d156bc8304ade56b32993 | 376 | asm | Assembly | oeis/228/A228789.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/228/A228789.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/228/A228789.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A228789: a(n) = 2^L(n) + 1, where L(n) is A000032(n).
; Submitted by Jon Maiga
; 5,3,9,17,129,2049,262145,536870913,140737488355329,75557863725914323419137,10633823966279326983230456482242756609,803469022129495137770981046170581301261101496891396417650689
seq $0,211 ; a(n) = a(n-1) + a(n-2) - 2, a(0) = 4, a(1) = 3.
... | 31.333333 | 176 | 0.702128 |
4313ecb8f77bca5814ef7e42554e4d60a3755c0c | 600 | asm | Assembly | oeis/194/A194455.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/194/A194455.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/194/A194455.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A194455: a(n) = 2^n + 3n + 1.
; 2,6,11,18,29,48,83,150,281,540,1055,2082,4133,8232,16427,32814,65585,131124,262199,524346,1048637,2097216,4194371,8388678,16777289,33554508,67108943,134217810,268435541,536871000,1073741915,2147483742,4294967393,8589934692,17179869287,34359738474,68719476845,137438953584,274877907059,5... | 54.545455 | 499 | 0.823333 |
a660bdf6c5152c75998a9d6393de0b061b3f8963 | 6,748 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_161.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_161.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_161.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r14
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0xedb7, %rbx
cmp $1377, %rdi
vmovups (%rbx), %ymm0
vextracti128 $0, %ymm0, %xmm0
vpextrq $1, %xmm0, %rsi
nop
nop
nop
and %r14, %r14
lea addresses_normal_ht+0x199b7, %rdi
n... | 33.405941 | 2,999 | 0.66064 |
e2eaaf773cfff04079abe7666d51b356f32174eb | 577 | asm | Assembly | libsrc/_DEVELOPMENT/l/z80/ascii/num_to_txt/l_ultoa.asm | teknoplop/z88dk | bb03fbfd6b2ab0f397a1358559089f9cd3706485 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/l/z80/ascii/num_to_txt/l_ultoa.asm | teknoplop/z88dk | bb03fbfd6b2ab0f397a1358559089f9cd3706485 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/l/z80/ascii/num_to_txt/l_ultoa.asm | teknoplop/z88dk | bb03fbfd6b2ab0f397a1358559089f9cd3706485 | [
"ClArtistic"
] | 1 | 2019-12-03T23:57:48.000Z | 2019-12-03T23:57:48.000Z |
INCLUDE "clib_cfg.asm"
SECTION code_clib
SECTION code_l
PUBLIC l_ultoa
; write unsigned long decimal to ascii buffer (no termination)
;
; enter : dehl = unsigned long
; bc = char *buffer
; carry reset (implementation may write leading zeroes if carry set)
;
; exit : de = ch... | 18.03125 | 79 | 0.655113 |
45e9e6a84a5180d651d580f6bbbbf270de719e93 | 20,243 | asm | Assembly | Platform/Intel/QuarkPlatformPkg/Library/PlatformSecLib/Ia32/Flat32.asm | ADLINK/edk2-platforms | 04effc34596c25013feb932808e35628bbd475a2 | [
"Python-2.0",
"Zlib",
"BSD-2-Clause",
"MIT",
"BSD-2-Clause-Patent",
"BSD-3-Clause"
] | 373 | 2016-04-18T09:22:36.000Z | 2022-03-30T14:19:06.000Z | Platform/Intel/QuarkPlatformPkg/Library/PlatformSecLib/Ia32/Flat32.asm | ADLINK/edk2-platforms | 04effc34596c25013feb932808e35628bbd475a2 | [
"Python-2.0",
"Zlib",
"BSD-2-Clause",
"MIT",
"BSD-2-Clause-Patent",
"BSD-3-Clause"
] | 25 | 2020-06-24T00:44:40.000Z | 2021-08-22T09:39:33.000Z | Platform/Intel/QuarkPlatformPkg/Library/PlatformSecLib/Ia32/Flat32.asm | ADLINK/edk2-platforms | 04effc34596c25013feb932808e35628bbd475a2 | [
"Python-2.0",
"Zlib",
"BSD-2-Clause",
"MIT",
"BSD-2-Clause-Patent",
"BSD-3-Clause"
] | 341 | 2016-05-05T15:46:20.000Z | 2022-03-28T06:57:39.000Z | ;------------------------------------------------------------------------------
;
; Copyright (c) 2013-2015 Intel Corporation.
;
; SPDX-License-Identifier: BSD-2-Clause-Patent
;
; Module Name:
;
; Flat32.asm
;
; Abstract:
;
; This is the code that goes from real-mode to protected mode.
; It consumes the... | 29.508746 | 154 | 0.56869 |
57a8fae39566912620c619537f1bb0bb30157827 | 352 | asm | Assembly | oeis/168/A168485.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/168/A168485.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/168/A168485.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A168485: A165342(3n)/3.
; Submitted by Simon Strandgaard
; 0,1,1,3,4,5,3,7,2,9,5,11,6,13,7,15,4,17,9,19,80,21,11,23,6,25,13,27,14,29,15,31,8,33,17,35,36,37,19,39,10,41,21,43,22,45,23,47,12,49,25,51,104,53,27,55,14,57,29,59
mov $2,$0
seq $0,142590 ; First trisection of A061037 (Balmer line series of the hydrogen atom... | 35.2 | 165 | 0.667614 |
d9f2799ac57d520a8cb1484e5660be223d212882 | 1,701 | asm | Assembly | programs/oeis/291/A291011.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/291/A291011.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/291/A291011.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A291011: p-INVERT of (1,1,1,1,1,...), where p(S) = (1 - S)^2 (1 - 2 S).
; 4,15,52,172,552,1736,5384,16536,50440,153112,463176,1397720,4210568,12668568,38083528,114414424,343587336,1031482904,3095956040,9291013848,27879595144,83652416920,250985562312,753015407192,2259167856392,6777755227416,20333785775944,610024310696... | 81 | 1,467 | 0.887125 |
4b2fc61e586ef4f21b978c8bfd258650f9018958 | 1,708 | asm | Assembly | SIM_ESAMI/2_ES/assembler.asm | mich2k/CE_LAB | 31a5d5ab8f9465fd884343e4425fe2267cae32e7 | [
"MIT"
] | null | null | null | SIM_ESAMI/2_ES/assembler.asm | mich2k/CE_LAB | 31a5d5ab8f9465fd884343e4425fe2267cae32e7 | [
"MIT"
] | null | null | null | SIM_ESAMI/2_ES/assembler.asm | mich2k/CE_LAB | 31a5d5ab8f9465fd884343e4425fe2267cae32e7 | [
"MIT"
] | null | null | null | .586
.model flat
.code
_togli_dispari proc
push ebp
mov ebp,esp
push esi
push edi
push ebx
mov ebx, dword ptr[ebp+8] ; src
mov edi, dword ptr[ebp+12] ; lunghezza
sub edi, 1d
; ATTENZIONE:
; - unsigned char: sizeof(char) = 1, NON 4
; - SI DEVONO USARE REGISTRI A 8bit NON 32bit
mov esi, 1
mov cl, 2 ; div
;... | 14.352941 | 49 | 0.661007 |
b054d7faca03a8e8279cf8a4edf14943786f681d | 1,514 | asm | Assembly | Source/b2e.asm | Prof9/Boktai-Solar-Sensor-Patches | ebf912d9dd69dc9953ee361b281be839d919ead6 | [
"MIT"
] | 55 | 2016-06-26T21:06:36.000Z | 2022-02-10T20:07:21.000Z | Source/b2e.asm | Prof9/boktai-solar-sensor-patches | ebf912d9dd69dc9953ee361b281be839d919ead6 | [
"MIT"
] | 1 | 2021-09-23T19:58:17.000Z | 2021-09-23T19:58:17.000Z | Source/b2e.asm | Prof9/boktai-solar-sensor-patches | ebf912d9dd69dc9953ee361b281be839d919ead6 | [
"MIT"
] | 6 | 2016-08-19T00:24:18.000Z | 2021-12-27T02:13:37.000Z | .gba
.open "Clean\Boktai 2 (E).gba","Boktai 2 (E)(Hack).gba",0x08000000
.org 0x080000D4 // sunlight changer
.area 0xCC
ldr r0,=30057C8h
ldr r0,[r0] // r0 = sunlight
bl 82477ECh // r0 = amount of bars
ldr r1,=30044E0h
ldrh r2,[r1] // r2 = BUTTON_HELD
ldrh r1,[r1,2h] // r1 = BUTTON_DOWN
mov r3,4h
tst r2,r3 // if Se... | 14.419048 | 66 | 0.713342 |
77a24f5cdf2a0243b2aa529867dcfca4a82c8708 | 4,799 | asm | Assembly | source/commands/local.asm | paulscottrobson/Basic65816 | 167c25b1bbc2680f55acdf4bff771750acfe907c | [
"MIT"
] | null | null | null | source/commands/local.asm | paulscottrobson/Basic65816 | 167c25b1bbc2680f55acdf4bff771750acfe907c | [
"MIT"
] | 4 | 2019-06-18T14:45:35.000Z | 2019-06-22T17:18:22.000Z | source/commands/local.asm | paulscottrobson/Basic65816 | 167c25b1bbc2680f55acdf4bff771750acfe907c | [
"MIT"
] | 1 | 2021-03-18T04:31:44.000Z | 2021-03-18T04:31:44.000Z | ; *******************************************************************************************
; *******************************************************************************************
;
; Name : local.asm
; Purpose : Handle Local Variables
; Date : 19th June 2019
; Author : paul@robsons.org.uk
;
; ********... | 28.565476 | 93 | 0.475724 |
fe9cbda97ff67523d0af9b15adfbba8f74b3a98e | 275 | asm | Assembly | programs/oeis/182/A182058.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/182/A182058.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/182/A182058.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A182058: Number of moves needed to solve the Towers of Hanoi puzzle with 6 pegs and n disks.
; 1,3,5,7,9,13,17,21,25,29,33,37,41,45,49,57,65,73,81,89
mov $1,$0
sub $0,1
trn $0,3
mov $2,$1
mov $1,3
add $1,$2
lpb $0
add $1,$0
trn $0,10
add $1,$0
lpe
mul $1,2
sub $1,5
| 16.176471 | 94 | 0.621818 |
ffddefc45568ad33722af67f3d73812758946e5b | 14,964 | asm | Assembly | src/bak/demo5.asm | vbguyny/c64kernel | 0c9c63e822aca3b9e834025da8992c825d38e733 | [
"Unlicense"
] | 2 | 2020-10-10T21:48:25.000Z | 2021-04-20T03:00:10.000Z | src/bak/demo5.asm | vbguyny/c64kernel | 0c9c63e822aca3b9e834025da8992c825d38e733 | [
"Unlicense"
] | 1 | 2021-07-25T15:17:04.000Z | 2021-07-27T14:49:14.000Z | src/demo5.asm | vbguyny/c64kernel | 0c9c63e822aca3b9e834025da8992c825d38e733 | [
"Unlicense"
] | null | null | null | incasm "kernel.hdr"
;incasm "kernel.asm"
main
@loop
jsr console.clear$
lda #color.white$
sta console.setcharactercolor.color$
jsr console.setcharactercolor$
lda #<title
sta console.writestr.straddress$
lda #>title
sta console.writestr.straddress$+1
... | 22.367713 | 92 | 0.578722 |
9a63be7f9ba0ff4e99cdf1d7e46b4b3ba3e568d8 | 270,307 | asm | Assembly | usertests.asm | ZYFFF166/operating_system_creatingthread | 7228487aba72357d30714dae041229511e46192a | [
"MIT-0"
] | null | null | null | usertests.asm | ZYFFF166/operating_system_creatingthread | 7228487aba72357d30714dae041229511e46192a | [
"MIT-0"
] | null | null | null | usertests.asm | ZYFFF166/operating_system_creatingthread | 7228487aba72357d30714dae041229511e46192a | [
"MIT-0"
] | null | null | null |
_usertests: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
return randstate;
}
int
main(int argc, char *argv[])
{
0: 8d 4c 24 04 lea 0x4(%esp),%ecx
4: 83 e4 f0 and $0xfffffff0,%esp
7: ff 71 fc pushl -0x4(%ecx)
a: 55... | 41.91456 | 240 | 0.425438 |
cf1607c052009a4ccef4a7c1601aeb64ea27d77d | 169 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math16/lm16/c/sccz80/cos.asm | ahjelm/z88dk | c4de367f39a76b41f6390ceeab77737e148178fa | [
"ClArtistic"
] | 4 | 2021-12-23T15:34:05.000Z | 2021-12-23T15:36:16.000Z | libsrc/_DEVELOPMENT/math/float/math16/lm16/c/sccz80/cos.asm | ahjelm/z88dk | c4de367f39a76b41f6390ceeab77737e148178fa | [
"ClArtistic"
] | 2 | 2022-03-20T22:17:35.000Z | 2022-03-24T16:10:00.000Z | libsrc/_DEVELOPMENT/math/float/math16/lm16/c/sccz80/cos.asm | ahjelm/z88dk | c4de367f39a76b41f6390ceeab77737e148178fa | [
"ClArtistic"
] | null | null | null |
SECTION code_fp_math16
PUBLIC cosf16
EXTERN _m16_cosf
defc cosf16 = _m16_cosf
; SDCC bridge for Classic
IF __CLASSIC
PUBLIC _cosf16
defc _cosf16 = cosf16
ENDIF
| 11.266667 | 25 | 0.786982 |
a80498bead9c306f544779a64c0315e049f9cade | 317 | asm | Assembly | libsrc/_DEVELOPMENT/adt/p_forward_list_alt/c/sccz80/p_forward_list_alt_remove.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/adt/p_forward_list_alt/c/sccz80/p_forward_list_alt_remove.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/adt/p_forward_list_alt/c/sccz80/p_forward_list_alt_remove.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
; void *p_forward_list_alt_remove(p_forward_list_alt_t *list, void *item)
SECTION code_adt_p_forward_list_alt
PUBLIC p_forward_list_alt_remove
EXTERN asm_p_forward_list_alt_remove
p_forward_list_alt_remove:
pop af
pop bc
pop hl
push hl
push bc
push af
jp asm_p_forward_list_alt_remove
| 15.095238 | 73 | 0.788644 |
a8aa2e767c1b00a80ac7006ec4fe8b7b9dd843f4 | 2,503 | asm | Assembly | 1581/64tass/setdrv.asm | silverdr/assembly | c2851f7033223e089285dce22443b7e219ed4f61 | [
"Unlicense"
] | 23 | 2015-03-23T15:16:57.000Z | 2022-03-18T12:43:42.000Z | 1581/64tass/setdrv.asm | silverdr/assembly | c2851f7033223e089285dce22443b7e219ed4f61 | [
"Unlicense"
] | null | null | null | 1581/64tass/setdrv.asm | silverdr/assembly | c2851f7033223e089285dce22443b7e219ed4f61 | [
"Unlicense"
] | 8 | 2016-04-13T11:19:35.000Z | 2021-12-22T07:39:00.000Z | onedrv lda f2cnt
sta f1cnt
lda #1
sta f2cnt
sta f2ptr
;set up all drives from f2cnt
alldrs ldx #0 ; ...into file entry table...
ad10 stx f1ptr ; ...on sector ptr byte
lda filtbl,x
jsr setdrv
ldx f1ptr
sta filtbl,x ; incr ptr ... | 22.54955 | 53 | 0.418698 |
66bc76aa8c7c049258d0a927dc7472cdab854fe4 | 174 | asm | Assembly | data/pokemon/dex_entries/hippopotas.asm | AtmaBuster/pokeplat-gen2 | fa83b2e75575949b8f72cb2c48f7a1042e97f70f | [
"blessing"
] | 6 | 2021-06-19T06:41:19.000Z | 2022-02-15T17:12:33.000Z | data/pokemon/dex_entries/hippopotas.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | null | null | null | data/pokemon/dex_entries/hippopotas.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | 3 | 2021-01-15T18:45:40.000Z | 2021-10-16T03:35:27.000Z | db "HIPPO@" ; species name
db "It shrouds itself"
next "in sand to ward"
next "off germs. It can"
page "travel easily"
next "through sands of"
next "the desert.@"
| 17.4 | 27 | 0.66092 |
fb06c97b55d7508199e9749ea25ad9f0704b49b2 | 365 | asm | Assembly | switch_to_pm.asm | algisB/x86-kernel-dev | 69283b75ce9e113865284848ac748b1b091ad79a | [
"MIT"
] | null | null | null | switch_to_pm.asm | algisB/x86-kernel-dev | 69283b75ce9e113865284848ac748b1b091ad79a | [
"MIT"
] | null | null | null | switch_to_pm.asm | algisB/x86-kernel-dev | 69283b75ce9e113865284848ac748b1b091ad79a | [
"MIT"
] | null | null | null | [bits 16]
%include "C:\Users\algas\Desktop\OsDev\kek-os\gdt.asm"
switch_to_pm:
cli
lgdt[gdt_descriptor]
mov eax,cr0
or eax, 0x1
mov cr0, eax
jmp CODE_SEG:init_pm
[bits 32]
init_pm:
mov ax, DATA_SEG
mov ds, ax
mov ss, ax
mov es, ax
mov fs, ax
mov gs, ax
mov ebp, 0x90000
... | 12.166667 | 55 | 0.616438 |
21d30049c51d5412641611f2f20d3cc2cbca4eea | 312 | asm | Assembly | data/mapHeaders/VermilionTradeHouse.asm | AmateurPanda92/pokemon-rby-dx | f7ba1cc50b22d93ed176571e074a52d73360da93 | [
"MIT"
] | 9 | 2020-07-12T19:44:21.000Z | 2022-03-03T23:32:40.000Z | data/mapHeaders/VermilionTradeHouse.asm | JStar-debug2020/pokemon-rby-dx | c2fdd8145d96683addbd8d9075f946a68d1527a1 | [
"MIT"
] | 7 | 2020-07-16T10:48:52.000Z | 2021-01-28T18:32:02.000Z | data/mapHeaders/VermilionTradeHouse.asm | JStar-debug2020/pokemon-rby-dx | c2fdd8145d96683addbd8d9075f946a68d1527a1 | [
"MIT"
] | 2 | 2021-03-28T18:33:43.000Z | 2021-05-06T13:12:09.000Z | VermilionTradeHouse_h:
db HOUSE ; tileset
db VERMILION_TRADE_HOUSE_HEIGHT, VERMILION_TRADE_HOUSE_WIDTH ; dimensions (y, x)
dw VermilionTradeHouse_Blocks ; blocks
dw VermilionTradeHouse_TextPointers ; texts
dw VermilionTradeHouse_Script ; scripts
db 0 ; connections
dw VermilionTradeHouse_Object ; objects
| 34.666667 | 81 | 0.836538 |
6f353b58c11ee003b1e93fb0ec9c1a373d3c896f | 6,046 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_1477.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_1477.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_1477.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 %r8
push %r9
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x7923, %rsi
xor $31335, %r9
mov (%rsi), %r13w
nop
nop
nop
sub %rdi, %rdi
lea addresses_WT_ht+0x35eb, %r10
clflush (%r10)
mfence
mov (%r10), %r8
nop
nop
nop
cmp %r8, %r8
lea add... | 37.7875 | 2,999 | 0.654813 |
1991d417a1066af41cb0dcfd5f6369ba2aa6d80e | 1,191 | asm | Assembly | programs/oeis/100/A100154.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/100/A100154.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/100/A100154.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A100154: Structured truncated icosahedral numbers.
; 1,60,282,772,1635,2976,4900,7512,10917,15220,20526,26940,34567,43512,53880,65776,79305,94572,111682,130740,151851,175120,200652,228552,258925,291876,327510,365932,407247,451560,498976,549600,603537,660892,721770,786276,854515,926592,1002612,1082680,1166901,1255380,... | 25.891304 | 747 | 0.744752 |
82895fdcfce8107edca5daa1cd2435f772c7cc86 | 1,276 | asm | Assembly | programs/oeis/108/A108981.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/108/A108981.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/108/A108981.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A108981: a(n) = 3a(n-1) + 4a(n-2), a(0) = 1, a(1) = 5.
; 1,5,19,77,307,1229,4915,19661,78643,314573,1258291,5033165,20132659,80530637,322122547,1288490189,5153960755,20615843021,82463372083,329853488333,1319413953331,5277655813325,21110623253299,84442493013197,337769972052787,1351079888211149,5404319552844595,2161727... | 127.6 | 1,159 | 0.903605 |
3ed050bcfaeab20e527ffff867c74a1af406d6bc | 5,162 | asm | Assembly | src/kernel/x4.asm | mark4th/x4 | 68db810e19b6ee454212b8809a739ddad2cd7928 | [
"MIT"
] | 16 | 2016-12-13T12:20:02.000Z | 2022-01-24T22:06:32.000Z | src/kernel/x4.asm | mark4th/x4 | 68db810e19b6ee454212b8809a739ddad2cd7928 | [
"MIT"
] | 3 | 2016-12-13T12:24:45.000Z | 2020-07-29T17:54:25.000Z | src/kernel/x4.asm | mark4th/x4 | 68db810e19b6ee454212b8809a739ddad2cd7928 | [
"MIT"
] | 2 | 2019-02-14T19:12:50.000Z | 2019-06-21T08:24:59.000Z | ; x4.asm - x4 main kernel source (c) 2000+ mark i manning iv
; ========================================================================
bits 32 ; This field intentionally NOT left blank
%define ver $0118 ; hi byte = maj ver : lo byte = min ver
; -------------------------------------... | 32.2625 | 74 | 0.452344 |
ec617be4db0ce2873ff61972d6a0ddf4b772598c | 5,026 | asm | Assembly | libsrc/stdio/spc1000/generic_console.asm | bahmanrafatjoo/z88dk | 001b7eab7fa2e94ee7210ff483c789e15e8d6a40 | [
"ClArtistic"
] | null | null | null | libsrc/stdio/spc1000/generic_console.asm | bahmanrafatjoo/z88dk | 001b7eab7fa2e94ee7210ff483c789e15e8d6a40 | [
"ClArtistic"
] | null | null | null | libsrc/stdio/spc1000/generic_console.asm | bahmanrafatjoo/z88dk | 001b7eab7fa2e94ee7210ff483c789e15e8d6a40 | [
"ClArtistic"
] | 1 | 2019-12-03T23:28:20.000Z | 2019-12-03T23:28:20.000Z | ;
;
SECTION code_clib
PUBLIC generic_console_cls
PUBLIC generic_console_scrollup
PUBLIC generic_console_printc
PUBLIC generic_console_set_ink
PUBLIC generic_console_set_paper
PUBLIC generic_console_set_inverse
PUBLIC generic_co... | 15.230303 | 80 | 0.625547 |
9d327fa80ba67399fb6b023b3a9d9c2092e2b178 | 884 | asm | Assembly | oeis/244/A244770.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/244/A244770.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/244/A244770.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A244770: Prime numbers ending in the prime number 47.
; Submitted by Jon Maiga
; 47,347,547,647,947,1447,1747,1847,2347,2447,2647,3347,3547,3847,3947,4447,4547,5147,5347,5647,6047,6247,6547,6947,7247,7547,8147,8447,8647,8747,9547,10247,10847,11047,11447,12347,12547,12647,13147,14347,14447,14747,14947,15647,16447,1654... | 31.571429 | 498 | 0.718326 |
1d332343412b2c30b941886d0a2bbd0266b5f574 | 151 | asm | Assembly | other.7z/SFC.7z/SFC/ソースデータ/srd13-SFCマリオコレクション/export/mario-z/linkp/mario_n2/mn_hp_smsub0.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/SFC.7z/SFC/ソースデータ/srd13-SFCマリオコレクション/export/mario-z/linkp/mario_n2/mn_hp_smsub0.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/SFC.7z/SFC/ソースデータ/srd13-SFCマリオコレクション/export/mario-z/linkp/mario_n2/mn_hp_smsub0.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | Name: mn_hp_smsub0.asm
Type: file
Size: 117589
Last-Modified: '1993-08-25T07:36:08Z'
SHA-1: 5CEFDF104B5612100CE778789D8B0E1147C1FC01
Description: null
| 21.571429 | 47 | 0.821192 |
72399feb524f7b08d910e12ceda913fc81d12da0 | 14,827 | asm | Assembly | astro_turret_5_data.asm | nealvis/astroblast | 521b5300c4b00d96971ed72106de79e7b9f9250d | [
"MIT"
] | null | null | null | astro_turret_5_data.asm | nealvis/astroblast | 521b5300c4b00d96971ed72106de79e7b9f9250d | [
"MIT"
] | null | null | null | astro_turret_5_data.asm | nealvis/astroblast | 521b5300c4b00d96971ed72106de79e7b9f9250d | [
"MIT"
] | null | null | null | //////////////////////////////////////////////////////////////////////////////
// astro_turret_5_data.asm
// Copyright(c) 2021 Neal Smith.
// License: MIT. See LICENSE file in root directory.
//////////////////////////////////////////////////////////////////////////////
// file contains the data for turret 5 frames as ... | 41.186111 | 102 | 0.619006 |
33c7d4fcb56d883b606a8a255fef275d8eab9d3c | 405 | asm | Assembly | programs/oeis/152/A152674.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/152/A152674.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/152/A152674.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A152674: Number of divisors of the numbers that are not squares.
; 2,2,2,4,2,4,4,2,6,2,4,4,2,6,2,6,4,4,2,8,4,4,6,2,8,2,6,4,4,4,2,4,4,8,2,8,2,6,6,4,2,10,6,4,6,2,8,4,8,4,4,2,12,2,4,6,4,8,2,6,4,8,2,12,2,4,6,6,4,8,2,10,4,2,12,4,4,4,8,2,12,4,6,4,4,4,12,2,6,6,2,8,2,8
seq $0,183299 ; Complement of A005563.
add $1,$0
seq $1... | 50.625 | 196 | 0.604938 |
ccdc08476aa4d21dcbe545200a50608bdab8b99e | 407 | asm | Assembly | programs/oeis/314/A314149.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/314/A314149.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/314/A314149.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A314149: Coordination sequence Gal.6.620.3 where G.u.t.v denotes the coordination sequence for a vertex of type v in tiling number t in the Galebach list of u-uniform tilings.
; 1,5,11,16,22,27,33,38,44,49,55,60,65,71,76,82,87,93,98,104,109,115,120,125,131,136,142,147,153,158,164,169,175,180,185,191,196,202,207,213,2... | 45.222222 | 180 | 0.727273 |
f49483540c88a15ab72b61fa89ba9fc653aab85d | 469 | asm | Assembly | oeis/135/A135227.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/135/A135227.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/135/A135227.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A135227: Triangle A000012 * A135225, read by rows.
; Submitted by Jon Maiga
; 1,2,1,3,2,1,4,3,3,1,5,4,6,4,1,6,5,10,10,5,1,7,6,15,20,15,6,1,8,7,21,35,35,21,7,1,9,8,28,56,70,56,28,8,1,10,9,36,84,126,126,84,36,9,1,11,10,45,120,210,252,210,120,45,10,1,12,11,55,165,330,462,462,330,165,55,11,1,13,12,66,220,495,792,924,792,... | 31.266667 | 294 | 0.635394 |
6b167b0a6c2c4179ada8880643f96b979c535f16 | 408 | asm | Assembly | programs/oeis/072/A072130.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/072/A072130.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/072/A072130.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A072130: a(n+1) -3*a(n) + a(n-1) = (2/3)*(1+w^(n+1)+w^(2*n+2)); a(1) = 0, a(2) = 1; where w is the cubic root of unity.
; 0,1,5,14,37,99,260,681,1785,4674,12237,32039,83880,219601,574925,1505174,3940597,10316619,27009260,70711161,185124225,484661514,1268860317,3321919439,8696898000,22768774561,59609425685,15605950249... | 31.384615 | 199 | 0.664216 |
b8649f5204ae49d06382ecf04dc3a7c2f5c911a3 | 15,278 | asm | Assembly | src/main.asm | glen-mac/COMP2121-16s1 | 7344e0f0fcb6634ae7bb152d42f77ddb13caf583 | [
"MIT"
] | null | null | null | src/main.asm | glen-mac/COMP2121-16s1 | 7344e0f0fcb6634ae7bb152d42f77ddb13caf583 | [
"MIT"
] | null | null | null | src/main.asm | glen-mac/COMP2121-16s1 | 7344e0f0fcb6634ae7bb152d42f77ddb13caf583 | [
"MIT"
] | null | null | null | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;; SAFE CRACKER ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; GAME ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;... | 33.800885 | 139 | 0.660492 |
3c5508b58cce4b920c8f02150972975c2fc1a9f5 | 485 | asm | Assembly | programs/oeis/059/A059975.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/059/A059975.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/059/A059975.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A059975: a(n) is the least number of prime factors (counted with multiplicity) of any integer with n divisors.
; 1,2,2,4,3,6,3,4,5,10,4,12,7,6,4,16,5,18,6,8,11,22,5,8,13,6,8,28,7,30,5,12,17,10,6,36,19,14,7,40,9,42,12,8,23,46,6,12,9,18,14,52,7,14,9,20,29,58,8,60,31,10,6,16,13,66,18,24,11,70,7,72,37,10,20,16,15,78,8,8,... | 32.333333 | 265 | 0.624742 |
b408ff490e2241e8128836ef5f785fad35e4ca5b | 423 | asm | Assembly | data/types/search_strings.asm | Trap-Master/spacworld97-thingy | a144827abecacdfec6cdc3baa32098e9290adf70 | [
"blessing"
] | null | null | null | data/types/search_strings.asm | Trap-Master/spacworld97-thingy | a144827abecacdfec6cdc3baa32098e9290adf70 | [
"blessing"
] | null | null | null | data/types/search_strings.asm | Trap-Master/spacworld97-thingy | a144827abecacdfec6cdc3baa32098e9290adf70 | [
"blessing"
] | null | null | null | PokedexTypeSearchStrings:
; entries correspond with PokedexTypeSearchConversionTable (see data/types/search_types.asm)
db " ---- @"
db " NORMAL @"
db " FIRE @"
db " WATER @"
db " GRASS @"
db "ELECTRIC@"
db " ICE @"
db "FIGHTING@"
db " POISON @"
db " GROUND @"
db " FLYING @"
db "PSYCHIC @"
db " BU... | 19.227273 | 92 | 0.562648 |
454f149801792708fe254ec1237fa8982c08b545 | 259 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math16/c/sdcc/cm16_sdcc_atan2_callee.asm | ahjelm/z88dk | c4de367f39a76b41f6390ceeab77737e148178fa | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/math/float/math16/c/sdcc/cm16_sdcc_atan2_callee.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/math/float/math16/c/sdcc/cm16_sdcc_atan2_callee.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
SECTION code_fp_math16
PUBLIC cm16_sdcc_atan2_callee
EXTERN atan2f16_callee
cm16_sdcc_atan2_callee:
pop de ; return
pop hl ; LHS
ex (sp),hl ; LHS to stack, RHS
push hl ; RHS
push de ; return
jp atan2f16_callee
| 15.235294 | 35 | 0.648649 |
0df7659f08739fb415dbec7f39e694eca1b4455b | 2,486 | asm | Assembly | libsrc/_DEVELOPMENT/EXAMPLES/zx/demo_sp1/demo1/graphics.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/EXAMPLES/zx/demo_sp1/demo1/graphics.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/EXAMPLES/zx/demo_sp1/demo1/graphics.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | SECTION rodata_user
PUBLIC _sprite01, _sprite02, _sprite03, _sprite04
defb @11111111, @00000000
defb @11111111, @00000000
defb @11111111, @00000000
defb @11111111, @00000000
defb @11111111, @00000000
defb @11111111, @00000000
defb @11111111, @00000000
; ASM source file created by SevenuP v1.20
;... | 23.233645 | 72 | 0.543846 |
5f3cba959ef0cb9533065a02a03c70964bb4bafe | 196 | asm | Assembly | test/asm/device_ping.asm | xdrie/irre-tools | 489bd73c527e3d22ac30102956f7e659e08f0776 | [
"Apache-2.0"
] | 1 | 2020-12-05T11:11:50.000Z | 2020-12-05T11:11:50.000Z | test/asm/device_ping.asm | xdrie/irre-tools | 489bd73c527e3d22ac30102956f7e659e08f0776 | [
"Apache-2.0"
] | 1 | 2021-05-07T22:44:53.000Z | 2021-05-07T22:48:40.000Z | test/asm/device_ping.asm | xdrie/irre-tools | 489bd73c527e3d22ac30102956f7e659e08f0776 | [
"Apache-2.0"
] | null | null | null | %entry: main
main:
set r0 #0 ; dev 0 (ping)
set r1 $01 ; cmd 0x01
set r2 #65 ; 'A'
snd r2 r0 r1 ; send data
mov r0 r2 ; copy to return value
hlt
| 17.818182 | 42 | 0.47449 |
88f9f43d2d0bc6f185a489d4b2c0d205b12f539c | 5,079 | asm | Assembly | hello14/hello14.asm | katahiromz/Hello | 568dedd39bfebf39d87caf26f64d7486a81efed1 | [
"MIT"
] | null | null | null | hello14/hello14.asm | katahiromz/Hello | 568dedd39bfebf39d87caf26f64d7486a81efed1 | [
"MIT"
] | null | null | null | hello14/hello14.asm | katahiromz/Hello | 568dedd39bfebf39d87caf26f64d7486a81efed1 | [
"MIT"
] | null | null | null | .file "hello14.cpp"
.intel_syntax noprefix
.text
.section .text$_Z6printfPKcz,"x"
.linkonce discard
.p2align 4,,15
.globl __Z6printfPKcz
.def __Z6printfPKcz; .scl 2; .type 32; .endef
__Z6printfPKcz:
push ebp
mov ebp, esp
push ebx
lea ebx, [ebp+12]
sub esp, 20
mov DWORD PTR [esp], 1
call [DWORD PTR __imp_... | 18.204301 | 51 | 0.67277 |
2c9a746b0d77ee722758039ebd911b4118499833 | 1,870 | asm | Assembly | apps/breakfast/pde_fw/toast/examples/Assembly (CCE)/msp430x24x_wdt_06.asm | tp-freeforall/breakfast | 0399619cdb7a81b3c3cc4c5a1b7d69f5c32b8c65 | [
"BSD-3-Clause"
] | 1 | 2020-05-15T18:08:48.000Z | 2020-05-15T18:08:48.000Z | apps/breakfast/toast/msp430-code-examples/Assembly (CCE)/msp430x24x_wdt_06.asm | tp-freeforall/breakfast | 0399619cdb7a81b3c3cc4c5a1b7d69f5c32b8c65 | [
"BSD-3-Clause"
] | null | null | null | apps/breakfast/toast/msp430-code-examples/Assembly (CCE)/msp430x24x_wdt_06.asm | tp-freeforall/breakfast | 0399619cdb7a81b3c3cc4c5a1b7d69f5c32b8c65 | [
"BSD-3-Clause"
] | null | null | null | ;*******************************************************************************
; MSP430x24x Demo - WDT+ Failsafe Clock, 32kHz ACLK
;
; Description; Allow WDT+ in watchdog to timeout sourced by ACLK. LPM3 is
; entered, this example will demonstrate WDT+ feature by automatically
; re-enabling WDT+ clock so... | 47.948718 | 81 | 0.368984 |
9d344a070778269fed1bdba7a56bfeedcf733266 | 681 | asm | Assembly | oeis/039/A039745.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/039/A039745.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/039/A039745.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A039745: Diameter of symmetric group S_n when generated by (1,2) and (1,2,3,...,n).
; Submitted by Christian Krause
; 0,1,2,6,11,18,25,35,45,58,71,87,103
mov $4,$0
mov $6,$0
lpb $4
mov $0,$6
sub $4,1
sub $0,$4
mov $2,$0
add $0,1
div $0,2
mov $1,0
lpb $0
sub $0,1
mov $3,$2
mul $2,40
su... | 14.804348 | 85 | 0.471366 |
dde648811966b387a9b8cf82acd0701738aac469 | 161 | asm | Assembly | libsrc/_DEVELOPMENT/stdio/c/sdcc_iy/scanf_unlocked.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/stdio/c/sdcc_iy/scanf_unlocked.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/stdio/c/sdcc_iy/scanf_unlocked.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
; int scanf_unlocked(const char *format, ...)
SECTION code_stdio
PUBLIC _scanf_unlocked
EXTERN asm_scanf_unlocked
defc _scanf_unlocked = asm_scanf_unlocked
| 14.636364 | 45 | 0.813665 |
0729ee604c25a6467bfc7a27d71eddd86b86f703 | 6,633 | asm | Assembly | Transynther/x86/_processed/US/_zr_/i3-7100_9_0xca_notsx.log_1330_1116.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/US/_zr_/i3-7100_9_0xca_notsx.log_1330_1116.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/US/_zr_/i3-7100_9_0xca_notsx.log_1330_1116.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 %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x38f8, %rax
nop
nop
nop
nop
inc %r12
mov (%rax), %r11d
and $31663, %r13
lea addresses_UC_ht+0xc9d8, %r14
nop
nop
nop
mfence
movb $0x61, (%r14)
nop
cmp $50782, %r12
... | 36.048913 | 2,999 | 0.656415 |
d14f79bd357114647649f14e57606d1f51285791 | 364 | asm | Assembly | oeis/021/A021853.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/021/A021853.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/021/A021853.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A021853: Decimal expansion of 1/849.
; Submitted by Christian Krause
; 0,0,1,1,7,7,8,5,6,3,0,1,5,3,1,2,1,3,1,9,1,9,9,0,5,7,7,1,4,9,5,8,7,7,5,0,2,9,4,4,6,4,0,7,5,3,8,2,8,0,3,2,9,7,9,9,7,6,4,4,2,8,7,3,9,6,9,3,7,5,7,3,6,1,6,0,1,8,8,4,5,7,0,0,8,2,4,4,9,9,4,1,1,0,7,1,8,4,9
seq $0,83811 ; Numbers n such that 2n+1 is the d... | 45.5 | 199 | 0.598901 |
5f670df4a2a4d33993c9d8a6548b68107b9f3082 | 866 | asm | Assembly | sw/552tests/rand_simple/t_2_sco.asm | JPShen-UWM/ThreadKraken | 849c510531f28e36d3469535737b2120bd774935 | [
"MIT"
] | 1 | 2022-02-15T16:03:25.000Z | 2022-02-15T16:03:25.000Z | sw/552tests/rand_simple/t_2_sco.asm | JPShen-UWM/ThreadKraken | 849c510531f28e36d3469535737b2120bd774935 | [
"MIT"
] | null | null | null | sw/552tests/rand_simple/t_2_sco.asm | JPShen-UWM/ThreadKraken | 849c510531f28e36d3469535737b2120bd774935 | [
"MIT"
] | null | null | null | // seed 2
lbi r0, 178 // icount 0
slbi r0, 104 // icount 1
lbi r1, 18 // icount 2
slbi r1, 255 // icount 3
lbi r2, 251 // icount 4
slbi r2, 98 // icount 5
lbi r3, 213 // icount 6
slbi r3, 5 // icount 7
lbi r4, 61 // icount 8
slbi r4, 124 // icount 9
lbi r5, 126 // icount 10
slbi r5, 248 // icount 11
lbi r6, 85 // icoun... | 24.742857 | 27 | 0.617783 |
0b6cf381744e15106bd078eb8608a3e77339253b | 2,557 | asm | Assembly | Source/boot2.asm | Dogelix/SystemsProgramming_Stage1 | e3c0adf578a2690213232f5ac6fc8fca4f2f6b3d | [
"MIT"
] | null | null | null | Source/boot2.asm | Dogelix/SystemsProgramming_Stage1 | e3c0adf578a2690213232f5ac6fc8fca4f2f6b3d | [
"MIT"
] | null | null | null | Source/boot2.asm | Dogelix/SystemsProgramming_Stage1 | e3c0adf578a2690213232f5ac6fc8fca4f2f6b3d | [
"MIT"
] | null | null | null | ; Stage 2 of the Boot Process
BITS 16
; Tell the assembler that we will be loaded at 7C00 (That's where the BIOS loads boot loader code).
ORG 9000h
Start:
jmp Boot2MainStart ; Jump past Stage 2 Subroutines
; This is the real mode address where we will initially load the kernel
%define KERNEL_RMODE_SEG 1000h
%defin... | 24.352381 | 133 | 0.728979 |
81f42234bdbd5da1ffee778250b2240d10ea78f7 | 6,596 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_xt_/i9-9900K_12_0xa0_notsx.log_21829_928.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_zr_xt_/i9-9900K_12_0xa0_notsx.log_21829_928.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_zr_xt_/i9-9900K_12_0xa0_notsx.log_21829_928.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 %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x3313, %rsi
lea addresses_UC_ht+0xd13, %rdi
nop
nop
nop
nop
dec %rax
mov $27, %rcx
rep movsq
sub $16429, %r15
lea addresses_normal_ht+0x13713, %rsi
lea addresses_WC_ht+0xff13,... | 38.8 | 2,999 | 0.660552 |
dc3dcb4d0748e12786c5977180963a3d6ce89aee | 3,840 | asm | Assembly | WRK-V1.2/TOOLS/crt/src/intel/_strnicm.asm | intj-t/openvmsft | 0d17fbce8607ab2b880be976c2e86d8cfc3e83bb | [
"Intel"
] | 2 | 2021-01-27T10:19:30.000Z | 2021-02-09T06:24:30.000Z | WRK-V1.2/TOOLS/crt/src/intel/_strnicm.asm | intj-t/openvmsft | 0d17fbce8607ab2b880be976c2e86d8cfc3e83bb | [
"Intel"
] | null | null | null | WRK-V1.2/TOOLS/crt/src/intel/_strnicm.asm | intj-t/openvmsft | 0d17fbce8607ab2b880be976c2e86d8cfc3e83bb | [
"Intel"
] | 1 | 2021-01-27T10:19:36.000Z | 2021-01-27T10:19:36.000Z | page ,132
title strnicmp - compare n chars of strings, ignore case
;***
;strnicmp.asm - compare n chars of strings, ignoring case
;
; Copyright (c) Microsoft Corporation. All rights reserved.
;
;Purpose:
; defines __ascii_strnicmp() - Compares at most n characters of two
; strings... | 26.666667 | 80 | 0.434375 |
fa1f0e8fa1ed85576d7f4013d46aedb2f49d51fb | 573 | asm | Assembly | oeis/310/A310456.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/310/A310456.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/310/A310456.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A310456: Coordination sequence Gal.6.322.4 where G.u.t.v denotes the coordination sequence for a vertex of type v in tiling number t in the Galebach list of u-uniform tilings.
; Submitted by Simon Strandgaard
; 1,4,10,15,20,25,29,34,39,44,50,54,58,64,69,74,79,83,88,93,98,104,108,112,118,123,128,133,137,142,147,152,15... | 22.038462 | 177 | 0.643979 |
d22766f44d30456831d753440aa04e42d43ec125 | 360 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/am9511/c/sdcc/cam32_sdcc___mulsint2slong_callee.asm | dikdom/z88dk | 40c55771062b0ea9bb2f0d5b73e2f754fc12b6b0 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/float/am9511/c/sdcc/cam32_sdcc___mulsint2slong_callee.asm | dikdom/z88dk | 40c55771062b0ea9bb2f0d5b73e2f754fc12b6b0 | [
"ClArtistic"
] | 2 | 2022-03-20T22:17:35.000Z | 2022-03-24T16:10:00.000Z | libsrc/_DEVELOPMENT/math/float/am9511/c/sdcc/cam32_sdcc___mulsint2slong_callee.asm | jorgegv/z88dk | 127130cf11f9ff268ba53e308138b12d2b9be90a | [
"ClArtistic"
] | null | null | null |
SECTION code_clib
SECTION code_fp_am9511
PUBLIC cam32_sdcc___mulsint2slong_callee
EXTERN asm_am9511_imul
cam32_sdcc___mulsint2slong_callee:
; 16-bit multiplication, 32-bit result
;
; enter : stack = multiplicand, multiplicand, ret
;
; exit : dehl = product
pop hl
pop de
ex (sp),hl
jp ... | 16.363636 | 52 | 0.716667 |
dfb58c3e0dacb3c6f988a4272c7c7ddd23b84264 | 5,998 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_ht_zr_/i3-7100_9_0x84_notsx.log_1698_1398.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_ht_zr_/i3-7100_9_0x84_notsx.log_1698_1398.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_ht_zr_/i3-7100_9_0x84_notsx.log_1698_1398.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 %r9
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x1929b, %rsi
lea addresses_WT_ht+0x689b, %rdi
nop
nop
inc %rbx
mov $9, %rcx
rep movsl
nop
nop
nop
nop
nop
xor %r9, %r9
lea addresses_WC_ht+0xc49b, %rsi
lea addresses_WT_ht+0x1279b, %rdi... | 37.962025 | 2,999 | 0.659553 |
e1008a52e23f0ec9f3954d7f357746c106b324b0 | 108 | asm | Assembly | sw/552tests/inst_tests/ror_1.asm | JPShen-UWM/ThreadKraken | 849c510531f28e36d3469535737b2120bd774935 | [
"MIT"
] | 1 | 2022-02-15T16:03:25.000Z | 2022-02-15T16:03:25.000Z | sw/552tests/inst_tests/ror_1.asm | JPShen-UWM/ThreadKraken | 849c510531f28e36d3469535737b2120bd774935 | [
"MIT"
] | null | null | null | sw/552tests/inst_tests/ror_1.asm | JPShen-UWM/ThreadKraken | 849c510531f28e36d3469535737b2120bd774935 | [
"MIT"
] | null | null | null | // Test provided by Karu
//ror with one operand 0
lbi r1, 0
lbi r2, 3
ror r3, r1, r2
halt // added by Karu
| 15.428571 | 25 | 0.666667 |
968282429e4e564583472b0b7ef05ce89dc3d95c | 375 | asm | Assembly | Asm4Kids/25adc.asm | jacmoe/c64adventures | c33854a4fa22bf5877ea7cc9a207bc0aebf2a4c7 | [
"BSD-2-Clause"
] | 17 | 2017-04-18T14:00:14.000Z | 2021-06-07T18:57:02.000Z | Asm4Kids/25adc.asm | jacmoe/c64adventures | c33854a4fa22bf5877ea7cc9a207bc0aebf2a4c7 | [
"BSD-2-Clause"
] | null | null | null | Asm4Kids/25adc.asm | jacmoe/c64adventures | c33854a4fa22bf5877ea7cc9a207bc0aebf2a4c7 | [
"BSD-2-Clause"
] | 3 | 2018-04-09T14:34:40.000Z | 2021-04-06T17:02:28.000Z | ; indexed adc
; print az by adding 25 to the accumulator which already contains 65
; 10 SYS (49152)
*=$0801
BYTE $0E, $08, $0A, $00, $9E, $20, $28, $34, $39, $31, $35, $32, $29, $00, $00, $00
*=$c000
lda #65
jsr $e716
adc #25 ; adc = add with c... | 23.4375 | 96 | 0.458667 |
13434b7480f4012365efcf44a929c3e3973ebbd3 | 940 | asm | Assembly | libsrc/target/cpm/graphics/getmaxy.asm | w5Mike/z88dk | f5090488e1d74ead8c865afe6df48231cd5c70ba | [
"ClArtistic"
] | null | null | null | libsrc/target/cpm/graphics/getmaxy.asm | w5Mike/z88dk | f5090488e1d74ead8c865afe6df48231cd5c70ba | [
"ClArtistic"
] | null | null | null | libsrc/target/cpm/graphics/getmaxy.asm | w5Mike/z88dk | f5090488e1d74ead8c865afe6df48231cd5c70ba | [
"ClArtistic"
] | null | null | null | ;
; Z88 Graphics Functions
;
; Written around the Interlogic Standard Library
;
; $Id: getmaxy.asm $
;
INCLUDE "graphics/grafix.inc"
SECTION code_graphics
PUBLIC getmaxy
PUBLIC _getmaxy
PUBLIC _gsx_maxy
PUB... | 16.785714 | 54 | 0.532979 |
00cbab8680a71a5a0adad32fede65c6ec7c70b98 | 3,159 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0xca_notsx.log_11_727.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0xca_notsx.log_11_727.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0xca_notsx.log_11_727.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 %rax
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0x1187c, %rcx
nop
nop
nop
nop
dec %rdi
movb $0x61, (%rcx)
nop
nop
nop
nop
and $42272, %r13
lea addresses_WC_ht+0x3e7c, %rsi
lea addresses_WC_ht+0x147c, %rdi
nop
nop
nop
de... | 19.867925 | 148 | 0.646724 |
c79db63cab4d9efc3a1d25936adc10733d25bcf6 | 575 | asm | Assembly | oeis/013/A013791.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/013/A013791.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/013/A013791.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A013791: a(n) = 9^(4*n + 3).
; Submitted by Christian Krause
; 729,4782969,31381059609,205891132094649,1350851717672992089,8862938119652501095929,58149737003040059690390169,381520424476945831628649898809,2503155504993241601315571986085849,16423203268260658146231467800709255289,1077526366430581780974246602404534239511... | 63.888889 | 467 | 0.895652 |
105aad4cc7c6de857441701571b2bc90c7722bd1 | 6,928 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_750.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_750.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_750.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 %r9
push %rax
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0xa5b3, %rdi
cmp $63471, %rcx
mov (%rdi), %si
nop
nop
nop
nop
xor $24622, %rbx
lea addresses_WT_ht+0x17b53, %rax
nop
sub %rdx, %rdx
and $0xffffffffffffffc0, %rax
movntdqa (%rax), %xmm2
vp... | 36.656085 | 2,999 | 0.654301 |
fa103068a1c42a9e82985208e960db93a23a9732 | 469 | asm | Assembly | Programs/Program9.asm | trivedi-vatsal/8085-programs | 99363c5a19f92348874c09c73f5169c7c344bb00 | [
"MIT",
"Unlicense"
] | 2 | 2021-03-22T20:30:49.000Z | 2022-03-24T05:20:15.000Z | Programs/Program9.asm | trivedi-vatsal/8085-programs | 99363c5a19f92348874c09c73f5169c7c344bb00 | [
"MIT",
"Unlicense"
] | null | null | null | Programs/Program9.asm | trivedi-vatsal/8085-programs | 99363c5a19f92348874c09c73f5169c7c344bb00 | [
"MIT",
"Unlicense"
] | 1 | 2021-05-23T13:18:56.000Z | 2021-05-23T13:18:56.000Z | ;Pack the two unpacked BCD numbers stored in memory locations 2200H and 2201H and store result in memory location 2300H. Assume the least significant digit is stored at 2200H
LDA 2001H ;Get the Most significant BCD digit
RLC
RLC
RLC
RLC ;adjust the position
ANI 0F0H ;make least significant BCD digit zero
MOV C,A ;St... | 31.266667 | 174 | 0.793177 |
7008d8859bcda08cd4fd8bb90283acce8358bee4 | 3,605 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_4_118.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_4_118.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_4_118.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r13
push %r9
push %rbp
push %rcx
push %rdx
lea addresses_WC_ht+0xad01, %r13
clflush (%r13)
nop
cmp $56218, %r10
mov $0x6162636465666768, %rcx
movq %rcx, (%r13)
nop
nop
cmp $21297, %r9
lea addresses_WT_ht+0x8fb1, %rcx
nop
nop
nop
nop
nop
add $983, %r... | 18.776042 | 125 | 0.641609 |
4fade73e84cf9f72c8fec3450fd977a3dbe011f2 | 6,223 | asm | Assembly | Transynther/x86/_processed/NC/_zr_/i7-7700_9_0x48_notsx.log_21829_1154.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NC/_zr_/i7-7700_9_0x48_notsx.log_21829_1154.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NC/_zr_/i7-7700_9_0x48_notsx.log_21829_1154.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r15
push %r8
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x10c95, %r10
inc %r15
mov $0x6162636465666768, %rcx
movq %rcx, (%r10)
nop
nop
nop
nop
nop
dec %rdx
lea addresses_normal_ht+0x17a95, %r15
nop
nop
xor %rbp, %rbp
movw $0x6162, (%... | 36.391813 | 2,999 | 0.658043 |
2767a71f35a9b3ace526eba558141ef735fb5c0d | 1,113 | asm | Assembly | programs/oeis/085/A085461.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/085/A085461.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/085/A085461.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A085461: Number of 5-tuples (v1,v2,v3,v4,v5) of nonnegative integers less than n such that v1 <= v5, v2 <= v5, v2 <= v4 and v3 <= v4.
; 1,13,70,246,671,1547,3164,5916,10317,17017,26818,40690,59787,85463,119288,163064,218841,288933,375934,482734,612535,768867,955604,1176980,1437605,1742481,2097018,2507050,2978851,3519... | 69.5625 | 858 | 0.815813 |
342946e289c27fb6ee4bf7e80044ff11349ce810 | 337 | asm | Assembly | programs/oeis/021/A021262.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/021/A021262.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/021/A021262.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A021262: Decimal expansion of 1/258.
; 0,0,3,8,7,5,9,6,8,9,9,2,2,4,8,0,6,2,0,1,5,5,0,3,8,7,5,9,6,8,9,9,2,2,4,8,0,6,2,0,1,5,5,0,3,8,7,5,9,6,8,9,9,2,2,4,8,0,6,2,0,1,5,5,0,3,8,7,5,9,6,8,9,9,2,2,4,8,0,6,2,0,1,5,5,0,3,8,7,5,9,6,8,9,9,2,2,4,8
add $0,1
mov $1,10
pow $1,$0
sub $1,6
mul $1,8
div $1,12
add $1,4
div $1,172
mod... | 24.071429 | 199 | 0.543027 |
409a1187907b9953f796ee1b99e201eb851434a3 | 1,570 | asm | Assembly | programs/oeis/309/A309315.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/309/A309315.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/309/A309315.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A309315: Number of 5-colorings of an n-wheel graph.
; 60,120,420,1200,3660,10920,32820,98400,295260,885720,2657220,7971600,23914860,71744520,215233620,645700800,1937102460,5811307320,17433922020,52301766000,156905298060,470715894120,1412147682420,4236443047200,12709329141660,38127987424920,114383962274820,34315188682... | 142.727273 | 1,448 | 0.924204 |
b0c3a635ce71e5142873bdf2861fd7dd1306ada3 | 8,829 | asm | Assembly | Library/Chart/Utils/utilsObject.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Library/Chart/Utils/utilsObject.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Library/Chart/Utils/utilsObject.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1991 -- All Rights Reserved
PROJECT: PC GEOS
MODULE:
FILE: utilsObject.asm
AUTHOR: Chris Boyke
METHODS:
Name Description
---- -----------
FUNCTIONS:
Scope Name Description
----- ---- -----... | 19.490066 | 71 | 0.514101 |
828706336f0914df8327123d54f56c7a552b9655 | 3,427 | asm | Assembly | CSC230/A1/a2q3.asm | jayden-chan/avr-asm | d43b0ab22598400160707dcc09f8192786ca6a66 | [
"MIT"
] | null | null | null | CSC230/A1/a2q3.asm | jayden-chan/avr-asm | d43b0ab22598400160707dcc09f8192786ca6a66 | [
"MIT"
] | null | null | null | CSC230/A1/a2q3.asm | jayden-chan/avr-asm | d43b0ab22598400160707dcc09f8192786ca6a66 | [
"MIT"
] | null | null | null | ;
; a2q3.asm
;
; Write a main program that increments a counter when the buttons are pressed
;
; Use the subroutine you wrote in a2q2.asm to solve this problem.
;
; initialize the Analog to Digital conversion
.INCLUDE "../../inc/m2560def.inc"
ldi r16, 0x87
sts ADCSRA, r16
ldi r16, 0x40
sts ADMUX, r16
; initialize PO... | 17.049751 | 77 | 0.562008 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.