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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
4ecccce6d09d321a4f274b6b759324a078e3064f | 707 | asm | Assembly | oeis/078/A078005.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/078/A078005.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/078/A078005.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A078005: Expansion of (1-x)/(1-2*x+2*x^2+2*x^3).
; Submitted by Jamie Morken(s2)
; 1,1,0,-4,-10,-12,4,52,120,128,-88,-672,-1424,-1328,1536,8576,16736,13248,-24128,-108224,-194688,-124672,356480,1351680,2239744,1063168,-5056512,-16718848,-25451008,-7351296,69637120,204878848,285186048,21340160,-937449472,-2487951360,-... | 41.588235 | 497 | 0.742574 |
dc8d6a2cc199850e0ae6c8ecce9b890e889db898 | 2,159 | asm | Assembly | V1/src/ASH/cport/main.asm | anjennings/Tom80 | 99b58b32b923068c26e8781912ad825978b10f37 | [
"MIT"
] | 55 | 2021-01-16T16:18:45.000Z | 2022-03-28T17:58:05.000Z | V1/src/ASH/cport/main.asm | anjennings/Z80-Computer | 99b58b32b923068c26e8781912ad825978b10f37 | [
"MIT"
] | 1 | 2021-03-19T13:38:28.000Z | 2021-03-19T14:04:13.000Z | V1/src/ASH/cport/main.asm | anjennings/Z80-Computer | 99b58b32b923068c26e8781912ad825978b10f37 | [
"MIT"
] | 8 | 2021-02-07T18:52:32.000Z | 2022-01-18T07:00:45.000Z | ;--------------------------------------------------------
; File Created by SDCC : FreeWare ANSI-C Compiler
; Version 2.2.1 Wed May 05 19:53:51 2021
;--------------------------------------------------------
.module main
;--------------------------------------------------------
; Public variables in this module
;---... | 31.75 | 57 | 0.238536 |
9897b617575f7731f9ec39662de27ba41f975772 | 726 | asm | Assembly | oeis/086/A086285.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/086/A086285.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/086/A086285.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A086285: Numbers k such that 1 + 2k + 3k^2 is prime.
; Submitted by Jamie Morken(w4)
; 2,12,14,18,24,26,32,38,44,56,62,68,90,92,98,114,120,126,128,144,150,158,164,168,170,176,180,186,192,200,210,212,216,230,246,254,260,266,276,278,282,290,300,318,332,344,354,362,366,378,396,398,408,420,432,434,450,452,456,474,476,480... | 33 | 385 | 0.666667 |
2d56330b67580349c53f6aed30a2ca6742bc33cd | 1,630 | asm | Assembly | src/Vendor.asm | issalig/amstrad-diagnostics | ed069cc45436549bd3d11b976361988a23661088 | [
"MIT"
] | null | null | null | src/Vendor.asm | issalig/amstrad-diagnostics | ed069cc45436549bd3d11b976361988a23661088 | [
"MIT"
] | null | null | null | src/Vendor.asm | issalig/amstrad-diagnostics | ed069cc45436549bd3d11b976361988a23661088 | [
"MIT"
] | null | null | null | MODULE VENDOR
;; www.cpcwiki.eu/index.php/LK-selectable_Brand_Names
;; www.cpcwiki.eu/index.php/LK_Links
;; LK1,LK2,LK3 are optional links on the CPC mainboard, connected to PPI Port B, Bit1-3.
;; The links select the distributor name (which is displayed by the BIOS in the boot message).
;; www.cpcwiki.eu/index.ph... | 27.627119 | 95 | 0.641104 |
436737cee53f517c16fa2122aa2f86e1b1c15fba | 1,038 | asm | Assembly | programs/oeis/219/A219651.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/219/A219651.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/219/A219651.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A219651: a(n) = n minus (sum of digits in factorial base expansion of n).
; 0,0,1,1,2,2,5,5,6,6,7,7,10,10,11,11,12,12,15,15,16,16,17,17,23,23,24,24,25,25,28,28,29,29,30,30,33,33,34,34,35,35,38,38,39,39,40,40,46,46,47,47,48,48,51,51,52,52,53,53,56,56,57,57,58,58,61,61,62,62,63,63,69,69,70,70,71,71,74,74,75,75,76,76,79... | 148.285714 | 881 | 0.710019 |
43b767d6417231c58c62d1b02dd6dc7ad8cb3912 | 812 | asm | Assembly | oeis/142/A142021.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/142/A142021.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/142/A142021.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A142021: Primes congruent to 17 mod 31.
; Submitted by Jon Maiga
; 17,79,389,761,823,947,1009,1319,1381,1567,1753,1877,2063,2311,2621,2683,3613,3923,4357,4481,4729,5039,5101,5659,5783,6217,6899,6961,7333,7457,7643,7829,8263,8387,8573,8821,9007,9689,10061,10247,10433,10867,11177,11239,11549,12107,12479,12541,13037,130... | 36.909091 | 501 | 0.731527 |
54920d4d209442c2f3521d3a7c3efb6b7f7c505d | 210 | asm | Assembly | programs/oeis/295/A295774.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/295/A295774.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/295/A295774.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A295774: a(n) is the minimum size of a restricted planar additive basis for the square [0,2n]^2.
; 1,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76,80,84,88,92
mul $0,4
pow $1,$0
add $1,$0
mov $0,$1
| 26.25 | 98 | 0.657143 |
108a321fa2df5017ab8cb3d678180c063c2ee3f4 | 1,503 | asm | Assembly | ASMFiles/procedures in Assembly.asm | Undeadtaker/Assembly | 34d44d1869eeb27ef957e1e5f28cdf849c6bb610 | [
"Apache-2.0"
] | null | null | null | ASMFiles/procedures in Assembly.asm | Undeadtaker/Assembly | 34d44d1869eeb27ef957e1e5f28cdf849c6bb610 | [
"Apache-2.0"
] | null | null | null | ASMFiles/procedures in Assembly.asm | Undeadtaker/Assembly | 34d44d1869eeb27ef957e1e5f28cdf849c6bb610 | [
"Apache-2.0"
] | null | null | null | .model small
.data
.code
first proc ; every process should begin with its name, after that have the name proc that signals the beginning of the process
mov dl, 51 ; the first procedure changes the value of the dl reg to 51 (hex 3)
; jmp jump ... | 35.785714 | 140 | 0.586826 |
11fc310a9b3a9f369470d8b95bf50c41274ac744 | 67 | asm | Assembly | asm/shift.asm | YikeZhou/lipsi | 1db35fa43fb89b186a203cacd731690601634e1e | [
"BSD-2-Clause"
] | null | null | null | asm/shift.asm | YikeZhou/lipsi | 1db35fa43fb89b186a203cacd731690601634e1e | [
"BSD-2-Clause"
] | null | null | null | asm/shift.asm | YikeZhou/lipsi | 1db35fa43fb89b186a203cacd731690601634e1e | [
"BSD-2-Clause"
] | null | null | null | #
# shift test program
#
ldi 0x7f
sll
srl
sll
sra
subi 0xff
exit | 5.153846 | 20 | 0.701493 |
99b7a3cf497c64f3f3399ba8fbf86c58abd7a281 | 1,006 | asm | Assembly | src/examples/06_print_int/print_int.asm | vladimir-kazan/asm | 1233961934ea95fc9b1a246a2e42f8a24d84528b | [
"Apache-2.0"
] | null | null | null | src/examples/06_print_int/print_int.asm | vladimir-kazan/asm | 1233961934ea95fc9b1a246a2e42f8a24d84528b | [
"Apache-2.0"
] | null | null | null | src/examples/06_print_int/print_int.asm | vladimir-kazan/asm | 1233961934ea95fc9b1a246a2e42f8a24d84528b | [
"Apache-2.0"
] | null | null | null | %include '../../lib/syscall.asm'
%include '../../lib/functions.asm'
SECTION .text
global start
default rel
start:
lea rdi, [msg]
call sprintLF
mov rcx, 0 ; counter of how many bytes we need to print in the end
; divideLoop:
; inc rcx
xor rdx, rdx
mov rax, 250
... | 19.72549 | 80 | 0.521869 |
a951133f60369bb038759fc251fb3a27cac55cc7 | 2,877 | asm | Assembly | test/expimp.asm | bitwiseworks/nasm-os2 | ef78e4ee1ca3220ac3b60a61b084a693b8032ab6 | [
"BSD-2-Clause"
] | 3 | 2015-03-21T07:35:15.000Z | 2018-01-12T01:24:02.000Z | 3rdParties/src/nasm/nasm-2.15.02/travis/test/expimp.asm | blue3k/StormForge | 1557e699a673ae9adcc8f987868139f601ec0887 | [
"Apache-2.0"
] | 1 | 2020-03-26T19:58:54.000Z | 2020-04-24T08:58:04.000Z | test/expimp.asm | bitwiseworks/nasm-os2 | ef78e4ee1ca3220ac3b60a61b084a693b8032ab6 | [
"BSD-2-Clause"
] | 5 | 2015-03-21T07:35:21.000Z | 2021-01-14T10:54:46.000Z | ;Testname=O0; Arguments=-O0 -fbin -oexpimp.bin; Files=stdout stderr expimp.bin
;Testname=O1; Arguments=-O1 -fbin -oexpimp.bin; Files=stdout stderr expimp.bin
;Testname=Ox; Arguments=-Ox -fbin -oexpimp.bin; Files=stdout stderr expimp.bin
;Testname=error-O0; Arguments=-O0 -fbin -oexpimp.bin -DERROR; Files=stdout stder... | 31.615385 | 93 | 0.719847 |
f540152e8bec0cd5025fa5f8e4e49ad403eb8756 | 683 | asm | Assembly | src/util/strg/appc.asm | olifink/qspread | d6403d210bdad9966af5d2a0358d4eed3f1e1c02 | [
"MIT"
] | null | null | null | src/util/strg/appc.asm | olifink/qspread | d6403d210bdad9966af5d2a0358d4eed3f1e1c02 | [
"MIT"
] | null | null | null | src/util/strg/appc.asm | olifink/qspread | d6403d210bdad9966af5d2a0358d4eed3f1e1c02 | [
"MIT"
] | null | null | null | ; append a character after a string 06/01-92 O.Fink
section string
include win1_keys_err
xdef st_appc ; append a character
;+++
; append a character after a string (there must be enough space!)
; abcdef -> append 1 -> abcdef1
;
; ... | 23.551724 | 71 | 0.456808 |
80c9fad9699d06f9cc6e255cfc7ab9ccb89f7384 | 363 | asm | Assembly | programs/oeis/281/A281482.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/281/A281482.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/281/A281482.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A281482: a(n) = 2^(n + 1) * (2^n + 1) - 1.
; 3,11,39,143,543,2111,8319,33023,131583,525311,2099199,8392703,33562623,134234111,536903679,2147549183,8590065663,34360000511,137439477759,549756862463,2199025352703,8796097216511,35184380477439,140737505132543,562949986975743,2251799880794111,9007199388958719
mov $1,2
pow... | 36.3 | 261 | 0.768595 |
073141a27e14769f828fe517ef35a2694feefb86 | 234 | asm | Assembly | src/test_include/test4.asm | hra1129/zma | c2bfc79df45e1d4d01c6faa1b69216245a4e1d2c | [
"MIT"
] | 8 | 2021-03-19T23:44:14.000Z | 2022-03-22T07:29:02.000Z | src/test_include/test4.asm | hra1129/zma | c2bfc79df45e1d4d01c6faa1b69216245a4e1d2c | [
"MIT"
] | null | null | null | src/test_include/test4.asm | hra1129/zma | c2bfc79df45e1d4d01c6faa1b69216245a4e1d2c | [
"MIT"
] | 1 | 2021-11-27T22:37:24.000Z | 2021-11-27T22:37:24.000Z | ; -----------------------------------------------------------------------------
; test program
; -----------------------------------------------------------------------------
include "sub_repeat_macro.asm"
defb 1, 2
PAGE_ALIGN
| 23.4 | 79 | 0.226496 |
5d1c2c530164b95e448d26fb56a82f1f0157851d | 1,668 | asm | Assembly | programs/oeis/108/A108928.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/108/A108928.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/108/A108928.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A108928: a(n) = 8*n^2 - 3.
; 5,29,69,125,197,285,389,509,645,797,965,1149,1349,1565,1797,2045,2309,2589,2885,3197,3525,3869,4229,4605,4997,5405,5829,6269,6725,7197,7685,8189,8709,9245,9797,10365,10949,11549,12165,12797,13445,14109,14789,15485,16197,16925,17669,18429,19205,19997,20805,21629,22469,23325,24197,25085,259... | 185.333333 | 1,590 | 0.82554 |
fded1360b34b8df5993d7272576a203755371251 | 1,043 | asm | Assembly | Examples/ch17/Speaker.asm | satadriver/LiunuxOS | 693174ac2b3e503d72782fc7a14f18c8a4f2756c | [
"Apache-2.0"
] | null | null | null | Examples/ch17/Speaker.asm | satadriver/LiunuxOS | 693174ac2b3e503d72782fc7a14f18c8a4f2756c | [
"Apache-2.0"
] | null | null | null | Examples/ch17/Speaker.asm | satadriver/LiunuxOS | 693174ac2b3e503d72782fc7a14f18c8a4f2756c | [
"Apache-2.0"
] | null | null | null | TITLE Speaker Demo Program (Speaker.asm)
; This program plays a series of ascending notes on
; the PC speaker.
; Last update: 10/8/01
INCLUDE Irvine16.inc ; 16-bit Real mode program
speaker = 61h ; address of speaker port
timer = 42h ; address of timer port
delay1 = 500
delay2 = 0D00... | 24.833333 | 55 | 0.619367 |
7f78876a4cdd9b4b11ecf36336ad3e7bf81b252e | 710 | asm | Assembly | _maps/Title Screen Sonic.asm | derpguy125/SnorcRomHack-Master | 649ec7bdd595d4752a9968367e516a3c32cd2566 | [
"Unlicense"
] | null | null | null | _maps/Title Screen Sonic.asm | derpguy125/SnorcRomHack-Master | 649ec7bdd595d4752a9968367e516a3c32cd2566 | [
"Unlicense"
] | null | null | null | _maps/Title Screen Sonic.asm | derpguy125/SnorcRomHack-Master | 649ec7bdd595d4752a9968367e516a3c32cd2566 | [
"Unlicense"
] | null | null | null | ; ================================================================================
; Sprite Mappings - generated by Flex 2 Tue Oct 27 2020 17:13:24 GMT-0400 (Eastern Daylight Time)
; ================================================================================
DATAP9PEFRMP2X:
dc.w DATAP9PEFRMP2X_0-DATAP9PEFRMP2X
D... | 33.809524 | 97 | 0.4 |
8cfa060d5fb02cab2bf161cb896ba93d726130cd | 320 | asm | Assembly | programs/oeis/194/A194599.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/194/A194599.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/194/A194599.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A194599: Units' digits of the nonzero hexagonal numbers.
; 1,6,5,8,5,6,1,0,3,0,1,6,5,8,5,6,1,0,3,0,1,6,5,8,5,6,1,0,3,0,1,6,5,8,5,6,1,0,3,0,1,6,5,8,5,6,1,0,3,0,1,6,5,8,5,6,1,0,3,0,1,6,5,8,5,6,1,0,3,0,1,6,5,8,5,6,1,0,3,0,1,6,5,8,5,6,1,0,3,0,1,6,5,8,5,6,1,0,3,0
mov $2,8
mul $2,$0
sub $2,1
add $0,$2
mul $0,$2
mod $0,10
| 32 | 201 | 0.553125 |
233909cd5ffe14fdcae4bf64fd04dcc62a5f9674 | 631 | asm | Assembly | programs/oeis/066/A066368.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/066/A066368.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/066/A066368.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A066368: a(n) = (n+2)*2^(n-1) - 2*n.
; 1,1,4,14,40,102,244,562,1264,2798,6124,13290,28648,61414,131044,278498,589792,1245150,2621404,5504986,11534296,24117206,50331604,104857554,218103760,452984782,939524044,1946157002,4026531784,8321499078,17179869124,35433480130,73014443968,150323855294,309237645244,635655159738,13... | 42.066667 | 479 | 0.787639 |
93f1b9bd741002def138ccb9c7c9777242fa4de8 | 8,337 | asm | Assembly | src/rx-map.asm | staskevich/UMR2 | 276b7c27abec076960ecc621c9fbc3bd59f32fc0 | [
"CC-BY-4.0"
] | 27 | 2017-12-31T12:32:21.000Z | 2022-03-31T16:00:49.000Z | src/rx-map.asm | staskevich/UMR2 | 276b7c27abec076960ecc621c9fbc3bd59f32fc0 | [
"CC-BY-4.0"
] | null | null | null | src/rx-map.asm | staskevich/UMR2 | 276b7c27abec076960ecc621c9fbc3bd59f32fc0 | [
"CC-BY-4.0"
] | 4 | 2017-10-11T11:00:10.000Z | 2020-06-28T17:05:34.000Z | ; UMR2
; copyright John Staskevich, 2017
; john@codeandcopper.com
;
; This work is licensed under a Creative Commons Attribution 4.0 International License.
; http://creativecommons.org/licenses/by/4.0/
;
; rx-map.asm
;
; Map incoming MIDI notes to matrix keys
;
note_map_low code 0x3D00
; rx note map: sele... | 18.526667 | 88 | 0.533165 |
eb478c90c47c3a412ccbb4160c557c5536ddea70 | 1,742 | asm | Assembly | 1571/64tass/scrtch.asm | silverdr/assembly | c2851f7033223e089285dce22443b7e219ed4f61 | [
"Unlicense"
] | 23 | 2015-03-23T15:16:57.000Z | 2022-03-18T12:43:42.000Z | 1571/64tass/scrtch.asm | silverdr/assembly | c2851f7033223e089285dce22443b7e219ed4f61 | [
"Unlicense"
] | null | null | null | 1571/64tass/scrtch.asm | silverdr/assembly | c2851f7033223e089285dce22443b7e219ed4f61 | [
"Unlicense"
] | 8 | 2016-04-13T11:19:35.000Z | 2021-12-22T07:39:00.000Z | ; scratch file(s)
scrtch jsr fs1set ; set up for 1 stream
jsr alldrs
jsr optsch
lda #0
sta r0 ; used as file count
jsr ffst
bmi sc30
sc15 jsr tstchn ; is it active ?
bcc sc25 ; yes - don't scratch
ldy #0
lda ... | 21.506173 | 46 | 0.454076 |
7056da15288d14065964b71fcc6a8eb518be4c49 | 9,261 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca.log_21829_1522.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.log_21829_1522.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.log_21829_1522.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 %rax
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x16681, %rsi
lea addresses_WT_ht+0x5961, %rdi
nop
nop
cmp $15466, %rbx
mov $44, %rcx
rep movsb
nop
nop
sub $25991, %r15
lea addresses_D_ht+0x18a1, %rbp
clflush (%rbp)
nop
nop... | 30.973244 | 2,999 | 0.652737 |
1be8b0ef6b97ee06d168de8621db0238dfeb0ff3 | 6,558 | asm | Assembly | sbsext/ext/wild.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | sbsext/ext/wild.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | sbsext/ext/wild.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | * Wild card operations V1.1 1985 Tony Tebby QJUMP
*
section exten
*
* DIR [#channel,] [wildname] drive status and directo
* WDIR [#channel,] [wildname] directory listing
* WSTAT [#channel,] [wildname] statistics of files
* WDEL [#channel,] [wildname] delete files
* WCOPY [#channel,] [wildname [,wildname... | 23.091549 | 57 | 0.704788 |
0dbd40bfe13d7f0a7db7f7c4706043e28e6ae8c7 | 5,027 | asm | Assembly | Transynther/x86/_processed/NC/_ht_st_zr_un_/i7-7700_9_0x48_notsx.log_3079_649.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NC/_ht_st_zr_un_/i7-7700_9_0x48_notsx.log_3079_649.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NC/_ht_st_zr_un_/i7-7700_9_0x48_notsx.log_3079_649.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 %r8
push %rax
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x15488, %rsi
lea addresses_A_ht+0x7808, %rdi
nop
nop
cmp $42610, %rdx
mov $72, %rcx
rep movsl
nop
nop
nop
sub $18440, %r10
lea addresses_A_ht+0x1e088, %rsi
lea addresses_WC_ht... | 47.87619 | 2,999 | 0.661229 |
23cdc6413d9cf8950576527b864314371913ed87 | 1,183 | asm | Assembly | programs/oeis/277/A277723.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/277/A277723.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/277/A277723.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A277723: a(n) = floor(n*tau^3) where tau is the tribonacci constant (A058265).
; 0,6,12,18,24,31,37,43,49,56,62,68,74,80,87,93,99,105,112,118,124,130,136,143,149,155,161,168,174,180,186,192,199,205,211,217,224,230,236,242,248,255,261,267,273,280,286,292,298,304,311,317,323,329,336,342,348,354,360,367,373,379,385,392,... | 169 | 1,071 | 0.754861 |
5db6a46cc91bffa9de4bcc6acf549927b5ea4323 | 2,441 | asm | Assembly | assembler/tests/t_f8/t_f8.asm | paulscottrobson/RCA-Cosmac-VIP-III | 5d3fcea325aacb7c99269f266bc14e30439cdc2b | [
"MIT"
] | null | null | null | assembler/tests/t_f8/t_f8.asm | paulscottrobson/RCA-Cosmac-VIP-III | 5d3fcea325aacb7c99269f266bc14e30439cdc2b | [
"MIT"
] | null | null | null | assembler/tests/t_f8/t_f8.asm | paulscottrobson/RCA-Cosmac-VIP-III | 5d3fcea325aacb7c99269f266bc14e30439cdc2b | [
"MIT"
] | null | null | null | cpu mk3870
page 0
adc
ai 55h
am
amd
as 5
asd 10
bc $
bf 10,$+1
bm $-2
bnc $+3
bno $-4
bnz $+5
bp $-6
br $+7
br7 $-8
bt 3,$+9
bz $-10
ci 55h
clr
cm
com
dci 55aah
di
ds s
ei
in 07h
inc
ins 4
jmp 55aah
li 88h
lis 5
lisl 4
lisu 6
lm
lnk
lr a,ku
lr a,kl
lr a,qu
lr a,ql
lr ku... | 16.605442 | 74 | 0.662433 |
8559aa77d74733beeca3f6dd13e64876197d89e8 | 146 | asm | Assembly | libsrc/_DEVELOPMENT/arch/zxn/esxdos/c/sccz80/esx_f_sync.asm | Toysoft/z88dk | f930bef9ac4feeec91a07303b79ddd9071131a24 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/arch/zxn/esxdos/c/sccz80/esx_f_sync.asm | Toysoft/z88dk | f930bef9ac4feeec91a07303b79ddd9071131a24 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/arch/zxn/esxdos/c/sccz80/esx_f_sync.asm | Toysoft/z88dk | f930bef9ac4feeec91a07303b79ddd9071131a24 | [
"ClArtistic"
] | null | null | null | ; unsigned char esx_f_sync(unsigned char handle)
SECTION code_esxdos
PUBLIC esx_f_sync
EXTERN asm_esx_f_sync
defc esx_f_sync = asm_esx_f_sync
| 14.6 | 48 | 0.835616 |
9b218eef62e588c4c86cc77c6830bfa5056d137c | 531 | asm | Assembly | HelloWorld/boot.asm | JonathanGzzBen/multithreaded_kernel | 98f7b6b4d099596c71ac9b57b1e78cf3b0e1ebb9 | [
"MIT"
] | null | null | null | HelloWorld/boot.asm | JonathanGzzBen/multithreaded_kernel | 98f7b6b4d099596c71ac9b57b1e78cf3b0e1ebb9 | [
"MIT"
] | null | null | null | HelloWorld/boot.asm | JonathanGzzBen/multithreaded_kernel | 98f7b6b4d099596c71ac9b57b1e78cf3b0e1ebb9 | [
"MIT"
] | null | null | null | org 0
bits 16
_start: ; Start BIOS Parameter Block
jmp short start
nop
times 33 db 0x0 ; Fake parameters
start:
jmp 0x7c0:step2
step2:
cli ; Clear Interrupts
mov ax, 0x7c0
mov ds, ax
mov es, ax
mov ax, 0x0
mov ss, ax
mov sp, 0x7c00
sti ; Enable Interrupts
mov si, message
call print
jmp $
p... | 12.348837 | 39 | 0.664783 |
007207e03d777c2c62cb32b228fedaa7ded954c6 | 6,826 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_299.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_299.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_299.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 %r8
push %r9
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x97c7, %rsi
lea addresses_normal_ht+0xdba3, %rdi
nop
nop
xor %r8, %r8
mov $100, %rcx
rep movsl
nop
nop
sub %rbx, %rbx
lea addresses_A_ht+0x13e5b, %r15
and %r9, %r9
movl $0x6162... | 36.308511 | 2,999 | 0.659684 |
4c1ecad42a13a31ebddf6df9a19372cffecf7c60 | 4,613 | asm | Assembly | os/src/os002/boot/setup.asm | ddosakura/pet-shop | 71eacee8c7030164370e4d8717a25b199992fb42 | [
"Apache-2.0"
] | null | null | null | os/src/os002/boot/setup.asm | ddosakura/pet-shop | 71eacee8c7030164370e4d8717a25b199992fb42 | [
"Apache-2.0"
] | null | null | null | os/src/os002/boot/setup.asm | ddosakura/pet-shop | 71eacee8c7030164370e4d8717a25b199992fb42 | [
"Apache-2.0"
] | null | null | null | %include 'config.inc'
%include 'pm.inc'
%include 'macro.inc'
offset equ 0
org offset
[BITS 16]
mov ax, cs
mov ds, ax
mov es, ax
mov ss, ax
mov sp, offset
; 设置回跳段地址
mov [LABEL_GO_BACK_TO_REAL+3], ax
jmp go_to_protect
;mov al, 0x13 ; 显示器模式
;mov ah, 0x00 ; BIOS中断-设置显示器模式
mov ax, ... | 15.075163 | 65 | 0.685454 |
96c27036b6dc1d8598c5966f3f1e590b08173bb4 | 887 | asm | Assembly | programs/oeis/260/A260033.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/260/A260033.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/260/A260033.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A260033: Number of configurations of the general monomer-dimer model for a 2 X 2n square lattice.
; 1,7,71,733,7573,78243,808395,8352217,86293865,891575391,9211624463,95173135221,983314691581,10159461285307,104966044432531,1084493574452273,11204826469232593,115766602184825143,1196083332322900695,12357755266727364237,... | 147.833333 | 691 | 0.871477 |
e01de5107038a15f8973d4334a154f0e91489392 | 144 | asm | Assembly | other.7z/NEWS.7z/NEWS/テープリストア/NEWS_05/NEWS_05.tar/home/kimura/kart/mak.lzh/mak/rundat.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/NEWS.7z/NEWS/テープリストア/NEWS_05/NEWS_05.tar/home/kimura/kart/mak.lzh/mak/rundat.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/NEWS.7z/NEWS/テープリストア/NEWS_05/NEWS_05.tar/home/kimura/kart/mak.lzh/mak/rundat.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | Name: rundat.asm
Type: file
Size: 15827
Last-Modified: '1992-02-13T07:48:31Z'
SHA-1: 7D6204216D619ED14841427B105E906FD5E92E4F
Description: null
| 20.571429 | 47 | 0.8125 |
a81a8bad6e236f8014275b1c2e49aca0b9c9bd9b | 9 | asm | Assembly | projects/05/test.asm | dragonator/nand2tetris | 99421c75ea017cf4f68d2ae32973d4ae06e9ea61 | [
"MIT"
] | null | null | null | projects/05/test.asm | dragonator/nand2tetris | 99421c75ea017cf4f68d2ae32973d4ae06e9ea61 | [
"MIT"
] | null | null | null | projects/05/test.asm | dragonator/nand2tetris | 99421c75ea017cf4f68d2ae32973d4ae06e9ea61 | [
"MIT"
] | null | null | null | @100
D=M
| 3 | 4 | 0.555556 |
eb2338bb48ef53923b8b9f4431e018231131bed4 | 5,701 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0.log_21829_409.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_409.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_409.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r13
push %r14
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x10823, %rsi
lea addresses_UC_ht+0x12253, %rdi
cmp $40600, %r12
mov $20, %rcx
rep movsl
nop
inc %r10
lea addresses_D_ht+0x3513, %rdx
nop
nop
nop
nop
nop
xor %r14, %r14
movb (%... | 42.22963 | 2,999 | 0.66041 |
0630597fb54c8cf8f72ed36fda03e279cfba0239 | 136 | asm | Assembly | pkgs/tools/yasm/src/modules/parsers/nasm/tests/uscore.asm | manggoguy/parsec-modified | d14edfb62795805c84a4280d67b50cca175b95af | [
"BSD-3-Clause"
] | 2,151 | 2020-04-18T07:31:17.000Z | 2022-03-31T08:39:18.000Z | pkgs/tools/yasm/src/modules/parsers/nasm/tests/uscore.asm | manggoguy/parsec-modified | d14edfb62795805c84a4280d67b50cca175b95af | [
"BSD-3-Clause"
] | 395 | 2020-04-18T08:22:18.000Z | 2021-12-08T13:04:49.000Z | pkgs/tools/yasm/src/modules/parsers/nasm/tests/uscore.asm | manggoguy/parsec-modified | d14edfb62795805c84a4280d67b50cca175b95af | [
"BSD-3-Clause"
] | 338 | 2020-04-18T08:03:10.000Z | 2022-03-29T12:33:22.000Z | dq 0000_1111_2222_3333h
dq 0000111122223333h
dd 0x01_23_45_67
dd 0x01234567
dw 1_2_3_4q
dw 1234q
db 00_11_00_11b
db 00110011b
_0:
dw _0
| 12.363636 | 23 | 0.852941 |
98b3cc95076b2c6f93802de37c5234ca19cace75 | 94 | asm | Assembly | 8085_programming/8085 Programs/test10.asm | SayanGhoshBDA/code-backup | 8b6135facc0e598e9686b2e8eb2d69dd68198b80 | [
"MIT"
] | 16 | 2018-11-26T08:39:42.000Z | 2019-05-08T10:09:52.000Z | 8085_programming/8085 Programs/test10.asm | SayanGhoshBDA/code-backup | 8b6135facc0e598e9686b2e8eb2d69dd68198b80 | [
"MIT"
] | 8 | 2020-05-04T06:29:26.000Z | 2022-02-12T05:33:16.000Z | 8085_programming/8085 Programs/test10.asm | SayanGhoshBDA/code-backup | 8b6135facc0e598e9686b2e8eb2d69dd68198b80 | [
"MIT"
] | 5 | 2020-02-11T16:02:21.000Z | 2021-02-05T07:48:30.000Z | .ORG 0000H
LDA 2200H
SUB A
LXI H,2201H
BACK: ADD M
INX H
DCR C
JNZ BACK
STA 2300H
HLT | 9.4 | 12 | 0.670213 |
230550dfd0db393283e22ec492c97bdd0090f91b | 120,145 | asm | Assembly | bios/sysinit2.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | bios/sysinit2.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | bios/sysinit2.asm | minblock/msdos | 479ffd237d9bb7cc83cb06361db2c4ef42dfbac0 | [
"Apache-2.0"
] | null | null | null | page ,160
;
; Microsoft Confidential
; Copyright (C) Microsoft Corporation 1981-1991
; All Rights Reserved.
;
title bios system initialization
;
; Multiple configuration block support Created 16-Mar-1992 by JeffPar
;
; Summary:
;
; The procedure "organize" crunches the in-memory copy o... | 28.038506 | 97 | 0.532715 |
779c5b80d81ea26e4624065ec57c0551a461f333 | 2,196 | asm | Assembly | programs/oeis/011/A011851.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/011/A011851.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/011/A011851.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A011851: a(n) = floor(binomial(n,5)/5).
; 0,0,0,0,0,0,1,4,11,25,50,92,158,257,400,600,873,1237,1713,2325,3100,4069,5266,6729,8500,10626,13156,16146,19656,23751,28501,33982,40275,47467,55651,64926,75398,87179,100388,115151,131601,149879,170133,192519,217201,244351,274150,306787,342460,381376,423752,469812,519792,57393... | 313.714286 | 2,124 | 0.871129 |
ebba246b181803cda852b69e24130972dddaaab0 | 581 | asm | Assembly | programs/oeis/140/A140805.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/140/A140805.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/140/A140805.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A140805: Positive triangular sequence of coefficients inspired by the Belyi transform: x'->(m + n)^(n + m)*x^m*(1 - x)^n/(m^m*n^n): t(n,m)=Binomial[n, m]^Binomial[n, m].
; 1,1,1,1,4,1,1,27,27,1,1,256,46656,256,1,1,3125,10000000000,10000000000,3125,1,1,46656,437893890380859375,104857600000000000000000000,4378938903808... | 96.833333 | 199 | 0.672978 |
10fbb4ac6ad99ba181a986297ebbf792a3dcc8b1 | 814 | nasm | Assembly | ControlFlow/ControlFlow.nasm | TheRavehorn/Assembly_x86-SLAE | 3a9f72e5eb82d2d13a131a953329b8b9cc986678 | [
"MIT"
] | null | null | null | ControlFlow/ControlFlow.nasm | TheRavehorn/Assembly_x86-SLAE | 3a9f72e5eb82d2d13a131a953329b8b9cc986678 | [
"MIT"
] | null | null | null | ControlFlow/ControlFlow.nasm | TheRavehorn/Assembly_x86-SLAE | 3a9f72e5eb82d2d13a131a953329b8b9cc986678 | [
"MIT"
] | null | null | null | ; ControlFlow.nasm
; Author: Ravehorn
global _start
section .text
_start:
; compares two predefined variables
mov eax, 0x0
mov al, [var1]
mov ah, [var2]
cmp al, ah
je TrueFunc
jne FalseFunc
TrueFunc:
; prints success
mov eax, 0x4
mov ebx, 0x1
lea ecx, [success]
l... | 13.79661 | 39 | 0.60688 |
2a8665394d8550f3a78b37a985247198b1025ce1 | 8,407 | asm | Assembly | Transynther/x86/_processed/NC/_ht_zr_un_/i9-9900K_12_0xa0.log_21829_478.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NC/_ht_zr_un_/i9-9900K_12_0xa0.log_21829_478.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NC/_ht_zr_un_/i9-9900K_12_0xa0.log_21829_478.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r14
push %r8
push %r9
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x1ef2b, %r9
clflush (%r9)
lfence
mov $0x6162636465666768, %rdi
movq %rdi, (%r9)
nop
nop
nop
nop
xor $1669, %rax
lea addresses_normal_ht+0x17bdb, %r12
nop
nop
dec ... | 31.844697 | 2,999 | 0.656596 |
500461665eeb1bc950cfe315251d02e72fd83428 | 1,286 | asm | Assembly | programs/oeis/209/A209726.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/209/A209726.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | programs/oeis/209/A209726.asm | jmorken/loda | 99c09d2641e858b074f6344a352d13bc55601571 | [
"Apache-2.0"
] | null | null | null | ; A209726: 1/4 the number of (n+1) X 8 0..2 arrays with every 2 X 2 subblock having distinct clockwise edge differences.
; 16,17,18,20,22,26,30,38,46,62,78,110,142,206,270,398,526,782,1038,1550,2062,3086,4110,6158,8206,12302,16398,24590,32782,49166,65550,98318,131086,196622,262158,393230,524302,786446,1048590,1572878,2... | 67.684211 | 1,020 | 0.839036 |
f65035c27a1fdb52e0cce911d7a3328bf23434d5 | 3,915 | asm | Assembly | data/phone/text/chad_caller.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 28 | 2019-11-08T07:19:00.000Z | 2021-12-20T10:17:54.000Z | data/phone/text/chad_caller.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 13 | 2020-01-11T17:00:40.000Z | 2021-09-14T01:27:38.000Z | data/phone/text/chad_caller.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 22 | 2020-05-28T17:31:38.000Z | 2022-03-07T20:49:35.000Z | ChadObservingWildText:
text "I recently began"
line "observing wild"
cont "@"
text_ram wStringBuffer4
text "."
para "I've been learning"
line "all sorts of new"
para "things through my"
line "observations."
para "I wish I could"
line "become a #MON"
para "researcher like"
line "PROF.OAK soon."
done
U... | 15.914634 | 26 | 0.689144 |
f3cbcbc6382b8c1fd488849ab4bcf7c899c2be12 | 511 | asm | Assembly | programs/oeis/295/A295314.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/295/A295314.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/295/A295314.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A295314: a(n) = sigma(n) / gcd(sigma(n), phi(sigma(n))).
; 1,3,2,7,3,3,2,15,13,3,3,7,7,3,3,31,3,13,5,7,2,3,3,15,31,7,5,7,15,3,2,7,3,3,3,91,19,15,7,15,7,3,11,7,13,3,3,31,19,31,3,7,3,15,3,15,5,15,15,7,31,3,13,127,7,3,17,7,3,3,3,65,37,19,31,35,3,7,5,31,11,7,7,7,3,33,15,15,15,13,7,7,2,3,15,7,7,19,13,217
seq $0,203 ; a(n... | 73 | 243 | 0.608611 |
3603ab367f75c8f0aa865cab1ddb44c417ac0284 | 1,396 | asm | Assembly | programs/oeis/188/A188383.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/188/A188383.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/188/A188383.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A188383: Positions of 1 in the zero-one sequence [nr+3r]-[nr]-[3r], where r=1/sqrt(2).
; 7,14,24,31,41,48,55,65,72,82,89,96,106,113,123,130,140,147,154,164,171,181,188,195,205,212,222,229,239,246,253,263,270,280,287,294,304,311,321,328,335,345,352,362,369,379,386,393,403,410,420,427,434,444,451,461,468,478,485,492,50... | 58.166667 | 1,117 | 0.732808 |
044ad79913f398698291b497749aaddef10eb229 | 10,199 | asm | Assembly | Library/Text/UI/uiTextRuler.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Library/Text/UI/uiTextRuler.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Library/Text/UI/uiTextRuler.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @-----------------------------------------------------------------------
Copyright (c) GeoWorks 1991 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Text Library
FILE: uiTextRulerControl.asm
ROUTINES:
Name Description
---- -----------
GLB TextRulerControlClass Style menu object
REVI... | 21.8394 | 81 | 0.630356 |
1134c38cb3a11de846e301da4e2d3181af567fd3 | 6,554 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_266.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_266.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_266.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 %r9
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x12698, %rdx
nop
nop
nop
nop
sub %r15, %r15
mov $0x6162636465666768, %r8
movq %r8, %xmm0
movups %xmm0, (%rdx)
and %r9, %r9
lea addresses_WT_ht+0xdfb8, %rcx
nop
sub $2... | 35.814208 | 2,999 | 0.656851 |
701981273df8936685682414f84403a18142bfde | 286 | asm | Assembly | programs/oeis/109/A109768.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/109/A109768.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/109/A109768.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A109768: a(n) = gcd(3^n-2,2^n-3).
; 1,1,5,1,1,1,5,1,1,1,5,1,1,1,5,1,1,1,5,1,1,1,5,1,1,1,5,1,1,1,5,1,1,1,5,1,1,1,5,1,1,1,5,1,1,1,5,1,1,1,5,1,1,1,5,1,1,1,5,1,1,1,5,1,1,1,5,1,1,1,5,1,1,1,5,1,1,1,5,1,1,1,5,1,1,1,5,1,1,1,5,1,1,1,5,1,1,1,5,1
gcd $0,4
gcd $1,$0
add $1,3
gcd $1,5
mov $0,$1
| 31.777778 | 201 | 0.5 |
cb6e75b258b7bc9a59b1844e0add73627ec89daa | 491 | asm | Assembly | libsrc/graphics/gray/cpc/grpage.asm | andydansby/z88dk-mk2 | 51c15f1387293809c496f5eaf7b196f8a0e9b66b | [
"ClArtistic"
] | 1 | 2020-09-15T08:35:49.000Z | 2020-09-15T08:35:49.000Z | libsrc/graphics/gray/cpc/grpage.asm | dex4er/deb-z88dk | 9ee4f23444fa6f6043462332a1bff7ae20a8504b | [
"ClArtistic"
] | null | null | null | libsrc/graphics/gray/cpc/grpage.asm | dex4er/deb-z88dk | 9ee4f23444fa6f6043462332a1bff7ae20a8504b | [
"ClArtistic"
] | null | null | null | ;
; Amstrad CPC pseudo-Gray Library Functions
;
; Written by Stefano Bodrato - June 2004
;
; $Id: grpage.asm,v 1.1 2004/06/30 12:50:57 stefano Exp $
;
;
; A trick to be used with the dafault graph functions
;
; IN: A=Page Number (0/1)
; all registers are saved
XLIB graypage
XREF b... | 15.83871 | 57 | 0.625255 |
6e7d9a5623dea7d635a88d37e9415cfeb000ba4e | 5,375 | asm | Assembly | decompressors/ZX7 decompressor.asm | maxim-zhao/bmp2tilecompressors | 1d0e475820731359165deb198aa834f8b177048a | [
"MIT"
] | 12 | 2016-04-20T06:08:11.000Z | 2021-10-12T10:43:39.000Z | decompressors/ZX7 decompressor.asm | maxim-zhao/bmp2tilecompressors | 1d0e475820731359165deb198aa834f8b177048a | [
"MIT"
] | 3 | 2016-09-21T14:39:11.000Z | 2021-04-12T16:54:40.000Z | decompressors/ZX7 decompressor.asm | maxim-zhao/bmp2tilecompressors | 1d0e475820731359165deb198aa834f8b177048a | [
"MIT"
] | null | null | null | ; ===============================================================
; Dec 2012 by Einar Saukas, Antonio Villena & Metalbrain
; "Standard" version (70 bytes)
; modified for sms vram by aralbrec
; modified for asm by Maxim :)
; ===============================================================
;
; Usage:
; ld hl, <source>
; ... | 26.348039 | 88 | 0.606884 |
40f92319eb070cc2bfd0d2c2325f4a42432f20a2 | 2,537 | asm | Assembly | src/lib/diff_a.asm | sgblasi/hevcasm | 30ac79f7d49628a31ead29bb0a0426c48de33a21 | [
"0BSD"
] | 9 | 2015-07-28T13:18:11.000Z | 2020-12-11T10:13:38.000Z | src/lib/diff_a.asm | sgblasi/hevcasm | 30ac79f7d49628a31ead29bb0a0426c48de33a21 | [
"0BSD"
] | null | null | null | src/lib/diff_a.asm | sgblasi/hevcasm | 30ac79f7d49628a31ead29bb0a0426c48de33a21 | [
"0BSD"
] | 4 | 2015-11-18T15:32:18.000Z | 2020-01-22T14:59:01.000Z | ; The copyright in this software is being made available under the BSD
; License, included below. This software may be subject to other third party
; and contributor rights, including patent rights, and no such rights are
; granted under this license.
;
;
; Copyright(c) 2011 - 2014, Parabola Research Limited
; All ri... | 35.236111 | 82 | 0.741427 |
36c90e2365c6a946ccb6520e46719a62fdd86781 | 3,208 | asm | Assembly | externals/mpir-3.0.0/mpn/x86_64/nehalem/divrem_hensel_qr_1_2.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_64/nehalem/divrem_hensel_qr_1_2.asm | JaminChan/eos_win | c03e57151cfe152d0d3120abb13226f4df74f37e | [
"MIT"
] | 15 | 2021-12-24T22:53:49.000Z | 2021-12-25T10:03:13.000Z | LibSource/mpir/mpn/x86_64/k8/divrem_hensel_qr_1_2.asm | ekzyis/CrypTool-2 | 1af234b4f74486fbfeb3b3c49228cc36533a8c89 | [
"Apache-2.0"
] | 10 | 2021-10-17T19:46:51.000Z | 2022-03-18T02:57:57.000Z | dnl X86_64 mpn_divrem_hensel_qr_1_2
dnl Copyright 2009 Jason Moxham
dnl This file is part of the MPIR Library.
dnl The MPIR Library is free software; you can redistribute it and/or modify
dnl it under the terms of the GNU Lesser General Public License as published
dnl by the Free Software Foundation; either ve... | 19.095238 | 79 | 0.672693 |
6152ad3088a5333cdaf2158b707cdc5bf3d20eb3 | 557 | asm | Assembly | src/kernel.asm | travisbale/CardinalOS | 8dd6d87816b386c1d2a1fc9d7182066b3cf8f365 | [
"MIT"
] | null | null | null | src/kernel.asm | travisbale/CardinalOS | 8dd6d87816b386c1d2a1fc9d7182066b3cf8f365 | [
"MIT"
] | null | null | null | src/kernel.asm | travisbale/CardinalOS | 8dd6d87816b386c1d2a1fc9d7182066b3cf8f365 | [
"MIT"
] | null | null | null | BITS 32
global _start
extern kernel_main
PROT_MODE_DATA_SEG equ 0x10 ; Kernel data segment selector
_start:
; Setup the protected mode segment registers
mov ax, PROT_MODE_DATA_SEG
mov ds, ax
mov es, ax
mov fs, ax
mov gs, ax
mov ss, ax
; Enable the A20 line using the Fast A20 Gate
... | 18.566667 | 66 | 0.669659 |
125a138ad1245f5fac7a6561fbfdc117c823d7b1 | 328 | asm | Assembly | programs/oeis/120/A120174.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/120/A120174.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/120/A120174.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A120174: a(1)=5; a(n)=floor((29+sum(a(1) to a(n-1)))/5).
; 5,6,8,9,11,13,16,19,23,27,33,39,47,57,68,82,98,118,141,169,203,244,293,351,421,506,607,728,874,1049,1258,1510,1812,2174,2609,3131,3757,4509,5410,6492
add $0,1
mov $2,3
lpb $0
sub $0,1
add $2,$1
mov $1,6
add $1,$2
div $1,5
add $2,4
lpe
add $1,4
mo... | 20.5 | 151 | 0.60061 |
8600d0a38e23862fcca82615dbbc58a8f08923a9 | 84 | asm | Assembly | src/main/fragment/mos6502-common/pwuz1_derefidx_vbuyy=pwuz1_derefidx_vbuyy_plus_pwuc1_derefidx_vbuxx.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | 2 | 2022-03-01T02:21:14.000Z | 2022-03-01T04:33:35.000Z | src/main/fragment/mos6502-common/pwuz1_derefidx_vbuyy=pwuz1_derefidx_vbuyy_plus_pwuc1_derefidx_vbuxx.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | src/main/fragment/mos6502-common/pwuz1_derefidx_vbuyy=pwuz1_derefidx_vbuyy_plus_pwuc1_derefidx_vbuxx.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | lda ({z1}),y
clc
adc {c1},x
sta ({z1}),y
iny
lda ({z1}),y
adc {c1}+1,x
sta ({z1}),y
| 9.333333 | 12 | 0.511905 |
2ebea1c6442e0d7442e217bd41b0dfc1ba452bd4 | 331 | asm | Assembly | programs/oeis/156/A156778.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/156/A156778.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/156/A156778.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A156778: n*A007504(n)/2 = n*(sum of first n primes)/2
; 0,1,5,15,34,70,123,203,308,450,645,880,1182,1547,1967,2460,3048,3740,4509,5396,6390,7476,8701,10051,11556,13250,15093,17064,19194,21460,23895,26660,29616,32802,36159,39830,43686,47804,52193,56823,61740
mov $1,$0
seq $1,7504 ; Sum of the first n primes.
mul $0,$... | 41.375 | 203 | 0.725076 |
2a114e73adafbd33262cd203e845010bf91bb8c2 | 318 | asm | Assembly | examenes/examenpracticas/ejercicios/eje6_b.asm | ajah1/EC | 9b796b616bf4dcac95cdea98114a8e0599a5393f | [
"MIT"
] | null | null | null | examenes/examenpracticas/ejercicios/eje6_b.asm | ajah1/EC | 9b796b616bf4dcac95cdea98114a8e0599a5393f | [
"MIT"
] | null | null | null | examenes/examenpracticas/ejercicios/eje6_b.asm | ajah1/EC | 9b796b616bf4dcac95cdea98114a8e0599a5393f | [
"MIT"
] | null | null | null | # programa que muestra por pantalla el vector que se encuentra en la etiqueta vector
# y que acaba en -1.
.data
vector:
.byte 4, 3, 1, 3, -1
.text
li $t0, 0
inicio_bucle:
lb $t1, vector($t0) # t1 = 4
beq $t1, -1, fin_bucle
li $v0, 1
move $a0, $t1
syscall
addi $t0, $t0, 1 # t0++
j inicio_bucle
fin_bucle:
| 17.666667 | 84 | 0.641509 |
5dcb65f69b1f7ffaac04b7ff121ca3e88c4ba4f5 | 3,172 | asm | Assembly | src/textscript.asm | Xkeeper0/tcrf-birthday | 122945985d98b31984ac9299c8086603dbf416ff | [
"MIT"
] | 10 | 2019-10-27T23:16:43.000Z | 2019-11-14T13:53:55.000Z | src/textscript.asm | Xkeeper0/tcrf-birthday | 122945985d98b31984ac9299c8086603dbf416ff | [
"MIT"
] | null | null | null | src/textscript.asm | Xkeeper0/tcrf-birthday | 122945985d98b31984ac9299c8086603dbf416ff | [
"MIT"
] | null | null | null |
DoTextScript:
; TextScriptLo/Hi: Current read address of script
; TextScriptPPULo/Hi: Current address to write to in PPU mem
; TextScriptSpeed: Frames to wait between commands
; TextScriptDelay: Frames left until next command
; Get command
JSR DoTextScript_GetNextByte
; Based on A, do things
; @TODO this wou... | 27.344828 | 64 | 0.751261 |
f2f614856d246cb3fd37c84fcd10932db2b4a4b1 | 408 | asm | Assembly | programs/oeis/137/A137823.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/137/A137823.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/137/A137823.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A137823: Numbers occurring in A137822 : first differences of numbers n such that 3 | sum( Catalan(k), k=1..2n).
; 1,2,3,7,8,21,61,62,183,547,548,1641,4921,4922,14763,44287,44288,132861,398581,398582,1195743,3587227,3587228,10761681,32285041,32285042,96855123,290565367,290565368,871696101,2615088301,2615088302
mul $0... | 29.142857 | 198 | 0.720588 |
3e3c77d77b1571d1969fa91291aea31527a4d148 | 2,154 | asm | Assembly | src/kernel/sys/arch/isrs.asm | notYuriy/ricerca | 4717c7210fb6f4d158ef259c686d92e7e7194b17 | [
"0BSD"
] | 9 | 2021-06-07T17:09:35.000Z | 2021-06-25T12:00:57.000Z | src/kernel/sys/arch/isrs.asm | notYuriy/ricerca | 4717c7210fb6f4d158ef259c686d92e7e7194b17 | [
"0BSD"
] | null | null | null | src/kernel/sys/arch/isrs.asm | notYuriy/ricerca | 4717c7210fb6f4d158ef259c686d92e7e7194b17 | [
"0BSD"
] | 1 | 2021-09-07T01:28:21.000Z | 2021-09-07T01:28:21.000Z | format ELF64
extrn interrupt_handle
public interrupt_raw_callbacks
; Define interrupt handler with no error code
macro int_no_err_code name, intno {
name:
sub rsp, 8
push qword intno
jmp interrupts_common
}
; Define interrupt handler with error code
macro int_err_code name, intno {
name:
push qword intno
jmp in... | 17.095238 | 83 | 0.746054 |
35d50e22a8f09b718076346d1b617c385ee1a2ba | 613 | asm | Assembly | oeis/080/A080141.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/080/A080141.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/080/A080141.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A080141: (3^(n-1))*(n!)^2.
; 1,12,324,15552,1166400,125971200,18517766400,3555411148800,863964909158400,259189472747520000,94085778607349760000,40645056358375096320000,20607043573696173834240000,12116941621333350214533120000,8178935594400011394809856000000,6281422536499208751213969408000000,54459933391448139873025114... | 43.785714 | 484 | 0.849918 |
9afc3ef4b4693f9bc9764a0a5729df54e9b1373b | 453 | asm | Assembly | tests/devices/Issue144_disp_crash.asm | fengjixuchui/sjasmplus | df0fabd2411bf89e23637fce46d273f52dafbe16 | [
"BSD-3-Clause"
] | 220 | 2016-10-22T19:44:39.000Z | 2022-03-29T20:57:04.000Z | tests/devices/Issue144_disp_crash.asm | ped7g/sjasmplus | 487635c8057cd5594c372d9b70bc00a3f3a1ecc4 | [
"BSD-3-Clause"
] | 153 | 2018-05-07T10:31:23.000Z | 2022-03-30T04:35:59.000Z | tests/devices/Issue144_disp_crash.asm | ped7g/sjasmplus | 487635c8057cd5594c372d9b70bc00a3f3a1ecc4 | [
"BSD-3-Clause"
] | 51 | 2016-05-12T21:27:36.000Z | 2022-03-27T15:16:16.000Z | ; reported by Busy
DEVICE ZXSPECTRUM48
org #4000
disp #10000-this1+zac1
zac1
nop
this1
ENT
org #4000+this1-zac1
disp #0000
nop
ENT
; test the warnings about cropping invalid ORG and DISP arguments
ORG -1
DISP -2
ENT
; no device mode
DEVICE NONE
org #4000
disp #10000-this2+zac2
zac2
nop
this2
ENT
... | 12.243243 | 66 | 0.719647 |
a5981db04ecf6ea84b6744f622730e30c6f89f81 | 704 | asm | Assembly | programs/oeis/158/A158740.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/158/A158740.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/158/A158740.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A158740: a(n) = 72*n^2 + 1.
; 1,73,289,649,1153,1801,2593,3529,4609,5833,7201,8713,10369,12169,14113,16201,18433,20809,23329,25993,28801,31753,34849,38089,41473,45001,48673,52489,56449,60553,64801,69193,73729,78409,83233,88201,93313,98569,103969,109513,115201,121033,127009,133129,139393,145801,152353,159049,165889,17... | 100.571429 | 644 | 0.81392 |
3833efe5fa404ddad3edf753662b7304840edd4c | 460 | asm | Assembly | tests/assembly/ASL.asm | danecreekphotography/6502ts | 85716cf12f879d7c16c297de3251888c32abba6a | [
"MIT"
] | null | null | null | tests/assembly/ASL.asm | danecreekphotography/6502ts | 85716cf12f879d7c16c297de3251888c32abba6a | [
"MIT"
] | null | null | null | tests/assembly/ASL.asm | danecreekphotography/6502ts | 85716cf12f879d7c16c297de3251888c32abba6a | [
"MIT"
] | null | null | null | ; Verifies ASL
.segment "VECTORS"
.word $eaea
.word init
.word $eaea
.segment "ZEROPAGE"
zp:
.byte %00100000
.byte %00100000
.code
init:
asl ; A will be %00100000
asl ; A will be %01000000 from last instruction
asl ; A will be %10000000 from last instruction
asl zp
... | 15.333333 | 59 | 0.593478 |
84c9508736a91e502e649e926c463c58c2fee4f1 | 177 | asm | Assembly | data/pokemon/dex_entries/stantler.asm | AtmaBuster/pokeplat-gen2 | fa83b2e75575949b8f72cb2c48f7a1042e97f70f | [
"blessing"
] | 6 | 2021-06-19T06:41:19.000Z | 2022-02-15T17:12:33.000Z | data/pokemon/dex_entries/stantler.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | null | null | null | data/pokemon/dex_entries/stantler.asm | AtmaBuster/pokeplat-gen2-old | 01e42c55db5408d72d89133dc84a46c699d849ad | [
"blessing"
] | 3 | 2021-01-15T18:45:40.000Z | 2021-10-16T03:35:27.000Z | db "BIG HORN@" ; species name
db "The round balls"
next "found on the"
next "fallen antlers can"
page "be ground into a"
next "powder that aids"
next "in sleeping.@"
| 17.7 | 30 | 0.666667 |
5250a40bb717a2319b0c2c38ee7eedb2aac5ab44 | 15,584 | asm | Assembly | Kernel/src/video.asm | royprocell/GoldOS16 | ebce72ff9fcfad474bb67d8c117046ce260927ec | [
"BSD-3-Clause"
] | 4 | 2016-02-28T20:22:24.000Z | 2016-07-08T07:28:27.000Z | Kernel/src/video.asm | royprocell/GoldOS16 | ebce72ff9fcfad474bb67d8c117046ce260927ec | [
"BSD-3-Clause"
] | null | null | null | Kernel/src/video.asm | royprocell/GoldOS16 | ebce72ff9fcfad474bb67d8c117046ce260927ec | [
"BSD-3-Clause"
] | null | null | null | ;==============================
;GoldElfOS: Mk II
;
;Roy Procell
;21 April 2015
;
;Updated 7/14/2015 for GoldOS Mk IV
;
;Video System Calls
;Video.asm
;
;Features:
;Video:
;os_set_video_mode (done!)
;os_move_cursor (done!)
;os_get_cursor (done!)
;os_set_cursor_visible (done!)
;os_set_cursor_invisible (done!)
;os_clear_... | 16.032922 | 96 | 0.633278 |
b1e72c39c803c98955c862209b0c7c22ca9b7609 | 124,614 | asm | Assembly | bank21.asm | alexsteb/zelda_gb_disassembly | 0efeb3d9b26108c73fb3ace43b6b0a4a8520b179 | [
"MIT"
] | 3 | 2018-06-28T06:59:28.000Z | 2019-09-06T05:49:00.000Z | bank21.asm | alexsteb/zelda_gb_disassembly | 0efeb3d9b26108c73fb3ace43b6b0a4a8520b179 | [
"MIT"
] | null | null | null | bank21.asm | alexsteb/zelda_gb_disassembly | 0efeb3d9b26108c73fb3ace43b6b0a4a8520b179 | [
"MIT"
] | null | null | null | call func_3daf
ld hl, $c330
add hl, bc
ld [hl], b
ld hl, $c260
add hl, bc
ld [hl], b
ld hl, $c270
add hl, bc
ld [hl], b
ld hl, $c320
add hl, bc
ld [hl], b
ld hl, $c290
add hl, bc
ld [hl], b
ld hl, $c2a0
add hl, bc
ld [hl], b
ld hl, $c2b0
add hl, bc
ld [hl], b
ld hl, $c2c0
... | 12.363727 | 22 | 0.515664 |
9d9bd66357b5067e6017e19103f672ca60b534d0 | 767 | asm | Assembly | oeis/163/A163037.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/163/A163037.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/163/A163037.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A163037: Number of nX2 binary arrays with all 1s connected and a path of 1s from left column to right column
; Submitted by Christian Krause
; 1,7,28,88,245,639,1608,3968,9689,23527,56964,137720,332717,803519,1940176,4684352,11309425,27303815,65917740,159140056,384198693,927538367,2239276440,5406092352,13051462345,31... | 42.611111 | 487 | 0.803129 |
b5942961ca6c20adde740ce20b6aa6d74abe6b51 | 7,065 | asm | Assembly | play.asm | mssarts128/tetris.c64 | d274cfe5452b3d704c6ec56f1ac860a381053676 | [
"MIT",
"Unlicense"
] | 1 | 2018-01-19T14:20:04.000Z | 2018-01-19T14:20:04.000Z | play.asm | mssarts128/tetris.c64 | d274cfe5452b3d704c6ec56f1ac860a381053676 | [
"MIT",
"Unlicense"
] | null | null | null | play.asm | mssarts128/tetris.c64 | d274cfe5452b3d704c6ec56f1ac860a381053676 | [
"MIT",
"Unlicense"
] | null | null | null |
// play mode
.const linesPerLevel = 10 // level advance threshold
.const delayChange = 4 // game goes this much faster each level
.const DEFAULT_DROP_DELAY = 70
// --------------------------------------------
// starts a new game
// level and drop delay have already been set!
StartPlayMode:
// reset drop d... | 23.868243 | 79 | 0.606228 |
3bf8adef3e8163430b7115979c28b3a5fc7fd721 | 20,938 | asm | Assembly | Source/ColorScroll.asm | hhprg/C64Engine | 3e23bf2134f1b64aae1fcf502ecf98801bb9764e | [
"MIT"
] | 4 | 2021-09-12T20:39:13.000Z | 2022-01-24T11:32:20.000Z | Source/ColorScroll.asm | hhprg/C64Engine | 3e23bf2134f1b64aae1fcf502ecf98801bb9764e | [
"MIT"
] | null | null | null | Source/ColorScroll.asm | hhprg/C64Engine | 3e23bf2134f1b64aae1fcf502ecf98801bb9764e | [
"MIT"
] | null | null | null | /******************************************************************
* Copyright (C) 2015-2021 Henrik Holmdahl <henrikh.git@gmail.com>
******************************************************************/
.filenamespace ColorScroll
//
.segment Zeropage "ColorScroll zeropage data"
zpRow:
.fill 1, 0
zpN... | 30.791176 | 138 | 0.512991 |
ce6c75fe07b4b11e4a8abf3a1727b5df343db6ac | 795 | asm | Assembly | oeis/255/A255224.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/255/A255224.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/255/A255224.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A255224: Number of (n+2)X(4+2) 0..1 arrays with no 3x3 subblock diagonal sum 0 and no antidiagonal sum 0 and no row sum 2 and no column sum 2
; Submitted by Jamie Morken(w2)
; 43,49,58,70,88,115,154,211,295,418,598,862,1249,1816,2647,3865,5650,8266,12100,17719,25954,38023,55711,81634,119626,175306,256909,376504,55177... | 88.333333 | 491 | 0.786164 |
ab73169407d3f76c14de5b7913a5eb0685282b30 | 732 | asm | Assembly | oeis/041/A041880.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/041/A041880.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/041/A041880.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A041880: Numerators of continued fraction convergents to sqrt(462).
; Submitted by Jamie Morken(w1)
; 21,43,1827,3697,157101,317899,13508859,27335617,1161604773,2350545163,99884501619,202119548401,8588905534461,17379930617323,738545991462027,1494471913541377,63506366360199861,128507204633941099,5460808960985726019,11... | 40.666667 | 496 | 0.830601 |
e96b6b118c0580a747f94b0ad3e7506ab1c86dc2 | 562 | asm | Assembly | oeis/199/A199559.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/199/A199559.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/199/A199559.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A199559: 2*9^n+1.
; 3,19,163,1459,13123,118099,1062883,9565939,86093443,774840979,6973568803,62762119219,564859072963,5083731656659,45753584909923,411782264189299,3706040377703683,33354363399333139,300189270593998243,2701703435345984179,24315330918113857603,218837978263024718419,1969541804367222465763,177258762393050... | 51.090909 | 472 | 0.871886 |
ef937903d6568977fa705e10307a0417c00d6a6e | 498 | asm | Assembly | arch/lib/scheme/is_sob_void.asm | Mosseridan/Compiler-Principles | 6c72a462b90ca6c6db380976c2aa60471fa65325 | [
"MIT"
] | null | null | null | arch/lib/scheme/is_sob_void.asm | Mosseridan/Compiler-Principles | 6c72a462b90ca6c6db380976c2aa60471fa65325 | [
"MIT"
] | null | null | null | arch/lib/scheme/is_sob_void.asm | Mosseridan/Compiler-Principles | 6c72a462b90ca6c6db380976c2aa60471fa65325 | [
"MIT"
] | null | null | null | /* scheme/is_sob_void.asm
* Take pointers to a Scheme object, and places in R0 either 0 or 1
* (long, not Scheme integer objects or Scheme boolean objets),
* depending on whether the argument is void.
*
* Programmer: Mayer Goldberg, 2010
*/
IS_SOB_VOID:
PUSH(FP);
MOV(FP, SP);
MOV(R0, FPARG(0));
CMP(IND... | 19.92 | 67 | 0.684739 |
613e409a5eb0b1afc0276d90fbe166d9552f4e21 | 969 | asm | Assembly | runtime/sources/x86/memcpy.x64-sysv.asm | wdv4758h/Yeppp- | deeca59a88bc2b014be802fd575757f7c26c180e | [
"BSD-3-Clause"
] | 30 | 2015-09-18T00:52:22.000Z | 2021-11-03T17:44:30.000Z | runtime/sources/x86/memcpy.x64-sysv.asm | rguthrie3/Yeppp-Mirror | 23cc725a7489d376558bef3e92e31fda014b6c47 | [
"BSD-3-Clause"
] | 1 | 2017-02-09T04:53:29.000Z | 2017-02-09T04:53:29.000Z | runtime/sources/x86/memcpy.x64-sysv.asm | rguthrie3/Yeppp-Mirror | 23cc725a7489d376558bef3e92e31fda014b6c47 | [
"BSD-3-Clause"
] | 6 | 2017-02-09T03:05:32.000Z | 2022-03-17T06:50:19.000Z | ;
; Yeppp! library runtime infrastructure
;
; This file is part of Yeppp! library and licensed under MIT license.
; See runtime/LICENSE.txt for details.
;
;
%ifidn __OUTPUT_FORMAT__,elf64
section .text.memcpy align=32
global memcpy:function internal
memcpy:
%else
section .text
global _memcpy
_memcpy:
%en... | 16.15 | 69 | 0.718266 |
79100a7b49509b3e9c2904b84a71d6e16d649dbf | 1,480 | asm | Assembly | programs/oeis/187/A187298.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/187/A187298.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/187/A187298.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A187298: Number of 3-step one space leftwards or up, two space rightwards or down asymmetric rook's tours on an n X n board summed over all starting positions.
; 0,2,36,98,198,330,494,690,918,1178,1470,1794,2150,2538,2958,3410,3894,4410,4958,5538,6150,6794,7470,8178,8918,9690,10494,11330,12198,13098,14030,14994,15990... | 19.473684 | 260 | 0.472973 |
f9b2d26532e4c9b469996c8ee391754aa30602a7 | 225 | asm | Assembly | mc-sema/validator/x86_64/tests/BSR16rr.asm | randolphwong/mcsema | eb5b376736e7f57ff0a61f7e4e5a436bbb874720 | [
"BSD-3-Clause"
] | 2 | 2021-08-07T16:21:29.000Z | 2021-11-17T10:58:37.000Z | mc-sema/validator/x86_64/tests/BSR16rr.asm | randolphwong/mcsema | eb5b376736e7f57ff0a61f7e4e5a436bbb874720 | [
"BSD-3-Clause"
] | null | null | null | mc-sema/validator/x86_64/tests/BSR16rr.asm | randolphwong/mcsema | eb5b376736e7f57ff0a61f7e4e5a436bbb874720 | [
"BSD-3-Clause"
] | null | null | null | BITS 64
;TEST_FILE_META_BEGIN
;TEST_TYPE=TEST_F
;TEST_IGNOREFLAGS=FLAG_CF|FLAG_OF|FLAG_PF|FLAG_SF|FLAG_AF
;TEST_FILE_META_END
; BSR16rr
mov ax, 0x0800
;TEST_BEGIN_RECORDING
bsr bx, ax
;TEST_END_RECORDING
| 18.75 | 57 | 0.768889 |
4a22066077ede4f0ebb3eeffb5d7ffd26d91e0f1 | 1,517 | asm | Assembly | Microcontroller_Lab/Lab_6/Read_Code.asm | MuhammadAlBarham/pic16f778_projects | c12e15e48a62cd16f869cbe9411728a4eea8f499 | [
"MIT"
] | null | null | null | Microcontroller_Lab/Lab_6/Read_Code.asm | MuhammadAlBarham/pic16f778_projects | c12e15e48a62cd16f869cbe9411728a4eea8f499 | [
"MIT"
] | null | null | null | Microcontroller_Lab/Lab_6/Read_Code.asm | MuhammadAlBarham/pic16f778_projects | c12e15e48a62cd16f869cbe9411728a4eea8f499 | [
"MIT"
] | null | null | null | Include "p16F84A.inc"
; ----------------------------------------------------------
; General Purpose RAM Assignments
; ----------------------------------------------------------
cblock 0x0C
Counter
Endc
; ----------------------------------------------------------
; Macro Definitions
; -------------------------------... | 22.984848 | 61 | 0.376401 |
01a17a4ceae2f1c88a6a650878c71ae97e1571ad | 7,752 | asm | Assembly | code/6502/tests/inp/nestest.asm | visrealm/hbc-56 | 9c082946e247e79edc12867299b5b0fda3b6c873 | [
"MIT"
] | 65 | 2021-07-22T10:32:02.000Z | 2022-03-30T04:42:45.000Z | code/6502/tests/inp/nestest.asm | visrealm/hbc-56 | 9c082946e247e79edc12867299b5b0fda3b6c873 | [
"MIT"
] | 5 | 2022-03-29T20:23:57.000Z | 2022-03-30T23:12:42.000Z | code/6502/tests/inp/nestest.asm | visrealm/hbc-56 | 9c082946e247e79edc12867299b5b0fda3b6c873 | [
"MIT"
] | 4 | 2021-12-30T17:13:23.000Z | 2022-03-05T09:07:22.000Z | ; Troy's HBC-56 - Input test
;
; Copyright (c) 2021 Troy Schrapel
;
; This code is licensed under the MIT license
;
; https://github.com/visrealm/hbc-56
;
!src "hbc56kernel.inc"
Y_OFFSET = 10
hbc56Meta:
+setHbcMetaTitle "NES CARD TEST"
+setHbcMetaNES
rts
hbc56Main:
jsr tmsM... | 32.165975 | 74 | 0.572497 |
a054571e30d156e10a623b55ea06667046186ddf | 3,504 | asm | Assembly | Miscellaneous/Chip16-Emulator/roms/Sources/CollisionTest.asm | ghivert/Student-Projects | 43d7a61eac94365b3296ea09311f855ac00d71d1 | [
"MIT"
] | 2 | 2017-09-11T19:13:06.000Z | 2020-01-20T09:05:40.000Z | Miscellaneous/Chip16-Emulator/roms/Sources/CollisionTest.asm | ghivert/Student-Projects | 43d7a61eac94365b3296ea09311f855ac00d71d1 | [
"MIT"
] | null | null | null | Miscellaneous/Chip16-Emulator/roms/Sources/CollisionTest.asm | ghivert/Student-Projects | 43d7a61eac94365b3296ea09311f855ac00d71d1 | [
"MIT"
] | 3 | 2017-02-08T18:01:56.000Z | 2018-10-04T21:30:08.000Z | ;Collision test for Chip16
;Shendo 2011
;
;Changelog:
; Ver 1.1 04/18/2011
; Fixed a bug which allowed player to go offscreen.
;
; Ver 1.2 08/04/2011
; Updated the source to comply with the new specs.
;
;r0 - Player X position
;r1 - Player Y position
;r2 - Player max X position
;r3 - Player max Y positio... | 19.79661 | 67 | 0.66153 |
938c15cfbbb01349183bb44a66c6c320630dcc91 | 350 | asm | Assembly | data/mapHeaders/SafariZoneNorthRestHouse.asm | AmateurPanda92/pokemon-rby-dx | f7ba1cc50b22d93ed176571e074a52d73360da93 | [
"MIT"
] | 9 | 2020-07-12T19:44:21.000Z | 2022-03-03T23:32:40.000Z | data/mapHeaders/SafariZoneNorthRestHouse.asm | JStar-debug2020/pokemon-rby-dx | c2fdd8145d96683addbd8d9075f946a68d1527a1 | [
"MIT"
] | 7 | 2020-07-16T10:48:52.000Z | 2021-01-28T18:32:02.000Z | data/mapHeaders/SafariZoneNorthRestHouse.asm | JStar-debug2020/pokemon-rby-dx | c2fdd8145d96683addbd8d9075f946a68d1527a1 | [
"MIT"
] | 2 | 2021-03-28T18:33:43.000Z | 2021-05-06T13:12:09.000Z | SafariZoneNorthRestHouse_h:
db GATE ; tileset
db SAFARI_ZONE_NORTH_REST_HOUSE_HEIGHT, SAFARI_ZONE_NORTH_REST_HOUSE_WIDTH ; dimensions (y, x)
dw SafariZoneNorthRestHouse_Blocks ; blocks
dw SafariZoneNorthRestHouse_TextPointers ; texts
dw SafariZoneNorthRestHouse_Script ; scripts
db 0 ; connections
dw SafariZoneNo... | 38.888889 | 95 | 0.854286 |
22e364e7d16afb83690cd2435cc02ef88d990566 | 365 | asm | Assembly | Irvine/Examples/ch14/Hello.asm | alieonsido/ASM_TESTING | 4d5e2a3e11d921eeb50d69bbe4352cfc0e99afa7 | [
"Apache-2.0"
] | null | null | null | Irvine/Examples/ch14/Hello.asm | alieonsido/ASM_TESTING | 4d5e2a3e11d921eeb50d69bbe4352cfc0e99afa7 | [
"Apache-2.0"
] | null | null | null | Irvine/Examples/ch14/Hello.asm | alieonsido/ASM_TESTING | 4d5e2a3e11d921eeb50d69bbe4352cfc0e99afa7 | [
"Apache-2.0"
] | null | null | null | ; Hello World Program (Hello.asm)
.MODEL small
.STACK 100h
.386
.data
message BYTE "Hello, world!",0dh,0ah
.code
main PROC
mov ax,@data ; initialize DS
mov ds,ax
mov ah,40h ; write to file/device
mov bx,1 ; output handle
mov cx,SIZEOF message ; number of bytes
mov dx,OFFSET message ; addr ... | 15.869565 | 41 | 0.676712 |
af8d7770ac9a6513cf099a6f2f2040b091edf05c | 335 | asm | Assembly | oeis/117/A117451.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/117/A117451.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/117/A117451.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A117451: Expansion of (1-x+x^2+x^5)/((1-x)*(1-x^5)).
; 1,0,1,1,1,3,2,3,3,3,5,4,5,5,5,7,6,7,7,7,9,8,9,9,9,11,10,11,11,11,13,12,13,13,13,15,14,15,15,15,17,16,17,17,17,19,18,19,19,19,21,20,21,21,21,23,22,23,23,23,25,24,25,25,25,27,26,27,27,27,29,28,29,29,29,31,30,31
mov $1,$0
gcd $1,5
mov $2,$0
add $2,$0
add $1,$2
div ... | 30.454545 | 210 | 0.58209 |
592acb4f7b021c7378c46634f45ff9eaaaf9239a | 48 | asm | Assembly | test-suite/programs/unit/or_0x02.asm | ocus/TinyASM_Haskell | 35698bd1d8c6587e76480531f9e6c3d2086f4c40 | [
"BSD-3-Clause"
] | null | null | null | test-suite/programs/unit/or_0x02.asm | ocus/TinyASM_Haskell | 35698bd1d8c6587e76480531f9e6c3d2086f4c40 | [
"BSD-3-Clause"
] | null | null | null | test-suite/programs/unit/or_0x02.asm | ocus/TinyASM_Haskell | 35698bd1d8c6587e76480531f9e6c3d2086f4c40 | [
"BSD-3-Clause"
] | null | null | null | MOV [0] 10
MOV [1] 3
OR [0] [1]
DPRINT [0]
HALT
| 8 | 10 | 0.541667 |
307516f0999a38b31b51461768bf375d5c5b2ca5 | 766 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_9_1213.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_9_1213.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_9_1213.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 %r15
push %r8
push %rcx
push %rsi
// Faulty Load
lea addresses_WC+0x5b3e, %r8
nop
and %rsi, %rsi
vmovups (%r8), %ymm2
vextracti128 $0, %ymm2, %xmm2
vpextrq $0, %xmm2, %r15
lea oracles, %r12
and $0xff, %r... | 17.813953 | 121 | 0.650131 |
1c0e7cac070a3109088fd1508d23b74e049345da | 805 | asm | Assembly | oeis/002/A002548.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/002/A002548.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/002/A002548.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A002548: Denominators of coefficients for numerical differentiation.
; Submitted by Christian Krause
; 1,1,12,6,180,10,560,1260,12600,1260,166320,13860,2522520,2702700,2882880,360360,110270160,2042040,775975200,162954792,56904848,2586584,1427794368,892371480,116008292400,120470149800,1124388064800,40156716600,3493634... | 32.2 | 499 | 0.790062 |
721696f8d498699fd2356f809b9276f2fe09536f | 384 | asm | Assembly | oeis/259/A259048.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/259/A259048.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/259/A259048.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A259048: u(1) = v(1) = 1, u(n) = u(n-1) + v(n-1), v(n) = u(n-1)^2 + v(n-1)^2, a(n) = u(n).
; Submitted by Christian Krause
; 1,2,4,12,92,6636,42839036,1834614576635532,3365810487617338033584723922844,11328680238554850474377984661704304183660014108982249765031212
mov $2,$0
mov $0,1
mov $1,1
lpb $2
add $0,$3
sub $... | 22.588235 | 139 | 0.638021 |
0a8df3f29343c6c228f89165f553ac6b154f95fe | 3,362 | asm | Assembly | 配套代码/L030/L030/Hello.asm | zmrbak/ReverseAnalysis | 994fdc61c8af2eecc2a065a6f5ee0aacf371e836 | [
"MIT"
] | 35 | 2019-11-19T03:12:09.000Z | 2022-02-18T08:38:53.000Z | 配套代码/L028/L028/1.1.asm | zmrbak/ReverseAnalysis | 994fdc61c8af2eecc2a065a6f5ee0aacf371e836 | [
"MIT"
] | null | null | null | 配套代码/L028/L028/1.1.asm | zmrbak/ReverseAnalysis | 994fdc61c8af2eecc2a065a6f5ee0aacf371e836 | [
"MIT"
] | 22 | 2019-08-03T17:07:17.000Z | 2022-02-18T08:38:55.000Z | ; Listing generated by Microsoft (R) Optimizing Compiler Version 19.24.28117.0
TITLE C:\Users\libit\source\repos\L028\L028\L028.cpp
.686P
.XMM
include listing.inc
.model flat
INCLUDELIB LIBCMT
INCLUDELIB OLDNAMES
CONST SEGMENT
$SG5562 DB 'Hello World!', 0aH, 00H
CONST ENDS
PUBLIC ___local_stdio_printf_options
... | 25.278195 | 129 | 0.740333 |
6c5bbe1bfd20833f96078d0e7c9d7d9a58b7a9ec | 174 | asm | Assembly | libsrc/_DEVELOPMENT/sound/bit/c/sccz80/bit_beepfx_di.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/sound/bit/c/sccz80/bit_beepfx_di.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/sound/bit/c/sccz80/bit_beepfx_di.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
; void bit_beepfx_di(void *effect)
SECTION code_sound_bit
PUBLIC bit_beepfx_di
EXTERN asm_bit_beepfx_di
bit_beepfx_di:
push hl
pop ix
jp asm_bit_beepfx_di
| 10.875 | 34 | 0.764368 |
84d1ae9b2c826f1eef2c63ccce42cf4d30007960 | 379 | asm | Assembly | test/java/two-classes/ASecondClass.asm | OfekShilon/compiler-explorer | 7ee2ab17f29470575443bd67e5685ac54ce76158 | [
"BSD-2-Clause"
] | 4,668 | 2017-01-02T19:35:10.000Z | 2020-05-16T03:18:45.000Z | test/java/two-classes/ASecondClass.asm | OfekShilon/compiler-explorer | 7ee2ab17f29470575443bd67e5685ac54ce76158 | [
"BSD-2-Clause"
] | 1,750 | 2017-01-02T19:37:06.000Z | 2020-05-16T14:54:29.000Z | test/java/two-classes/ASecondClass.asm | OfekShilon/compiler-explorer | 7ee2ab17f29470575443bd67e5685ac54ce76158 | [
"BSD-2-Clause"
] | 620 | 2017-01-03T00:29:17.000Z | 2020-05-14T09:27:47.000Z | Compiled from "example.java"
class ASecondClass {
ASecondClass();
Code:
0: aload_0
1: invokespecial #1 // Method java/lang/Object."<init>":()V
4: return
LineNumberTable:
line 7: 0
static int square(int);
Code:
0: iload_0
1: iload_0
2: imu... | 18.95 | 83 | 0.538259 |
5e2cb0701512be520f17fa636b42a3d21b80cb7b | 3,067 | asm | Assembly | src/shaders/h264/mc/Intra_PCM.asm | me176c-dev/android_hardware_intel-vaapi-driver | 0f2dca8d604220405e4678c0b6c4faa578d994ec | [
"MIT"
] | 192 | 2018-01-26T11:51:55.000Z | 2022-03-25T20:04:19.000Z | src/shaders/h264/mc/Intra_PCM.asm | me176c-dev/android_hardware_intel-vaapi-driver | 0f2dca8d604220405e4678c0b6c4faa578d994ec | [
"MIT"
] | 256 | 2017-01-23T02:10:27.000Z | 2018-01-23T10:00:05.000Z | src/shaders/h264/mc/Intra_PCM.asm | me176c-dev/android_hardware_intel-vaapi-driver | 0f2dca8d604220405e4678c0b6c4faa578d994ec | [
"MIT"
] | 64 | 2018-01-30T19:51:53.000Z | 2021-11-24T01:26:14.000Z | /*
* Decode Intra_PCM macroblock
* Copyright © <2010>, Intel Corporation.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the
* "Software"), to deal in the Software without restriction, including
* without limitation the r... | 35.252874 | 139 | 0.699381 |
471337f4eb1337d42e2aa639e2ff1089f71ef8d5 | 642 | asm | Assembly | programs/oeis/172/A172046.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/172/A172046.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/172/A172046.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A172046: Partial sums of floor(n^2/7) (A056834).
; 0,0,0,1,3,6,11,18,27,38,52,69,89,113,141,173,209,250,296,347,404,467,536,611,693,782,878,982,1094,1214,1342,1479,1625,1780,1945,2120,2305,2500,2706,2923,3151,3391,3643,3907,4183,4472,4774,5089,5418,5761,6118,6489,6875,7276,7692,8124,8572,9036,9516,10013,10527,11058,1... | 58.363636 | 495 | 0.739875 |
f4b0f0fda1ef91e535d99d93067577e9774b017e | 1,124 | asm | Assembly | Library/Mailbox/Inbox/inboxManager.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Library/Mailbox/Inbox/inboxManager.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Library/Mailbox/Inbox/inboxManager.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1994 -- All Rights Reserved
PROJECT: Clavin
MODULE: Inbox-Specific Functions
FILE: inboxManager.asm
AUTHOR: Adam de Boor, May 9, 1994
ROUTINES:
Name Description
---- -----------
REVISION... | 20.814815 | 79 | 0.631673 |
aa727c631dcafb02e5f5b0ba3d1f6648c8332546 | 711 | asm | Assembly | oeis/131/A131137.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/131/A131137.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/131/A131137.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A131137: Denominator of (exponential) expansion of log((2*x/3-1)/(x-1)).
; 1,3,9,27,27,81,243,243,729,2187,729,2187,6561,6561,19683,59049,59049,177147,531441,177147,531441,1594323,1594323,4782969,14348907,14348907,43046721,129140163,14348907,43046721,129140163,129140163,387420489,1162261467,1162261467,3486784401,1046... | 71.1 | 496 | 0.790436 |
c24bc2c31eea1ac4f7d37927b2025da43c862060 | 1,758 | asm | Assembly | text.asm | codebur/_a2-chemi-gs-1993 | 23d03a7a6727e37650288303ffa86474982a1dfe | [
"MIT"
] | 1 | 2019-10-05T10:04:12.000Z | 2019-10-05T10:04:12.000Z | text.asm | codebur/_a2-chemi-gs-1993 | 23d03a7a6727e37650288303ffa86474982a1dfe | [
"MIT"
] | null | null | null | text.asm | codebur/_a2-chemi-gs-1993 | 23d03a7a6727e37650288303ffa86474982a1dfe | [
"MIT"
] | null | null | null | keep TEXT
****************************************************************
* ChemiGS *
****************************************************************
* A Drawing Program for Chemical Structures *
* (c) 1992-93 by Urs Hochstrasser *
* Buendtenweg 6 *
* 5105 AUENSTEIN (... | 1,758 | 1,758 | 0.535836 |
5a35348aa7ce55e6bf729f552d1c19c05952519c | 7,003 | asm | Assembly | Transynther/x86/_processed/NONE/_un_/i9-9900K_12_0xa0.log_1_774.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_un_/i9-9900K_12_0xa0.log_1_774.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_un_/i9-9900K_12_0xa0.log_1_774.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 %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0xd946, %rsi
lea addresses_D_ht+0x7b26, %rdi
nop
nop
nop
xor $45661, %rbx
mov $108, %rcx
rep movsw
nop
nop
nop
xor %r15, %r15
lea addresses_UC_ht+0x17ca6, %rsi
nop
nop
xor %r10,... | 19.951567 | 148 | 0.645438 |
48d4264911384f035a5f593db0e6cc005a2d00ea | 62 | asm | Assembly | src/main/fragment/mos6502-common/_deref_pwsz1=_deref_pwsz2.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | 2 | 2022-03-01T02:21:14.000Z | 2022-03-01T04:33:35.000Z | src/main/fragment/mos6502-common/_deref_pwuz1=_deref_pwuz2.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | src/main/fragment/mos6502-common/_deref_pwuz1=_deref_pwuz2.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | ldy #0
lda ({z2}),y
sta ({z1}),y
iny
lda ({z2}),y
sta ({z1}),y | 10.333333 | 12 | 0.5 |
bdca032a161cf91881b4f6d588f0769e61e24e0b | 147 | asm | Assembly | other.7z/SFC.7z/SFC/ソースデータ/ゼルダの伝説神々のトライフォース/ドイツ_PAL/Ger_asm1/zel_label.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/SFC.7z/SFC/ソースデータ/ゼルダの伝説神々のトライフォース/ドイツ_PAL/Ger_asm1/zel_label.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | other.7z/SFC.7z/SFC/ソースデータ/ゼルダの伝説神々のトライフォース/ドイツ_PAL/Ger_asm1/zel_label.asm | prismotizm/gigaleak | d082854866186a05fec4e2fdf1def0199e7f3098 | [
"MIT"
] | null | null | null | Name: zel_label.asm
Type: file
Size: 17565
Last-Modified: '2016-05-13T04:23:03Z'
SHA-1: FDFF0FAEEAEDAEF1B8F50542B10EAE94E961A17B
Description: null
| 21 | 47 | 0.816327 |
f1a989903f77b42bf9e1f3d06ac1d60e0c9a9497 | 441 | asm | Assembly | programs/oeis/001/A001047.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/001/A001047.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/001/A001047.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A001047: a(n) = 3^n - 2^n.
; 0,1,5,19,65,211,665,2059,6305,19171,58025,175099,527345,1586131,4766585,14316139,42981185,129009091,387158345,1161737179,3485735825,10458256051,31376865305,94134790219,282412759265,847255055011,2541798719465,7625463267259,22876524019505,68629840493971,205890058352825,617671248800299,18530... | 33.923077 | 319 | 0.770975 |
1987166d6c2ff1d6e5a8a120eaea6b62c7e89288 | 6,759 | asm | Assembly | KernelLand/Kernel/arch/x86/proc.asm | thepowersgang/acess2 | b52f9a841f47d7f29e9813b215e1290f191b5171 | [
"Zlib"
] | 58 | 2015-02-11T23:18:09.000Z | 2022-02-23T14:11:11.000Z | KernelLand/Kernel/arch/x86/proc.asm | thepowersgang/acess2 | b52f9a841f47d7f29e9813b215e1290f191b5171 | [
"Zlib"
] | 5 | 2015-01-12T03:28:04.000Z | 2016-01-12T12:21:34.000Z | KernelLand/Kernel/arch/x86/proc.asm | thepowersgang/acess2 | b52f9a841f47d7f29e9813b215e1290f191b5171 | [
"Zlib"
] | 10 | 2015-04-05T08:03:36.000Z | 2022-02-09T23:33:58.000Z | ; AcessOS Microkernel Version
; Start.asm
%include "arch/x86/common.inc.asm"
[bits 32]
%define SAVEFLAG_FPU 0x1
KERNEL_BASE equ 0xC0000000
KSTACK_USERSTATE_SIZE equ (4+8+1+5)*4 ; SRegs, GPRegs, CPU, IRET
[section .text]
[extern MM_Clone]
[global Proc_CloneInt]
Proc_CloneInt:
pusha
; Save RSP
mov eax, [esp+0x20... | 18.467213 | 79 | 0.713123 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.