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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
6a742a000c11cb8696d9c5fa839c38f73af0a7de | 677 | asm | Assembly | programs/oeis/107/A107782.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/107/A107782.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/107/A107782.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A107782: In binary representation of n: (number of zeros) minus (number of blocks of contiguous zeros).
; 0,0,0,0,1,0,0,0,2,1,0,0,1,0,0,0,3,2,1,1,1,0,0,0,2,1,0,0,1,0,0,0,4,3,2,2,2,1,1,1,2,1,0,0,1,0,0,0,3,2,1,1,1,0,0,0,2,1,0,0,1,0,0,0,5,4,3,3,3,2,2,2,3,2,1,1,2,1,1,1,3,2,1,1,1,0,0,0,2,1,0,0,1,0,0,0,4,3,2,2,2,1,1,1,2,1,... | 61.545455 | 501 | 0.536189 |
0224a791b9f157945952aeb59b502b54ec658e59 | 255 | asm | Assembly | libsrc/target/x1/graphics/w_xorpixl.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/target/x1/graphics/w_xorpixl.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/target/x1/graphics/w_xorpixl.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ;
; Generic pseudo graphics routines for text-only platforms
;
; Xor pixel at (x,y) coordinate.
SECTION code_clib
PUBLIC w_xorpixel
EXTERN __spc1000_mode
defc NEEDxor = 1
.w_xorpixel
INCLUDE "w_pixel.inc"
| 15.9375 | 64 | 0.635294 |
8066a1537abdb2d6dbb491440959edb72c8eaddb | 257 | asm | Assembly | programs/oeis/024/A024127.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/024/A024127.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/024/A024127.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A024127: a(n) = 11^n-1.
; 0,10,120,1330,14640,161050,1771560,19487170,214358880,2357947690,25937424600,285311670610,3138428376720,34522712143930,379749833583240,4177248169415650,45949729863572160,505447028499293770
mov $1,11
pow $1,$0
sub $1,1
mov $0,$1
| 32.125 | 190 | 0.797665 |
cbee4edc821123920e1400256b9c4ea096244bb6 | 573 | asm | Assembly | programs/oeis/329/A329376.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/329/A329376.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/329/A329376.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A329376: Multiplicative with a(p^e) = p when e == 2, otherwise a(p^e) = 1.
; 1,1,1,2,1,1,1,1,3,1,1,2,1,1,1,1,1,3,1,2,1,1,1,1,5,1,1,2,1,1,1,1,1,1,1,6,1,1,1,1,1,1,1,2,3,1,1,1,7,5,1,2,1,1,1,1,1,1,1,2,1,1,3,1,1,1,1,2,1,1,1,3,1,1,5,2,1,1,1,1,1,1,1,2,1,1,1,1,1,3,1,2,1,1,1,1,1,7,3,10
add $0,1
mov $1,1
mov $2,2
mov $3,$0
mo... | 18.483871 | 202 | 0.485166 |
4e6c3fa65ca9d8487a73513493761c27797705db | 553 | asm | Assembly | oeis/017/A017503.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/017/A017503.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/017/A017503.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A017503: a(n) = (11*n + 9)^7.
; 4782969,1280000000,27512614111,230539333248,1174711139837,4398046511104,13348388671875,34792782221696,80798284478113,171382426877952,337931541778439,627485170000000,1107984764452581,1874584905187328,3057125241215467,4828861374436224,7416552901015625,11112006825558016,16285174563412143,... | 79 | 491 | 0.886076 |
7eb4e4902a65a7f418aa8864a0d5ed6cf8b0690e | 854 | asm | Assembly | Modules/Module4/Multiplication/shift_and_add.asm | hackettccp/CSCI213 | c2b5c3e1b5f47fa329a59b0a7261ebeee8e64059 | [
"MIT"
] | null | null | null | Modules/Module4/Multiplication/shift_and_add.asm | hackettccp/CSCI213 | c2b5c3e1b5f47fa329a59b0a7261ebeee8e64059 | [
"MIT"
] | null | null | null | Modules/Module4/Multiplication/shift_and_add.asm | hackettccp/CSCI213 | c2b5c3e1b5f47fa329a59b0a7261ebeee8e64059 | [
"MIT"
] | null | null | null | #Demonstrates multiplication using shift-and-add
.text
li $t0, 15 #Multiplier
li $t1, 83 #Multiplicand
li $t2, 0 #Accumulator
move $t3, $t0 #Copies the multiplier so the original value is not lost
move $t4, $t1 #Copies the multiplicand so the original value is not lost
multloop:
ble $t3, $0... | 34.16 | 83 | 0.672131 |
6dfb433ca80a8e6b7a81aecb229921992b12f84a | 443 | asm | Assembly | programs/oeis/152/A152174.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/152/A152174.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/152/A152174.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A152174: a(n) = -2*a(n-1)+4*a(n-2), n>1 ; a(0) = 1, a(1) = -4.
; 1,-4,12,-40,128,-416,1344,-4352,14080,-45568,147456,-477184,1544192,-4997120,16171008,-52330496,169345024,-548012032,1773404160,-5738856448,18571329536,-60098084864,194481487872,-629355315200
add $0,2
mov $2,3
mov $3,2
lpb $0,1
sub $0,1
add $2,$1
... | 20.136364 | 193 | 0.609481 |
cddb4750332b346dcee5ad76f151ab2809a2c46f | 33 | asm | Assembly | BootROMs/cgb_boot_fast.asm | stipton7960/SameBoy | 3c49c2449ce1948e85baf7f7e32038c6750e4424 | [
"MIT"
] | 1,044 | 2016-04-02T18:04:16.000Z | 2022-03-31T16:48:38.000Z | BootROMs/cgb_boot_fast.asm | binarycounter/SameBoy | fe28e28e20ca5c78cac79601f2e32de856d95fd3 | [
"MIT"
] | 376 | 2016-04-02T20:44:26.000Z | 2022-03-31T05:22:39.000Z | BootROMs/cgb_boot_fast.asm | binarycounter/SameBoy | fe28e28e20ca5c78cac79601f2e32de856d95fd3 | [
"MIT"
] | 180 | 2017-04-17T01:12:44.000Z | 2022-03-30T07:58:06.000Z | FAST EQU 1
include "cgb_boot.asm" | 16.5 | 22 | 0.787879 |
4003b8a5b4274e8190e523b937877ffe3d6442a9 | 5,270 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_11199_1771.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_11199_1771.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_11199_1771.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 %rbx
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x16b50, %rsi
lea addresses_WC_ht+0x13c50, %rdi
clflush (%rsi)
clflush (%rdi)
nop
dec %r13
mov $78, %rcx
rep movsq
nop
sub %rcx, %rcx
lea addresses_A_ht+0xee10, %rsi
lea addresses_WC_ht+0xdf50, %... | 45.826087 | 2,999 | 0.66148 |
100fca7e421fc1a1fb8725c5d32508fe2b4624f0 | 627 | asm | Assembly | programs/oeis/245/A245764.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/245/A245764.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/245/A245764.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A245764: a(n) = 2*(n^2 + 1) + n*(1 + (-1)^n).
; 2,4,14,20,42,52,86,100,146,164,222,244,314,340,422,452,546,580,686,724,842,884,1014,1060,1202,1252,1406,1460,1626,1684,1862,1924,2114,2180,2382,2452,2666,2740,2966,3044,3282,3364,3614,3700,3962,4052,4326,4420,4706,4804,5102,5204,5514,5620,5942,6052,6386,6500,6846,6964,7... | 52.25 | 499 | 0.725678 |
2bc51188c6d0c745a996fec62a95aa93334572f3 | 1,173 | asm | Assembly | test/subtest.asm | nagydani/lpfp | 2cbca6a580cacb2dfd2323abdd341f1cffb5aa20 | [
"MIT"
] | 17 | 2018-06-17T19:12:27.000Z | 2021-05-31T16:20:44.000Z | test/subtest.asm | nagydani/lpfp | 2cbca6a580cacb2dfd2323abdd341f1cffb5aa20 | [
"MIT"
] | null | null | null | test/subtest.asm | nagydani/lpfp | 2cbca6a580cacb2dfd2323abdd341f1cffb5aa20 | [
"MIT"
] | 4 | 2018-10-14T16:08:26.000Z | 2021-06-21T23:31:59.000Z | ; Iterate through all values of HL >= DE and check FSUBP
ORG $C000
DI
EXX
PUSH HL
LD HL,0
LD E,L
LD D,H
LOOP: PUSH HL
PUSH DE
CALL FSUBP
LD C,L
LD B,H
POP DE
POP HL
PUSH HL
PUSH BC
PUSH DE
EX DE,HL
CALL STKFP
POP DE
PUSH DE
CALL STKFP
POP DE
POP BC
PUSH DE
PUSH BC
RST $28
DEFB $03,$38
CALL ... | 13.179775 | 68 | 0.639386 |
58a07ef4f7d45706f19093d3e03897bac2bcd291 | 795 | asm | Assembly | oeis/006/A006457.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/006/A006457.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/006/A006457.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A006457: Number of elements in Z[ i ] whose `smallest algorithm' is <= n.
; Submitted by Christian Krause
; 1,5,17,49,125,297,669,1457,3093,6457,13309,27201,55237,111689,225101,452689,908885,1822809,3652701,7315553,14645349,29311081,58650733,117342321,234741877,469565561,939245693,1878655105,3757539461,7515406473,150... | 34.565217 | 498 | 0.769811 |
4b5cc4898274fa740fc616a1e1b0210f768cc3ac | 5,489 | asm | Assembly | space_invaders/snake/snake.asm | AgustinCB/emulators | 7d4602cee4f35bd478843bee23315ba099f56526 | [
"MIT"
] | 8 | 2018-08-14T12:11:38.000Z | 2020-07-19T01:21:35.000Z | space_invaders/snake/snake.asm | AgustinCB/emulators | 7d4602cee4f35bd478843bee23315ba099f56526 | [
"MIT"
] | null | null | null | space_invaders/snake/snake.asm | AgustinCB/emulators | 7d4602cee4f35bd478843bee23315ba099f56526 | [
"MIT"
] | 1 | 2018-08-14T15:04:54.000Z | 2018-08-14T15:04:54.000Z | SNAKE DW 4001H
; Status storage
; 2000 -> Direction
; 2001 -> Next direction
; 2002 -> Timer
; 2003 -> INIT status
STATUS DW 2000H
MID_WIDTH DB 112
MID_HEIGHT DB 128
MID_SCREEN DW 7080H
START_FRAME_BUFFER DW 2400H
END_FRAME_BUFFER ... | 16.19174 | 122 | 0.727273 |
17f033469dd8b186e62621e4e0744042efaa7583 | 690 | asm | Assembly | data/pokemon/base_stats/dewgong.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | 1 | 2022-02-15T00:19:44.000Z | 2022-02-15T00:19:44.000Z | data/pokemon/base_stats/dewgong.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | data/pokemon/base_stats/dewgong.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | db DEX_DEWGONG ; pokedex id
db 90, 70, 80, 70, 95
; hp atk def spd spc
db WATER, ICE ; type
db 75 ; catch rate
db 176 ; base exp
INCBIN "gfx/pokemon/front/dewgong.pic", 0, 1 ; sprite dimensions
dw DewgongPicFront, DewgongPicBack
db HEADBUTT, BUBBLE, GROWL, REST ; level 1 learnset
db GROWTH_MEDI... | 28.75 | 77 | 0.605797 |
6fcea46aaf3afdf13817f9b8bca6071d6cfb7989 | 243 | asm | Assembly | SOURCE ASM FILES/FPSHack_17_SlowLinkSimpleAnmPlay.asm | Meowmaritus/Wind-Waker-60FPS-Hack | 13696724637a1c60e82ef76759af85e3c78356ef | [
"MIT"
] | 14 | 2017-08-16T17:20:21.000Z | 2021-12-07T03:45:12.000Z | SOURCE ASM FILES/FPSHack_17_SlowLinkSimpleAnmPlay.asm | Meowmaritus/Wind-Waker-60FPS-Hack | 13696724637a1c60e82ef76759af85e3c78356ef | [
"MIT"
] | 1 | 2018-05-26T12:32:23.000Z | 2018-08-10T06:48:38.000Z | SOURCE ASM FILES/FPSHack_17_SlowLinkSimpleAnmPlay.asm | Meowmaritus/Wind-Waker-60FPS-Hack | 13696724637a1c60e82ef76759af85e3c78356ef | [
"MIT"
] | 6 | 2017-12-25T01:48:35.000Z | 2021-12-07T21:07:30.000Z | #To be inserted at 801287f4
####################################
##FPSHack_17_SlowLinkSimpleAnmPlay##
####################################
lis r17, 0x817F
lfs f17, 0x0004 (r17) #Load FloatSlowdown
fmuls f1, f1, f17
fadds f2,f1,f0 #Vanilla | 22.090909 | 41 | 0.526749 |
a6e1f67e0ea400ae3168a08ee56ffb8494c53aaf | 548 | asm | Assembly | 8085_programming/YT/kth_largest_number.asm | SayanGhoshBDA/code-backup | 8b6135facc0e598e9686b2e8eb2d69dd68198b80 | [
"MIT"
] | 16 | 2018-11-26T08:39:42.000Z | 2019-05-08T10:09:52.000Z | 8085_programming/YT/kth_largest_number.asm | SayanGhoshBDA/code-backup | 8b6135facc0e598e9686b2e8eb2d69dd68198b80 | [
"MIT"
] | 8 | 2020-05-04T06:29:26.000Z | 2022-02-12T05:33:16.000Z | 8085_programming/YT/kth_largest_number.asm | SayanGhoshBDA/code-backup | 8b6135facc0e598e9686b2e8eb2d69dd68198b80 | [
"MIT"
] | 5 | 2020-02-11T16:02:21.000Z | 2021-02-05T07:48:30.000Z | // TO FIND THE K-TH LARGEST NUMBER WITHOUT SORTING
LXI H,2060
MVI B,02
L8: MVI A,0H
LXI H,2060
MOV C,M
INX H
DCR C
JZ L4
MOV A,M
L3: INX H
CMP M
JC L1
L2: STC
CMC
DCR C
JNZ L3
MOV E,A
LXI H,2060
MOV C,M
L5: INX H
CMP M
JZ L6
L7: ... | 11.416667 | 50 | 0.494526 |
1e76de4795b250e92d6d98e96c2dee094f7ba2a6 | 87 | asm | Assembly | lab14/cases/letter3.asm | Brant-Skywalker/ZJUI-ECE-120-SP21 | b8d444620f4a57766ac3f1346d7ec4608b35adbe | [
"MIT"
] | null | null | null | lab14/cases/letter3.asm | Brant-Skywalker/ZJUI-ECE-120-SP21 | b8d444620f4a57766ac3f1346d7ec4608b35adbe | [
"MIT"
] | null | null | null | lab14/cases/letter3.asm | Brant-Skywalker/ZJUI-ECE-120-SP21 | b8d444620f4a57766ac3f1346d7ec4608b35adbe | [
"MIT"
] | null | null | null | ; sample test file for lab 13
.ORIG x5000
.FILL x20
.FILL x41
.FILL x46
.END
| 7.909091 | 29 | 0.632184 |
ce7feccd159db3f6efb5d3c81c3c537854b4603a | 22,737 | asm | Assembly | CS61/cs61_assignments/assignment-5-Kuzame/assn5.asm | Kuzame/CS61 | d384dd8170e86464d15c7c02745e33113537c832 | [
"Apache-2.0"
] | 1 | 2018-10-12T20:39:46.000Z | 2018-10-12T20:39:46.000Z | CS61/cs61_assignments/assignment-5-Kuzame/assn5.asm | Kuzame/CS61 | d384dd8170e86464d15c7c02745e33113537c832 | [
"Apache-2.0"
] | null | null | null | CS61/cs61_assignments/assignment-5-Kuzame/assn5.asm | Kuzame/CS61 | d384dd8170e86464d15c7c02745e33113537c832 | [
"Apache-2.0"
] | null | null | null | ;=================================================
; Name: Adrian Harminto
; Email: aharm002
;
; Assignment name: Assignment 5
; Lab section: 24
;
; I hereby certify that I have not received assistance on this assignment,
; or used code, from ANY outside source other than the instruction team.
;
;==========... | 26.134483 | 365 | 0.5886 |
af1c10db24c6ad2bff4600d6ef54956368d7a6c3 | 673 | asm | Assembly | oeis/289/A289280.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/289/A289280.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/289/A289280.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A289280: a(n) = least integer k > n such that any prime factor of k is also a prime factor of n.
; Submitted by Jamie Morken(s3)
; 4,9,8,25,8,49,16,27,16,121,16,169,16,25,32,289,24,361,25,27,32,529,27,125,32,81,32,841,32,961,64,81,64,49,48,1369,64,81,50,1681,48,1849,64,75,64,2209,54,343,64,81,64,2809,64,121,64,81,64,... | 30.590909 | 360 | 0.641902 |
47c15ab37ce2fa8a2fc183bc66b67e1ce29b20e4 | 783 | asm | Assembly | oeis/261/A261120.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/261/A261120.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/261/A261120.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A261120: The number of distinct triple points in the set of function values FLSN(m/6/7^n), m in 0, 1, 2... 6*7^n, where FLSN:[0,1] is the "flowsnake" plane filling curve.
; Submitted by Jamie Morken(s1)
; 2,17,134,989,7082,50057,351854,2467349,17284562,121031297,847337174,5931714509,41523064442,290664639737,203466204... | 52.2 | 482 | 0.822478 |
b1a64de835c9372cdae634e4ab342c103ba3609d | 603 | asm | Assembly | libsrc/_DEVELOPMENT/arch/zx/nirvanam/c/sdcc/NIRVANAM_drawW_callee.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/arch/zx/nirvanam/c/sdcc/NIRVANAM_drawW_callee.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/arch/zx/nirvanam/c/sdcc/NIRVANAM_drawW_callee.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | 1 | 2019-12-03T23:57:48.000Z | 2019-12-03T23:57:48.000Z | ; ----------------------------------------------------------------
; Z88DK INTERFACE LIBRARY FOR THE NIRVANA ENGINE - by Einar Saukas
;
; See "nirvana-.h" for further details
; ----------------------------------------------------------------
; void NIRVANAM_drawW(unsigned int tile, unsigned int lin, unsigned int col)
... | 21.535714 | 76 | 0.548922 |
151c6889a1642a902e7ccb54fbcbd88e254a8a31 | 268 | asm | Assembly | libsrc/strings/strcat.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | 8 | 2017-01-18T12:02:17.000Z | 2021-06-12T09:40:28.000Z | libsrc/strings/strcat.asm | grancier/z180 | e83f35e36c9b4d1457e40585019430e901c86ed9 | [
"ClArtistic"
] | 1 | 2017-03-06T07:41:56.000Z | 2017-03-06T07:41:56.000Z | libsrc/strings/strcat.asm | RC2014Z80/z88dk | e5b9447b970e5fae26544b6d8aa5957c98ba0e6a | [
"ClArtistic"
] | 3 | 2017-03-07T03:19:40.000Z | 2021-09-15T17:59:19.000Z | ; CALLER linkage for function pointers
SECTION code_clib
PUBLIC strcat
PUBLIC _strcat
EXTERN strcat_callee
EXTERN ASMDISP_STRCAT_CALLEE
.strcat
._strcat
pop bc
pop de
pop hl
push hl
push de
push bc
jp strcat_callee + ASMDISP_STRCAT_CALLEE
| 12.761905 | 43 | 0.75 |
4a34236b31443d0f58aee94e24878894f5897534 | 402 | asm | Assembly | programs/oeis/047/A047442.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/047/A047442.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/047/A047442.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A047442: Numbers that are congruent to {0, 1, 2, 5, 6} mod 8.
; 0,1,2,5,6,8,9,10,13,14,16,17,18,21,22,24,25,26,29,30,32,33,34,37,38,40,41,42,45,46,48,49,50,53,54,56,57,58,61,62,64,65,66,69,70,72,73,74,77,78,80,81,82,85,86,88,89,90,93,94,96,97,98,101,102,104
mov $2,$0
trn $0,2
mov $1,$2
lpb $0
sub $0,1
trn $0,1
... | 22.333333 | 195 | 0.587065 |
8afd1e649b813739c902eb292419dc592772de94 | 6,153 | asm | Assembly | lab4/kernel.asm | wkcn/OSLabs | 9f88f02dbeee8930e3dadac8b51e54dcaad5175f | [
"MIT"
] | 73 | 2017-10-02T01:24:19.000Z | 2021-12-17T08:50:03.000Z | lab4/kernel.asm | wkcn/OSLabs | 9f88f02dbeee8930e3dadac8b51e54dcaad5175f | [
"MIT"
] | 4 | 2018-03-21T02:24:19.000Z | 2020-02-15T04:19:34.000Z | lab4/kernel.asm | wkcn/OSLabs | 9f88f02dbeee8930e3dadac8b51e54dcaad5175f | [
"MIT"
] | 14 | 2016-12-22T23:24:48.000Z | 2021-10-13T08:27:42.000Z | BITS 16
[global _start]
[extern main]
[global ShellMode]
[global GetKey]
[global RunID]
[global RunNum]
[global MaxRunNum]
[global PROG_SEGMENT]
[global KillProg]
[global WritePCB]
;16k = 0x4000
;4M = 0x4 0 0000
PCB_SEGMENT equ 3000h
PROG_SEGMENT_ equ 5000h
UserProgramOffset equ 100h
UpdateTimes equ 20
;写入中断向量表
%macr... | 15.498741 | 61 | 0.673005 |
f43641c8ab4f371cc594521595605647ecd95f81 | 374 | asm | Assembly | Old Programmes/8085/Square Root/SQRT_16.asm | illuminati-inc-2020/school | f22d640abd5505889bcfa9f7880c90a1b6e79635 | [
"CC0-1.0"
] | null | null | null | Old Programmes/8085/Square Root/SQRT_16.asm | illuminati-inc-2020/school | f22d640abd5505889bcfa9f7880c90a1b6e79635 | [
"CC0-1.0"
] | null | null | null | Old Programmes/8085/Square Root/SQRT_16.asm | illuminati-inc-2020/school | f22d640abd5505889bcfa9f7880c90a1b6e79635 | [
"CC0-1.0"
] | null | null | null | ;Square root of a 16 bit number
;Input : 00A0H, 00A1H
;Output : 00B0H
LHLD 00A0H
MVI C, 00H
LXI D, 0001H
LOOP: MOV A, L
SUB E
MOV L, A
MOV A, H
SBB D
MOV H, A
INX D
INX D
INR C
MOV A, D
CMP H
JC LOOP ;if D<H continue
JNZ END ;if D>H break
MOV A, E
CMP L
JC LOOP ;if D=H and E<L continue
JZ LOOP ... | 14.384615 | 34 | 0.628342 |
bf403ab0dd88d0330680d19a9a227879279569fe | 1,402 | asm | Assembly | lib/am335x_sdk/ti/csl/src/ip/tsc/V0/csl_tsc.asm | brandonbraun653/Apollo | a1ece2cc3f1d3dae48fdf8fe94f0bbb59d405fce | [
"MIT"
] | 2 | 2021-12-27T10:19:01.000Z | 2022-03-15T07:09:06.000Z | lib/am335x_sdk/ti/csl/src/ip/tsc/V0/csl_tsc.asm | brandonbraun653/Apollo | a1ece2cc3f1d3dae48fdf8fe94f0bbb59d405fce | [
"MIT"
] | null | null | null | lib/am335x_sdk/ti/csl/src/ip/tsc/V0/csl_tsc.asm | brandonbraun653/Apollo | a1ece2cc3f1d3dae48fdf8fe94f0bbb59d405fce | [
"MIT"
] | null | null | null | ; *****************************************************************************
; * Copyright (c) Texas Instruments Inc 2008, 2009
; *
; * Use of this software is controlled by the terms and conditions found
; * in the license agreement under which this software has been supplied
; * provided
; ****************... | 35.948718 | 81 | 0.461484 |
deb8bff308e5f877ce245f82dc7715d20e946322 | 405 | asm | Assembly | oeis/089/A089940.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/089/A089940.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/089/A089940.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A089940: Triangle read by rows: T(n,k)=binomial(n+k,floor((n-k)/2))
; Submitted by Christian Krause
; 1,1,1,2,1,1,3,4,1,1,6,5,6,1,1,10,15,7,8,1,1,20,21,28,9,10,1,1,35,56,36,45,11,12,1,1,70,84,120,55,66,13,14,1,1,126,210,165,220,78,91,15,16,1,1,252,330,495,286,364,105,120,17,18,1,1,462,792,715,1001,455,560,136,153
lp... | 28.928571 | 214 | 0.624691 |
b2e72594778187be4b27960764cfe33d21887dcc | 5,743 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xca.log_21829_1111.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xca.log_21829_1111.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xca.log_21829_1111.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 %r14
push %r9
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x112be, %rsi
lea addresses_normal_ht+0xebbe, %rdi
nop
nop
nop
mfence
mov $17, %rcx
rep movsw
nop
nop
nop
and $1272, %r9
lea addresses_normal_ht+0xbed6, %r14
nop
nop
nop
nop
nop... | 37.782895 | 2,999 | 0.660979 |
47b32cac3263e113620c90c8dcc62168abe0dda9 | 1,155 | asm | Assembly | utils/screen.asm | peter-mount/departures8bit | cb0cd95503c9d0872d1cfaf3579c6f7c9ece282f | [
"Apache-2.0"
] | null | null | null | utils/screen.asm | peter-mount/departures8bit | cb0cd95503c9d0872d1cfaf3579c6f7c9ece282f | [
"Apache-2.0"
] | null | null | null | utils/screen.asm | peter-mount/departures8bit | cb0cd95503c9d0872d1cfaf3579c6f7c9ece282f | [
"Apache-2.0"
] | null | null | null | ; **********************************************************************
; Common screen routines
; **********************************************************************
; setColour sets the current text colour
;
; on entry:
; A Colour code, platform dependent
;
; on exit:
; A undefined, preserved on C64
; ... | 19.913793 | 72 | 0.516017 |
4b37b0e219f6b620e6953da4a3cd3ccbe07f4f0a | 4,161 | asm | Assembly | externals/mpir-3.0.0/mpn/x86_64w/skylake/rshift.asm | JaminChan/eos_win | c03e57151cfe152d0d3120abb13226f4df74f37e | [
"MIT"
] | 12 | 2021-09-29T14:50:06.000Z | 2022-03-31T15:01:21.000Z | externals/mpir-3.0.0/mpn/x86_64w/skylake/rshift.asm | JaminChan/eos_win | c03e57151cfe152d0d3120abb13226f4df74f37e | [
"MIT"
] | 15 | 2021-12-24T22:53:49.000Z | 2021-12-25T10:03:13.000Z | LibSource/mpir/mpn/x86_64w/skylake/rshift.asm | ekzyis/CrypTool-2 | 1af234b4f74486fbfeb3b3c49228cc36533a8c89 | [
"Apache-2.0"
] | 10 | 2021-10-17T19:46:51.000Z | 2022-03-18T02:57:57.000Z | ; PROLOGUE(mpn_rshift)
; Version 1.0.4.
;
; Copyright 2008 Jason Moxham
;
; Windows Conversion Copyright 2008 Brian Gladman
;
; This file is part of the MPIR Library.
; The MPIR Library is free software; you can redistribute it and/or modify
; it under the terms of the GNU Lesser General Public License as publis... | 24.19186 | 77 | 0.545542 |
1e8ee405e161fe3f59223c9472ffc7bd20546b27 | 5,621 | asm | Assembly | Assembly/Project/StaticRec.asm | Myself086/Project-Nested | 89153325af8e5e2d443994352eae60ad06ed5922 | [
"MIT"
] | 338 | 2020-07-26T23:26:20.000Z | 2022-03-31T15:26:49.000Z | Assembly/Project/StaticRec.asm | Myself086/Project-Nested | 89153325af8e5e2d443994352eae60ad06ed5922 | [
"MIT"
] | 47 | 2020-08-08T10:21:02.000Z | 2022-03-30T16:28:35.000Z | Assembly/Project/StaticRec.asm | Myself086/Project-Nested | 89153325af8e5e2d443994352eae60ad06ed5922 | [
"MIT"
] | 8 | 2020-08-10T19:04:09.000Z | 2021-09-27T07:25:02.000Z |
// ---------------------------------------------------------------------------
StaticRec_OriginCount:
.data16 0
// Non-zero when StaticRec is at work
StaticRec_Active:
.data16 0
// ---------------------------------------------------------------------------
.mx 0x00
.func StaticRec__Init
StaticRec__Init:
//... | 21.211321 | 153 | 0.649706 |
c234383b67913b7cb291f89bc708e201ccc634a7 | 4,286 | asm | Assembly | game/logic/stages/stages.asm | benoitryder/super-tilt-bro | 8d5035f54e906a401d0808c2e104d32fa1fadd7f | [
"WTFPL"
] | null | null | null | game/logic/stages/stages.asm | benoitryder/super-tilt-bro | 8d5035f54e906a401d0808c2e104d32fa1fadd7f | [
"WTFPL"
] | null | null | null | game/logic/stages/stages.asm | benoitryder/super-tilt-bro | 8d5035f54e906a401d0808c2e104d32fa1fadd7f | [
"WTFPL"
] | null | null | null | ; Code common to most stage initialization
;
; Overwrites all registers, tmpfield1, tmpfield2 and tmpfield15
stage_generic_init:
.(
stage_table_index = tmpfield15
element_length = tmpfield15 ; warning reuse, take care of not mixing usages
; Point stage_table_index to the byte offset of selected stage entry in vecto... | 24.632184 | 119 | 0.729585 |
683c802229e63e650d14ee2c92653da2554ae420 | 686 | asm | Assembly | oeis/213/A213823.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/213/A213823.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/213/A213823.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A213823: Principal diagonal of the convolution array A213822.
; Submitted by Jamie Morken(s4)
; 4,41,147,358,710,1239,1981,2972,4248,5845,7799,10146,12922,16163,19905,24184,29036,34497,40603,47390,54894,63151,72197,82068,92800,104429,116991,130522,145058,160635,177289,195056,213972,234073,255395,277974,301846,327047,... | 45.733333 | 494 | 0.797376 |
623a02bdd6a15b08fe70057ea6c93cdd13c3f6c1 | 428 | asm | Assembly | untested/x64/mulStuff.asm | GabrielRavier/Generic-Assembly-Samples | fbf803960a14307b7fce0165058d0d4048abaf42 | [
"Unlicense"
] | null | null | null | untested/x64/mulStuff.asm | GabrielRavier/Generic-Assembly-Samples | fbf803960a14307b7fce0165058d0d4048abaf42 | [
"Unlicense"
] | null | null | null | untested/x64/mulStuff.asm | GabrielRavier/Generic-Assembly-Samples | fbf803960a14307b7fce0165058d0d4048abaf42 | [
"Unlicense"
] | null | null | null | global _isMulOk
global _saturatedMul
segment .text align=16
_isMulOk:
test esi, esi
je .return1
test edi, edi
je .return1
mov eax, edi
mul esi
setno al
ret
align 16
.return1:
mov eax, 1
ret
align 16
_saturatedMul:
test esi, esi
je .doMul
test edi, edi
je .doMul
mov eax, edi
mul e... | 9.106383 | 22 | 0.663551 |
b06ae729a2331a49ec2053f9e1a6dc3b74b23e88 | 7,456 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0.log_21829_1165.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.log_21829_1165.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.log_21829_1165.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 %r8
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x4b30, %rsi
nop
inc %r10
movw $0x6162, (%rsi)
nop
nop
nop
nop
add %rdi, %rdi
lea addresses_D_ht+0x18d90, %rdi
nop
nop
nop
nop
add $8449, %rdx
movw $0x6162, (%rdi)
nop
nop
cmp ... | 34.045662 | 2,999 | 0.653836 |
b1794fac47d230b6b78fdb48dcbf2388dd54d959 | 2,705 | asm | Assembly | lib/neonlib/src/BIOS.asm | sharksym/vgmplay-sharksym | d7763b87a379da4e6dadcc55026969d310957952 | [
"BSD-2-Clause"
] | 6 | 2020-04-21T17:26:27.000Z | 2021-09-25T18:41:01.000Z | lib/neonlib/src/BIOS.asm | sharksym/vgmplay-sharksym | d7763b87a379da4e6dadcc55026969d310957952 | [
"BSD-2-Clause"
] | null | null | null | lib/neonlib/src/BIOS.asm | sharksym/vgmplay-sharksym | d7763b87a379da4e6dadcc55026969d310957952 | [
"BSD-2-Clause"
] | null | null | null | ;
; BIOS symbols
;
CHKRAM: equ 00H
SYNCHR: equ 08H
RDSLT: equ 0CH
CHRGTR: equ 10H
WRSLT: equ 14H
OUTDO: equ 18H
CALSLT: equ 1CH
DCOMPR: equ 20H
ENASLT: equ 24H
GETYPR: equ 28H
IDBYT0: equ 2BH
IDBYT1: equ 2CH
IDBYT2: equ 2DH
IDBYT3: equ 2EH
CALLF: equ 30H
KEYINT: equ 38H
INITIO: equ 3BH
INIFNK: equ 3EH
DISSCR: equ 41H
E... | 15.726744 | 75 | 0.751201 |
e6a64c6f8c3215ebd142d6f1963d201cd535adbb | 783 | asm | Assembly | 14-move_to_32/print_str_32.asm | soumitradev/assembly-fun | 3ab433e96ea1f6ea21121013800455a4fa999021 | [
"MIT"
] | 2 | 2020-08-09T06:17:13.000Z | 2021-03-06T11:18:38.000Z | 16-kernel/print_str_32.asm | soumitradev/assembly-fun | 3ab433e96ea1f6ea21121013800455a4fa999021 | [
"MIT"
] | null | null | null | 16-kernel/print_str_32.asm | soumitradev/assembly-fun | 3ab433e96ea1f6ea21121013800455a4fa999021 | [
"MIT"
] | null | null | null | ; This is 32 bit code. We can't run it unless we enter 32 bit protected mode.
[bits 32]
; Set some display constants
VIDEO_MEMORY equ 0xb8000
WHITE_ON_BLACK equ 0x0f
print_str_32:
; Push all registers to stack
pusha
; Move dx (now edx in 32 bit mode) to Video memory location
mov edx, VIDEO_MEMORY
... | 21.162162 | 83 | 0.684547 |
6c549ff991cdb255be6e8dab1cd9db80ede09f53 | 3,796 | asm | Assembly | Aula03.X/build/default/production/Aula03.asm | yuricristhian/ECOP14-Laboratorio-programacao-embarcada | 3ca0aba17982a9ae48ae109626411859b331b536 | [
"MIT"
] | null | null | null | Aula03.X/build/default/production/Aula03.asm | yuricristhian/ECOP14-Laboratorio-programacao-embarcada | 3ca0aba17982a9ae48ae109626411859b331b536 | [
"MIT"
] | null | null | null | Aula03.X/build/default/production/Aula03.asm | yuricristhian/ECOP14-Laboratorio-programacao-embarcada | 3ca0aba17982a9ae48ae109626411859b331b536 | [
"MIT"
] | null | null | null | ;--------------------------------------------------------
; File Created by SDCC : free open source ANSI-C Compiler
; Version 3.5.0 #9253 (Jun 20 2015) (MINGW64)
; This file was generated Thu Sep 01 09:23:18 2016
;--------------------------------------------------------
; PIC16 port for the Microchip 16-bit core micros... | 21.691429 | 57 | 0.570337 |
5d974299c4cdf25c180ef0716ea0514396295bff | 434 | asm | Assembly | text/maps/silvercave.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | null | null | null | text/maps/silvercave.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | null | null | null | text/maps/silvercave.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | null | null | null | _SilverCaveBattleText2::
text "..."
done
_SilverCaveEndBattleText2::
text "...Amazing."
prompt
_SilverCaveAfterBattleText2::
text "...You've truly progressed as a trainer."
done
_SilverCaveBattleText1::
text "Did you come to"
line "explore too?"
done
_SilverCaveEndBattleText1::
text "Losing"
line "stinks... | 15.5 | 48 | 0.732719 |
a423019ea4d25a86a17f5df5cc70d39b97f492b2 | 413 | asm | Assembly | programs/oeis/063/A063327.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/063/A063327.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/063/A063327.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A063327: Dimension of the space of weight n cuspidal newforms for Gamma_1( 54 ).
; -1,22,42,64,86,106,128,150,170,192,214,234,256,278,298,320,342,362,384,406,426,448,470,490,512,534,554,576,598,618,640,662,682,704,726,746,768,790,810,832,854,874,896,918,938,960,982,1002,1024
mov $2,$0
mov $5,$0
mul $5,2
mov $4,$5
lp... | 22.944444 | 194 | 0.663438 |
1a35276806074559087917f3a66081dfa2e98eef | 6,759 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_st_/i3-7100_9_0x84_notsx.log_21829_1588.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_st_/i3-7100_9_0x84_notsx.log_21829_1588.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_st_/i3-7100_9_0x84_notsx.log_21829_1588.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 %r9
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x21b9, %r8
nop
nop
dec %rdi
mov $0x6162636465666768, %r15
movq %r15, %xmm4
vmovups %ymm4, (%r8)
nop
nop
nop
nop
add $32953, %r9
lea addresses_WC_ht+0x19f9f, %rsi
lea addresses_... | 34.840206 | 2,999 | 0.657642 |
65bbdb31301865feeb5929b7397b6fd7866b6b86 | 7,453 | asm | Assembly | json.asm | mmoeller86/jsonx64 | e5e899c5fcd38b0dc2df31051548df0ebbe2d96e | [
"MIT"
] | null | null | null | json.asm | mmoeller86/jsonx64 | e5e899c5fcd38b0dc2df31051548df0ebbe2d96e | [
"MIT"
] | null | null | null | json.asm | mmoeller86/jsonx64 | e5e899c5fcd38b0dc2df31051548df0ebbe2d96e | [
"MIT"
] | null | null | null | ; JSON parser for the x64 architecture
.model flat, stdcall
option casemap: none
include json.inc
public json_init
public json_fini
public json_parse
public json_parser_free
json_parse_node_val PROTO node: Ptr JSONNode, buffer: Ptr JSONBuffer
json_parse_node PROTO buffer: Ptr JSONBuffer
.code
json_init ... | 15.36701 | 69 | 0.7075 |
ec5923bccbdfcccb1bf9134d7c0d43a6e59c857f | 150 | asm | Assembly | libsrc/target/laser500/graphics/res_MODE0.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | null | null | null | libsrc/target/laser500/graphics/res_MODE0.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | null | null | null | libsrc/target/laser500/graphics/res_MODE0.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1 | 2019-12-03T23:28:20.000Z | 2019-12-03T23:28:20.000Z |
SECTION code_clib
PUBLIC res_MODE0
.res_MODE0
defc NEEDunplot = 1
INCLUDE "graphics/generic_console/pixel.asm"
| 16.666667 | 52 | 0.62 |
cc8f4a01fbe72a1d3ecba2e447e26f82321777ad | 797 | asm | Assembly | hw1/homework.asm | yuhanchengo/assembly | e1d1a44488763c8dab1cd8eafe3454c4f9b67800 | [
"MIT"
] | null | null | null | hw1/homework.asm | yuhanchengo/assembly | e1d1a44488763c8dab1cd8eafe3454c4f9b67800 | [
"MIT"
] | null | null | null | hw1/homework.asm | yuhanchengo/assembly | e1d1a44488763c8dab1cd8eafe3454c4f9b67800 | [
"MIT"
] | null | null | null | TITLE Example of ASM (asmExample.ASM)
; This program locates the cursor and displays the
; system time. It uses two Win32 API structures.
; Last update: 6/30/2005
INCLUDE Irvine32.inc
; Redefine external symbols for convenience
; Redifinition is necessary for using stdcall in .model directive... | 29.518519 | 78 | 0.707654 |
4a3832260e70079849ae4793351a03ee93163d8b | 264 | asm | Assembly | lib/crt/classic/tms9118/interrupt.asm | Toysoft/z88dk | f930bef9ac4feeec91a07303b79ddd9071131a24 | [
"ClArtistic"
] | null | null | null | lib/crt/classic/tms9118/interrupt.asm | Toysoft/z88dk | f930bef9ac4feeec91a07303b79ddd9071131a24 | [
"ClArtistic"
] | null | null | null | lib/crt/classic/tms9118/interrupt.asm | Toysoft/z88dk | f930bef9ac4feeec91a07303b79ddd9071131a24 | [
"ClArtistic"
] | 1 | 2019-12-03T23:28:20.000Z | 2019-12-03T23:28:20.000Z | EXTERN VDP_STATUS
tms9118_interrupt:
push af
push hl
ld a, +(VDP_STATUS / 256)
and a
jr z,read_port
ld a,(VDP_STATUS)
jr done_read
read_port:
in a,(VDP_STATUS % 256)
done_read:
or a
jp p,int_not_VBL
jp int_VBL
int_not_VBL:
pop hl
pop af
ei
reti
| 11 | 26 | 0.712121 |
4aef00ce35c3babafeec358f9828367476e86d3d | 1,826 | asm | Assembly | programs/oeis/110/A110286.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/110/A110286.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/110/A110286.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A110286: a(n) = 15*2^n.
; 15,30,60,120,240,480,960,1920,3840,7680,15360,30720,61440,122880,245760,491520,983040,1966080,3932160,7864320,15728640,31457280,62914560,125829120,251658240,503316480,1006632960,2013265920,4026531840,8053063680,16106127360,32212254720,64424509440,128849018880,257698037760,515396075520,103079... | 228.25 | 1,759 | 0.926616 |
cc8faf13a96909037eb867e4774f89a818c163d8 | 1,279 | asm | Assembly | assembly_repl/repl.asm | emmettgb/Random_Code | 15f327406a4f43c4e68d637c68d227cb0d1d3cd8 | [
"MIT"
] | 2 | 2021-10-08T23:05:20.000Z | 2021-12-20T00:37:24.000Z | assembly_repl/repl.asm | emmettgb/Random_Code | 15f327406a4f43c4e68d637c68d227cb0d1d3cd8 | [
"MIT"
] | null | null | null | assembly_repl/repl.asm | emmettgb/Random_Code | 15f327406a4f43c4e68d637c68d227cb0d1d3cd8 | [
"MIT"
] | null | null | null |
section .data
repl_prompt: db "Heya> "
ret_0: db "You entered 0!"
section .bss
; Input
inp resb 1
section .text
global _start
_exit:
mov rax, 60
mov rdi, 0
syscall
; ===============|
; _START
; Prints prompt by calling _show_prompt:
;, takes input, calls _parse:, on ret, checks for change in
... | 17.763889 | 77 | 0.531665 |
017f53e3e61f49ee87dea7a6309ff3ef23d575b1 | 325 | asm | Assembly | programs/oeis/053/A053824.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/053/A053824.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/053/A053824.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A053824: Sum of digits of (n written in base 5).
; 0,1,2,3,4,1,2,3,4,5,2,3,4,5,6,3,4,5,6,7,4,5,6,7,8,1,2,3,4,5,2,3,4,5,6,3,4,5,6,7,4,5,6,7,8,5,6,7,8,9,2,3,4,5,6,3,4,5,6,7,4,5,6,7,8,5,6,7,8,9,6,7,8,9,10,3,4,5,6,7,4,5,6,7,8,5,6,7,8,9,6,7,8,9,10,7,8,9,10,11
lpb $0
mov $2,$0
div $0,5
mod $2,5
add $1,$2
lpe
mov $... | 29.545455 | 205 | 0.526154 |
95201b745bdef725aa15e678c743e66ebb916c05 | 445 | asm | Assembly | oeis/098/A098534.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/098/A098534.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/098/A098534.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A098534: Mod 3 analog of Stern's diatomic series.
; Submitted by Jamie Morken(s3)
; 0,1,1,2,3,2,2,4,3,4,7,5,6,5,5,4,6,4,4,8,6,8,8,7,6,10,7,8,15,11,14,10,12,10,13,11,12,11,11,10,12,10,10,11,9,8,14,10,12,10,10,8,12,8,8,16,12,16,13,14,12,17,14,16,18,16,16,17,15,14,17,13,12,22,16,20,18,17,14,22,15,16,31,23,30,20,26,22,27... | 31.785714 | 269 | 0.613483 |
26e9e18744118b54aaccbd1d3b8b3b3cc30f6213 | 3,704 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_1754.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_1754.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_1754.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 %r12
push %r15
push %r9
push %rax
push %rcx
push %rsi
// Faulty Load
lea addresses_PSE+0x13d16, %rax
nop
nop
nop
nop
nop
sub %r9, %r9
mov (%rax), %r15w
lea oracles, %rcx
and $0xff, %r15
shlq $12, %r15
mov (%rcx,%r15,1), %r1... | 82.311111 | 2,999 | 0.663877 |
c54279371117afd33a76765361c95431fe756b12 | 571 | asm | Assembly | data/baseStats/chikorita.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 16 | 2018-08-28T21:47:01.000Z | 2022-02-20T20:29:59.000Z | data/baseStats/chikorita.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 5 | 2019-04-03T19:53:11.000Z | 2022-03-11T22:49:34.000Z | data/baseStats/chikorita.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 2 | 2019-12-09T19:46:02.000Z | 2020-12-05T21:36:30.000Z | ;not added
db DEX_CHIKORITA ; pokedex id
db 45 ; base hp
db 49 ; base attack
db 65 ; base defense
db 45 ; base speed
db 50 ; base special
db GRASS ; species type 1
db GRASS ; species type 2
db 35 ; catch rate
db 64 ; base exp yield
INCBIN "pic/ymon/chikorita.pic",0,1 ; sprite dimensions
dw ChikoritaPicFront
... | 19.033333 | 56 | 0.716287 |
a0e9c0fa4deff079dd4e3c0378498c35d31f8928 | 790 | asm | Assembly | tests/nasm/jump.asm | brenden7158/v86 | c9e274dc6e8cc619d1b36d57a69299aee6a45a91 | [
"BSD-2-Clause"
] | 12,700 | 2015-01-04T15:03:42.000Z | 2022-03-31T06:43:06.000Z | tests/nasm/jump.asm | brenden7158/v86 | c9e274dc6e8cc619d1b36d57a69299aee6a45a91 | [
"BSD-2-Clause"
] | 566 | 2015-01-01T18:16:40.000Z | 2022-03-31T19:59:10.000Z | tests/nasm/jump.asm | brenden7158/v86 | c9e274dc6e8cc619d1b36d57a69299aee6a45a91 | [
"BSD-2-Clause"
] | 1,182 | 2015-01-05T09:20:48.000Z | 2022-03-31T12:16:52.000Z | global _start
section .data
align 16
%include "header.inc"
mov eax, 0
mov ebx, 0
mov ecx, 0
mov edx, 0
mov esi, 0
mov edi, 0
; skip
jmp .target1
inc eax
.target1:
; conditional jump up
.target2:
inc ebx
inc ecx
cmp ebx, 2
jne .target2
; conditional jump... | 12.95082 | 75 | 0.597468 |
e9299859eb3d0262d701f27d164f1ab410fda06f | 500 | asm | Assembly | s2/sfx-original/C6 - Ring Spill.asm | Cancer52/flamedriver | 9ee6cf02c137dcd63e85a559907284283421e7ba | [
"0BSD"
] | 9 | 2017-10-09T20:28:45.000Z | 2021-06-29T21:19:20.000Z | s2/sfx-original/C6 - Ring Spill.asm | Cancer52/flamedriver | 9ee6cf02c137dcd63e85a559907284283421e7ba | [
"0BSD"
] | 12 | 2018-08-01T13:52:20.000Z | 2022-02-21T02:19:37.000Z | s2/sfx-original/C6 - Ring Spill.asm | Cancer52/flamedriver | 9ee6cf02c137dcd63e85a559907284283421e7ba | [
"0BSD"
] | 2 | 2018-02-17T19:50:36.000Z | 2019-10-30T19:28:06.000Z | Sound46_RingSpill_Header:
smpsHeaderStartSong 2
smpsHeaderVoice Sound_Ring_Voices
smpsHeaderTempoSFX $01
smpsHeaderChanSFX $02
smpsHeaderSFXChannel cFM4, Sound46_RingSpill_FM4, $00, $05
smpsHeaderSFXChannel cFM5, Sound46_RingSpill_FM5, $00, $08
; FM4 Data
Sound46_RingSpill_FM4:
smpsSetvoice $00
... | 23.809524 | 59 | 0.718 |
db495aca97c6b79ca2424cb82512dd6550e41702 | 274 | asm | Assembly | programs/oeis/264/A264386.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/264/A264386.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/264/A264386.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A264386: Gergonne's 27-card trick with three piles: finding a card after three dealings with pile information.
; 1,10,19,4,13,22,7,16,25,2,11,20,5,14,23,8,17,26,3,12,21,6,15,24,9,18,27
add $0,27
seq $0,30102 ; Base-3 reversal of n (written in base 10).
div $0,3
add $0,1
| 34.25 | 112 | 0.69708 |
fbaed93edea03cd21e58cc93881bca964410be76 | 331 | asm | Assembly | llvm/test/tools/llvm-ml/parse_only_errors.asm | mkinsner/llvm | 589d48844edb12cd357b3024248b93d64b6760bf | [
"Apache-2.0"
] | 2,338 | 2018-06-19T17:34:51.000Z | 2022-03-31T11:00:37.000Z | llvm/test/tools/llvm-ml/parse_only_errors.asm | mkinsner/llvm | 589d48844edb12cd357b3024248b93d64b6760bf | [
"Apache-2.0"
] | 3,740 | 2019-01-23T15:36:48.000Z | 2022-03-31T22:01:13.000Z | llvm/test/tools/llvm-ml/parse_only_errors.asm | mkinsner/llvm | 589d48844edb12cd357b3024248b93d64b6760bf | [
"Apache-2.0"
] | 500 | 2019-01-23T07:49:22.000Z | 2022-03-30T02:59:37.000Z | ; RUN: not llvm-ml %s /Zs /Fo - 2>&1 | FileCheck %s
.code
t1 PROC
blah
ret
t1 ENDP
; check for the .text symbol (appears in both object files & .s output)
; CHECK-NOT: .text
; CHECK: error: invalid instruction mnemonic 'blah'
; check for the .text symbol (appears in both object files & .s output)
; CHECK-NOT: ... | 17.421053 | 71 | 0.673716 |
47ce9e5b447466598e565768f643d91813573573 | 430 | asm | Assembly | programs/oeis/289/A289121.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/289/A289121.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/289/A289121.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A289121: a(n) = (8 - 2*n + 11*n^2 - 6*n^3 + n^4)/4.
; 3,4,5,12,37,98,219,430,767,1272,1993,2984,4305,6022,8207,10938,14299,18380,23277,29092,35933,43914,53155,63782,75927,89728,105329,122880,142537,164462,188823,215794,245555,278292,314197,353468,396309,442930,493547,548382,607663
mov $1,$0
bin $0,2
add $1,4
lpb $0,... | 22.631579 | 229 | 0.651163 |
9416fa4e16f9f33ca438c90bfc894e00fa4da4c0 | 329 | asm | Assembly | oeis/040/A040484.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/040/A040484.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/040/A040484.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A040484: Continued fraction for sqrt(507).
; Submitted by Jon Maiga
; 22,1,1,14,1,1,44,1,1,14,1,1,44,1,1,14,1,1,44,1,1,14,1,1,44,1,1,14,1,1,44,1,1,14,1,1,44,1,1,14,1,1,44,1,1,14,1,1,44,1,1,14,1,1,44,1,1,14,1,1,44,1,1,14,1,1,44,1,1,14,1,1,44,1,1,14,1,1,44,1,1
seq $0,40256 ; Continued fraction for sqrt(273).
mul $0,7
... | 41.125 | 190 | 0.629179 |
1e0ffd0e33c888eabfa5aad3aeae2d90916d421c | 319 | asm | Assembly | data/mapHeaders/CinnabarLabTradeRoom.asm | AmateurPanda92/pokemon-rby-dx | f7ba1cc50b22d93ed176571e074a52d73360da93 | [
"MIT"
] | 9 | 2020-07-12T19:44:21.000Z | 2022-03-03T23:32:40.000Z | data/mapHeaders/CinnabarLabTradeRoom.asm | JStar-debug2020/pokemon-rby-dx | c2fdd8145d96683addbd8d9075f946a68d1527a1 | [
"MIT"
] | 7 | 2020-07-16T10:48:52.000Z | 2021-01-28T18:32:02.000Z | data/mapHeaders/CinnabarLabTradeRoom.asm | JStar-debug2020/pokemon-rby-dx | c2fdd8145d96683addbd8d9075f946a68d1527a1 | [
"MIT"
] | 2 | 2021-03-28T18:33:43.000Z | 2021-05-06T13:12:09.000Z | CinnabarLabTradeRoom_h:
db LAB ; tileset
db CINNABAR_LAB_TRADE_ROOM_HEIGHT, CINNABAR_LAB_TRADE_ROOM_WIDTH ; dimensions (y, x)
dw CinnabarLabTradeRoom_Blocks ; blocks
dw CinnabarLabTradeRoom_TextPointers ; texts
dw CinnabarLabTradeRoom_Script ; scripts
db 0 ; connections
dw CinnabarLabTradeRoom_Object ; objects
| 35.444444 | 85 | 0.840125 |
194de1b0a3820c3f9b46a1194d66bd63e5b67b7f | 5,902 | asm | Assembly | Transynther/x86/_processed/US/_ht_zr_un_/i9-9900K_12_0xa0.log_21829_921.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/US/_ht_zr_un_/i9-9900K_12_0xa0.log_21829_921.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/US/_ht_zr_un_/i9-9900K_12_0xa0.log_21829_921.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 %r8
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x448, %rsi
lea addresses_WC_ht+0x7c4c, %rdi
clflush (%rsi)
nop
sub $13968, %r8
mov $39, %rcx
rep movsl
cmp %rdx, %rdx
lea addresses_D_ht+0x1a0e8, %r12
clflush (%r12)
nop
nop
c... | 39.610738 | 2,999 | 0.657404 |
e9cf25f204b7432676a28379e35ed5690843a81d | 203 | asm | Assembly | programs/oeis/099/A099018.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/099/A099018.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/099/A099018.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A099018: Duplicate of A033484.
; 1,4,10,22,46,94,190,382,766,1534,3070,6142,12286,24574,49150,98302,196606,393214,786430,1572862,3145726,6291454,12582910,25165822
mov $1,2
pow $1,$0
mul $1,3
sub $1,2
| 25.375 | 131 | 0.743842 |
875b81d32fd49ac571c3a35c21d815845e58902c | 639 | asm | Assembly | oeis/249/A249332.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/249/A249332.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/249/A249332.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A249332: a(n) = Sum_{k=0..2*n} binomial(2*n, k)^4.
; Submitted by Jamie Morken(s1)
; 1,18,1810,263844,44916498,8345319268,1640651321764,335556407724360,70666388112940818,15220552520052960516,3337324864503769353060,742446552655157791828680,167167472732516775004539300,38021985442071415426063237704,872311172743678483025... | 91.285714 | 490 | 0.86698 |
567f0363b1332ba452a160b2c36743bd84177c5f | 302 | asm | Assembly | data/mapObjects/ssanne3.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 16 | 2018-08-28T21:47:01.000Z | 2022-02-20T20:29:59.000Z | data/mapObjects/ssanne3.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 5 | 2019-04-03T19:53:11.000Z | 2022-03-11T22:49:34.000Z | data/mapObjects/ssanne3.asm | adhi-thirumala/EvoYellow | 6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c | [
"Unlicense"
] | 2 | 2019-12-09T19:46:02.000Z | 2020-12-05T21:36:30.000Z | SSAnne3Object:
db $c ; border block
db $2 ; warps
db $3, $0, $0, SS_ANNE_5
db $3, $13, $7, SS_ANNE_2
db $0 ; signs
db $1 ; objects
object SPRITE_SAILOR, $9, $3, WALK, $2, $1 ; person
; warp-to
EVENT_DISP SS_ANNE_3_WIDTH, $3, $0 ; SS_ANNE_5
EVENT_DISP SS_ANNE_3_WIDTH, $3, $13 ; SS_ANNE_2
| 18.875 | 52 | 0.642384 |
9061b2710447463d375c34b5e1d92a4fc638e7c4 | 53,142 | asm | Assembly | cmd/assign/assgmain.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | cmd/assign/assgmain.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | cmd/assign/assgmain.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | PAGE 90,132 ;
TITLE ASSGMAIN.asm - ASSIGN MAIN PROGRAM
;/*
; * Microsoft Confidential
; * Copyright (C) Microsoft Corporation 1991
; * All Rights Reserved.
; */
;****************** START OF SPECIFICATIONS *****************************
; MOD... | 28.617124 | 90 | 0.565316 |
20c88d6976702bf0804f37494532453a103367e1 | 1,861 | asm | Assembly | kernel/kernel_entry_start.asm | lolblat/OrOS | baf253c50c506a099112232329e4ca126f674340 | [
"MIT"
] | 4 | 2018-03-18T20:26:43.000Z | 2018-09-20T13:52:38.000Z | kernel/kernel_entry_start.asm | lolblat/OrOS | baf253c50c506a099112232329e4ca126f674340 | [
"MIT"
] | 1 | 2018-01-15T06:57:39.000Z | 2018-01-15T06:57:39.000Z | kernel/kernel_entry_start.asm | lolblat/OrOS | baf253c50c506a099112232329e4ca126f674340 | [
"MIT"
] | null | null | null | [bits 32]
KERNEL_VIRTUAL_ADDRESS_BASE equ 0xC0000000
KERNEL_PAGE_TABLE_ENTRY equ 769 - 1
PAGE_SIZE equ 0x1000
extern kernel_main
global _loader
section .text
align 0x1000
loader equ (_loader - 0xC0000000)
STACK_SIZE equ 0x4000
_loader:
push edx
push ebx
mov ecx,0
.loop: ;4mb identity mapping
... | 18.79798 | 85 | 0.663084 |
475f29248e13d7ea2c8625d034e9aa621eae5cec | 1,056 | asm | Assembly | examples/factorial/factorial.pre.asm | enoua5/IOTA-C0 | d4333a47b01a041e591c3552706e21016c4b0391 | [
"MIT"
] | null | null | null | examples/factorial/factorial.pre.asm | enoua5/IOTA-C0 | d4333a47b01a041e591c3552706e21016c4b0391 | [
"MIT"
] | null | null | null | examples/factorial/factorial.pre.asm | enoua5/IOTA-C0 | d4333a47b01a041e591c3552706e21016c4b0391 | [
"MIT"
] | null | null | null | #uses draft 3, which added pre and post processor
JMP &start_program
.var results[8]
.var n
.var tot
.lbl fact
#init factorial
MOV :tot 1
#start the body of the function
.lbl fact_body
#check if n is at or below 1
.var fact_reached_1
LOE :n 1 :fact_reached_1
#if it is, exit the function
.va... | 15.529412 | 57 | 0.669508 |
a04e413c3a74e94d456f0343c0b8226063a66417 | 573 | asm | Assembly | progs/chap05k08-fibonacci.asm | HKhademian/AssemblyDandamudi | b4d4ccbb7e585953a8d2d22b47d815a3f45f9129 | [
"Unlicense"
] | 1 | 2020-05-07T14:20:09.000Z | 2020-05-07T14:20:09.000Z | progs/chap05k08-fibonacci.asm | HKhademian/AssemblyDandamudi | b4d4ccbb7e585953a8d2d22b47d815a3f45f9129 | [
"Unlicense"
] | null | null | null | progs/chap05k08-fibonacci.asm | HKhademian/AssemblyDandamudi | b4d4ccbb7e585953a8d2d22b47d815a3f45f9129 | [
"Unlicense"
] | null | null | null | %include "lib.asm"
extern ExitProcess
global _start
section .text
section .bss
buffer resb 25
section .data
section .code
_start:
fgets buffer, 12
a2i 12, buffer
push EAX
call fibonacci
pop EAX
i2a EAX, buffer
putstr buffer
jmp _end
fibonacci:
%define n DWORD [EBP+8]
%define return DWORD [EBP+8]
... | 10.052632 | 29 | 0.696335 |
b2f01cd5c2f1f2050e28ac791c1e8de340d3ee80 | 347 | asm | Assembly | oeis/030/A030966.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/030/A030966.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/030/A030966.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A030966: [ exp(2/7)*n! ].
; Submitted by Jamie Morken(s3)
; 1,2,7,31,159,958,6706,53654,482888,4828888,53117772,637413271,8286372532,116009215452,1740138231786,27842211708589,473317599046024,8519716782828440,161874618873740361,3237492377474807236
add $0,1
mov $2,1
lpb $0
mul $1,4
mul $2,$0
sub $0,1
div $1,14... | 23.133333 | 188 | 0.726225 |
cc0646d8e958ce442e24c1e1e543b5e3a0db2439 | 389 | asm | Assembly | programs/oeis/049/A049854.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/049/A049854.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/049/A049854.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A049854: a(n)=Sum{a(k): k=0,1,2,...,n-3,n-1}; a(n-2) is not a summand; 2 initial terms required.
; 1,3,3,4,8,15,26,45,79,139,244,428,751,1318,2313,4059,7123,12500,21936,38495,67554,118549,208039,365083,640676,1124308,1973023,3462414,6076113,10662835,18711971,32837220,57625304,101125359
mov $3,3
lpb $0
sub $0,1
a... | 27.785714 | 189 | 0.66838 |
483732cba4375f201290353e04b6981c7a876a7e | 673 | asm | Assembly | oeis/064/A064949.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | null | null | null | oeis/064/A064949.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | null | null | null | oeis/064/A064949.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | null | null | null | ; A064949: a(n) = Sum_{i|n, j|n} min(i,j).
; Submitted by Jamie Morken(w2)
; 1,5,6,15,8,32,10,37,23,42,14,100,16,52,52,83,20,125,22,132,64,72,26,252,45,82,76,162,32,286,34,177,88,102,88,397,40,112,100,336,44,352,46,222,208,132,50,572,75,239,124,252,56,416,120,414,136,162,62,916,64,172,258,367,136,480,70,312,160,474,74,... | 26.92 | 360 | 0.58841 |
7aeb62b76bc7c8c42988a5eae9a9e5d46684e628 | 1,533 | asm | Assembly | asm/ooe_boss_orb_reloads_room.asm | Iemnur/DSVEdit | 1f52feb6de8a47c7d223a17d739e69bb40aedd3f | [
"MIT"
] | 70 | 2017-02-25T15:06:47.000Z | 2022-03-16T03:05:35.000Z | asm/ooe_boss_orb_reloads_room.asm | Iemnur/DSVEdit | 1f52feb6de8a47c7d223a17d739e69bb40aedd3f | [
"MIT"
] | 58 | 2017-03-12T21:34:50.000Z | 2022-01-31T17:22:36.000Z | asm/ooe_boss_orb_reloads_room.asm | Iemnur/DSVEdit | 1f52feb6de8a47c7d223a17d739e69bb40aedd3f | [
"MIT"
] | 26 | 2017-03-04T16:35:13.000Z | 2021-11-24T20:52:19.000Z | .nds
.relativeinclude on
.erroronwarning on
; This patch makes it so getting a boss orb in Mystery Manor or Ecclesia will reload the room.
; This is because the cutscene after beating Albus/Barlowe won't play until the room is reloaded.
; Albus/Barlowe normally reload the room on defeat, but in boss randomizer somethi... | 25.55 | 105 | 0.741683 |
0e8230559cf3ee9463464a1bb444ebbf60359f08 | 353 | asm | Assembly | programs/oeis/131/A131423.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/131/A131423.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/131/A131423.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A131423: a(n) = n*(n+2)*(2*n-1)/3. Also, row sums of triangle A131422.
; 1,8,25,56,105,176,273,400,561,760,1001,1288,1625,2016,2465,2976,3553,4200,4921,5720,6601,7568,8625,9776,11025,12376,13833,15400,17081,18880,20801,22848,25025,27336,29785,32376,35113,38000,41041,44240,47601,51128
mov $1,$0
mul $0,2
add $0,5
bin ... | 32.090909 | 213 | 0.705382 |
bd2e221aa95ed62119acc39dc6a59435cd27a34c | 528 | asm | Assembly | oeis/194/A194899.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/194/A194899.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/194/A194899.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A194899: Triangular array (and fractal sequence): row n is the permutation of (1,2,...,n) obtained from the increasing ordering of fractional parts {r}, {2r}, ..., {nr}, where r=sqrt(12).
; Submitted by Jon Maiga
; 1,1,2,3,1,2,3,1,4,2,5,3,1,4,2,5,3,1,6,4,2,7,5,3,1,6,4,2,7,5,3,1,8,6,4,2,9,7,5,3,1,8,6,4,2,9,7,5,3,1,10... | 31.058824 | 193 | 0.585227 |
6594f290179482f12b931572a93b6380df62bee2 | 5,232 | asm | Assembly | Code/CustomControl/RAProject/Src/Misc.asm | CherryDT/FbEditMOD | beb0eb22cae1b8f7203d55bd6b293d8ec88231ca | [
"Unlicense"
] | 11 | 2016-12-03T16:35:42.000Z | 2022-03-26T06:02:53.000Z | Code/CustomControl/RAProject/Src/Misc.asm | CherryDT/FbEditMOD | beb0eb22cae1b8f7203d55bd6b293d8ec88231ca | [
"Unlicense"
] | 1 | 2018-02-24T20:17:46.000Z | 2018-03-02T08:57:40.000Z | Code/CustomControl/RAProject/Src/Misc.asm | CherryDT/FbEditMOD | beb0eb22cae1b8f7203d55bd6b293d8ec88231ca | [
"Unlicense"
] | 4 | 2018-10-19T01:14:55.000Z | 2021-09-11T18:51:48.000Z |
.code
xInString proc lpStr:DWORD,lpSrc:DWORD
LOCAL buffer[256]:BYTE
push esi
push edi
mov esi,lpSrc
lea edi,buffer
InStr0:
mov al,[esi]
cmp al,'a'
jl @f
cmp al,'z'
jg @f
and al,5Fh
@@:
mov [edi],al
inc esi
inc edi
or al,al
jne InStr0
mov edi,lpStr
dec edi
I... | 19.306273 | 100 | 0.632836 |
6c67c186a8b686d2f273137ea1aa806a2e1f716b | 701 | asm | Assembly | oeis/046/A046172.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/046/A046172.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/046/A046172.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A046172: Indices of pentagonal numbers (A000326) that are also squares (A000290).
; Submitted by Christian Krause
; 1,81,7921,776161,76055841,7452696241,730288175761,71560788528321,7012226987599681,687126683996240401,67331402804643959601,6597790348171111800481,646516122717964312487521,63351982236012331511976561,62078... | 46.733333 | 486 | 0.857347 |
c430effccb082c3943a223434605da6aa148b462 | 15,395 | asm | Assembly | maps/KurtsHouse.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 28 | 2019-11-08T07:19:00.000Z | 2021-12-20T10:17:54.000Z | maps/KurtsHouse.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 13 | 2020-01-11T17:00:40.000Z | 2021-09-14T01:27:38.000Z | maps/KurtsHouse.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 22 | 2020-05-28T17:31:38.000Z | 2022-03-07T20:49:35.000Z | object_const_def ; object_event constants
const KURTSHOUSE_KURT1
const KURTSHOUSE_TWIN1
const KURTSHOUSE_SLOWPOKE
const KURTSHOUSE_KURT2
const KURTSHOUSE_TWIN2
KurtsHouse_MapScripts:
db 0 ; scene scripts
db 1 ; callbacks
callback MAPCALLBACK_OBJECTS, .KurtCallback
.KurtCallback:
checkevent EVENT_CLEARED_SL... | 21.961484 | 160 | 0.823839 |
05a53f4ece3df3575947f7b339a03b649cb3bd2a | 551 | asm | Assembly | oeis/016/A016847.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/016/A016847.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/016/A016847.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A016847: (4n+3)^11.
; 177147,1977326743,285311670611,8649755859375,116490258898219,952809757913927,5559060566555523,25408476896404831,96549157373046875,317475837322472439,929293739471222707,2472159215084012303,6071163615208263051,13931233916552734375,30155888444737842659,62050608388552823487,122130132904968017083,231... | 78.714286 | 499 | 0.907441 |
288ecd2f0db8e076a3f097c39c76d401a6bcb74f | 879 | asm | Assembly | testsuite/ubivm/expected/writeln_varios_tipos.asm | alexgarzao/UOP | 12460841ff2b9991d2f7f461635b1f551413823f | [
"MIT"
] | null | null | null | testsuite/ubivm/expected/writeln_varios_tipos.asm | alexgarzao/UOP | 12460841ff2b9991d2f7f461635b1f551413823f | [
"MIT"
] | null | null | null | testsuite/ubivm/expected/writeln_varios_tipos.asm | alexgarzao/UOP | 12460841ff2b9991d2f7f461635b1f551413823f | [
"MIT"
] | null | null | null | Entity start
No options
Constants
0 S start
1 S ABCDEFGHIJKLMNOPQRSTUVWXYZ
2 I 1
3 S io.writeln
4 S 12345 true false 10.0 20.9876
5 I 12345
6 B true
7 B false
8 R 10.000000
9 R 20.987600
End
Valid context (always)
No properties
Def start
No parameters
No local variables
No results
ldco... | 19.533333 | 47 | 0.607509 |
48761c918511aada81bccea520a86103b4d2894e | 659 | asm | Assembly | oeis/074/A074571.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/074/A074571.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/074/A074571.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A074571: a(n) = 5^n + 6^n + 7^n.
; Submitted by Jamie Morken(s2)
; 3,18,110,684,4322,27708,179930,1181604,7835042,52384428,352707050,2388951924,16262210162,111170407548,762690752570,5248264072644,36206628367682,250320112885068,1733788251844490,12027328411711764,83543792169315602,580959651881864988,4043826938216270810... | 54.916667 | 501 | 0.836115 |
0cbe4251f6511020c129a2b73c8a404bea3a8d2d | 2,475 | asm | Assembly | Examples/error-checking-correcting/calculateparity.asm | agguro/linux-nasm | 3e72083c3db6d7118eb2aa430b73e0d20e88456b | [
"Unlicense"
] | 6 | 2020-07-19T18:34:43.000Z | 2022-03-26T10:21:09.000Z | Examples/error-checking-correcting/calculateparity.asm | NrdyBhu1/linux-nasm | 3e72083c3db6d7118eb2aa430b73e0d20e88456b | [
"Unlicense"
] | null | null | null | Examples/error-checking-correcting/calculateparity.asm | NrdyBhu1/linux-nasm | 3e72083c3db6d7118eb2aa430b73e0d20e88456b | [
"Unlicense"
] | 3 | 2020-07-19T18:35:10.000Z | 2021-07-25T17:34:50.000Z | ;name: calculateparitybit.asm
;
;build: nasm -f elf64 -o calculateparitybit.o calculateparitybit.asm
; ld calculateparitybit.o -o calculateparitybit
;
;description: calculate parity bit
;
;remark: Source: Hacker's Delight - 5.2 page 98
[list -]
%include "unistd.inc"
[list +]
bits 64
section .bss
buf... | 26.902174 | 79 | 0.532121 |
338903ff38538466ab0eaa10fc2bb0d6f6979d65 | 816 | asm | Assembly | programs/oeis/317/A317335.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/317/A317335.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/317/A317335.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A317335: a(n) = A317332(n) - 8*n.
; 1,1,-2,1,1,-2,-2,1,1,1,-2,-2,1,-2,-2,1,1,1,-2,1,1,-2,-2,-2,1,1,-2,-2,1,-2,-2,1,1,1,-2,1,1,-2,-2,1,1,1,-2,-2,1,-2,-2,-2,1,1,-2,1,1,-2,-2,-2,1,1,-2,-2,1,-2,-2,1,1,1,-2,1,1,-2,-2,1,1,1,-2,-2,1,-2,-2,1,1,1,-2,1,1,-2,-2,-2,1,1,-2,-2,1,-2,-2,-2,1,1,-2,1,1,-2,-2,1,1,1,-2,-2,1,-2,-2,-2,1,1... | 40.8 | 624 | 0.42402 |
3859851c8f97eb9c2e27c90562ca522b0e686614 | 2,469 | asm | Assembly | programs/oeis/247/A247049.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/247/A247049.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/247/A247049.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A247049: Rectangular array read upwards by columns: T = T(n,k) = number of paths from (0,0) to (n,k), where 0 >= k <= 2, consisting of segments given by the vectors (1,1), (1,2), (1,-1).
; 1,0,0,0,1,1,1,1,1,1,2,2,2,3,3,3,5,5,5,8,8,8,13,13,13,21,21,21,34,34,34,55,55,55,89,89,89,144,144,144,233,233,233,377,377,377,610,... | 224.454545 | 2,211 | 0.860672 |
c8cd0e4e2335765f2ffebb07c376661b7d877194 | 1,277 | asm | Assembly | WS5_ASM/Task_2.asm | OlegMalchenko/ACOS_WS_3 | a0a6d02b6dcd54b1a103a3da24de17251d934605 | [
"MIT"
] | null | null | null | WS5_ASM/Task_2.asm | OlegMalchenko/ACOS_WS_3 | a0a6d02b6dcd54b1a103a3da24de17251d934605 | [
"MIT"
] | null | null | null | WS5_ASM/Task_2.asm | OlegMalchenko/ACOS_WS_3 | a0a6d02b6dcd54b1a103a3da24de17251d934605 | [
"MIT"
] | null | null | null | #
# Write a program that fills an array of 32 integers from values from the standard input.
# It reads values in a loop and finishes reading when all 32 values are read or when value 0 is read.
#
.include "macros.s"
.macro print_hex(%var)
li a7, 34
mv a0, %var
ecall
.end_macro
.eqv COUNT t5
.eqv CONST t1
.... | 26.061224 | 120 | 0.689115 |
e8350cdfb1f7388ada75c36be87a37f70a3f97b8 | 335 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math48/z80/am48_nan.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/float/math48/z80/am48_nan.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/math/float/math48/z80/am48_nan.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
; double nan(const char *tagp)
SECTION code_fp_math48
PUBLIC am48_nan
EXTERN am48_derror_einval_zc
; return nan
;
; enter : hl = char *tagp
;
; exit : AC' = 0
; carry set, errno set
;
; note : math48 does not support nan
;
; uses : af, bc', de', hl'
defc am48_nan = am48_de... | 15.227273 | 40 | 0.60597 |
852242f27f523452ae2784c971e0fc988be2089f | 371 | asm | Assembly | programs/oeis/101/A101306.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/101/A101306.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/101/A101306.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A101306: a(n) = Sum_{i=1..n} {last digit of prime(i)}.
; 2,5,10,17,18,21,28,37,40,49,50,57,58,61,68,71,80,81,88,89,92,101,104,113,120,121,124,131,140,143,150,151,158,167,176,177,184,187,194,197,206,207,208,211,218,227,228,231,238,247,250,259,260,261,268,271,280
lpb $0
mov $2,$0
sub $0,1
seq $2,7652 ; Final dig... | 30.916667 | 206 | 0.644205 |
08bfbeb92c37fe2d56ce2bf86fcc9e6ace2c478c | 439 | asm | Assembly | programs/oeis/037/A037482.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/037/A037482.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/037/A037482.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A037482: Base 5 digits are, in order, the first n terms of the periodic sequence with initial period 1,2.
; 1,7,36,182,911,4557,22786,113932,569661,2848307,14241536,71207682,356038411,1780192057,8900960286,44504801432,222524007161,1112620035807,5563100179036,27815500895182,139077504475911,695387522379557
add $0,1
mo... | 25.823529 | 199 | 0.76082 |
e57edc386e4c8f5330db31379bd0e660d88c6a21 | 238 | asm | Assembly | stdlib/src/font.asm | brian-kelley/GoldOS | 738e19c3b9310cfea6bf316c6a4b398eee900324 | [
"MIT"
] | 5 | 2016-11-10T02:29:38.000Z | 2022-01-09T23:45:59.000Z | stdlib/src/font.asm | brian-kelley/GoldOS | 738e19c3b9310cfea6bf316c6a4b398eee900324 | [
"MIT"
] | null | null | null | stdlib/src/font.asm | brian-kelley/GoldOS | 738e19c3b9310cfea6bf316c6a4b398eee900324 | [
"MIT"
] | null | null | null | bits 32
global fontbin
section .data
align 4
; Font bitmap credit: https://github.com/dhepper/font8x8
; To get glyph for character c, take 8 bytes starting at address:
; fontbin + (c - '!') << 3
fontbin: incbin "stdlib/src/font.bin"
| 17 | 65 | 0.705882 |
fec785646182d50ff7a50ced6643c27919fbb64c | 552 | asm | Assembly | boot/BIOS/stage_2/src/long_mode/gdt64.asm | Andrispowq/HackOS | 73b24450281abbbe5f37b8f2c02904d82a255c25 | [
"Apache-2.0"
] | 10 | 2020-12-10T16:36:41.000Z | 2021-11-08T12:01:05.000Z | boot/BIOS/stage_2/src/long_mode/gdt64.asm | Andrispowq/HackOS | 73b24450281abbbe5f37b8f2c02904d82a255c25 | [
"Apache-2.0"
] | null | null | null | boot/BIOS/stage_2/src/long_mode/gdt64.asm | Andrispowq/HackOS | 73b24450281abbbe5f37b8f2c02904d82a255c25 | [
"Apache-2.0"
] | 1 | 2020-10-02T05:42:21.000Z | 2020-10-02T05:42:21.000Z |
[bits 32]
gdt_start_64:
dw 0xFFFF
dw 0x0
db 0x0
db 0x0
db 0x1
db 0x0
gdt_code_64:
dw 0x0
dw 0x0
db 0x0
db 10011010b
db 10101111b
db 0x0
gdt_data_64:
dw 0x0
dw 0x0
db 0x0
db ... | 15.771429 | 45 | 0.538043 |
3ea6f44b8513cdf460c9926cfe1d1a6c8acf423d | 210 | asm | Assembly | libsrc/gfx/portable/draw.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/gfx/portable/draw.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/gfx/portable/draw.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
SECTION code_graphics
PUBLIC draw
PUBLIC _draw
EXTERN commondraw
EXTERN plot
;void draw(int x, int y, int x2, int y2) __smallc
;Note ints are actually uint8_t
draw:
_draw:
ld hl,plot
jp commondraw
| 12.352941 | 50 | 0.742857 |
84c01dc7dcad33fa19e76b676efc0d0f92c35ea8 | 3,958 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_384.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_384.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_384.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 %r15
push %rax
push %rdi
lea addresses_WT_ht+0x24cc, %rdi
xor %rax, %rax
movb $0x61, (%rdi)
nop
nop
cmp %rax, %rax
pop %rdi
pop %rax
pop %r15
ret
.global s_faulty_load
s_faulty_load:
push %r13
push %r15
push %r9
push %rax
push %rbp
push %rsi
// Faulty Load
lea add... | 73.296296 | 2,999 | 0.661445 |
5e36f96e403118cb5010afdb55f2402a11a05914 | 2,427 | asm | Assembly | programs/oeis/272/A272870.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/272/A272870.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/272/A272870.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A272870: Real part of (n + i)^4.
; 1,-4,-7,28,161,476,1081,2108,3713,6076,9401,13916,19873,27548,37241,49276,64001,81788,103033,128156,157601,191836,231353,276668,328321,386876,452921,527068,609953,702236,804601,917756,1042433,1179388,1329401,1493276,1671841,1865948,2076473,2304316,2550401,2815676,3101113,3407708,373... | 269.666667 | 2,343 | 0.879687 |
aa485bf88cab7f5079b65820d6563001c66b14bc | 683 | asm | Assembly | libsrc/_DEVELOPMENT/error/z80/error_edom_zc.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/error/z80/error_edom_zc.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/error/z80/error_edom_zc.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
INCLUDE "config_private.inc"
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
IF __CLIB_OPT_ERROR
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; verbose mode
SECTION code_clib
SECTION code_error
PUBLIC error_edom_zc
EXTERN error_edom_mc
pop hl
error_edom_zc:
; set hl = 0
; set carry flag
... | 14.847826 | 36 | 0.43631 |
64e24a6c51769b5e423d488edcc91e67cc65c484 | 1,241 | asm | Assembly | programs/oeis/247/A247817.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/247/A247817.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/247/A247817.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A247817: Sum(4^k, k=2..n).
; 0,16,80,336,1360,5456,21840,87376,349520,1398096,5592400,22369616,89478480,357913936,1431655760,5726623056,22906492240,91625968976,366503875920,1466015503696,5864062014800,23456248059216,93824992236880,375299968947536,1501199875790160,6004799503160656,24019198012642640,96076792050570576,3... | 137.888889 | 1,162 | 0.921031 |
d933dacf84e3ec84e5091a0dbee7f563845ba68e | 395 | nasm | Assembly | Lib/site-packages/wx-2.8-msw-unicode/wx/tools/Editra/tests/syntax/netwide_assembler.nasm | ekkipermana/robotframework-test | 243ca26f69962f8cf20cd7d054e0ff3e709bc7f4 | [
"bzip2-1.0.6"
] | 27 | 2020-11-12T19:24:54.000Z | 2022-03-27T23:10:45.000Z | Lib/site-packages/wx-2.8-msw-unicode/wx/tools/Editra/tests/syntax/netwide_assembler.nasm | ekkipermana/robotframework-test | 243ca26f69962f8cf20cd7d054e0ff3e709bc7f4 | [
"bzip2-1.0.6"
] | 2 | 2020-11-02T06:30:39.000Z | 2022-02-23T18:39:55.000Z | Lib/site-packages/wx-2.8-msw-unicode/wx/tools/Editra/tests/syntax/netwide_assembler.nasm | ekkipermana/robotframework-test | 243ca26f69962f8cf20cd7d054e0ff3e709bc7f4 | [
"bzip2-1.0.6"
] | 7 | 2018-02-13T10:22:39.000Z | 2019-07-04T07:39:28.000Z | ; Syntax Highlighting Test File for NASM
; Some Comments about this file
; Hello World in NASM
section .text
_start:
push dword len
push dword msg
push dword 1
mov eax, 0x4
call _syscall
add esp, 12
push dword 0
mov eax, 0x1
call _syscall
_syscall:
... | 15.8 | 40 | 0.582278 |
a6cd73e0c3a1c4257b336cc6be59411333e34b00 | 622 | asm | Assembly | oeis/315/A315515.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/315/A315515.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/315/A315515.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A315515: Coordination sequence Gal.6.200.5 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,11,17,22,26,31,36,40,45,51,56,62,68,73,79,84,88,93,98,102,107,113,118,124,130,135,141,146,150,155,160,1... | 56.545455 | 182 | 0.744373 |
3e342a310b04443b9626772411eb7984a5968508 | 162 | asm | Assembly | libsrc/_DEVELOPMENT/arch/ts2068/display/c/sdcc/tshc_aaddrpdown.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/tshc_aaddrpdown.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/tshc_aaddrpdown.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ; void *tshc_aaddrpdown(void *saddr)
SECTION code_clib
SECTION code_arch
PUBLIC _tshc_aaddrpdown
EXTERN _zx_saddrpdown
defc _tshc_aaddrpdown = _zx_saddrpdown
| 14.727273 | 38 | 0.839506 |
69a713d060beee744f9ecce64904c3d6a3f974b6 | 202 | asm | Assembly | programs/oeis/256/A256302.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/256/A256302.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/256/A256302.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A256302: Least prime p such that p+3*k*(k+1) is prime for all k=0,...,n.
; 2,5,5,5,11,11,11,11,11,11,23,23,23,23,23,23,23,23,23,23,23,23
mov $1,3
lpb $0
trn $0,$1
mul $1,2
lpe
sub $1,1
mov $0,$1
| 18.363636 | 74 | 0.589109 |
b39c8762cdbf64564c997e8f881070bfcd74e511 | 938 | asm | Assembly | programs/oeis/232/A232866.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/232/A232866.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/232/A232866.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A232866: Positions of the nonnegative integers in the sequence (or tree) of complex numbers generated by these rules: 0 is in S, and if x is in S, then x + 1 and i*x are in S, where duplicates are deleted as they occur.
; 1,2,3,5,9,16,27,42,61,84,111,142,177,216,259,306,357,412,471,534,601,672,747,826,909,996,1087,11... | 37.52 | 486 | 0.696162 |
cfe88f6ad5b22d7e12c1f77ccfd43ea44f967297 | 34 | asm | Assembly | orgb/t1/multi_instruction.asm | rrrichter/ufrgs | 6a1de03afb5af0ff48d0e630a501c1db3ec2591e | [
"MIT"
] | null | null | null | orgb/t1/multi_instruction.asm | rrrichter/ufrgs | 6a1de03afb5af0ff48d0e630a501c1db3ec2591e | [
"MIT"
] | null | null | null | orgb/t1/multi_instruction.asm | rrrichter/ufrgs | 6a1de03afb5af0ff48d0e630a501c1db3ec2591e | [
"MIT"
] | 1 | 2018-06-24T18:19:23.000Z | 2018-06-24T18:19:23.000Z | lh $t1, 8($zero)
sw $t1, 12($zero) | 17 | 17 | 0.558824 |
663e20b8d8caf41ad5f6145fdcad4be726ae58f2 | 173 | asm | Assembly | runshellcode.asm | paranoidninja/PIC-Privileges | 2de12c21dedda76fa8b9f888f1a3b1204ad811db | [
"MIT"
] | 68 | 2021-01-30T16:14:50.000Z | 2022-03-29T22:32:51.000Z | runshellcode.asm | paranoidninja/PIC-Privileges | 2de12c21dedda76fa8b9f888f1a3b1204ad811db | [
"MIT"
] | null | null | null | runshellcode.asm | paranoidninja/PIC-Privileges | 2de12c21dedda76fa8b9f888f1a3b1204ad811db | [
"MIT"
] | 14 | 2021-01-30T16:05:55.000Z | 2022-01-21T20:21:25.000Z | ; compile with
; nasm -f win64 runshellcode.asm -o runshellcode.o
; x86_64-w64-mingw32-ld runshellcode.o -o runshellcode.exe
Global Start
Start:
incbin "getprivs.bin"
| 19.222222 | 58 | 0.751445 |
8be1b8dc7f7dabe7eb864e8eac3be80f46547633 | 42,644 | asm | Assembly | rm.asm | ray5273/os_project4 | 1ed4cb594205baed90d821d5c4c93be26ec6a889 | [
"MIT-0"
] | null | null | null | rm.asm | ray5273/os_project4 | 1ed4cb594205baed90d821d5c4c93be26ec6a889 | [
"MIT-0"
] | null | null | null | rm.asm | ray5273/os_project4 | 1ed4cb594205baed90d821d5c4c93be26ec6a889 | [
"MIT-0"
] | null | null | null |
_rm: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
#include "stat.h"
#include "user.h"
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 ... | 34.00638 | 60 | 0.421114 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.