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
d2e8b76c3f5cb845d016b03dba1707f0f86ca928
2,964
asm
Assembly
defines/elf.asm
Ge0/okita-poc
2cf1230361fe507cf31f94ba1a11b6e5e5a4361e
[ "MIT" ]
18
2015-08-06T02:20:06.000Z
2021-05-20T09:43:31.000Z
defines/elf.asm
Ge0/okita-poc
2cf1230361fe507cf31f94ba1a11b6e5e5a4361e
[ "MIT" ]
null
null
null
defines/elf.asm
Ge0/okita-poc
2cf1230361fe507cf31f94ba1a11b6e5e5a4361e
[ "MIT" ]
1
2016-12-04T04:50:48.000Z
2016-12-04T04:50:48.000Z
; These constants are for the segment types stored in the image headers %define PT_NULL 0 %define PT_LOAD 1 %define PT_DYNAMIC 2 %define PT_INTERP 3 %define PT_NOTE 4 %define PT_SHLIB 5 %define PT_PHDR 6 %define PT_TLS 7 /* Thread local storage segment */ %define PT_LOOS 0x60000000 /* OS-...
24.295082
71
0.612686
883532517a5117a12a03cc856f4e7ca4db8d7854
2,894
asm
Assembly
externals/mpir-3.0.0/mpn/x86/pentium/copyd.asm
JaminChan/eos_win
c03e57151cfe152d0d3120abb13226f4df74f37e
[ "MIT" ]
1
2018-08-14T03:52:21.000Z
2018-08-14T03:52:21.000Z
externals/mpir-3.0.0/mpn/x86/pentium/copyd.asm
JaminChan/eos_win
c03e57151cfe152d0d3120abb13226f4df74f37e
[ "MIT" ]
null
null
null
externals/mpir-3.0.0/mpn/x86/pentium/copyd.asm
JaminChan/eos_win
c03e57151cfe152d0d3120abb13226f4df74f37e
[ "MIT" ]
null
null
null
dnl Intel Pentium mpn_copyd -- copy limb vector, decrementing. dnl Copyright 1996, 2001, 2002, 2006 Free Software Foundation, Inc. dnl dnl This file is part of the GNU MP Library. dnl dnl The GNU MP Library is free software; you can redistribute it and/or dnl modify it under the terms of the GNU Lesser General Pu...
20.971014
74
0.67208
0d89d24bdf3ae2ed2181e3d7226cc8103370ac0d
312
asm
Assembly
libsrc/games/z88/bit_close.asm
dex4er/deb-z88dk
9ee4f23444fa6f6043462332a1bff7ae20a8504b
[ "ClArtistic" ]
1
2018-09-04T23:07:24.000Z
2018-09-04T23:07:24.000Z
libsrc/games/z88/bit_close.asm
dex4er/deb-z88dk
9ee4f23444fa6f6043462332a1bff7ae20a8504b
[ "ClArtistic" ]
null
null
null
libsrc/games/z88/bit_close.asm
dex4er/deb-z88dk
9ee4f23444fa6f6043462332a1bff7ae20a8504b
[ "ClArtistic" ]
null
null
null
; $Id: bit_close.asm,v 1.2 2002/04/17 21:30:24 dom Exp $ ; ; Z88 1 bit sound functions ; ; void bit_close(); ; ; Stefano Bodrato - 28/9/2001 ; Based on the Dominic Morris' code ; XLIB bit_close INCLUDE "#interrpt.def" XREF snd_asave .bit_close ld a,(snd_asave) ret
15.6
56
0.599359
7decabf2e366d02a3f7c95ab6e1a7337207b7f65
18,722
asm
Assembly
derzforth.asm
aw/derzforth
4542c4c43388e8b647fd5183f89eb65c12a17fac
[ "MIT" ]
21
2020-01-14T00:10:27.000Z
2021-12-03T19:40:57.000Z
derzforth.asm
aw/derzforth
4542c4c43388e8b647fd5183f89eb65c12a17fac
[ "MIT" ]
14
2021-05-11T02:59:46.000Z
2021-11-21T06:32:09.000Z
derzforth.asm
aw/derzforth
4542c4c43388e8b647fd5183f89eb65c12a17fac
[ "MIT" ]
5
2020-01-24T01:57:40.000Z
2021-11-08T01:43:34.000Z
# jump to "main" since programs execute top to bottom # we do this to enable writing helper funcs at the top tail main # pull in the necessary defs / funcs for a given board # (based on the assembler's search path) # # this file should define: # RAM_BASE_ADDR # RAM_SIZE # ROM_BASE_ADDR # ROM_SIZE # # and impl...
28.626911
90
0.608589
8173bb205594f22aa6943a62f3cdefd130eb35cf
199
asm
Assembly
libsrc/_DEVELOPMENT/arch/zxn/esxdos/c/sdcc_iy/esx_m_tapein_flags_fastcall.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/_DEVELOPMENT/arch/zxn/esxdos/c/sdcc_iy/esx_m_tapein_flags_fastcall.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/_DEVELOPMENT/arch/zxn/esxdos/c/sdcc_iy/esx_m_tapein_flags_fastcall.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
; unsigned char esx_m_tapein_flags(uint8_t flags) SECTION code_esxdos PUBLIC _esx_m_tapein_flags_fastcall EXTERN asm_esx_m_tapein_flags defc _esx_m_tapein_flags_fastcall = asm_esx_m_tapein_flags
19.9
58
0.884422
d8cd6f63c74b0dc8691b1fa89881bfc9afb0f24c
371
asm
Assembly
oeis/074/A074766.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/074/A074766.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/074/A074766.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A074766: a(n) = prime(2n) - 2*prime(n) - n. ; Submitted by Christian Krause ; -2,-1,0,1,2,5,2,7,6,3,6,3,6,7,4,9,4,11,10,11,14,13,10,21,10,11,18,21,24,25,8,17,10,25,16,21,22,19,24,23,22,29,18,27,24,35,22,9,18,33,40,39,42,37,32,31,24,41,34,37,46,35,24,33,42,43,28,27,24,41,44,37,32,37,30,39,32 mov $1,$0 seq $0,66066 ; ...
41.222222
215
0.606469
07d6497deddbb6c8c163ae0bd1dc4ce9502b6293
254
asm
Assembly
libsrc/_DEVELOPMENT/arch/ts2068/misc/c/sccz80/tshr_scroll_up_pix_callee.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
38
2021-06-18T12:56:15.000Z
2022-03-12T20:38:40.000Z
libsrc/_DEVELOPMENT/arch/ts2068/misc/c/sccz80/tshr_scroll_up_pix_callee.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
2
2021-06-20T16:28:12.000Z
2021-11-17T21:33:56.000Z
libsrc/_DEVELOPMENT/arch/ts2068/misc/c/sccz80/tshr_scroll_up_pix_callee.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
6
2021-06-18T18:18:36.000Z
2021-12-22T08:01:32.000Z
; void tshr_scroll_up_pix(uchar prows, uchar pix) SECTION code_clib SECTION code_arch PUBLIC tshr_scroll_up_pix_callee EXTERN asm0_tshr_scroll_up_pix tshr_scroll_up_pix_callee: pop af pop hl pop de push af jp asm0_tshr_scroll_up_pix
14.111111
49
0.799213
111aa2f49beabbd7a4f4fa40db3ed734ebf77a35
1,012
asm
Assembly
main.asm
wyznaga/cis-336-assn-6
a89a6f3c269e4495f1c26d54d24e62d70f14913d
[ "Unlicense" ]
null
null
null
main.asm
wyznaga/cis-336-assn-6
a89a6f3c269e4495f1c26d54d24e62d70f14913d
[ "Unlicense" ]
4
2018-04-18T07:06:21.000Z
2018-04-18T19:17:03.000Z
main.asm
wyznaga/cis-336-assn-6
a89a6f3c269e4495f1c26d54d24e62d70f14913d
[ "Unlicense" ]
null
null
null
;this is a comment COPY START 0 FIRST MOV RETADR,%RL ; save Return Address MOV %RB,#LENGTH BASE LENGTH CLOOP +JSUB RDREC MOV %RA,LENGTH COMP #0 JEQ ENDFIL +JSUB WRREC J CLOOP ENDFIL MOV %RA,EOF MOV BUFFER,%RA MOV %RA,#3 ...
21.083333
51
0.490119
bc0d4ff9fe07dabb688e789affddb070c9e781a7
624
asm
Assembly
oeis/053/A053110.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/053/A053110.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/053/A053110.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A053110: Expansion of (-1 + 1/(1-7*x)^7)/(49*x); related to A036226. ; 1,28,588,10290,158466,2218524,28840812,353299947,4121832715,46164526408,499416240232,5243870522436,53648829191076,536488291910760,5257585260725448,50604258134482437,479252091744216021,4473019522946016196,41198864027134359700,374909662646922673270,...
89.142857
491
0.865385
6cdc974503b3876abb307581ef1dacff26e0fa3b
475
asm
Assembly
debug_server/src/execute_instruction_hook.asm
SpaceManiac/auxtools
21c7b18b21344709c06eeb807b5f60edefe0c326
[ "MIT" ]
null
null
null
debug_server/src/execute_instruction_hook.asm
SpaceManiac/auxtools
21c7b18b21344709c06eeb807b5f60edefe0c326
[ "MIT" ]
null
null
null
debug_server/src/execute_instruction_hook.asm
SpaceManiac/auxtools
21c7b18b21344709c06eeb807b5f60edefe0c326
[ "MIT" ]
null
null
null
.MODEL FLAT, C .CODE EXTERN execute_instruction_original : PTR handle_instruction PROTO, opcode: DWORD ; EAX = [CURRENT_EXECUTION_CONTEXT] execute_instruction_hook PROC PUBLIC ; Give rust a chance to handle the instruction. Leaves [CURRENT_EXECUTION_CONTEXT] in EAX. PUSH ECX PUSH EDX INVOKE handle_instruction...
22.619048
92
0.793684
c010902f7ad675a760ccbc4ab6487eae198bf429
561
asm
Assembly
programs/oeis/224/A224613.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/224/A224613.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/224/A224613.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A224613: a(n) = sigma(6*n). ; 12,28,39,60,72,91,96,124,120,168,144,195,168,224,234,252,216,280,240,360,312,336,288,403,372,392,363,480,360,546,384,508,468,504,576,600,456,560,546,744,504,728,528,720,720,672,576,819,684,868,702,840,648,847,864,992,780,840,720,1170,744,896,960,1020,1008,1092,816,1080,936,1344,864,1240,...
80.142857
427
0.72549
f39dc178694283f31462d58855c7ec1021678847
141
asm
Assembly
engine/engine/pads/implementation/start-poll.asm
neomura/atmega328p-cartridge
e7152425e5253cd4e513cad41dc03d306003e91e
[ "MIT" ]
null
null
null
engine/engine/pads/implementation/start-poll.asm
neomura/atmega328p-cartridge
e7152425e5253cd4e513cad41dc03d306003e91e
[ "MIT" ]
2
2021-04-17T09:31:24.000Z
2021-04-17T09:31:53.000Z
engine/engine/pads/implementation/start-poll.asm
neomura/atmega328p-cartridge
e7152425e5253cd4e513cad41dc03d306003e91e
[ "MIT" ]
null
null
null
; The main loop should be finished with pad state now, so lower the pad latch line before we start polling it on a future line. cbi PORTC, 5
47
127
0.765957
bcdd9b8eef2b21509b2daecea50f45a2cf61c4d2
4,979
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_1380.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_1380.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_1380.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 %r15 push %r8 push %rcx push %rdi push %rsi lea addresses_A_ht+0x16433, %rsi lea addresses_A_ht+0x1dd33, %rdi nop nop sub $20070, %r11 mov $57, %rcx rep movsb nop dec %r15 lea addresses_WC_ht+0x72cd, %rsi lea addresses_WC_ht+0x13833, %rdi nop nop nop nop add %...
43.295652
2,999
0.661177
8b973ee0fb1ce1fff65b43aff388ceab50ff20e6
3,867
asm
Assembly
Data/ships/Coriolis.asm
TinfoilAsteroid/EliteNext
417511cefd3d5c7dd7a46b0354eec801ea2c9ca2
[ "Unlicense" ]
9
2021-09-29T22:08:15.000Z
2022-03-23T05:35:43.000Z
Data/ships/Coriolis.asm
TinfoilAsteroid/EliteNext
417511cefd3d5c7dd7a46b0354eec801ea2c9ca2
[ "Unlicense" ]
1
2022-01-21T12:35:42.000Z
2022-01-21T17:47:24.000Z
Data/ships/Coriolis.asm
TinfoilAsteroid/EliteNext
417511cefd3d5c7dd7a46b0354eec801ea2c9ca2
[ "Unlicense" ]
1
2022-01-15T10:13:49.000Z
2022-01-15T10:13:49.000Z
Coriolis: DB $00 DW $6400 DW CoriolisEdges DB CoriolisEdgesSize DB $00, $36 DB CoriolisVertSize /6 DB CoriolisVertSize DB CoriolisEdgesCnt ...
48.3375
130
0.29144
58577596999822490e979c4382c7d037ee63e3c5
732
asm
Assembly
oeis/135/A135749.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/135/A135749.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/135/A135749.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A135749: a(n) = Sum_{k=0..n} binomial(n,k)*(n-k)^k*k^k. ; Submitted by Christian Krause ; 1,1,3,19,217,3821,95761,3214975,137501505,7226764921,455941716481,33983083953611,2954163633223969,296027886705639973,33823026186790043841,4363561123325076879991,630392564294402819207041,101274793853629975032332657,17986188141203...
34.857143
473
0.793716
96a3058400b719cfdddb4f95c93714862227d889
78
asm
Assembly
asm/8085/tests/jumptest.asm
TomRegan/synedoche
b7e46089c8702d473853e118d3465b5b7038a639
[ "Apache-2.0" ]
1
2017-02-02T12:48:33.000Z
2017-02-02T12:48:33.000Z
asm/8085/tests/jumptest.asm
TomRegan/synedoche
b7e46089c8702d473853e118d3465b5b7038a639
[ "Apache-2.0" ]
null
null
null
asm/8085/tests/jumptest.asm
TomRegan/synedoche
b7e46089c8702d473853e118d3465b5b7038a639
[ "Apache-2.0" ]
null
null
null
start: ADI 10 JC middle MOV B, A NOP NOP NOP middle: JMP start
7.8
12
0.589744
ea52bdd12616a3881d66913e0bf2f03472ad201d
319
asm
Assembly
programs/oeis/070/A070448.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/070/A070448.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/070/A070448.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A070448: a(n) = n^2 mod 26. ; 0,1,4,9,16,25,10,23,12,3,22,17,14,13,14,17,22,3,12,23,10,25,16,9,4,1,0,1,4,9,16,25,10,23,12,3,22,17,14,13,14,17,22,3,12,23,10,25,16,9,4,1,0,1,4,9,16,25,10,23,12,3,22,17,14,13,14,17,22,3,12,23,10,25,16,9,4,1,0,1,4,9,16,25,10,23,12,3,22,17,14,13,14,17,22,3,12,23,10,25 pow $0,2 mod $0,26
53.166667
268
0.60815
32b9bfd305967618147e05e99c54bf9b60f764db
50
asm
Assembly
libsrc/nc100/heapmaxfree.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/nc100/heapmaxfree.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/nc100/heapmaxfree.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
PUBLIC heapmaxfree .heapmaxfree jp 0xb88a
6.25
20
0.72
2427f2d05aa2e610f5b2427a3b1a234f1a6f30ef
710
asm
Assembly
oeis/085/A085110.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/085/A085110.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/085/A085110.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A085110: a(1)=1, then add 1 multiply by 2 to get a(2), subtract 1 and multiply by 3 to get a(3), add 1 and multiply by 4 to get a(4) and so on. ; Submitted by Jon Maiga ; 1,4,9,40,195,1176,8225,65808,592263,5922640,65149029,781788360,10163248667,142285481352,2134282220265,34148515524256,580524763912335,10449445750422...
78.888889
468
0.823944
a1590ded334b183b2683b3ef37726ac650b0247f
985
asm
Assembly
data/mapObjects/route10.asm
adhi-thirumala/EvoYellow
6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c
[ "Unlicense" ]
16
2018-08-28T21:47:01.000Z
2022-02-20T20:29:59.000Z
data/mapObjects/route10.asm
adhi-thirumala/EvoYellow
6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c
[ "Unlicense" ]
5
2019-04-03T19:53:11.000Z
2022-03-11T22:49:34.000Z
data/mapObjects/route10.asm
adhi-thirumala/EvoYellow
6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c
[ "Unlicense" ]
2
2019-12-09T19:46:02.000Z
2020-12-05T21:36:30.000Z
Route10Object: db $2c ; border block db $4 ; warps db $13, $b, $0, ROCK_TUNNEL_POKECENTER db $11, $8, $0, ROCK_TUNNEL_1 db $35, $8, $2, ROCK_TUNNEL_1 db $27, $6, $0, POWER_PLANT db $4 ; signs db $13, $7, $7 ; Route10Text7 db $13, $c, $8 ; PokeCenterSignText db $37, $9, $9 ; Route10Text9 db $29, $5, $a ; Ro...
33.965517
76
0.681218
027746b33233094c35059bc583c2c490eb22a890
133
asm
Assembly
libsrc/stdlib/wpeek.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/stdlib/wpeek.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/stdlib/wpeek.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
; uint __FASTCALL__ wpeek(void *addr) ; 11.2006 aralbrec PUBLIC wpeek .wpeek ld a,(hl) inc hl ld h,(hl) ld l,a ret
10.230769
37
0.609023
d238582e17dad81181ae0b6e867213d9dc4cab98
670
asm
Assembly
oeis/265/A265103.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/265/A265103.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/265/A265103.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A265103: a(n) = binomial(10*n + 7, 5*n + 1)/(10*n + 7). ; Submitted by Christian Krause ; 1,728,482885,347993910,267058714626,214401560777712,177957899774070416,151516957974714281810,131614194900668669130060,116186564091895720987588128,103938666796148178180041038716,94020887900502277905668153549928,858553828164483340...
41.875
472
0.841791
c8e9195fa4084c18039e3d4e35ec34c4a6abfe71
139
asm
Assembly
libsrc/target/rc2014/stdio/fgetc_cons_basic.asm
ahjelm/z88dk
c4de367f39a76b41f6390ceeab77737e148178fa
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/target/rc2014/stdio/fgetc_cons_basic.asm
ahjelm/z88dk
c4de367f39a76b41f6390ceeab77737e148178fa
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/target/rc2014/stdio/fgetc_cons_basic.asm
ahjelm/z88dk
c4de367f39a76b41f6390ceeab77737e148178fa
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
SECTION code_driver PUBLIC fgetc_cons_basic .fgetc_cons_basic rst $10 ; input a character in A ld l,a ld h,0 ret
11.583333
41
0.647482
13770d709d5a3c0dd1bcdc2b835f54d24804c428
2,410
asm
Assembly
examples/png2snes/hello-world/Hello.asm
fabiosoaza/snes-dev-tools-examples
599f8575655848c82722b8fff75f55835bc11a32
[ "MIT" ]
1
2021-03-30T00:09:14.000Z
2021-03-30T00:09:14.000Z
examples/png2snes/hello-world/Hello.asm
fabiosoaza/snes-dev-tools-examples
599f8575655848c82722b8fff75f55835bc11a32
[ "MIT" ]
null
null
null
examples/png2snes/hello-world/Hello.asm
fabiosoaza/snes-dev-tools-examples
599f8575655848c82722b8fff75f55835bc11a32
[ "MIT" ]
null
null
null
.include "Header.inc" .include "Snes_Init.asm" VBlank: ; Needed to satisfy interrupt definition in "header.inc" rti Start: ; Initialize the SNES. Snes_Init sep #$20 ; Set the A register to 8-bit. rep #$10 ; Set the X and Y registers to 16-bit jsr DMAPalette ; Load Palette in CGRAM jsr DMATiles ; Lo...
20.775862
79
0.643154
9b34b67fe48684907482e6ae490e0bce233c6d87
262
asm
Assembly
u7bg/eop-toggleMouseHand.asm
JohnGlassmyer/UltimaHacks
f9a114e00c4a1edf1ac7792b465feff2c9b88ced
[ "MIT" ]
68
2018-03-04T22:34:22.000Z
2022-03-10T15:18:32.000Z
u7bg/eop-toggleMouseHand.asm
ptrie/UltimaHacks
2c3557a86d94ad8b54b26bc395b9aed1604f8be1
[ "MIT" ]
19
2018-11-20T04:06:49.000Z
2021-11-08T16:37:10.000Z
u7bg/eop-toggleMouseHand.asm
ptrie/UltimaHacks
2c3557a86d94ad8b54b26bc395b9aed1604f8be1
[ "MIT" ]
4
2020-09-01T17:57:36.000Z
2022-01-04T20:51:11.000Z
%include "include/u7bg-all-includes.asm" %macro getRightHandedStringPnInAx 0 mov ax, dseg_rightHandedMouseString %endmacro %macro getLeftHandedStringPnInAx 0 mov ax, dseg_leftHandedMouseString %endmacro %include "../u7-common/patch-eop-toggleMouseHand.asm"
21.833333
53
0.820611
faab1bf7bb3b6ccb34c1328d337494c080db865b
3,046
asm
Assembly
dino/lcs/enemy/34.asm
zengfr/arcade_game_romhacking_sourcecode_top_secret_data
a4a0c86c200241494b3f1834cd0aef8dc02f7683
[ "Apache-2.0" ]
6
2020-10-14T15:29:10.000Z
2022-02-12T18:58:54.000Z
dino/lcs/enemy/34.asm
zengfr/arcade_game_romhacking_sourcecode_top_secret_data
a4a0c86c200241494b3f1834cd0aef8dc02f7683
[ "Apache-2.0" ]
null
null
null
dino/lcs/enemy/34.asm
zengfr/arcade_game_romhacking_sourcecode_top_secret_data
a4a0c86c200241494b3f1834cd0aef8dc02f7683
[ "Apache-2.0" ]
1
2020-12-17T08:59:10.000Z
2020-12-17T08:59:10.000Z
copyright zengfr site:http://github.com/zengfr/romhack 00042A move.l D1, (A0)+ 00042C dbra D0, $42a 004D3A move.l D0, (A4)+ 004D3C move.l D0, (A4)+ 048442 move.w ($2c,A6), ($34,A6) 048448 move.b #$18, ($22,A6) 04855C move.w ($2c,A6), ($34,A6) 048562 move.b #$1e, ($80,A6) 048860 move.w ($2c,A...
52.517241
350
0.621471
09b75d3a852db43155a92c0e8a18130059b474f5
1,577
asm
Assembly
programs/oeis/222/A222001.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/222/A222001.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/222/A222001.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A222001: Number of n X 3 arrays with each row a permutation of 1..3 having at least as many downsteps as the preceding row, with rows in lexicographically nonincreasing order. ; 6,12,22,37,58,86,122,167,222,288,366,457,562,682,818,971,1142,1332,1542,1773,2026,2302,2602,2927,3278,3656,4062,4497,4962,5458,5986,6547,714...
197.125
1,360
0.830691
5d4e4f9d7ad39aaf2a76a330dfd7a2441ccaab94
6,374
asm
Assembly
Transynther/x86/_processed/NC/_zr_/i7-8650U_0xd2.log_4073_947.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NC/_zr_/i7-8650U_0xd2.log_4073_947.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NC/_zr_/i7-8650U_0xd2.log_4073_947.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r14 push %r15 push %rax push %rcx push %rdi push %rdx push %rsi lea addresses_UC_ht+0xa62d, %rsi lea addresses_D_ht+0x163c5, %rdi xor $36741, %r14 mov $84, %rcx rep movsw cmp $4250, %r14 lea addresses_WT_ht+0xb3ad, %r15 nop nop nop nop nop sub %r11, %r11 mov ...
38.39759
2,999
0.653279
be304c881eff1d7e3a77d3ea349d15f9fdc6640e
853
asm
Assembly
coffee_machine/mpu/HALCoGen_EMAC_Driver_with_lwIP_Demonstration/v00.03.00/TMS570LS31x/HALCoGen-TMS570LS31x/source/sys_intvecs.asm
daeroro/IntegrationProject
3b37f31e172cf4411ad0c2481e154e5facfb4d1e
[ "MIT" ]
null
null
null
coffee_machine/mpu/HALCoGen_EMAC_Driver_with_lwIP_Demonstration/v00.03.00/TMS570LS31x/HALCoGen-TMS570LS31x/source/sys_intvecs.asm
daeroro/IntegrationProject
3b37f31e172cf4411ad0c2481e154e5facfb4d1e
[ "MIT" ]
null
null
null
coffee_machine/mpu/HALCoGen_EMAC_Driver_with_lwIP_Demonstration/v00.03.00/TMS570LS31x/HALCoGen-TMS570LS31x/source/sys_intvecs.asm
daeroro/IntegrationProject
3b37f31e172cf4411ad0c2481e154e5facfb4d1e
[ "MIT" ]
2
2019-04-29T01:05:25.000Z
2019-04-29T02:45:44.000Z
;------------------------------------------------------------------------------- ; sys_intvecs.asm ; ; (c) Texas Instruments 2009-2013, All rights reserved. ; .sect ".intvecs" .arm ;------------------------------------------------------------------------------- ; import reference for interrupt routi...
23.054054
81
0.349355
c7b842b39024aeae24c50c148c5ad017f48ad1f7
341
asm
Assembly
CPU/cpu_test/test_storage/test2_addu_I.asm
SilenceX12138/MIPS-Microsystems
d389b706b0930151a710b544db436c2883af958b
[ "MIT" ]
55
2021-09-06T12:12:47.000Z
2022-01-15T04:30:53.000Z
CPU/cpu_test/test_storage/test2_addu_I.asm
SilenceX12138/MIPS-Microsystems
d389b706b0930151a710b544db436c2883af958b
[ "MIT" ]
null
null
null
CPU/cpu_test/test_storage/test2_addu_I.asm
SilenceX12138/MIPS-Microsystems
d389b706b0930151a710b544db436c2883af958b
[ "MIT" ]
null
null
null
ori $1,$0,20 ori $2,$0,24 addu $3,$1,$2 nop nop nop ori $4,$0,30 ori $5,$0,78 addu $6,$5,$4 nop nop nop ori $7,$0,93 ori $8,$0,23 nop addu $9,$7,$8 nop nop nop ori $10,$0,11 ori $11,$0,99 nop addu $12,$11,$10 nop nop nop ori $13,$0,41 ori $14,$0,72 nop nop addu $15,$13,$14 nop nop nop ori $16,$0,40 ori $17,$0,88 nop no...
8.119048
16
0.59824
ddbd12fb785f10788f8854320f3dfb80967adb95
579
asm
Assembly
programs/oeis/011/A011895.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/011/A011895.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/011/A011895.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A011895: a(n) = floor(n*(n-1)*(n-2)/13). ; 0,0,0,0,1,4,9,16,25,38,55,76,101,132,168,210,258,313,376,447,526,613,710,817,934,1061,1200,1350,1512,1686,1873,2074,2289,2518,2761,3020,3295,3586,3893,4218,4560,4920,5298,5695,6112,6549,7006,7483,7982,8503,9046,9611,10200,10812,11448,12108,12793,13504,14241,15004,15793,16610...
82.714286
505
0.763385
31cad98c08a19d99e69904a4e369eab38fbe89dc
224
asm
Assembly
mc-sema/validator/x86/tests/SUBR_F32m.asm
randolphwong/mcsema
eb5b376736e7f57ff0a61f7e4e5a436bbb874720
[ "BSD-3-Clause" ]
2
2021-08-07T16:21:29.000Z
2021-11-17T10:58:37.000Z
mc-sema/validator/x86/tests/SUBR_F32m.asm
randolphwong/mcsema
eb5b376736e7f57ff0a61f7e4e5a436bbb874720
[ "BSD-3-Clause" ]
null
null
null
mc-sema/validator/x86/tests/SUBR_F32m.asm
randolphwong/mcsema
eb5b376736e7f57ff0a61f7e4e5a436bbb874720
[ "BSD-3-Clause" ]
null
null
null
BITS 32 ;TEST_FILE_META_BEGIN ;TEST_TYPE=TEST_F ;TEST_IGNOREFLAGS=FLAG_FPU_PE|FLAG_FPU_C1 ;TEST_FILE_META_END FLDPI ;TEST_BEGIN_RECORDING lea edi, [esp-0xc] FST dword [edi] FSUBR dword [edi] mov edi, 0 ;TEST_END_RECORDING
14.933333
41
0.816964
248ee4b7441aafe1e4748f00f3388f83036471df
171
asm
Assembly
oeis/305/A305395.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/305/A305395.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/305/A305395.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A305395: Records in A073053. ; 11,101,112,202,213,303,314,404,415,505 mov $2,$0 add $2,1 lpb $2 mod $0,2 mul $0,79 add $0,11 sub $2,1 add $3,$0 lpe mov $0,$3
12.214286
40
0.590643
a81e5f578d1526aa74a4e25151e142fb16067952
299
asm
Assembly
src/c-tests/_nzcmp.asm
jwse2/MijnOS
eaa280a5673604439a16575febc0ce342ba55f2e
[ "MIT" ]
null
null
null
src/c-tests/_nzcmp.asm
jwse2/MijnOS
eaa280a5673604439a16575febc0ce342ba55f2e
[ "MIT" ]
null
null
null
src/c-tests/_nzcmp.asm
jwse2/MijnOS
eaa280a5673604439a16575febc0ce342ba55f2e
[ "MIT" ]
null
null
null
; MASM x86 .MODEL FLAT,C .CONST .CODE public nzcmp nzcmp: push ebp mov ebp,esp sub esp,4 xor eax,eax mov ecx,dword ptr [ebp+8] mov edx,dword ptr [ebp+0Ch] cmp ecx,edx setnz al return: mov esp,ebp pop ebp ret END
11.5
35
0.518395
00e364f6fdbf66e8a7ae72efe1d3c3dfa0fa89fd
303
asm
Assembly
programs/oeis/004/A004929.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/004/A004929.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/004/A004929.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A004929: Floor of n*phi^14, where phi is the golden ratio, A001622. ; 0,842,1685,2528,3371,4214,5057,5900,6743,7586,8429,9272,10115,10958,11801,12644,13487,14330,15173,16016,16859,17702,18545,19388,20231,21074,21917,22760,23603,24446 mov $1,$0 trn $1,1 mov $2,$0 lpb $2,1 add $1,842 sub $2,1 lpe
27.545455
165
0.726073
2a82d3c167daab5186467cedd55179e042ae1576
3,708
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_3120.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_3120.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_3120.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 %r11 push %r12 push %r13 push %r15 push %r8 push %rbx // Faulty Load lea addresses_D+0x9864, %r12 sub %r15, %r15 movups (%r12), %xmm2 vpextrq $0, %xmm2, %r13 lea oracles, %r15 and $0xff, %r13 shlq $12, %r13 mov (%r15,%r13,1...
90.439024
2,999
0.663161
07870f26543aa6c7520c51dcce6d55019eb01ae6
594
asm
Assembly
data/battle/held_stat_up.asm
pokeachromicdevs/pokeoctober
db74bb68bbfceac07eec6d64674bc24fd4c0b67f
[ "blessing" ]
1
2021-07-05T23:48:37.000Z
2021-07-05T23:48:37.000Z
data/battle/held_stat_up.asm
pokeachromicdevs/pokeoctober
db74bb68bbfceac07eec6d64674bc24fd4c0b67f
[ "blessing" ]
1
2020-12-16T01:11:20.000Z
2020-12-16T22:53:56.000Z
data/battle/held_stat_up.asm
pokeachromicdevs/pokeoctober
db74bb68bbfceac07eec6d64674bc24fd4c0b67f
[ "blessing" ]
1
2021-07-05T23:33:22.000Z
2021-07-05T23:33:22.000Z
HeldStatUpItems: dbw HELD_ATTACK_UP, BattleCommand_AttackUp dbw HELD_DEFENSE_UP, BattleCommand_DefenseUp dbw HELD_SPEED_UP, BattleCommand_SpeedUp dbw HELD_SP_ATTACK_UP, BattleCommand_SpecialAttackUp dbw HELD_SP_DEFENSE_UP, BattleCommand_SpecialDefenseUp dbw HELD_ACCURACY_UP, BattleCommand_AccuracyU...
42.428571
56
0.843434
869563c1def92ff1384f5dd5112ad5f57c8ffb72
4,047
asm
Assembly
lib/src/os/w95/startup/xstart.asm
zanud/xds-2.60
b4a32b9c9c91fe513fa5ff78ec87bb44102a3b72
[ "Apache-2.0" ]
53
2019-06-10T18:19:44.000Z
2021-12-28T18:56:00.000Z
Sources/Lib/src/os/w95/startup/xstart.asm
undecidedzogvisvitalispotent8stars360/xds
cfd20e209193c9cfcee94ad2ca30d8c32ead48c9
[ "Apache-2.0" ]
5
2020-07-10T16:06:48.000Z
2021-07-30T07:17:50.000Z
Sources/Lib/src/os/w95/startup/xstart.asm
undecidedzogvisvitalispotent8stars360/xds
cfd20e209193c9cfcee94ad2ca30d8c32ead48c9
[ "Apache-2.0" ]
20
2019-06-10T18:09:16.000Z
2021-10-02T19:46:42.000Z
; COPYRIGHT (c) 1995 xTech Ltd. All Rights Reserved. ; COPYRIGHT (c) 2002, 2003 Excelsior LLC. All Rights Reserved. ; cpu 386 bits 32 section .data use32 public align=4 public 'DATA' myHandle: dd 0 string: db "QuQu",10,12 nbytes...
25.45283
80
0.402026
9856d5cad51fe037e098b82528036a914e5b86a9
4,195
asm
Assembly
firmware/coreboot/3rdparty/blobs/cpu/amd/geode_lx/gplvsa_ii/sysmgr/debug.asm
fabiojna02/OpenCellular
45b6a202d6b2e2485c89955b9a6da920c4d56ddb
[ "CC-BY-4.0", "BSD-3-Clause" ]
1
2019-11-04T07:11:25.000Z
2019-11-04T07:11:25.000Z
firmware/coreboot/3rdparty/blobs/cpu/amd/geode_lx/gplvsa_ii/sysmgr/debug.asm
fabiojna02/OpenCellular
45b6a202d6b2e2485c89955b9a6da920c4d56ddb
[ "CC-BY-4.0", "BSD-3-Clause" ]
13
2018-10-12T21:29:09.000Z
2018-10-25T20:06:51.000Z
firmware/coreboot/3rdparty/blobs/cpu/amd/geode_lx/gplvsa_ii/sysmgr/debug.asm
fabiojna02/OpenCellular
45b6a202d6b2e2485c89955b9a6da920c4d56ddb
[ "CC-BY-4.0", "BSD-3-Clause" ]
null
null
null
; ; Copyright (c) 2006-2008 Advanced Micro Devices,Inc. ("AMD"). ; ; This library is free software; you can redistribute it and/or modify ; it under the terms of the GNU Lesser General Public License as ; published by the Free Software Foundation; either version 2.1 of the ; License, or (at your option) any lat...
18.9819
73
0.624553
f3b52971a719aac220636ec9c568be250987d8f3
221
asm
Assembly
libsrc/stdio/__cons_state.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/stdio/__cons_state.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/stdio/__cons_state.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
MODULE __cons_state SECTION bss_clib PUBLIC __cons_state __cons_state: defb 0 ; state var for console editing in gets() and fgets_cons() ; non-zero = capslock on
20.090909
89
0.58371
660d20bb43ec5b0e1591e06904a16d61c96034de
727
asm
Assembly
oeis/212/A212514.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/212/A212514.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/212/A212514.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A212514: Number of (w,x,y,z) with all terms in {1,...,n} and w<=2x and y>3z. ; Submitted by Christian Krause ; 0,0,0,0,14,42,90,200,364,585,960,1440,2052,2926,4004,5280,7000,9000,11340,14280,17670,21483,26180,31416,37296,44252,52000,60480,70434,81270,93150,106720,121520,137445,155584,175032,196020,219450,244644,27144...
55.923077
500
0.759285
ca24b6fed7ce9640ffef1879a56a86a04d158f39
727
asm
Assembly
oeis/077/A077981.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/077/A077981.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/077/A077981.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A077981: Expansion of 1/(1+2*x-2*x^2-2*x^3). ; Submitted by Christian Krause ; 1,-2,6,-14,36,-88,220,-544,1352,-3352,8320,-20640,51216,-127072,315296,-782304,1941056,-4816128,11949760,-29649664,73566592,-182532992,452899840,-1123732480,2788198656,-6918062592,17165057536,-42589842944,105673675776,-262196922368,6505615...
38.263158
500
0.757909
9b8618fa2dd1b6ada0cfc9f9e383328485b1b66b
86
asm
Assembly
newitems/ancilla/main.asm
fcard/z3randomizer
f2d0c2e58512e9c4c7f37996b52f6a0dc828f3ec
[ "MIT" ]
null
null
null
newitems/ancilla/main.asm
fcard/z3randomizer
f2d0c2e58512e9c4c7f37996b52f6a0dc828f3ec
[ "MIT" ]
null
null
null
newitems/ancilla/main.asm
fcard/z3randomizer
f2d0c2e58512e9c4c7f37996b52f6a0dc828f3ec
[ "MIT" ]
null
null
null
incsrc ./tables.asm incsrc ./routines.asm incsrc ./example.asm incsrc ./lightspin.asm
17.2
22
0.767442
dd722ed1204714a500edf6710e034460bf1747dd
321
asm
Assembly
programs/oeis/073/A073835.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/073/A073835.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/073/A073835.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A073835: Replace 10^k with (-10)^k in decimal expansion of n. ; 0,1,2,3,4,5,6,7,8,9,-10,-9,-8,-7,-6,-5,-4,-3,-2,-1,-20,-19,-18,-17,-16,-15,-14,-13,-12,-11,-30,-29,-28,-27,-26,-25,-24,-23,-22,-21,-40,-39,-38,-37,-36,-35,-34,-33,-32,-31,-50,-49,-48,-47,-46,-45,-44,-43,-42,-41,-60 mov $1,$0 mul $0,2 mod $0,20 sub $0,$1...
40.125
216
0.52648
989ad5d8af36c6299322b6bfefe917f0e65a1326
719
asm
Assembly
oeis/213/A213684.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/213/A213684.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/213/A213684.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A213684: Logarithmic derivative of A001002. ; Submitted by Jon Maiga ; 1,5,22,105,511,2534,12720,64449,328900,1688115,8705060,45064110,234054198,1219053680,6364813192,33302104593,174570695175,916628799380,4820160541350,25381091113455,133808636072595,706211862466500,3730964595817680,19729042153581150,10441371085927563...
37.842105
501
0.816412
c37c77e3d0e677f235b40c983c6bb275fdaa2e3e
412
asm
Assembly
programs/oeis/174/A174605.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/174/A174605.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/174/A174605.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A174605: Partial sums of A011371. ; 0,0,1,2,5,8,12,16,23,30,38,46,56,66,77,88,103,118,134,150,168,186,205,224,246,268,291,314,339,364,390,416,447,478,510,542,576,610,645,680,718,756,795,834,875,916,958,1000,1046,1092,1139,1186,1235,1284,1334 lpb $0 mov $2,$0 sub $0,1 seq $2,11371 ; a(n) = n minus (number of 1'...
37.454545
207
0.679612
43ba871179b94b1b10611b45f89851f2f52752cc
573
asm
Assembly
programs/oeis/225/A225018.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/225/A225018.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/225/A225018.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A225018: Number of cusps in a class of degree-3n complex algebraic surfaces. ; 3,30,127,301,647,1100,1851,2715,4027,5434,7463,9545,12447,15336,19267,23095,28211,33110,39567,45669,53623,61060,70667,79571,90987,101490,114871,127105,142607,156704,174483,190575,210787,229006,251807,272285,297831,320700 mov $5,$0 add $0,...
17.90625
222
0.670157
583534d77f9e7bf3b2b6b240ee6a56214f8c516b
670
asm
Assembly
programs/oeis/256/A256137.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/256/A256137.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/256/A256137.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A256137: a(2) = 1; a(3) = 4; for n >= 4, a(n) = 2 + Sum_{i=4..n} d(i), where d(i) = i for even i, d(i) = i-3 for odd i. ; 1,4,6,8,14,18,26,32,42,50,62,72,86,98,114,128,146,162,182,200,222,242,266,288,314,338,366,392,422,450,482,512,546,578,614,648,686,722,762,800,842,882,926,968,1014,1058,1106,1152,1202,1250,1302,135...
44.666667
439
0.667164
a41d9fbcc3bbbb46c7bce02448a9b9721638b32d
682
asm
Assembly
oeis/036/A036101.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/036/A036101.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/036/A036101.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A036101: Centered cube numbers: (n+1)^23 + n^23. ; Submitted by Christian Krause ; 1,8388609,94151567435,70462887356491,11991297699255789,801651152008680941,28158477563134519159,617664557698786568055,9453233930011206747641,108862938119652501095929,995430243255237372246531,7520167510204474383366659,4837864268036235337...
42.625
485
0.843109
c461185015418107837d7ae105eaf88c649597be
422
asm
Assembly
oeis/099/A099840.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/099/A099840.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/099/A099840.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A099840: Expansion of (1-6*x)/(1-20*x^2). ; Submitted by Jon Maiga ; 1,-6,20,-120,400,-2400,8000,-48000,160000,-960000,3200000,-19200000,64000000,-384000000,1280000000,-7680000000,25600000000,-153600000000,512000000000,-3072000000000,10240000000000,-61440000000000,204800000000000,-1228800000000000 add $0,1 mov $2,-6...
24.823529
231
0.703791
b74f9670b5a619bc838f6a73509c6e0bf86bbf12
1,023
asm
Assembly
tests/syntax_test_macros.asm
dougmasten/dougmasten-sublime-assembly-6809
60aca36483d6a33bbcc3d8880c8ce274cb6302a9
[ "MIT" ]
5
2018-11-10T02:09:16.000Z
2021-09-12T04:39:08.000Z
tests/syntax_test_macros.asm
dougmasten/dougmasten-sublime-assembly-6809
60aca36483d6a33bbcc3d8880c8ce274cb6302a9
[ "MIT" ]
1
2018-12-18T09:44:42.000Z
2018-12-23T06:14:12.000Z
tests/syntax_test_macros.asm
dougmasten/dougmasten-sublime-assembly-6809
60aca36483d6a33bbcc3d8880c8ce274cb6302a9
[ "MIT" ]
2
2021-01-31T03:09:12.000Z
2021-02-10T13:55:11.000Z
# SYNTAX TEST "Packages/Assembly-6809/Assembly-6809.sublime-syntax" # <- source.mc6809 label1 macro comment # <- entity.name.type.constant #^^^^^ entity.name.type.constant # ^^^^^ support.function.directive.macro endm # ^^^^ support.function.directive.macro label2 macro no...
26.921053
67
0.554252
b767650fe87a06482e447330444748ef9d481788
432
asm
Assembly
programs/oeis/316/A316344.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/316/A316344.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/316/A316344.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A316344: An example of a word that is uniform morphic, but neither pure morphic, primitive morphic, nor recurrent. ; 2,2,0,2,0,1,2,1,0,1,2,0,2,1,0,2,0,1,2,0,2,1,0,1,2,1,0,2,0,1,2,1,0,1,2,0,2,1,0,1,2,1,0,2,0,1,2,0,2,1,0,2,0,1,2,1,0,1,2,0,2,1,0,2,0,1,2,0,2,1,0,1,2,1,0,2,0,1,2,0,2,1,0,2,0,1,2,1,0,1,2,0,2,1,0,1,2,1,0,2 ...
48
201
0.608796
05e8a105fcd6dd6682a7a8bc9b76ddd36e753ede
434
asm
Assembly
libsrc/target/vector06c/graphics/w_pixladdr.asm
Frodevan/z88dk
f27af9fe840ff995c63c80a73673ba7ee33fffac
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/target/vector06c/graphics/w_pixladdr.asm
Frodevan/z88dk
f27af9fe840ff995c63c80a73673ba7ee33fffac
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/target/vector06c/graphics/w_pixladdr.asm
Frodevan/z88dk
f27af9fe840ff995c63c80a73673ba7ee33fffac
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
SECTION code_driver PUBLIC w_pixeladdress EXTERN __vector06c_scroll ; Entry hl = x ; de = y ; Exit: hl = de = address ; a = pixel number ; Uses: a, c, de, hl .w_pixeladdress ; Display is 256/512 pixels wide, 256 pixels high ld c,l ;Save for later ld a,l rrca rrca rrca and 31 add $e0 ld h,a ...
11.72973
50
0.633641
e47c899e01b9503d505877b7b62592b07d85e3e8
719
asm
Assembly
oeis/064/A064142.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/064/A064142.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/064/A064142.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A064142: Sum of all distinct primes dividing central binomial coefficient C(n, floor(n/2)). ; Submitted by Christian Krause ; 0,2,3,5,7,7,12,14,12,12,23,23,29,29,32,34,48,48,62,62,61,61,81,81,73,73,69,69,98,98,127,129,123,123,130,130,148,148,161,161,195,195,227,227,204,204,251,251,253,253,257,257,307,307,323,323,316,...
26.62963
365
0.64395
b677ae5466ffcf805d77548e82b05d0e0eb7550b
567
asm
Assembly
kernel/16bit/idt.asm
gniuk/BOS
5e144deaab35e84b572c5374dcda25490dd5c737
[ "Unlicense" ]
16
2015-01-21T18:19:25.000Z
2022-02-10T02:56:59.000Z
kernel/16bit/idt.asm
gniuk/BOS
5e144deaab35e84b572c5374dcda25490dd5c737
[ "Unlicense" ]
1
2018-12-27T20:57:54.000Z
2018-12-31T20:00:09.000Z
kernel/16bit/idt.asm
gniuk/BOS
5e144deaab35e84b572c5374dcda25490dd5c737
[ "Unlicense" ]
5
2015-01-16T13:31:14.000Z
2019-07-01T15:17:44.000Z
;----------------------------------------------------------; ; BOS kernel Christoffer Bubach, 2003-2005. ; ;----------------------------------------------------------; ; ; ; pointer to IDT (Interrupt Description Table) ; ; ...
35.4375
61
0.195767
16c5821b8ab63d92d31dd18eb6ed3c3f22b21621
852
asm
Assembly
04/fill/Fill.asm
BartlomiejRasztabiga/nand2tetris
8826ac0b446027a825b0449397b3d92a349d12be
[ "Apache-2.0" ]
null
null
null
04/fill/Fill.asm
BartlomiejRasztabiga/nand2tetris
8826ac0b446027a825b0449397b3d92a349d12be
[ "Apache-2.0" ]
null
null
null
04/fill/Fill.asm
BartlomiejRasztabiga/nand2tetris
8826ac0b446027a825b0449397b3d92a349d12be
[ "Apache-2.0" ]
null
null
null
(RESTART) @SCREEN D=A @0 M=D //PUT SCREEN START LOCATION IN RAM0 (KBDCHECK) @KBD D=M @BLACK D;JGT //JUMP IF ANY KBD KEYS ARE PRESSED @WHITE D;JEQ //ELSE JUMP TO WHITEN @KBDCHECK 0;JMP (BLACK) @1 M=-1 //WHAT TO FILL SCREEN WITH (-1=11111111111...
16.705882
56
0.495305
38aab30c2c456ff5b5da03474ab09bd038b3e9a1
6,942
asm
Assembly
Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xa0_notsx.log_21829_1200.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xa0_notsx.log_21829_1200.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/AVXALIGN/_st_/i9-9900K_12_0xa0_notsx.log_21829_1200.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 %r15 push %rax push %rbx push %rcx push %rdi push %rsi lea addresses_normal_ht+0x2f58, %rsi lea addresses_WT_ht+0x8198, %rdi nop nop dec %rbx mov $124, %rcx rep movsw nop xor $17283, %rax lea addresses_normal_ht+0x1cc08, %r15 nop cmp %r10, %r10 movl ...
36.730159
2,999
0.662057
90473d8e0a9be26ad63471ba955924823c307c35
466
asm
Assembly
oeis/144/A144470.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/144/A144470.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/144/A144470.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A144470: Triangle t(n,m) read by rows: t(n,m) = binomial(n,m)*3^m if m <= n/2, else t(n,m) = t(n,n-m). ; Submitted by Christian Krause ; 1,1,1,1,6,1,1,9,9,1,1,12,54,12,1,1,15,90,90,15,1,1,18,135,540,135,18,1,1,21,189,945,945,189,21,1,1,24,252,1512,5670,1512,252,24,1,1,27,324,2268,10206,10206,2268,324,27,1,1,30,405,32...
27.411765
208
0.613734
a06b98176118dc766887ce595e1bb09f14ae1e65
70
asm
Assembly
13-ilinux-paging/boot/kernel.asm
weimanzhou/ilinux
b65cb77510e5a28f6342c373dea156125a8b1d42
[ "Apache-2.0" ]
null
null
null
13-ilinux-paging/boot/kernel.asm
weimanzhou/ilinux
b65cb77510e5a28f6342c373dea156125a8b1d42
[ "Apache-2.0" ]
null
null
null
13-ilinux-paging/boot/kernel.asm
weimanzhou/ilinux
b65cb77510e5a28f6342c373dea156125a8b1d42
[ "Apache-2.0" ]
null
null
null
; 1 ; 2 ; 3 ; 4 ; 5 org 0x100 jmp LABEL_START LABEL_START: jmp $
5
15
0.585714
713fbcc4dfa75964c6ac18e89c50f88f471414bd
4,269
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_10.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_10.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_10.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 %rsi lea addresses_normal_ht+0x13f79, %rsi nop nop nop and $28257, %r10 movups (%rsi), %xmm7 vpextrq $0, %xmm7, %r15 xor %r10, %r10 pop %rsi pop %r15 pop %r10 ret .global s_faulty_load s_faulty_load: push %r10 push %r11 push %r9 push %rax push %...
60.985714
2,999
0.659639
48e5e09e64b68499f26d75363cc0100f669d2799
768
asm
Assembly
PA5/samples/pa9-max.asm
atomic/CSE131
9d60c16f65fbd5cb91840643cbe6c4c9f5fdd2b4
[ "MIT" ]
1
2019-04-22T07:40:24.000Z
2019-04-22T07:40:24.000Z
PA5/samples/pa9-max.asm
atomic/CSE131
9d60c16f65fbd5cb91840643cbe6c4c9f5fdd2b4
[ "MIT" ]
null
null
null
PA5/samples/pa9-max.asm
atomic/CSE131
9d60c16f65fbd5cb91840643cbe6c4c9f5fdd2b4
[ "MIT" ]
null
null
null
.data text: .asciiz "Enter a number: " .text main: # Printing out the text li $v0, 4 la $a0, text syscall # Getting user input li $v0, 5 syscall # Moving the integer input to another register move $t0, $v0 # Printing out the text li $v0, 4 la $a0, text sy...
13.963636
50
0.536458
189b8b852d32ff2ee9a980295b1cfee42e24056f
361
asm
Assembly
programs/oeis/032/A032378.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/032/A032378.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/032/A032378.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A032378: Noncubes such that n is divisible by floor(n^(1/3)). ; 2,3,4,5,6,7,10,12,14,16,18,20,22,24,26,30,33,36,39,42,45,48,51,54,57,60,63,68,72,76,80,84,88,92,96,100,104,108,112,116,120,124,130,135,140,145,150,155,160,165,170,175,180,185,190,195,200,205,210,215,222,228,234,240 add $0,1 lpb $0,1 add $1,$0 sub $0...
30.083333
216
0.648199
bd114b4504733938eb148266d518fbf4861ba1df
4,286
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_206.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_206.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_206.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 %r10 push %r13 push %r8 push %r9 push %rbp push %rcx push %rdi // Store lea addresses_WC+0x4e4c, %rcx nop nop nop nop nop xor %rbp, %rbp movb $0x51, (%rcx) nop cmp $47208, %r9 // Store lea addresses_UC+0xeebc, %r8 nop nop ...
56.394737
2,999
0.660056
7a95c4c8c3270399f4de2af5101b1485acb4c89b
3,725
asm
Assembly
src/mappers/mapper9.asm
DigiDwrf/neon64v2-easybuild
94fa46fbc8ddb2af593cb42162df58f65a03ebc4
[ "0BSD" ]
36
2020-07-08T11:27:17.000Z
2022-03-15T08:38:52.000Z
src/mappers/mapper9.asm
DigiDwrf/neon64v2-easybuild
94fa46fbc8ddb2af593cb42162df58f65a03ebc4
[ "0BSD" ]
19
2020-07-12T23:14:03.000Z
2021-12-14T07:57:40.000Z
src/mappers/mapper9.asm
DigiDwrf/neon64v2-easybuild
94fa46fbc8ddb2af593cb42162df58f65a03ebc4
[ "0BSD" ]
6
2021-07-17T09:57:46.000Z
2022-03-13T07:50:25.000Z
// Mapper 9: PxROM, MMC2 scope Mapper9 { Init: addi sp, 8 sw ra, -8 (sp) lli t0, 6-1 add t1, gp, t0 - sb r0, mapper9_regs - gp_base (t1) addi t1, -1 bnez t0,- addi t0, -1 ls_gp(sh r0, mapper9_latch0) // 0x8000, 8K jal TLB.AllocateVaddr lli a0, 0x4000 // align 16K ls_gp(sw a0, mapper9_prgrom...
18.718593
81
0.66443
f8136391c9c303d16407865a23c2157812fd2862
697
asm
Assembly
oeis/220/A220892.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/220/A220892.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/220/A220892.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A220892: G.f.: (1+8*x+22*x^2+8*x^3+x^4)/(1-x)^6. ; Submitted by Jon Maiga ; 1,14,91,364,1085,2666,5719,11096,19929,33670,54131,83524,124501,180194,254255,350896,474929,631806,827659,1069340,1364461,1721434,2149511,2658824,3260425,3966326,4789539,5744116,6845189,8109010,9552991,11195744,13057121,15158254,17521595,2017...
38.722222
495
0.774749
9ca756021ceb939e234a30892f0263a701f50dff
1,517
asm
Assembly
src/util/strg/split.asm
olifink/qspread
d6403d210bdad9966af5d2a0358d4eed3f1e1c02
[ "MIT" ]
null
null
null
src/util/strg/split.asm
olifink/qspread
d6403d210bdad9966af5d2a0358d4eed3f1e1c02
[ "MIT" ]
null
null
null
src/util/strg/split.asm
olifink/qspread
d6403d210bdad9966af5d2a0358d4eed3f1e1c02
[ "MIT" ]
null
null
null
; Split a string 06/01-92 O.Fink section string include win1_keys_err xdef st_splta ; split string after position ;+++ ; split a standard string after a position ; abcdef -> split after 2 -> 1st=ab ; 2nd=cdef ; ; Entry ...
27.089286
69
0.472643
1d017fad3e27d8634e8de6a45b49e41c7846b46d
758
asm
Assembly
programs/oeis/286/A286679.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/286/A286679.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/286/A286679.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A286679: Numbers of the form (2*prime(n)^2 + 1)/3. ; 17,33,81,113,193,241,353,561,641,913,1121,1233,1473,1873,2321,2481,2993,3361,3553,4161,4593,5281,6273,6801,7073,7633,7921,8513,10753,11441,12513,12881,14801,15201,16433,17713,18593,19953,21361,21841,24321,24833,25873,26401,29681,33153,34353,34961,36193,38081,38721,...
63.166667
586
0.778364
1ff72152598cf75619b5a77cbee19d057284c2f4
1,403
asm
Assembly
programs/oeis/209/A209505.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/209/A209505.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/209/A209505.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A209505: Half the number of (n+1) X 3 0..2 arrays with every 2 X 2 subblock having two or four distinct clockwise edge differences. ; 27,123,561,2559,11673,53247,242889,1107951,5053977,23053983,105161961,479701839,2188185273,9981522687,45531242889,207693169071,947403359577,4321630459743,19713345579561,89923466978319,...
155.888889
1,065
0.893799
fcde6c6af5cf84cd38cb9beed0fc117e8e39b916
12,922
asm
Assembly
ugbc/src/hw/6847/plot.asm
spotlessmind1975/ugbasic
1df3c8fde8e80b479ece86b4ff2b97b599d57ff4
[ "Apache-2.0" ]
10
2021-10-03T13:44:25.000Z
2022-03-10T23:53:32.000Z
ugbc/src/hw/6847/plot.asm
spotlessmind1975/ugbasic
1df3c8fde8e80b479ece86b4ff2b97b599d57ff4
[ "Apache-2.0" ]
379
2021-08-12T09:46:09.000Z
2022-03-27T11:29:12.000Z
ugbc/src/hw/6847/plot.asm
spotlessmind1975/ugbasic
1df3c8fde8e80b479ece86b4ff2b97b599d57ff4
[ "Apache-2.0" ]
2
2021-11-08T19:37:50.000Z
2021-11-20T22:27:12.000Z
; /***************************************************************************** ; * ugBASIC - an isomorphic BASIC language compiler for retrocomputers * ; ***************************************************************************** ; * Copyright 2021-2022 Marco Spedaletti (asimov@mclink.it) ; * ; * Licens...
21.288303
82
0.586287
c1cf1880980b9d05f5035b29ae336e3c25fb6ead
14,654
asm
Assembly
repeater/simplebus2-repeater.asm
plusvic/simplebus2-intercom
3839053ac9e2873434345242bca67080197bbab5
[ "CC0-1.0" ]
12
2021-06-18T19:50:36.000Z
2022-03-18T08:38:47.000Z
repeater/simplebus2-repeater.asm
plusvic/simplebus2-intercom
3839053ac9e2873434345242bca67080197bbab5
[ "CC0-1.0" ]
3
2021-11-05T05:51:18.000Z
2022-03-30T15:59:20.000Z
repeater/simplebus2-repeater.asm
plusvic/simplebus2-intercom
3839053ac9e2873434345242bca67080197bbab5
[ "CC0-1.0" ]
1
2022-03-23T20:08:45.000Z
2022-03-23T20:08:45.000Z
#include "p12f508.inc" ; CONFIG ; __config 0xFEA __CONFIG _OSC_IntRC & _WDT_OFF & _CP_OFF & _MCLRE_OFF #define BUS_RX GP3 #define BUS_TX GP4 #define UART_RX GP1 #define UART_TX GP2 _A equ 07h _B equ 08h _C equ 09h _D equ 0Ah GPIO_BCKP equ 0Bh BIT_COUNT equ 0Ch ;;;;;;;...
31.04661
81
0.546335
79d943ade20dc45479f38b3b0233a95d23d4d822
657
asm
Assembly
programs/oeis/048/A048777.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/048/A048777.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/048/A048777.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A048777: First partial sums of A005409; second partial sums of A001333. ; 1,5,16,44,113,281,688,1672,4049,9789,23648,57108,137889,332913,803744,1940432,4684641,11309749,27304176,65918140,159140497,384199177,927538896,2239277016,5406092977,13051463021,31509019072,76069501220,183648021569,443365544417 mov $10,$0 mov $...
19.909091
228
0.614916
62b42ca84bad3333afda40eb83666a567e80fe37
6,004
asm
Assembly
Transynther/x86/_processed/NONE/_xt_sm_/i3-7100_9_0x84_notsx.log_4233_1483.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_xt_sm_/i3-7100_9_0x84_notsx.log_4233_1483.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_xt_sm_/i3-7100_9_0x84_notsx.log_4233_1483.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 %r10 push %r11 push %r12 push %r8 push %rax push %rbx push %rcx // Store lea addresses_A+0x1ba87, %r10 nop nop nop nop and %rbx, %rbx mov $0x5152535455565758, %r11 movq %r11, (%r10) nop nop nop nop nop add $50268, %r10 // ...
36.609756
2,999
0.650067
5e9bd2183e5022f57c23982afdad9ac4af6bb6fa
11,276
asm
Assembly
validation.asm
XlogicX/Validation
d1ef89a8654361c99a8377a0aecc1335db100e7a
[ "MIT" ]
null
null
null
validation.asm
XlogicX/Validation
d1ef89a8654361c99a8377a0aecc1335db100e7a
[ "MIT" ]
null
null
null
validation.asm
XlogicX/Validation
d1ef89a8654361c99a8377a0aecc1335db100e7a
[ "MIT" ]
null
null
null
; Validation [ORG 0x7c00] ;Init the environment xor ax, ax ; make it zero mov ds, ax ; DS=0 mov ss, ax ; stack starts at 0 mov sp, 0x9c00 ; 200h past code start mov ah, 0xb8 ; text video memory mov es, ax ; ES=0xB800 mov al, 0x03 int 0...
40.561151
125
0.572277
5d0371d82dfa1d8d4888c118d973b34d0bfc16f3
749
asm
Assembly
smsq/q40/driver/dv3.asm
olifink/smsqe
c546d882b26566a46d71820d1539bed9ea8af108
[ "BSD-2-Clause" ]
null
null
null
smsq/q40/driver/dv3.asm
olifink/smsqe
c546d882b26566a46d71820d1539bed9ea8af108
[ "BSD-2-Clause" ]
null
null
null
smsq/q40/driver/dv3.asm
olifink/smsqe
c546d882b26566a46d71820d1539bed9ea8af108
[ "BSD-2-Clause" ]
null
null
null
; SMSQ Q40 DV3 Main Routine section header xref smsq_end xref.l dv3_vers header_base dc.l dv3_base-header_base ; length of header dc.l 0 ; module length unknown dc.l smsq_end-dv3_base ; loaded length dc.l 0 ; checksum dc.l 0 ; always select dc.b 1 ; 1 level down dc.b 0 dc.w smsq_name-* smsq...
15.604167
46
0.732977
3ebe2d7fbbc6cefb30598790116238ecca9a3dd8
363
asm
Assembly
programs/oeis/085/A085062.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/085/A085062.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/085/A085062.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A085062: A085060(n)/9 - 1/3. ; 0,1,1,4,2,4,3,13,4,7,5,13,6,10,7,40,8,13,9,22,10,16,11,40,12,19,13,31,14,22,15,121,16,25,17,40,18,28,19,67,20,31,21,49,22,34,23,121,24,37,25,58,26,40,27,94,28,43,29,67,30,46,31,364,32,49,33,76,34,52,35,121,36,55 mov $1,$0 add $1,4 lpb $0 sub $0,1 mov $2,$1 div $1,2 sub $2,1 g...
22.6875
213
0.586777
79e8287dc2067031dec0c660c28557d42fcbc2c7
390
asm
Assembly
oeis/090/A090133.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/090/A090133.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/090/A090133.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A090133: Expansion of (1+4x)/(1+4x+5x^2). ; Submitted by Jon Maiga ; 1,0,-5,20,-55,120,-205,220,145,-1680,5995,-15580,32345,-51480,44195,80620,-543455,1770720,-4365605,8608820,-12607255,7384920,33496595,-170910980,516160945,-1210088880,2259550795,-2987758780,653281145,12325669320 mul $0,2 mov $1,1 mov $2,1 lpb $0 ...
24.375
213
0.687179
fc3663a0f674ae8d216546f04bb3ec4ca4d07dbf
9,777
asm
Assembly
transformy/tables/gen/0020.asm
mborik/regression
25b5f2204ce668594449e8ce804779288b895ac0
[ "MIT" ]
3
2019-09-18T05:34:22.000Z
2020-12-04T17:46:52.000Z
transformy/tables/gen/0020.asm
mborik/regression
25b5f2204ce668594449e8ce804779288b895ac0
[ "MIT" ]
null
null
null
transformy/tables/gen/0020.asm
mborik/regression
25b5f2204ce668594449e8ce804779288b895ac0
[ "MIT" ]
1
2020-01-17T01:04:24.000Z
2020-01-17T01:04:24.000Z
ld a, 192 ld hl, basescradr + #09b5 ld (hl), a inc h ld (hl), a inc h ld (hl), a inc h ld (hl), a inc h ld (hl), a ld (basescradr + #01f4), a ld (basescradr + #0b95), a ld a, 1 ld (basescradr + #02f3), a ld (basescradr + #08ac), a ld (basescradr + #0a4e), a ld a, 224 ld hl, basescr...
15.54372
29
0.516314
d59a3489bc6846d2b22626f0cfbfe181d236ecb0
6,695
asm
Assembly
Transynther/x86/_processed/NONE/_ht_st_zr_/i7-7700_9_0xca.log_19490_1638.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_ht_st_zr_/i7-7700_9_0xca.log_19490_1638.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_ht_st_zr_/i7-7700_9_0xca.log_19490_1638.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r13 push %r15 push %r9 push %rbp push %rcx push %rdi push %rsi lea addresses_A_ht+0x262, %r15 nop nop nop cmp %rbp, %rbp movups (%r15), %xmm1 vpextrq $1, %xmm1, %r9 nop nop nop nop and $41484, %rcx lea addresses_WT_ht+0x14a62, %rsi nop sub %rcx, %rcx mov (%rsi), %r13w ...
36.785714
2,999
0.654817
e0cb9e652c1f1166eac8de2dbac6d976267b5848
584
asm
Assembly
programs/oeis/282/A282600.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/282/A282600.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/282/A282600.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A282600: a(n) = Sum_(k=1..phi(n)) floor(d_k/2) where d_k are the totatives of n. ; 0,0,1,1,4,2,9,6,12,8,25,10,36,18,28,28,64,24,81,36,60,50,121,44,120,72,117,78,196,56,225,120,160,128,204,102,324,162,228,152,400,120,441,210,264,242,529,184,504,240,400,300,676,234,540,324,504,392,841,232,900,450,558,496,768,320,1089,5...
64.888889
383
0.702055
2d6dc4373150df736d00296e93f7959074b13802
499
asm
Assembly
source/lli_iterate.asm
mateuszstompor/Linked-List-x86-64-ASM
0652d03458ef65e93a6cad4586dacbd5893c5ed6
[ "MIT" ]
5
2019-07-12T11:30:22.000Z
2022-03-07T18:39:52.000Z
source/lli_iterate.asm
mateuszstompor/Linked-List-x86-64-ASM
0652d03458ef65e93a6cad4586dacbd5893c5ed6
[ "MIT" ]
6
2019-07-22T21:34:01.000Z
2020-02-09T15:09:10.000Z
source/lli_iterate.asm
mateuszstompor/Linked-List-x86-64-ASM
0652d03458ef65e93a6cad4586dacbd5893c5ed6
[ "MIT" ]
null
null
null
; ; Created by Mateusz Stompór on 30/06/2019. ; %include "source/offsets.asm" %include "source/iterator.asm" %include "source/constants.asm" global LLI_ITERATE section .text LLI_ITERATE: ; About ; Gets a pointer to an iterator. Advances it by one ; Takes ; rdi - pointer to an iterator cmp dword...
18.481481
55
0.667335
913345a921332df2cee76963127d4a9602cd06ed
4,670
asm
Assembly
Transynther/x86/_processed/P/_zr_/i7-7700_9_0x48.log_21829_960.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/P/_zr_/i7-7700_9_0x48.log_21829_960.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/P/_zr_/i7-7700_9_0x48.log_21829_960.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 %r8 push %r9 push %rbp push %rbx push %rdx lea addresses_UC_ht+0x1ef70, %r8 nop sub %r9, %r9 vmovups (%r8), %ymm6 vextracti128 $1, %ymm6, %xmm6 vpextrq $0, %xmm6, %r11 nop nop sub $13133, %rbp lea addresses_normal_ht+0xbe84, %rbp nop nop nop cmp $544...
51.318681
2,999
0.661884
19e61ab4e42e0c2d427d7b510c7d4654e99d4844
6,909
asm
Assembly
bootmgr/stage2/echfs.asm
avdgrinten/windozz
9804e43ad52dcb717463c0f44594d62b00b3601b
[ "MIT" ]
1
2021-01-17T22:10:32.000Z
2021-01-17T22:10:32.000Z
bootmgr/stage2/echfs.asm
avdgrinten/windozz
9804e43ad52dcb717463c0f44594d62b00b3601b
[ "MIT" ]
null
null
null
bootmgr/stage2/echfs.asm
avdgrinten/windozz
9804e43ad52dcb717463c0f44594d62b00b3601b
[ "MIT" ]
null
null
null
; The Windozz Project ; Copyright (C) 2018-2019 by the Windozz authors. bits 16 DISK_BUFFER equ 0x8000 DISK_BUFFER_SEGMENT equ 0x800 align 8 echfs_directory_size dq 0 ; in blocks echfs_allocation_size dd 0 ; in blocks echfs_directory dd 0 ...
18.473262
93
0.577797
2f7c471509e1da4daf85c514f4dc79d4d6d8749b
5,540
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_678.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_678.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_678.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r14 push %r15 push %r8 push %rax push %rcx push %rdi push %rdx push %rsi lea addresses_WT_ht+0xba2, %rsi lea addresses_UC_ht+0x44c2, %rdi clflush (%rsi) xor %r14, %r14 mov $73, %rcx rep movsl nop nop nop nop lfence lea addresses_UC_ht+0x1bda2, %rdx nop nop nop and $305...
40.437956
2,999
0.662455
f47590a74635d83848f5b1b78b34adafbb0b76a1
1,208
asm
Assembly
Working Disassembly/General/Sprites/Snail Blaster/Map - Snail Blaster.asm
TeamASM-Blur/Sonic-3-Blue-Balls-Edition
7e8a2c5df02271615ff4cae529521e6b1560d6b1
[ "Apache-2.0" ]
5
2021-07-09T08:17:56.000Z
2022-02-27T19:57:47.000Z
Working Disassembly/General/Sprites/Snail Blaster/Map - Snail Blaster.asm
TeamASM-Blur/Sonic-3-Blue-Balls-Edition
7e8a2c5df02271615ff4cae529521e6b1560d6b1
[ "Apache-2.0" ]
null
null
null
Working Disassembly/General/Sprites/Snail Blaster/Map - Snail Blaster.asm
TeamASM-Blur/Sonic-3-Blue-Balls-Edition
7e8a2c5df02271615ff4cae529521e6b1560d6b1
[ "Apache-2.0" ]
null
null
null
Map_360400: dc.w Frame_360416-Map_360400 ; ... dc.w Frame_36042A-Map_360400 dc.w Frame_36043E-Map_360400 dc.w Frame_360452-Map_360400 dc.w Frame_360466-Map_360400 dc.w Frame_36047A-Map_360400 dc.w Frame_360482-Map_360400 dc.w Frame_36048A-Map_360400 dc.w Frame_360492-Map_360400 dc.w Frame_36049A-Map_3...
28.093023
46
0.581954
39fe892120f43d4fd9263ce88d17bd10cdf3592a
631
asm
Assembly
oeis/001/A001075.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/001/A001075.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/001/A001075.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A001075: a(0) = 1, a(1) = 2, a(n) = 4*a(n-1) - a(n-2). ; 1,2,7,26,97,362,1351,5042,18817,70226,262087,978122,3650401,13623482,50843527,189750626,708158977,2642885282,9863382151,36810643322,137379191137,512706121226,1913445293767,7141075053842,26650854921601,99462344632562,371198523608647,1385331749802026,517012847559...
52.583333
495
0.812995
1dd1d2a9645552d73fa0dd4acd6aa9c6a5e5f16f
276
asm
Assembly
programs/oeis/117/A117197.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/117/A117197.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/117/A117197.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A117197: a(n) = (n^3 - 1)^3. ; 0,343,17576,250047,1906624,9938375,40001688,133432831,385828352,997002999,2352637000,5150827583,10590025536,20638466407,38409197624,68669157375,118515478528,198257271191,322546580712,511808023999 mov $1,$0 add $1,1 pow $1,3 sub $1,1 pow $1,3
30.666667
197
0.775362
0596ea8976f9cee610652434965b00561d60c311
579
asm
Assembly
programs/oeis/249/A249824.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/249/A249824.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/249/A249824.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A249824: Permutation of natural numbers: a(n) = A078898(A003961(A003961(2*n))). ; 1,2,3,9,4,12,5,42,17,19,6,59,7,22,26,209,8,82,10,92,31,29,11,292,41,32,115,109,13,129,14,1042,40,39,48,409,15,49,45,459,16,152,18,142,180,52,20,1459,57,202,54,159,21,572,63,542,68,62,23,642,24,69,213,5209,70,199,25,192,73,239,27,2042,28...
72.375
336
0.690846
e45e40b756acbbe43f91f4a926999ba6cd34e215
5,768
asm
Assembly
final/FinalExam.asm
jay3ss/co-sci-917
1f6e0536c944286000dc74cf05a266667409312d
[ "BSD-3-Clause" ]
null
null
null
final/FinalExam.asm
jay3ss/co-sci-917
1f6e0536c944286000dc74cf05a266667409312d
[ "BSD-3-Clause" ]
null
null
null
final/FinalExam.asm
jay3ss/co-sci-917
1f6e0536c944286000dc74cf05a266667409312d
[ "BSD-3-Clause" ]
null
null
null
; Joshua Saunders ; CO SCI 917 ; Final Exam Project: ; FinalExam.asm ; ; Prompt: ; ; Write an assembly language program to input a string from the user. Your ; program should do these two things: ; ; 1. Count and display the number of words in the user input string. ; 2. Flip the case of each character from upper to l...
28.84
88
0.611477
a04bbef7ebb3c98f643fc38d003e385e772df0e1
169
asm
Assembly
text/maps/digletts_cave_route_2_entrance.asm
adhi-thirumala/EvoYellow
6fb1b1d6a1fa84b02e2d982f270887f6c63cdf4c
[ "Unlicense" ]
16
2018-08-28T21:47:01.000Z
2022-02-20T20:29:59.000Z
text/maps/DiglettsCaveRoute2.asm
JStar-debug2020/pokemon-rby-dx
c2fdd8145d96683addbd8d9075f946a68d1527a1
[ "MIT" ]
7
2020-07-16T10:48:52.000Z
2021-01-28T18:32:02.000Z
text/maps/DiglettsCaveRoute2.asm
JStar-debug2020/pokemon-rby-dx
c2fdd8145d96683addbd8d9075f946a68d1527a1
[ "MIT" ]
2
2019-12-09T19:46:02.000Z
2020-12-05T21:36:30.000Z
_DiglettsCaveRoute2Text1:: text "I went to ROCK" line "TUNNEL, but it's" cont "dark and scary." para "If a #MON's" line "FLASH could light" cont "it up..." done
16.9
26
0.668639
59d54b128f38e2f4871322511ba9924a804947e2
2,136
asm
Assembly
Transynther/x86/_processed/P/_st_un_/i7-7700_9_0xca_notsx.log_7_1597.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/P/_st_un_/i7-7700_9_0xca_notsx.log_7_1597.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/P/_st_un_/i7-7700_9_0xca_notsx.log_7_1597.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r14 push %r9 push %rax push %rcx push %rdx lea addresses_A_ht+0x1729d, %rcx nop and $24866, %rax mov $0x6162636465666768, %r11 movq %r11, %xmm4 vmovups %ymm4, (%rcx) nop nop nop nop nop cmp %r10, %r10 lea addresses_A_ht+0x5776, %r9 cmp %r11, %r11 mo...
18.573913
127
0.643727
8f9766ffc2052b5ec5593c10bf74449d2a4eddfe
5,412
asm
Assembly
Transynther/x86/_processed/NC/_st_sm_/i7-7700_9_0xca.log_25_1452.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NC/_st_sm_/i7-7700_9_0xca.log_25_1452.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NC/_st_sm_/i7-7700_9_0xca.log_25_1452.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r15 push %r8 push %rax push %rcx push %rdi push %rsi lea addresses_D_ht+0x1e618, %rsi lea addresses_A_ht+0x19418, %rdi nop sub $34398, %rax mov $21, %rcx rep movsl sub %r11, %r11 lea addresses_WC_ht+0x1405b, %rsi lea addresses_normal_ht+0x5c18, %rdi...
21.47619
152
0.639874
bd60ab0519f00f44f9bda1d20287b7c53fdd77b5
2,002
asm
Assembly
savefile/maps/0A32_StrangeBush.asm
stranck/fools2018-1
1c506b17343fcdfa708aafaf8e596153e2c63254
[ "MIT" ]
35
2018-04-01T06:55:28.000Z
2021-05-09T19:09:42.000Z
savefile/maps/0A32_StrangeBush.asm
stranck/fools2018-1
1c506b17343fcdfa708aafaf8e596153e2c63254
[ "MIT" ]
4
2018-04-01T15:32:55.000Z
2019-02-23T20:46:49.000Z
savefile/maps/0A32_StrangeBush.asm
stranck/fools2018-1
1c506b17343fcdfa708aafaf8e596153e2c63254
[ "MIT" ]
12
2018-04-01T15:48:09.000Z
2021-01-27T10:22:33.000Z
SECTION "Map_0A32", ROM0[$B800] Map_0A32_Header: hdr_tileset 0 hdr_dimensions 5, 5 hdr_pointers_a Map_0A32_Blocks, Map_0A32_TextPointers hdr_pointers_b Map_0A32_Script, Map_0A32_Objects hdr_pointers_c Map_0A32_InitScript, Map_0A32_RAMScript hdr_palette $06 ...
22.75
63
0.644855
7b8a7e0e4e374e8069a5748d64d4ab9b49aed9d3
872
asm
Assembly
Laboratorio/Relatorio_08/Resposta Rel_08/prog23.asm
0Augusto/hello-world
9fd2c7b00a6c3cbe696f7eff8db4e89a8d7b4ae2
[ "Apache-2.0" ]
1
2022-03-03T17:22:30.000Z
2022-03-03T17:22:30.000Z
Laboratorio/Relatorio_08/Resposta Rel_08/prog23.asm
0Augusto/hello-world
9fd2c7b00a6c3cbe696f7eff8db4e89a8d7b4ae2
[ "Apache-2.0" ]
null
null
null
Laboratorio/Relatorio_08/Resposta Rel_08/prog23.asm
0Augusto/hello-world
9fd2c7b00a6c3cbe696f7eff8db4e89a8d7b4ae2
[ "Apache-2.0" ]
null
null
null
# Variaveis associadas aos registradores: # endBase -> $16 # k -> $17 # x -> $18 # y -> $19 .data x: .word 3 y: .word 4 .text .globl main main: addi $8, $0, 0x1001 # t0 = 0x00001001 sll $16, $8, 0x10 # t0 = 0x10010000 lw $18, 0x0($16) # x = mem[0 + endBase] lw $19, 0x4($16) # y = mem[4 + endBase] ...
23.567568
56
0.463303
566ae83b025c90bd3d83cdb04121dbad166ffbee
1,792
asm
Assembly
SrcAll/BCD.asm
mytechnotalent/c64-assembly
a733cf03ca295562f12027a02c63b39cf3d15725
[ "Apache-2.0" ]
2
2020-07-28T18:29:54.000Z
2020-07-29T14:23:11.000Z
SrcAll/BCD.asm
mytechnotalent/c64-assembly
a733cf03ca295562f12027a02c63b39cf3d15725
[ "Apache-2.0" ]
null
null
null
SrcAll/BCD.asm
mytechnotalent/c64-assembly
a733cf03ca295562f12027a02c63b39cf3d15725
[ "Apache-2.0" ]
1
2021-08-04T20:27:35.000Z
2021-08-04T20:27:35.000Z
BCD_Show: ldy #0 BCD_ShowDirect: tya pha pushpair z_de lda (z_de),y jsr PrintBCDChar pullpair z_de pla tay iny dex bne BCD_ShowDirect rts BCD_Add: txa tay dey php sed ;Set Decimal clc BCD_Add_Again: lda (z_de),y adc (z_hl),y ifdef BuildNES jsr NesBCD_AD...
11.86755
58
0.626116
f81126e9d2ba57a396e33ebf3674bcde235a6c7a
5,784
asm
Assembly
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_2413.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_2413.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_2413.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r14 push %r8 push %rax push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0x1e390, %r11 nop nop nop and $32655, %r8 mov $0x6162636465666768, %rax movq %rax, (%r11) nop nop nop and %r14, %r14 lea addresses_D_ht+0xb90, %rbx nop nop nop dec %r...
35.703704
2,999
0.658195
08facbd1ccde4c386fbdcaa1dfcec2236d696dc9
4,856
asm
Assembly
libtool/src/gmp-6.1.2/mpn/sparc64/ultrasparct3/mod_1_4.asm
kroggen/aergo
05af317eaa1b62b21dc0144ef74a9e7acb14fb87
[ "MIT" ]
1,602
2015-01-06T11:26:31.000Z
2022-03-30T06:17:21.000Z
libtool/src/gmp-6.1.2/mpn/sparc64/ultrasparct3/mod_1_4.asm
kroggen/aergo
05af317eaa1b62b21dc0144ef74a9e7acb14fb87
[ "MIT" ]
11,789
2015-01-05T04:50:15.000Z
2022-03-31T23:39:19.000Z
libtool/src/gmp-6.1.2/mpn/sparc64/ultrasparct3/mod_1_4.asm
kroggen/aergo
05af317eaa1b62b21dc0144ef74a9e7acb14fb87
[ "MIT" ]
498
2015-01-08T18:58:18.000Z
2022-03-20T15:37:45.000Z
dnl SPARC T3/T4/T5 mpn_mod_1s_4p. dnl Contributed to the GNU project by Torbjörn Granlund. dnl Copyright 2013 Free Software Foundation, Inc. dnl This file is part of the GNU MP Library. dnl dnl The GNU MP Library is free software; you can redistribute it and/or modify dnl it under the terms of either: dnl dnl ...
20.752137
79
0.574753
3b30db4c02558402a308c86d1916d59f8e673985
1,499
asm
Assembly
Borland/CBuilder5/Source/RTL/source/cstrings/wmemchr.asm
TrevorDArcyEvans/DivingMagpieSoftware
7ffcfef653b110e514d5db735d11be0aae9953ec
[ "MIT" ]
1
2021-05-27T10:27:25.000Z
2021-05-27T10:27:25.000Z
Borland/CBuilder5/Source/RTL/source/cstrings/wmemchr.asm
TrevorDArcyEvans/Diving-Magpie-Software
7ffcfef653b110e514d5db735d11be0aae9953ec
[ "MIT" ]
null
null
null
Borland/CBuilder5/Source/RTL/source/cstrings/wmemchr.asm
TrevorDArcyEvans/Diving-Magpie-Software
7ffcfef653b110e514d5db735d11be0aae9953ec
[ "MIT" ]
null
null
null
;[]-----------------------------------------------------------------[] ;| WMEMCHR.ASM -- search for a wide character | ;[]-----------------------------------------------------------------[] ; ; C/C++ Run Time Library - Version 10.0 ; ; Copyright (c) 1996, 2000 by Inprise Corporation...
24.57377
72
0.437625
3b7a13b626a233aea78d53d0c955b99aac6a2495
1,333
asm
Assembly
CISP 310/Midterm 1.asm
gb-camera/college-hw
e36d275ed7fad0a0fdb711a2a4abc82860bc3fcd
[ "Unlicense" ]
null
null
null
CISP 310/Midterm 1.asm
gb-camera/college-hw
e36d275ed7fad0a0fdb711a2a4abc82860bc3fcd
[ "Unlicense" ]
null
null
null
CISP 310/Midterm 1.asm
gb-camera/college-hw
e36d275ed7fad0a0fdb711a2a4abc82860bc3fcd
[ "Unlicense" ]
null
null
null
; CISP 310 - Michael Dinh ; Midterm 1 - Question 7 ; 11/01/2020 INCLUDE io.h .DATA ; program variables prompt BYTE "Enter a number.", 0 string BYTE 40 DUP (?) resultLb BYTE "The largest value was", 0 largest BYTE 11 DUP (?) .CODE MainProc PROC ; reserve stack space sub rsp, 120 ; si...
25.150943
72
0.591898
9d249e384dbe369e0e0a070cd0459f04c1b1ef76
908
asm
Assembly
programs/oeis/266/A266732.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/266/A266732.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/266/A266732.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A266732: a(n) = 10*binomial(n+4, 5). ; 0,10,60,210,560,1260,2520,4620,7920,12870,20020,30030,43680,61880,85680,116280,155040,203490,263340,336490,425040,531300,657800,807300,982800,1187550,1425060,1699110,2013760,2373360,2782560,3246320,3769920,4358970,5019420,5757570,6580080,7493980,8506680,9625980,10860080,12217590...
129.714286
839
0.854626
2ffd8fdf881190129aa6abc4304db15cbf8fdf83
513
asm
Assembly
brokenthorn os dev test 2 os-phil/dng.pgm/osdev/osdev3-boot1.asm
kwccoin/bare_metal
455c3cc7be9df56453fa145cc4862a1cc91646b9
[ "BSD-2-Clause" ]
null
null
null
brokenthorn os dev test 2 os-phil/dng.pgm/osdev/osdev3-boot1.asm
kwccoin/bare_metal
455c3cc7be9df56453fa145cc4862a1cc91646b9
[ "BSD-2-Clause" ]
null
null
null
brokenthorn os dev test 2 os-phil/dng.pgm/osdev/osdev3-boot1.asm
kwccoin/bare_metal
455c3cc7be9df56453fa145cc4862a1cc91646b9
[ "BSD-2-Clause" ]
null
null
null
;********************************************* ; Boot1.asm ; - A Simple Bootloader ; ; Operating Systems Development Tutorial ;********************************************* org 0x7c00 ; We are loaded by BIOS at 0x7C00 bits 16 ; We are still in 16 bit Real Mode Start: xchg bx, bx cli ...
24.428571
89
0.506823