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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
a5c9224344f737d817ccbf8866f830a6b4b5773c | 869 | asm | Assembly | programs/oeis/101/A101861.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/101/A101861.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/101/A101861.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A101861: n*(n+5)*(50+45*n+n^2)/24.
; 24,84,194,369,625,979,1449,2054,2814,3750,4884,6239,7839,9709,11875,14364,17204,20424,24054,28125,32669,37719,43309,49474,56250,63674,71784,80619,90219,100625,111879,124024,137104,151164,166250,182409
mov $15,$0
mov $17,$0
add $17,1
lpb $17,1
clr $0,15
mov $0,$15
sub $17,1
... | 17.734694 | 202 | 0.49252 |
4b63d1051bb5e0c85aaf83c4c95c6d372dabe544 | 697 | asm | Assembly | programs/oeis/043/A043569.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/043/A043569.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/043/A043569.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A043569: Numbers whose base-2 representation has exactly 2 runs.
; 2,4,6,8,12,14,16,24,28,30,32,48,56,60,62,64,96,112,120,124,126,128,192,224,240,248,252,254,256,384,448,480,496,504,508,510,512,768,896,960,992,1008,1016,1020,1022,1024,1536,1792,1920,1984,2016,2032,2040,2044,2046,2048,3072,3584,3840,3968,4032,4064,408... | 53.615385 | 460 | 0.74462 |
b2cd11c2073772a41019ae8f1c9b8779498aa37f | 700 | asm | Assembly | c_projects/project1/ch1-ch3/boot_sector_2.asm | darbinreyes/subparprogrammer | e3588adc494a69a564fe0a9859ff296fc710eab0 | [
"MIT"
] | null | null | null | c_projects/project1/ch1-ch3/boot_sector_2.asm | darbinreyes/subparprogrammer | e3588adc494a69a564fe0a9859ff296fc710eab0 | [
"MIT"
] | 1 | 2021-05-11T22:20:01.000Z | 2021-05-11T22:20:01.000Z | c_projects/project1/ch1-ch3/boot_sector_2.asm | darbinreyes/subparprogrammer | e3588adc494a69a564fe0a9859ff296fc710eab0 | [
"MIT"
] | null | null | null | ;
; A boot sector that prints to the screen using a BIOS routine.
;
mov ah, 0x0e ; int 0x10, ah = 0x0e specifies the scrolling teletype BIOS routine.
mov al, 'D' ; Set al to the character we want to print
int 0x10 ; Raise the 0x10 interrupt.
mov al, 'i'
int 0x10
mov al, 'j'
int 0x10
mov al, 'k'
int 0x10
mov al... | 17.5 | 81 | 0.685714 |
2f7f8a00da3c56fd3f56373b118065736aaf22c2 | 1,346 | asm | Assembly | src/draw_winscreen.asm | itsmiriam42/pong | 03746f046b4c30474ef6063fcd86aee70c073607 | [
"MIT"
] | 2 | 2021-10-17T07:44:28.000Z | 2021-10-30T19:01:48.000Z | src/draw_winscreen.asm | itsmiriam42/pong | 03746f046b4c30474ef6063fcd86aee70c073607 | [
"MIT"
] | 5 | 2021-11-02T16:41:07.000Z | 2021-11-05T23:56:14.000Z | src/draw_winscreen.asm | itsmiriam42/pong | 03746f046b4c30474ef6063fcd86aee70c073607 | [
"MIT"
] | 1 | 2021-10-17T08:01:13.000Z | 2021-10-17T08:01:13.000Z | # Function to draw a "win" on the display
# a3: unsigned integer x1 -- x coordinate of starting point
# a4: unsigned integer y1 -- y coordinate of starting point
# a5: unsigned integer x2 -- x coordinate of ending point
# a6: unsigned integer y2 -- y coordinate of ending point
# a7: unsigned integer c -- fill color ... | 14.630435 | 65 | 0.565379 |
c205f28615b5c9ff74ac1de0546b4c3cdf852b76 | 361 | asm | Assembly | programs/oeis/054/A054254.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/054/A054254.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/054/A054254.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A054254: a(n) is n plus the minimum of the a(i)*a(n-i) of the previous i=1..n-1.
; 0,1,2,5,8,13,19,26,34,43,53,64,76,89,103,118,134,151,169,188,208,229,251,274,298,323,349,376,404,433,463,494,526,559,593,628,664,701,739,778,818,859,901,944,988,1033,1079,1126,1174,1223,1273
mov $2,$0
pow $0,2
mov $1,$0
add $1,5
sub $... | 27.769231 | 192 | 0.65928 |
cc44223fda9c0f1b4514e86a0c59b471be909705 | 601 | asm | Assembly | oeis/290/A290570.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/290/A290570.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/290/A290570.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A290570: Decimal expansion of Integral_{0..Pi/2} dtheta/(cos(theta)^3 + sin(theta)^3)^(2/3).
; Submitted by Christian Krause
; 1,7,6,6,6,3,8,7,5,0,2,8,5,4,4,9,9,5,7,3,1,3,6,8,9,4,9,9,6,4,8,4,3,8,7,0,2,5,7,1,8,6,8,5,3,8,2,0,2,5,5,7,5,3,0,1,2,6,9,0,5,2,4,1,8,3,5,4,5,3,0,0,1,7,2,8,1,0,7,9,1,3,6,0,5,4,8,6,9,9,3,3,3,3,3,8... | 19.387097 | 201 | 0.530782 |
33cbfa2c9e7df2694f4f9d5d9273c1a92197bb95 | 419 | asm | Assembly | programs/oeis/030/A030109.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/030/A030109.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/030/A030109.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A030109: Write n in binary, reverse bits, subtract 1, divide by 2.
; 0,0,1,0,2,1,3,0,4,2,6,1,5,3,7,0,8,4,12,2,10,6,14,1,9,5,13,3,11,7,15,0,16,8,24,4,20,12,28,2,18,10,26,6,22,14,30,1,17,9,25,5,21,13,29,3,19,11,27,7,23,15,31,0,32,16,48,8,40,24,56,4,36,20,52,12,44,28,60,2,34,18,50,10,42,26,58,6,38,22,54,14,46,30,62,1,33... | 32.230769 | 259 | 0.596659 |
72d088ac400c004643cae2e8348af737fa7d0c31 | 647 | asm | Assembly | oeis/328/A328355.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/328/A328355.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/328/A328355.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A328355: Let S be any integer in the range 36 <= S <= 44. Sequence has the property that a(n)*S is the sum of all positive integers whose decimal expansion has <= n digits and uses eight distinct nonzero digits d1,d2,d3,d4,d5,d6,d7,d8 such that d1+d2+d3+d4+d5+d6+d7+d8=S.
; 0,1,89,7193,576025,46086681,3686971929,29495... | 49.769231 | 273 | 0.761978 |
e99442db783032832951af779df97789a0dac1c5 | 1,294 | asm | Assembly | ch07/32 bit/Shrd.asm | William0Friend/my_masm | e8073266c03c01424ad84b9ed9cf13e9da1eabb1 | [
"Apache-2.0"
] | null | null | null | ch07/32 bit/Shrd.asm | William0Friend/my_masm | e8073266c03c01424ad84b9ed9cf13e9da1eabb1 | [
"Apache-2.0"
] | null | null | null | ch07/32 bit/Shrd.asm | William0Friend/my_masm | e8073266c03c01424ad84b9ed9cf13e9da1eabb1 | [
"Apache-2.0"
] | null | null | null | ; SHRD Example (Shrd.asm)
Comment !
This program shifts an array of five 32-bit integers using the SHRD
instruction. It shifts a series of consecutive doublewords 4 bits
to the right. The number is in little Endian order.
!
INCLUDE Irvine32.inc
COUNT = 4 ; shift count
.data
array DWORD... | 23.107143 | 69 | 0.621329 |
717ad68266fc79e83e6e60a7150ead3aa62424d8 | 862 | asm | Assembly | libsrc/target/gb/gbdk/move_sprite.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/target/gb/gbdk/move_sprite.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/target/gb/gbdk/move_sprite.asm | Frodevan/z88dk | f27af9fe840ff995c63c80a73673ba7ee33fffac | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
MODULE move_sprite
PUBLIC move_sprite
PUBLIC _move_sprite
PUBLIC mv_sprite
SECTION code_driver
INCLUDE "target/gb/def/gb_globals.def"
; void __LIB__ move_sprite(uint8_t nb, uint8_t x, uint8_t y) __smallc NONBANKED;
move_sprite:
_move_sprite:
PUSH BC
ld h... | 18.73913 | 80 | 0.439675 |
5d7a3d074da16f0fc66183a09b9136214d106e98 | 675 | asm | Assembly | oeis/159/A159612.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/159/A159612.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/159/A159612.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A159612: INVERT transform of (1, 3, 1, 3, 1,...).
; Submitted by Jon Maiga
; 1,4,8,24,56,152,376,984,2488,6424,16376,42072,107576,275864,706168,1809624,4634296,11872792,30409976,77901144,199541048,511145624,1309309816,3353892312,8591131576,22006700824,56371227128,144398030424,369882938936,947475060632,2427006816376,6... | 45 | 499 | 0.81037 |
7bf81b80db0afacf8461e10a2a005cd897195d9d | 312 | asm | Assembly | libsrc/target/lm80c/stdio/fgetc_cons.asm | ahjelm/z88dk | c4de367f39a76b41f6390ceeab77737e148178fa | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/target/lm80c/stdio/fgetc_cons.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/target/lm80c/stdio/fgetc_cons.asm | C-Chads/z88dk | a4141a8e51205c6414b4ae3263b633c4265778e6 | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ;
SECTION code_clib
PUBLIC fgetc_cons
PUBLIC _fgetc_cons
EXTERN LASTKEYPRSD
.fgetc_cons
._fgetc_cons
ld hl,32768
loop:
dec hl
ld a,h
or l
jr nz,loop
.getkey1
ld a,(LASTKEYPRSD)
and a
jr z,getkey1
IF STANDARDESCAPECHARS
cp 13
jr nz,not_return
ld a,10
.not_return
ENDIF
ld l,a
ld h,0
ret
| 10.4 | 22 | 0.721154 |
fcf4f6ca1722b7acb851cff91143e309b110a056 | 601 | asm | Assembly | oeis/253/A253251.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/253/A253251.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/253/A253251.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A253251: a(1) = 1, and for n > 0, a(n+1) = a(n) + floor(10^k/a(n)), where k is the least integer such that 10^k >= a(n).
; Submitted by Jon Maiga
; 1,2,7,8,9,10,11,20,25,29,32,35,37,39,41,43,45,47,49,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,9... | 46.230769 | 328 | 0.645591 |
f4fa50c70febe0f34a150e22017cb0b90c6b0be2 | 676 | asm | Assembly | oeis/084/A084920.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/084/A084920.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/084/A084920.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A084920: a(n) = (prime(n)-1)*(prime(n)+1).
; Submitted by Jamie Morken(s3)
; 3,8,24,48,120,168,288,360,528,840,960,1368,1680,1848,2208,2808,3480,3720,4488,5040,5328,6240,6888,7920,9408,10200,10608,11448,11880,12768,16128,17160,18768,19320,22200,22800,24648,26568,27888,29928,32040,32760,36480,37248,38808,39600,44520,4... | 67.6 | 496 | 0.775148 |
08a8036c309bc31819c7ad43cb347769cecc5117 | 230 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math16/lm16/c/sccz80/pow_callee.asm | ahjelm/z88dk | c4de367f39a76b41f6390ceeab77737e148178fa | [
"ClArtistic"
] | 4 | 2021-12-23T15:34:05.000Z | 2021-12-23T15:36:16.000Z | libsrc/_DEVELOPMENT/math/float/math16/lm16/c/sccz80/pow_callee.asm | ahjelm/z88dk | c4de367f39a76b41f6390ceeab77737e148178fa | [
"ClArtistic"
] | 2 | 2022-03-20T22:17:35.000Z | 2022-03-24T16:10:00.000Z | libsrc/_DEVELOPMENT/math/float/math16/lm16/c/sccz80/pow_callee.asm | ahjelm/z88dk | c4de367f39a76b41f6390ceeab77737e148178fa | [
"ClArtistic"
] | null | null | null |
SECTION code_fp_math16
PUBLIC powf16_callee
EXTERN cm16_sccz80_pow_callee
defc powf16_callee = cm16_sccz80_pow_callee
; SDCC bridge for Classic
IF __CLASSIC
PUBLIC _powf16_callee
defc _powf16_callee = powf16_callee
ENDIF
| 15.333333 | 44 | 0.843478 |
e515b214029a98144e6f039450f2479a6faa42ce | 950 | asm | Assembly | experimental-computer-system/Emulator/Assembler/FastClear.asm | paulscottrobson/assorted-archives | 87ce21ef1556bed441fffbb5c4c3c11c06324385 | [
"MIT"
] | null | null | null | experimental-computer-system/Emulator/Assembler/FastClear.asm | paulscottrobson/assorted-archives | 87ce21ef1556bed441fffbb5c4c3c11c06324385 | [
"MIT"
] | null | null | null | experimental-computer-system/Emulator/Assembler/FastClear.asm | paulscottrobson/assorted-archives | 87ce21ef1556bed441fffbb5c4c3c11c06324385 | [
"MIT"
] | 1 | 2020-01-02T13:54:19.000Z | 2020-01-02T13:54:19.000Z | ; **************************************************************************************************************
;
; Fast Fill
;
; **************************************************************************************************************
cpu 8008new
org... | 23.170732 | 112 | 0.302105 |
2166655ac0607be37767e6c31eb55b710de4a459 | 1,898 | asm | Assembly | programs/oeis/099/A099035.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/099/A099035.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/099/A099035.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A099035: a(n) = (n+1)*2^(n-1) - 1.
; 1,5,15,39,95,223,511,1151,2559,5631,12287,26623,57343,122879,262143,557055,1179647,2490367,5242879,11010047,23068671,48234495,100663295,209715199,436207615,905969663,1879048191,3892314111,8053063679,16642998271,34359738367,70866960383,146028888063,300647710719,618475290623,1271310... | 189.8 | 1,802 | 0.919916 |
db530549529b87868b96b9e30413554a6f52eca4 | 77 | asm | Assembly | data/maps/headers/SeafoamIslands1F.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | 1 | 2022-02-15T00:19:44.000Z | 2022-02-15T00:19:44.000Z | data/maps/headers/SeafoamIslands1F.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | data/maps/headers/SeafoamIslands1F.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null |
map_header SeafoamIslands1F, SEAFOAM_ISLANDS_1F, CAVERN, 0
end_map_header
| 19.25 | 59 | 0.844156 |
e1f4000d6099fc16f7a892f434e6c2004c9a1062 | 2,789 | asm | Assembly | maps/outside/objects.asm | RevolutionSoftware/Juego | 31c1706e41713e9bcf631f369b89ce1f94bef0d5 | [
"Unlicense"
] | 1 | 2021-09-18T21:02:45.000Z | 2021-09-18T21:02:45.000Z | maps/outside/objects.asm | RevolutionSoftware/Juego | 31c1706e41713e9bcf631f369b89ce1f94bef0d5 | [
"Unlicense"
] | null | null | null | maps/outside/objects.asm | RevolutionSoftware/Juego | 31c1706e41713e9bcf631f369b89ce1f94bef0d5 | [
"Unlicense"
] | null | null | null | ;start of brushes
.dw grass
.dw path
.dw path_corner1
.dw path_corner2
.dw path_corner3
.dw path_corner4
.dw path_round1
.dw flower
.dw tree_topleft
.dw tree_topright
.dw tree_topleft_forest
.dw tree_topright_forest
.dw tree_bottom_left
.dw tree_bottomright
.dw sign_item
.dw wall_vert
.dw wall_horiz
.... | 13.093897 | 29 | 0.705629 |
089149855de2fe253798302503049ee47c42ba0c | 1,588 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_83_292.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_83_292.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_83_292.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r13
push %r9
lea addresses_WC_ht+0xf89, %r13
nop
nop
nop
nop
add %r12, %r12
mov $0x6162636465666768, %r9
movq %r9, %xmm0
and $0xffffffffffffffc0, %r13
movaps %xmm0, (%r13)
nop
nop
nop
nop
nop
sub $8832, %r9
pop %r9
pop %r13
pop %r12
ret
.global s_faulty_... | 20.101266 | 248 | 0.656801 |
14905a67fdfae9ce55f4640e443c5a97acd594bb | 1,956 | asm | Assembly | programs/oeis/290/A290114.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/290/A290114.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/290/A290114.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A290114: Decimal representation of the diagonal from the origin to the corner of the n-th stage of growth of the two-dimensional cellular automaton defined by "Rule 643", based on the 5-celled von Neumann neighborhood.
; 1,3,5,11,23,47,95,191,383,767,1535,3071,6143,12287,24575,49151,98303,196607,393215,786431,1572863... | 163 | 1,659 | 0.907464 |
f8709bbd6b371e0732069536f73a66e2d2b4fc95 | 958 | asm | Assembly | bootloader.asm | Ninespin/bloader_game_test | 8f04b777cd39ee07b228523332637a25684ed995 | [
"MIT"
] | null | null | null | bootloader.asm | Ninespin/bloader_game_test | 8f04b777cd39ee07b228523332637a25684ed995 | [
"MIT"
] | null | null | null | bootloader.asm | Ninespin/bloader_game_test | 8f04b777cd39ee07b228523332637a25684ed995 | [
"MIT"
] | null | null | null |
[org 0x7C00]
[BITS 16]
start:
xor ax, ax
mov ds, ax
mov ss, ax ; Setup stack [0x9c00; 0]
mov sp, 0x9c00
setup_screen:
mov ah, 0xb8
mov es, ax
xor ah, ah
mov al, 0x03
int 0x10
mov ah, 1
mov ch, 0x26
int 0x10
make_blue:
mov cx, 0x07d0 ; 80x25
mov ax, 0x0020 ; empty, blue-background c... | 13.492958 | 55 | 0.643006 |
9dbca027bf4d4941f7669b534c49d2926b5bb25e | 3,940 | asm | Assembly | savefile/maps/0E3C_TheTrendsetters.asm | stranck/fools2018-1 | 1c506b17343fcdfa708aafaf8e596153e2c63254 | [
"MIT"
] | 35 | 2018-04-01T06:55:28.000Z | 2021-05-09T19:09:42.000Z | savefile/maps/0E3C_TheTrendsetters.asm | stranck/fools2018-1 | 1c506b17343fcdfa708aafaf8e596153e2c63254 | [
"MIT"
] | 4 | 2018-04-01T15:32:55.000Z | 2019-02-23T20:46:49.000Z | savefile/maps/0E3C_TheTrendsetters.asm | stranck/fools2018-1 | 1c506b17343fcdfa708aafaf8e596153e2c63254 | [
"MIT"
] | 12 | 2018-04-01T15:48:09.000Z | 2021-01-27T10:22:33.000Z | SECTION "Map_0E3C", ROM0[$B800]
Map_0E3C_Header:
hdr_tileset 0
hdr_dimensions 8, 8
hdr_pointers_a Map_0E3C_Blocks, Map_0E3C_TextPointers
hdr_pointers_b Map_0E3C_Script, Map_0E3C_Objects
hdr_pointers_c Map_0E3C_InitScript, Map_0E3C_RAMScript
hdr_palette $06
... | 25.584416 | 63 | 0.660152 |
f783bcda97541eb507e7e10611f542eae8fe85c5 | 332 | asm | Assembly | processor/arch/c64/pre.asm | HakierGrzonzo/bfc64 | edd4bea27c08f0a1f868601ae36a1ab1bc099896 | [
"MIT"
] | 1 | 2020-12-18T09:38:46.000Z | 2020-12-18T09:38:46.000Z | processor/arch/c64/pre.asm | HakierGrzonzo/bfc64 | edd4bea27c08f0a1f868601ae36a1ab1bc099896 | [
"MIT"
] | null | null | null | processor/arch/c64/pre.asm | HakierGrzonzo/bfc64 | edd4bea27c08f0a1f868601ae36a1ab1bc099896 | [
"MIT"
] | null | null | null | BasicUpstart2(start)
*=$4000 "Program"
// $00FB - pointer to tape page
start:
jsr $ff81
lda #$02
sta $d020
sta $d021
lda #$01
sta $0286
lda #$73
sta $00FB + 1
lda #$00
sta $00FB // memory at is like $00FB to …00 73… so we have a pointer to $7300
ldy #$ff // initialize tape i... | 19.529412 | 81 | 0.581325 |
21a1e5763fac3cf9dadd6ca0a504ff5bdb043991 | 340 | asm | Assembly | oeis/105/A105946.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/105/A105946.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/105/A105946.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A105946: C(n+5,n)*C(n+3,3).
; Submitted by Jon Maiga
; 1,24,210,1120,4410,14112,38808,95040,212355,440440,858858,1589952,2815540,4798080,7907040,12651264,19718181,30020760,44753170,65456160,94093230,133138720,185679000,255528000,347358375,466849656,620854794,817586560,1066825320
mov $2,$0
add $2,3
bin $2,$0
add $0,5... | 30.909091 | 226 | 0.764706 |
1f3895c6fb4a845d2f0aebb0e2be3ac6a4bfe9e9 | 338 | asm | Assembly | oeis/110/A110272.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/110/A110272.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/110/A110272.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A110272: a(n) = Pell(n)^3.
; Submitted by Christian Krause
; 0,1,8,125,1728,24389,343000,4826809,67917312,955671625,13447314152,189218084021,2662500456000,37464224551181,527161643971768,7417727240640625,104375343011770368,1468672529408250769
seq $0,129 ; Pell numbers: a(0) = 0, a(1) = 1; for n > 1, a(n) = 2*a(n-1) +... | 48.285714 | 182 | 0.730769 |
69738e1504ea6471fcb09b9177f4acfd2f39c1ce | 12,802 | asm | Assembly | Kernel/src/fat16.asm | royprocell/GoldOS16 | ebce72ff9fcfad474bb67d8c117046ce260927ec | [
"BSD-3-Clause"
] | 4 | 2016-02-28T20:22:24.000Z | 2016-07-08T07:28:27.000Z | Kernel/src/fat16.asm | royprocell/GoldOS16 | ebce72ff9fcfad474bb67d8c117046ce260927ec | [
"BSD-3-Clause"
] | null | null | null | Kernel/src/fat16.asm | royprocell/GoldOS16 | ebce72ff9fcfad474bb67d8c117046ce260927ec | [
"BSD-3-Clause"
] | null | null | null | ;GoldOS 4.0
;
;fat16.asm
;
;Roy Procell
;7/18/2015
;
;fat_file_exist (done!)
;fat_file_list (done! untested!)
;fat_file_convert (done!)
;fat_file_read (done!)
;fat_file_write (done!)
;fat_file_delete (done! untested!)
;fat_file_rename (done!)
;fat_file_create (done!)
;fat_root_read (done!)
;fat_root_write (done!)
;fat_... | 16.266836 | 175 | 0.662709 |
809f33748683467695cde3f1c29b6fa7c9d452b9 | 1,823 | asm | Assembly | Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xa0_notsx.log_7_2016.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xa0_notsx.log_7_2016.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NC/_zr_/i9-9900K_12_0xa0_notsx.log_7_2016.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 %rcx
lea addresses_WC_ht+0xa6c1, %rax
add %r15, %r15
movb (%rax), %r14b
nop
nop
sub $3214, %rcx
pop %rcx
pop %rax
pop %r15
pop %r14
ret
.global s_faulty_load
s_faulty_load:
push %r11
push %r13
push %r14
push %r15
push %r9
push %rax
pus... | 17.699029 | 125 | 0.640154 |
2b5d2a6bfdc9a5a678310268aaa4452279df9175 | 335 | asm | Assembly | oeis/203/A203427.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/203/A203427.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/203/A203427.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A203427: a(n) = w(n+1)/(4*w(n)), where w = A203426.
; Submitted by Christian Krause
; -3,48,-1000,25920,-806736,29360128,-1224440064,57600000000,-3018173044480,174359297654784,-11011033460963328,754709361539940352,-55801305000000000000
add $0,1
mov $1,1
add $1,$0
mov $2,-1
sub $2,$1
mul $2,2
pow $2,$0
mul $1,$2
mov ... | 22.333333 | 151 | 0.698507 |
19872dffdd4638482ec91fef58f26c751ddad699 | 158 | asm | Assembly | libsrc/_DEVELOPMENT/arch/ts2068/display/c/sccz80/tshc_cxy2saddr.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 38 | 2021-06-18T12:56:15.000Z | 2022-03-12T20:38:40.000Z | libsrc/_DEVELOPMENT/arch/ts2068/display/c/sccz80/tshc_cxy2saddr.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 2 | 2021-06-20T16:28:12.000Z | 2021-11-17T21:33:56.000Z | libsrc/_DEVELOPMENT/arch/ts2068/display/c/sccz80/tshc_cxy2saddr.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 6 | 2021-06-18T18:18:36.000Z | 2021-12-22T08:01:32.000Z | ; void *tshc_cxy2saddr(uchar x, uchar y)
SECTION code_clib
SECTION code_arch
PUBLIC tshc_cxy2saddr
EXTERN zx_cxy2saddr
defc tshc_cxy2saddr = zx_cxy2saddr
| 14.363636 | 40 | 0.822785 |
c2b00a3cfa4d4ebf9cec049597df7142b4ed8093 | 408 | asm | Assembly | programs/oeis/134/A134483.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/134/A134483.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/134/A134483.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A134483: Triangle read by rows: T(n,k)=2n+k-2; 1<=k<=n.
; 1,3,4,5,6,7,7,8,9,10,9,10,11,12,13,11,12,13,14,15,16,13,14,15,16,17,18,19,15,16,17,18,19,20,21,22,17,18,19,20,21,22,23,24,25,19,20,21,22,23,24,25,26,27,28,21,22,23,24,25,26,27,28,29,30,31,23,24,25,26,27,28,29,30,31,32,33,34,25,26,27,28,29,30,31,32,33,34,35,36,... | 68 | 291 | 0.64951 |
0c1d1448d425248c5144db37296bf39fdbf2c5cb | 5,475 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_5394_1859.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_5394_1859.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_5394_1859.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r12
push %r15
push %r9
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0xaa26, %rbx
nop
nop
sub %r11, %r11
mov (%rbx), %r9
nop
nop
nop
dec %r10
lea addresses_WC_ht+0xb942, %r15
nop
nop
nop
nop
nop
and %rdi, %rdi
vmovups (%r15), %ymm2
vext... | 39.673913 | 2,999 | 0.656804 |
39b2da306866619ca03fc5caf534553573d9d9c7 | 2,395 | asm | Assembly | FASM/x32/console_loop_primecheck_call.asm | secana/Assembler-Examples | 4b67a32e702d5456ac00380ca081028c2e8d0baf | [
"Apache-2.0"
] | 8 | 2018-06-02T21:45:08.000Z | 2022-03-16T07:35:29.000Z | FASM/x32/console_loop_primecheck_call.asm | secana/Assembler-Examples | 4b67a32e702d5456ac00380ca081028c2e8d0baf | [
"Apache-2.0"
] | null | null | null | FASM/x32/console_loop_primecheck_call.asm | secana/Assembler-Examples | 4b67a32e702d5456ac00380ca081028c2e8d0baf | [
"Apache-2.0"
] | 7 | 2017-12-05T16:51:23.000Z | 2021-03-15T23:01:08.000Z | format PE console
entry start
include 'win32a.inc'
section '.idata' import data readable writeable
library kernel32, 'kernel32.dll', \
msvcrt, 'MSVCRT.DLL'
import kernel32, \
ExitProcess, 'ExitProcess'
import msvcrt, \
printf, 'printf', \
scanf, 'scanf'
sec... | 27.848837 | 141 | 0.523173 |
cb2159bf92bf06191eed1d3f2ed226798e94f6aa | 5,527 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1717.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1717.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1717.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 %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0x152ad, %rsi
lea addresses_WC_ht+0x151d, %rdi
clflush (%rsi)
nop
cmp %rbx, %rbx
mov $83, %rcx
rep movsq
sub $33517, %r13
lea addresses_WC_ht+0xb11d, %rsi
lea addresses_UC_... | 42.19084 | 2,999 | 0.660213 |
d85faac55581c2f6232d3c975de05df3a5462786 | 716 | asm | Assembly | title.asm | SpeedStepper/XchgRaxRax | 24c1a47f8da2fab1e4c3ad62136b307c7fa5a6dc | [
"MIT"
] | 53 | 2017-09-06T02:37:25.000Z | 2022-03-10T05:17:06.000Z | title.asm | uf0o/xorpd-solutions | 3a84172f615533ffbd40124594db6d36baa6260a | [
"MIT"
] | 2 | 2019-04-03T12:51:42.000Z | 2020-12-10T13:58:14.000Z | title.asm | uf0o/xorpd-solutions | 3a84172f615533ffbd40124594db6d36baa6260a | [
"MIT"
] | 21 | 2017-09-06T02:37:33.000Z | 2022-03-10T05:17:09.000Z | ;
; $Id: title.asm,v 1.1.1.1 2016/03/27 08:40:13 raptor Exp $
;
; title explanation - from xchg rax,rax by xorpd@xorpd.net
; Copyright (c) 2016 Marco Ivaldi <raptor@0xdeadbeef.info>
;
; The title of the book translates to a nop instruction.
;
; Usage:
; $ nasm title.asm
; $ od -x title
; 0000000 9048
; 0000002
; $ ... | 23.096774 | 59 | 0.668994 |
4b180e18388a5e7c6da0734a92eeaf1f92f166a8 | 699 | asm | Assembly | 26. INPUT CAPITAL LETTER.asm | rng70/Assembly-Programming | 38c60807b944b49e52f189930c5bf1beadf80d74 | [
"MIT"
] | null | null | null | 26. INPUT CAPITAL LETTER.asm | rng70/Assembly-Programming | 38c60807b944b49e52f189930c5bf1beadf80d74 | [
"MIT"
] | null | null | null | 26. INPUT CAPITAL LETTER.asm | rng70/Assembly-Programming | 38c60807b944b49e52f189930c5bf1beadf80d74 | [
"MIT"
] | null | null | null | .MODEL SMALL
.STACK 100H
.DATA
MSG DB 0AH, 0DH, 'WRONG INPUT GIVEN$'
.CODE
MAIN PROC
MOV AX, @DATA
MOV DS, AX
;TAKING INPUT
MOV AH,1
INT 21H
CMP AL,'A'
JNGE EXIT_
CMP AL,'Z'
JNBE EXIT_
JMP RESULT
... | 14.87234 | 41 | 0.37196 |
671292c30a5e3d4335be41f974ab86b90d2c8122 | 879 | asm | Assembly | _incObj/3B Purple Rock.asm | kodishmediacenter/msu-md-sonic | 3aa7c5e8add9660df2cd0eceaa214e7d59f2415c | [
"CC0-1.0"
] | 9 | 2021-01-15T13:47:53.000Z | 2022-01-17T15:33:55.000Z | _incObj/3B Purple Rock.asm | kodishmediacenter/msu-md-sonic | 3aa7c5e8add9660df2cd0eceaa214e7d59f2415c | [
"CC0-1.0"
] | 7 | 2021-01-14T02:18:48.000Z | 2021-03-24T15:44:30.000Z | _incObj/3B Purple Rock.asm | kodishmediacenter/msu-md-sonic | 3aa7c5e8add9660df2cd0eceaa214e7d59f2415c | [
"CC0-1.0"
] | 2 | 2021-01-14T13:14:26.000Z | 2021-01-29T17:46:04.000Z | ; ---------------------------------------------------------------------------
; Object 3B - purple rock (GHZ)
; ---------------------------------------------------------------------------
PurpleRock:
moveq #0,d0
move.b obRoutine(a0),d0
move.w Rock_Index(pc,d0.w),d1
jmp Rock_Index(pc,d1.w)
; ===================... | 28.354839 | 77 | 0.443686 |
06da777dc04204fe460f113fb3b440d3436b7271 | 230 | asm | Assembly | libsrc/_DEVELOPMENT/stdio/c/sdcc_ix/puts_unlocked_fastcall.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/stdio/c/sdcc_ix/puts_unlocked_fastcall.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/stdio/c/sdcc_ix/puts_unlocked_fastcall.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
; int puts_unlocked_fastcall(const char *s)
SECTION code_clib
SECTION code_stdio
PUBLIC _puts_unlocked_fastcall
EXTERN asm_puts_unlocked
_puts_unlocked_fastcall:
push ix
call asm_puts_unlocked
pop ix
ret
| 12.105263 | 43 | 0.773913 |
114579a605832dbc8e855c7b7157250895f3e4b4 | 24 | asm | Assembly | tools/yasm/tests/nasm/error1.asm | fasttr-org/ftr | ddba517fb53062d5dc919c94526607bb39bff4b9 | [
"BSD-3-Clause-Clear"
] | null | null | null | tools/yasm/tests/nasm/error1.asm | fasttr-org/ftr | ddba517fb53062d5dc919c94526607bb39bff4b9 | [
"BSD-3-Clause-Clear"
] | null | null | null | tools/yasm/tests/nasm/error1.asm | fasttr-org/ftr | ddba517fb53062d5dc919c94526607bb39bff4b9 | [
"BSD-3-Clause-Clear"
] | null | null | null | BITS 16
mov ax, es:[di]
| 8 | 15 | 0.625 |
ad7fef165f221d73d1f6e6a24afbfeeb3c256f4c | 56 | asm | Assembly | pkgs/tools/yasm/src/modules/objfmts/bin/tests/multisect/follows-loop1-err.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/objfmts/bin/tests/multisect/follows-loop1-err.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/objfmts/bin/tests/multisect/follows-loop1-err.asm | manggoguy/parsec-modified | d14edfb62795805c84a4280d67b50cca175b95af | [
"BSD-3-Clause"
] | 338 | 2020-04-18T08:03:10.000Z | 2022-03-29T12:33:22.000Z | section sect1 follows=sect2
section sect2 follows=sect1
| 18.666667 | 27 | 0.857143 |
f995a2553b21130bfa8857d9b823343d1b67f7c1 | 1,181 | asm | Assembly | _build/dispatcher/jmp_ippsGFpECInitStd224r1_b533be36.asm | zyktrcn/ippcp | b0bbe9bbb750a7cf4af5914dd8e6776a8d544466 | [
"Apache-2.0"
] | 1 | 2021-10-04T10:21:54.000Z | 2021-10-04T10:21:54.000Z | _build/dispatcher/jmp_ippsGFpECInitStd224r1_b533be36.asm | zyktrcn/ippcp | b0bbe9bbb750a7cf4af5914dd8e6776a8d544466 | [
"Apache-2.0"
] | null | null | null | _build/dispatcher/jmp_ippsGFpECInitStd224r1_b533be36.asm | zyktrcn/ippcp | b0bbe9bbb750a7cf4af5914dd8e6776a8d544466 | [
"Apache-2.0"
] | null | null | null | extern m7_ippsGFpECInitStd224r1:function
extern n8_ippsGFpECInitStd224r1:function
extern y8_ippsGFpECInitStd224r1:function
extern e9_ippsGFpECInitStd224r1:function
extern l9_ippsGFpECInitStd224r1:function
extern n0_ippsGFpECInitStd224r1:function
extern k0_ippsGFpECInitStd224r1:function
extern ippcpJumpIndexForMergedLib... | 30.282051 | 111 | 0.813717 |
17c75b8d0fb2c0541dc885531c1612b47ec2d436 | 259 | asm | Assembly | src/programs/demo.asm | cschlay/mini-toy-computer | 986802b019697e732ff8de04233c27c1a1900284 | [
"MIT"
] | null | null | null | src/programs/demo.asm | cschlay/mini-toy-computer | 986802b019697e732ff8de04233c27c1a1900284 | [
"MIT"
] | null | null | null | src/programs/demo.asm | cschlay/mini-toy-computer | 986802b019697e732ff8de04233c27c1a1900284 | [
"MIT"
] | null | null | null | # This is a demo program.
# There is something wrong with MUL.
LDA 0000_0010 # Load value 2 to accumulator
CPY 0000_0011 # Copy 2 to r3.
LDA 0000_1000 # Load value 8 to accumulator.
MUL 0000_0011 # Perform 2 * 8
# This should print 0001 0000
PRINT 0000_0000 | 25.9 | 44 | 0.752896 |
a884f6a3d348d8a3f31365ba8fe3039ca3d4b57c | 281,737 | asm | Assembly | asg/asm/rdkafka_msgset_writer.asm | asgkafka/librdkafka | d0a14ca313ed1efafb3924ff33fb6c4d474efe3c | [
"BSD-2-Clause-NetBSD",
"Zlib",
"BSD-2-Clause",
"MIT",
"BSD-3-Clause"
] | null | null | null | asg/asm/rdkafka_msgset_writer.asm | asgkafka/librdkafka | d0a14ca313ed1efafb3924ff33fb6c4d474efe3c | [
"BSD-2-Clause-NetBSD",
"Zlib",
"BSD-2-Clause",
"MIT",
"BSD-3-Clause"
] | null | null | null | asg/asm/rdkafka_msgset_writer.asm | asgkafka/librdkafka | d0a14ca313ed1efafb3924ff33fb6c4d474efe3c | [
"BSD-2-Clause-NetBSD",
"Zlib",
"BSD-2-Clause",
"MIT",
"BSD-3-Clause"
] | 1 | 2021-05-05T11:49:00.000Z | 2021-05-05T11:49:00.000Z | *PROCESS DUPALIAS
*
* Compiled by DCC Version 2.25.07 Mar 6 2021 08:51:07
* on Fri Apr 30 15:35:48 2021
*
WXTRN @@ZARCH#
*
*
*
* Code Section
*
@CODE ALIAS X'7CD9C4D2C1C6D2C16DD4E2C7E2C5E36DE6D9C9E3C5D9'
@CODE CSECT
@CODE AMODE ANY
@CODE RMODE ANY
@DATA ALIAS X'7C998492818692816D... | 30.774113 | 72 | 0.503487 |
2a371343fce643fc33830047732c228ac3eb93a7 | 2,563 | asm | Assembly | cs150/hw6/morse.asm | jonjon33/college | f9cecdcdc1c05038a36d0cb0481ffb6e7001ff7c | [
"MIT"
] | null | null | null | cs150/hw6/morse.asm | jonjon33/college | f9cecdcdc1c05038a36d0cb0481ffb6e7001ff7c | [
"MIT"
] | null | null | null | cs150/hw6/morse.asm | jonjon33/college | f9cecdcdc1c05038a36d0cb0481ffb6e7001ff7c | [
"MIT"
] | null | null | null | ;
; cs150hw6.asm
;
; Created: 11/1/2015 9:06:46 PM
; Author : Jonathan
;
init:
ldi r16, 0x00 ; Zero Reg
ldi r17, 0x20 ; LED Port Mask
ldi r18, 0x00 ; Timer Flag Reg Holder
ldi r19, 0x02 ; Timer Flag Reset Mask
ldi r20, 0x3d ; Hi time comp val (for 1s) 1s->0x3d test~>0x25
ldi r21, 0x09 ; Lo tim... | 19.564885 | 69 | 0.600858 |
82c38ad5c2e79049423d86debd45b3dd65ce69e5 | 542 | asm | Assembly | programs/oeis/195/A195170.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/195/A195170.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/195/A195170.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A195170: a(n) = 4*n - floor(n*r), where r=(1+sqrt(5))/2 (the golden ratio).
; 0,3,5,8,10,12,15,17,20,22,24,27,29,31,34,36,39,41,43,46,48,51,53,55,58,60,62,65,67,70,72,74,77,79,81,84,86,89,91,93,96,98,101,103,105,108,110,112,115,117,120,122,124,127,129,132,134,136,139,141,143,146,148,151,153,155,158,160,162,165,167,17... | 77.428571 | 355 | 0.658672 |
16fb205839f4facd0220a0fb827b78ce6fc5710b | 2,782 | asm | Assembly | source/unary/caseconv.asm | paulscottrobson/Basic65816 | 167c25b1bbc2680f55acdf4bff771750acfe907c | [
"MIT"
] | null | null | null | source/unary/caseconv.asm | paulscottrobson/Basic65816 | 167c25b1bbc2680f55acdf4bff771750acfe907c | [
"MIT"
] | 4 | 2019-06-18T14:45:35.000Z | 2019-06-22T17:18:22.000Z | source/unary/caseconv.asm | paulscottrobson/Basic65816 | 167c25b1bbc2680f55acdf4bff771750acfe907c | [
"MIT"
] | 1 | 2021-03-18T04:31:44.000Z | 2021-03-18T04:31:44.000Z | ; *******************************************************************************************
; *******************************************************************************************
;
; Name : caseconv.asm
; Purpose : Case Conversion
; Date : 14th July 2019
; Author : paul@robsons.org.uk
;
; ************... | 27.544554 | 93 | 0.429188 |
210aeb1862326b243408543fa57e251e6abb504e | 4,791 | asm | Assembly | src/opcodes/arithmetic.asm | moitias/sointu | 7e3dc19c83b8518f01cd384fef213ade7116d2e3 | [
"MIT"
] | null | null | null | src/opcodes/arithmetic.asm | moitias/sointu | 7e3dc19c83b8518f01cd384fef213ade7116d2e3 | [
"MIT"
] | null | null | null | src/opcodes/arithmetic.asm | moitias/sointu | 7e3dc19c83b8518f01cd384fef213ade7116d2e3 | [
"MIT"
] | null | null | null | SECT_TEXT(suarithm)
;-------------------------------------------------------------------------------
; POP opcode: remove (discard) the topmost signal from the stack
;-------------------------------------------------------------------------------
; Mono: a -> (empty)
; Stereo: a b -> (empty)
;-----------------... | 27.534483 | 80 | 0.371321 |
9c319b91f48e3f3aa2aee33b17822fe9997ed941 | 1,037 | asm | Assembly | programs/oeis/051/A051002.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/051/A051002.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/051/A051002.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A051002: Sum of 5th powers of odd divisors of n.
; 1,1,244,1,3126,244,16808,1,59293,3126,161052,244,371294,16808,762744,1,1419858,59293,2476100,3126,4101152,161052,6436344,244,9768751,371294,14408200,16808,20511150,762744,28629152,1,39296688,1419858,52541808,59293,69343958,2476100,90595736,3126,115856202,4101152,1470... | 47.136364 | 796 | 0.789778 |
2d9391acfe593ac7bde7fa590fc96ba6cba79b17 | 6,455 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0.log_21829_1800.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_1800.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_1800.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 %r14
push %r8
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x5dc3, %rsi
lea addresses_D_ht+0x6bbf, %rdi
nop
xor $49684, %r8
mov $118, %rcx
rep movsb
nop
nop
nop
xor $32078, %rax
lea addresses_WC_ht+0x1cac3, %r14
clflush (%r14)
nop
nop
and $18024,... | 34.153439 | 2,999 | 0.655771 |
f5122f9618d3ba99795dd140c452431679d58474 | 35,275 | asm | Assembly | LCDDemo.asm | igormiktor/ASM_Playground | 696df50a3c1708e11540945fae05fc4b8939dd07 | [
"MIT"
] | null | null | null | LCDDemo.asm | igormiktor/ASM_Playground | 696df50a3c1708e11540945fae05fc4b8939dd07 | [
"MIT"
] | null | null | null | LCDDemo.asm | igormiktor/ASM_Playground | 696df50a3c1708e11540945fae05fc4b8939dd07 | [
"MIT"
] | null | null | null | ; ***********************************************************************************
;
; Operate an LCD
; Display a greeting message on an LCD and maintain a 1-second counter display.
;
; The MIT License (MIT)
;
; Copyright (c) 2020 Igor Mikolic-Torreira
;
; Permission is hereby granted, free of charge,... | 30.942982 | 119 | 0.533154 |
272d6d6272336054c3c6940ef72bb2210fce9f1e | 21,306 | asm | Assembly | ioq3/build/release-js-js/baseq3/ui/ui_loadconfig.asm | RawTechnique/quake-port | 2e7c02095f0207831a6026ec23b1c1d75c24f98d | [
"MIT"
] | 1 | 2021-12-31T10:26:58.000Z | 2021-12-31T10:26:58.000Z | ioq3/build/release-js-js/baseq3/ui/ui_loadconfig.asm | unfriendly/quake-port | 2e7c02095f0207831a6026ec23b1c1d75c24f98d | [
"MIT"
] | 28 | 2019-03-05T20:45:07.000Z | 2019-03-05T20:45:57.000Z | ioq3/build/release-js-js/baseq3/ui/ui_loadconfig.asm | unfriendly/quake-port | 2e7c02095f0207831a6026ec23b1c1d75c24f98d | [
"MIT"
] | null | null | null | code
proc LoadConfig_MenuEvent 12 8
ADDRFP4 4
INDIRI4
CNSTI4 3
EQI4 $70
ADDRGP4 $69
JUMPV
LABELV $70
ADDRLP4 0
ADDRFP4 0
INDIRP4
CNSTI4 8
ADDP4
INDIRI4
ASGNI4
ADDRLP4 0
INDIRI4
CNSTI4 10
LTI4 $72
ADDRLP4 0
INDIRI4
CNSTI4 14
GTI4 $72
ADDRLP4 0
INDIRI4
CNSTI4 2
LSHI4
ADDRGP4 $86-40
ADDP4
INDIRP4
JUMPV
lit
align 4
LABELV ... | 15.758876 | 45 | 0.862339 |
5b86d6e56fbe7137297e72852270cced6b638893 | 503 | asm | Assembly | programs/oeis/047/A047536.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/047/A047536.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/047/A047536.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A047536: Numbers that are congruent to {0, 4, 7} mod 8.
; 0,4,7,8,12,15,16,20,23,24,28,31,32,36,39,40,44,47,48,52,55,56,60,63,64,68,71,72,76,79,80,84,87,88,92,95,96,100,103,104,108,111,112,116,119,120,124,127,128,132,135,136,140,143,144,148,151,152,156,159,160,164,167,168,172,175,176,180,183,184,188,191,192,196,199,2... | 38.692308 | 360 | 0.681909 |
464aebe30aecf12427fff79d385328834c5701bc | 404 | asm | Assembly | programs/oeis/089/A089026.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/089/A089026.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/089/A089026.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A089026: a(n) = n if n is a prime, otherwise a(n) = 1.
; 1,2,3,1,5,1,7,1,1,1,11,1,13,1,1,1,17,1,19,1,1,1,23,1,1,1,1,1,29,1,31,1,1,1,1,1,37,1,1,1,41,1,43,1,1,1,47,1,1,1,1,1,53,1,1,1,1,1,59,1,61,1,1,1,1,1,67,1,1,1,71,1,73,1,1,1,1,1,79,1,1,1,83,1,1,1,1,1,89,1,1,1,1,1,1,1,97,1,1,1
mov $1,$0
seq $1,80339 ; Characteristic... | 50.5 | 222 | 0.579208 |
c3948f5f7918a48ee66b6b749c11f79389b2df83 | 9,508 | asm | Assembly | audio/music/surf.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 28 | 2019-11-08T07:19:00.000Z | 2021-12-20T10:17:54.000Z | audio/music/surf.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 13 | 2020-01-11T17:00:40.000Z | 2021-09-14T01:27:38.000Z | audio/music/surf.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 22 | 2020-05-28T17:31:38.000Z | 2022-03-07T20:49:35.000Z | Music_Surf:
musicheader 3, 1, Music_Surf_Ch1
musicheader 1, 2, Music_Surf_Ch2
musicheader 1, 3, Music_Surf_Ch3
db $3
Music_Surf_Ch1:
tempo 108
volume $77
notetype $c, $a7
stereopanning $f
Music_Surf_branch_f519e:
dutycycle $2
vibrato $10, $24
intensity $73
octave 3
note F_, 1
note __, 1
note D#, 1
not... | 13.150761 | 39 | 0.638094 |
0ef7ebab3cffdc52973eb5a29922019150a55bf6 | 76 | asm | Assembly | mastersystem/zxb-sms-2012-02-23/zxb-sms/wip/zxb/library-asm/abs32.asm | gb-archive/really-old-stuff | ffb39a518cad47e23353b3420b88e2f3521fd3d7 | [
"Apache-2.0"
] | 10 | 2016-10-27T20:46:02.000Z | 2021-11-01T15:49:13.000Z | mastersystem/zxb-sms-2012-02-23/zxb-sms/wip/zxb/library-asm/abs32.asm | gb-archive/really-old-stuff | ffb39a518cad47e23353b3420b88e2f3521fd3d7 | [
"Apache-2.0"
] | null | null | null | mastersystem/zxb-sms-2012-02-23/zxb-sms/wip/zxb/library-asm/abs32.asm | gb-archive/really-old-stuff | ffb39a518cad47e23353b3420b88e2f3521fd3d7 | [
"Apache-2.0"
] | 2 | 2015-03-11T14:28:08.000Z | 2017-11-02T10:57:57.000Z | ; 16 bit signed integer abs value
; HL = value
#include once <neg32.asm>
| 12.666667 | 34 | 0.684211 |
f2b7e7021a2fd82632e68cb8f42cae3ec84740f6 | 8,343 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_2124.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_2124.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_2124.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r13
push %r15
push %r9
push %rax
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x16070, %r9
nop
nop
nop
nop
add $39034, %rax
movb $0x61, (%r9)
nop
nop
nop
xor $17331, %r9
lea addresses_WC_ht+0x1220c, %rbx
nop
nop
nop
and $26560, %r... | 31.01487 | 2,999 | 0.653362 |
ce860870c89b4247ef88ab6c771fcba82d047d4b | 195 | asm | Assembly | app/src/modules/Folder/switchinterruption.asm | whxru/Mini-C | aa9a7dade19bdf74377f7948da1d02f183e13849 | [
"MIT"
] | null | null | null | app/src/modules/Folder/switchinterruption.asm | whxru/Mini-C | aa9a7dade19bdf74377f7948da1d02f183e13849 | [
"MIT"
] | null | null | null | app/src/modules/Folder/switchinterruption.asm | whxru/Mini-C | aa9a7dade19bdf74377f7948da1d02f183e13849 | [
"MIT"
] | null | null | null | .DATA
.TEXT 0x1190
start: mfc0 $t5,$12,0
andi $t5,$t5,0xfffe
mtc0 $t5,$12,0
lw $t4,0xfc70($0)
sw $t4,0xfc60($0)
addi $gp,$0,0
mfc0 $t5,$12,0
ori $t5,$t5,1
mtc0 $t5,$12,0
eret
| 15 | 21 | 0.569231 |
8e22387b8bad12558c0459dfb88a8944d6af0e29 | 29,932 | asm | Assembly | target/cos_117/disasm/iop_overlay1/XFMGET.asm | jrrk2/cray-sim | 52c9639808d6890517092637b188282c00cce4f7 | [
"BSL-1.0"
] | 49 | 2020-10-09T12:29:16.000Z | 2022-03-12T02:33:35.000Z | target/cos_117/disasm/iop_overlay1/XFMGET.asm | jrrk2/cray-sim | 52c9639808d6890517092637b188282c00cce4f7 | [
"BSL-1.0"
] | 1 | 2021-12-29T15:59:25.000Z | 2021-12-29T15:59:25.000Z | target/cos_117/disasm/iop_overlay1/XFMGET.asm | jrrk2/cray-sim | 52c9639808d6890517092637b188282c00cce4f7 | [
"BSL-1.0"
] | 6 | 2021-04-12T06:10:32.000Z | 2022-02-08T23:11:19.000Z | @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@ OR[280] - device desc. address
@@ OR[281] - first sector - if valid: add sector back to the free-list, if 0xffff, allocate sectors from free-list
@@ OR[282] - sector count
@@ OR[283] - output parameter index OR[268+idx]: first sector of the newly ... | 77.14433 | 196 | 0.48373 |
6c08c0812b282469ee6944b614606c07fe60690c | 2,048 | asm | Assembly | programs/oeis/017/A017810.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/017/A017810.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/017/A017810.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A017810: Binomial coefficients C(94,n).
; 1,94,4371,134044,3049501,54891018,814216767,10235867928,111315063717,1063677275518,9041256841903,69042324974532,477542747740513,3012192716517082,17427686431277403,92947660966812816,458929076023638279,2105674584108457986,9007607943130625829,36030431772522503316,135114119146959... | 292.571429 | 1,974 | 0.939941 |
c88e2a770660fcf1ad4a2510dd072ba0851048e8 | 1,265 | asm | Assembly | code/Forec/t13.asm | KongoHuster/assembly-exercise | 1c4a44c60c0e93a1350ed4f887aeaf1414702a51 | [
"0BSD"
] | 1 | 2021-08-20T03:57:29.000Z | 2021-08-20T03:57:29.000Z | code/Forec/t13.asm | KongoHuster/assembly-exercise | 1c4a44c60c0e93a1350ed4f887aeaf1414702a51 | [
"0BSD"
] | null | null | null | code/Forec/t13.asm | KongoHuster/assembly-exercise | 1c4a44c60c0e93a1350ed4f887aeaf1414702a51 | [
"0BSD"
] | null | null | null | ;; last edit date: 2016/10/24
;; author: Forec
;; LICENSE
;; Copyright (c) 2015-2017, Forec <forec@bupt.edu.cn>
;; Permission to use, copy, modify, and/or distribute this code for any
;; purpose with or without fee is hereby granted, provided that the above
;; copyright notice and this permission notice appear in all ... | 25.816327 | 75 | 0.727273 |
ec113021d445eea97d3a04ba70bbec37eafa07f4 | 784 | asm | Assembly | oeis/335/A335310.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/335/A335310.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/335/A335310.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A335310: a(n) = Sum_{k=0..n} binomial(n,k) * binomial(n+k,k) * (-n)^(n-k).
; Submitted by Christian Krause
; 1,1,-2,11,-74,477,-804,-84425,3315334,-102211207,3005297956,-88338323709,2627003399164,-78764141488043,2341929797646648,-66394419743289105,1609460569459689286,-18001777147777896975,-1625299659961386724524,1960... | 35.636364 | 500 | 0.771684 |
d9f8ed051f14b144eb702eb9f90810d8651a056e | 791 | asm | Assembly | read.asm | kgonzalez712/CE4301-PI | 9e4ab2bebd21d323ad5643fd9266dcc94e8956f4 | [
"MIT"
] | null | null | null | read.asm | kgonzalez712/CE4301-PI | 9e4ab2bebd21d323ad5643fd9266dcc94e8956f4 | [
"MIT"
] | null | null | null | read.asm | kgonzalez712/CE4301-PI | 9e4ab2bebd21d323ad5643fd9266dcc94e8956f4 | [
"MIT"
] | null | null | null | section .text
_read: ;tell linker entry point
mov ecx, 0 ; Open file
mov ebx, file_name
mov eax, 5
int 80h
mov edx,700 ; number of bytes to read - one for each letter of the file contents
mov ecx, info ; move the memory addre... | 24.71875 | 98 | 0.552465 |
7dfeba128e4bb6288b459f7d52c72160f00ac4b1 | 7,460 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_ht_zr_un_/i3-7100_9_0x84_notsx.log_21829_1081.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_ht_zr_un_/i3-7100_9_0x84_notsx.log_21829_1081.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_ht_zr_un_/i3-7100_9_0x84_notsx.log_21829_1081.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 %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x1b642, %rsi
lea addresses_A_ht+0xca42, %rdi
clflush (%rsi)
nop
sub %r15, %r15
mov $118, %rcx
rep movsl
nop
nop
nop
xor %rdi, %rdi
lea addresses_WC_ht+0x14942, %rcx
nop
nop
nop
... | 35.69378 | 2,999 | 0.653485 |
9659216b07e693c185991f1e1f5b3b92d673fe58 | 6,578 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_277_1409.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_277_1409.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_277_1409.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 %rax
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x7e8f, %rax
nop
nop
nop
nop
sub %rbp, %rbp
movb $0x61, (%rax)
nop
and $10278, %r14
lea addresses_normal_ht+0x10b0b, %rbx
nop
nop
cmp $35682, %r14
mov (%rbx), %r11d
n... | 22.761246 | 830 | 0.641836 |
a822a878ec856c639745b1b76131d24fa466e477 | 449 | asm | Assembly | oeis/159/A159066.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | null | null | null | oeis/159/A159066.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | null | null | null | oeis/159/A159066.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | null | null | null | ; A159066: A102370(n) modulo 7 .
; Submitted by Jamie Morken(w4)
; 0,3,6,5,4,1,3,2,1,4,0,6,0,2,4,3,2,5,1,0,6,3,5,4,3,6,2,5,2,4,6,5,4,0,3,2,1,5,0,6,5,1,4,3,4,6,1,0,6,2,5,4,3,0,2,1,0,3,0,2,6,1,3,2,1,4,0,6,5,2,4,3,2,5,1,0,1,3,5,4,3,6,2,1,0,4,6,5,4,0,3,6,3,5,0,6,5,1,4,3
add $0,1
mov $1,$0
mov $2,$0
mov $4,1
lpb $2
mul $... | 19.521739 | 201 | 0.518931 |
a9e784c25a397787c04ffb7a5b256422b1d406cc | 328 | asm | Assembly | programs/oeis/059/A059158.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/059/A059158.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/059/A059158.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A059158: A hierarchical sequence (S(W'3{2,2}cc) - see A059126).
; 24,432,7008,112320,1797504,28760832,460174848,7362800640,117804816384,1884877074432,30158033215488,482528531496960,7720456504049664,123527304064991232,1976436865040252928
add $0,1
mov $1,16
pow $1,$0
mov $2,2
pow $2,$0
sub $1,$2
div $1,14
mul $1,24
mo... | 25.230769 | 172 | 0.759146 |
d806cb7459078796565fe4768b51842923e31f32 | 1,255 | asm | Assembly | src/util/icon/asm_compress.asm | olifink/qspread | d6403d210bdad9966af5d2a0358d4eed3f1e1c02 | [
"MIT"
] | null | null | null | src/util/icon/asm_compress.asm | olifink/qspread | d6403d210bdad9966af5d2a0358d4eed3f1e1c02 | [
"MIT"
] | null | null | null | src/util/icon/asm_compress.asm | olifink/qspread | d6403d210bdad9966af5d2a0358d4eed3f1e1c02 | [
"MIT"
] | null | null | null | * Sprite compress
*
* Mode 4
* +---|----------------+
* - wwwwwwwwww -
* | wwwwwwwwwwwwwwww |
* |rrrrrrrrr wwwwwwww |
* |r r r rrrww |
* |r ww r r rwwr |
* |r rr wwrrr |
* |r w ww r rrrww |
* |r r rwwr |
* |r www w r wwrrr |
* |r r rrrww |
* |r ww ww r rww |
* |rrrr... | 17.928571 | 37 | 0.566534 |
b8b3ac750655f2532c6e972a0108f648a482d7ee | 707 | asm | Assembly | oeis/057/A057090.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/057/A057090.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/057/A057090.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A057090: Scaled Chebyshev U-polynomials evaluated at i*sqrt(7)/2. Generalized Fibonacci sequence.
; Submitted by Jon Maiga
; 1,7,56,441,3479,27440,216433,1707111,13464808,106203433,837677687,6607167840,52113918689,411047605703,3242130670744,25572247935129,201700650241111,1590910287233680,12548276562323537,98974307946... | 50.5 | 492 | 0.848656 |
5f1c17c3f25294a6b326f87e4231c337afc92801 | 151 | asm | Assembly | lab4/assignment_2.asm | 0000Blaze/Microprocess | 8d2bf8f7f55e50800c2b82f4b8d3b2d113fc3330 | [
"MIT"
] | null | null | null | lab4/assignment_2.asm | 0000Blaze/Microprocess | 8d2bf8f7f55e50800c2b82f4b8d3b2d113fc3330 | [
"MIT"
] | null | null | null | lab4/assignment_2.asm | 0000Blaze/Microprocess | 8d2bf8f7f55e50800c2b82f4b8d3b2d113fc3330 | [
"MIT"
] | null | null | null | # ORG 8000
MVI A,14
ADI 10
LXI SP,80FF
PUSH PSW
POP B
MOV A,C
ANI FB
ORI 10
MOV C,A
PUSH B
POP PSW
HLT
| 10.785714 | 15 | 0.476821 |
7c459a69b751995d983f96680910d57a5118bec5 | 668 | asm | Assembly | programs/oeis/086/A086849.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/086/A086849.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/086/A086849.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A086849: Sum of first n nonsquares.
; 2,5,10,16,23,31,41,52,64,77,91,106,123,141,160,180,201,223,246,270,296,323,351,380,410,441,473,506,540,575,612,650,689,729,770,812,855,899,944,990,1037,1085,1135,1186,1238,1291,1345,1400,1456,1513,1571,1630,1690,1751,1813,1876,1941,2007,2074,2142,2211,2281,2352,2424,2497,2571,264... | 30.363636 | 448 | 0.691617 |
8332b2ea29df20e8c714710c48a5b5432cd1c900 | 228 | asm | Assembly | libsrc/target/nc100/readbuf.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/target/nc100/readbuf.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/target/nc100/readbuf.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
SECTION code_clib
PUBLIC readbuf
PUBLIC _readbuf
.readbuf
._readbuf
pop de
pop hl
pop bc
push bc
push hl
push de
ld b, c
ld c, a
ld (hl), 0
call 0xB812
ld hl, 0
ret c
dec hl
ret
| 10.363636 | 33 | 0.574561 |
bc397cc3229917359a7955e46544d3c402837675 | 135 | asm | Assembly | src/third_party/nasm/test/imacro.asm | Mr-Sheep/naiveproxy | 9f6e9768295f6d1d41517a15a621d4756bd7d6be | [
"BSD-3-Clause"
] | 2,219 | 2018-03-26T02:57:34.000Z | 2022-03-31T00:27:59.000Z | src/third_party/nasm/test/imacro.asm | Mr-Sheep/naiveproxy | 9f6e9768295f6d1d41517a15a621d4756bd7d6be | [
"BSD-3-Clause"
] | 395 | 2020-04-18T08:22:18.000Z | 2021-12-08T13:04:49.000Z | src/third_party/nasm/test/imacro.asm | Mr-Sheep/naiveproxy | 9f6e9768295f6d1d41517a15a621d4756bd7d6be | [
"BSD-3-Clause"
] | 473 | 2019-03-24T16:34:23.000Z | 2022-03-31T02:01:05.000Z | ;Testname=test; Arguments=-fbin -oimacro.bin; Files=stdout stderr imacro.bin
%imacro Zero 1
xor %1,%1
%endmacro
Zero eax
zero eax
| 15 | 76 | 0.733333 |
4c4bce6046d523f6c9ae7ac0eb4e1b334ace564d | 347 | asm | Assembly | test/antidbg/windows/x64/antidbg.asm | jeppeter/py-obcode | c2cdcb198b3cbc19f87dafd2a63e05901c11fcd9 | [
"BSD-Source-Code"
] | null | null | null | test/antidbg/windows/x64/antidbg.asm | jeppeter/py-obcode | c2cdcb198b3cbc19f87dafd2a63e05901c11fcd9 | [
"BSD-Source-Code"
] | null | null | null | test/antidbg/windows/x64/antidbg.asm | jeppeter/py-obcode | c2cdcb198b3cbc19f87dafd2a63e05901c11fcd9 | [
"BSD-Source-Code"
] | null | null | null |
.code
get_peb_ptr PROC
mov rax , qword ptr gs:[060h]
ret
get_peb_ptr ENDP
set_single_step PROC
pushfq
or byte ptr[esp+1],1
popfq
ret
set_single_step ENDP
set_int3 PROC
int 3
ret
set_int3 ENDP
prefix_hop_int3 PROC
db 0f3h,064h,0cch
ret
prefix_hop_int3 ENDP
kernel_break PROC
int 02dh
ret
kernel_break E... | 10.84375 | 30 | 0.766571 |
f603b39de314e84625d30a8fdf3eb7819f1bb4ab | 7,040 | asm | Assembly | src/cert.asm | mokafiht/u2f_key_SDCC | 2febfaf075eb4f414a937c7369149d68cbffbf2e | [
"BSD-2-Clause"
] | 1 | 2018-02-02T16:24:03.000Z | 2018-02-02T16:24:03.000Z | src/cert.asm | mokafiht/u2f_key_SDCC | 2febfaf075eb4f414a937c7369149d68cbffbf2e | [
"BSD-2-Clause"
] | null | null | null | src/cert.asm | mokafiht/u2f_key_SDCC | 2febfaf075eb4f414a937c7369149d68cbffbf2e | [
"BSD-2-Clause"
] | null | null | null | ;--------------------------------------------------------
; File Created by SDCC : free open source ANSI-C Compiler
; Version 3.6.0 #9615 (MINGW32)
;--------------------------------------------------------
.module cert
.optsdcc -mmcs51 --model-large
;--------------------------------------------------------
; Public... | 16.603774 | 57 | 0.434801 |
98e9c236855de12723443886b97557b8fee928d3 | 165 | asm | Assembly | data/mapObjects/RedsHouse2F.asm | AmateurPanda92/pokemon-rby-dx | f7ba1cc50b22d93ed176571e074a52d73360da93 | [
"MIT"
] | 9 | 2020-07-12T19:44:21.000Z | 2022-03-03T23:32:40.000Z | data/mapObjects/RedsHouse2F.asm | JStar-debug2020/pokemon-rby-dx | c2fdd8145d96683addbd8d9075f946a68d1527a1 | [
"MIT"
] | 7 | 2020-07-16T10:48:52.000Z | 2021-01-28T18:32:02.000Z | data/mapObjects/RedsHouse2F.asm | JStar-debug2020/pokemon-rby-dx | c2fdd8145d96683addbd8d9075f946a68d1527a1 | [
"MIT"
] | 2 | 2021-03-28T18:33:43.000Z | 2021-05-06T13:12:09.000Z | RedsHouse2F_Object:
db $a ; border block
db 1 ; warps
warp 7, 1, 2, REDS_HOUSE_1F
db 0 ; signs
db 0 ; objects
; warp-to
warp_to 7, 1, REDS_HOUSE_2F_WIDTH
| 12.692308 | 34 | 0.678788 |
8b52b9c01f398ce29477a4e2a6f3a173ee866345 | 4,512 | asm | Assembly | Transynther/x86/_processed/NC/_st_4k_/i9-9900K_12_0xca.log_15_976.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NC/_st_4k_/i9-9900K_12_0xca.log_15_976.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NC/_st_4k_/i9-9900K_12_0xca.log_15_976.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r8
push %rax
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0x19b9f, %r8
nop
nop
nop
and $18530, %rbx
mov (%r8), %rdi
nop
nop
nop
nop
nop
add $54720, %rbp
lea addresses_D_ht+0x1a79f, %r10
and $53233, %r13
mov (%r10), %r8
nop
no... | 20.509091 | 152 | 0.644725 |
618a2cdec304118648afbf3fc0d4c9ba0b6934a5 | 6,451 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0x48.log_21829_1085.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0x48.log_21829_1085.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0x48.log_21829_1085.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 %r8
push %rax
push %rbx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0x1a48e, %r8
nop
nop
add %rsi, %rsi
mov $0x6162636465666768, %r11
movq %r11, %xmm7
and $0xffffffffffffffc0, %r8
movaps %xmm7, (%r8)
nop
xor $62012, %rax
lea addresses_WT_ht+0x20e, %r... | 35.059783 | 2,999 | 0.655247 |
44e46b0e3b653f89aab3c9bd38a9fc3a02ed1e59 | 1,002 | asm | Assembly | src/lib/keyscan.asm | laamella-gad/moon-train | 97a131417e2488c147bd9155ec9f8a4ab84e9948 | [
"Apache-2.0"
] | 1 | 2018-07-10T20:37:03.000Z | 2018-07-10T20:37:03.000Z | src/lib/keyscan.asm | laamella-gad/moon-train | 97a131417e2488c147bd9155ec9f8a4ab84e9948 | [
"Apache-2.0"
] | null | null | null | src/lib/keyscan.asm | laamella-gad/moon-train | 97a131417e2488c147bd9155ec9f8a4ab84e9948 | [
"Apache-2.0"
] | null | null | null | ; scan the keyboard
; result:
; carry clear = no key hit
; carry set = key in A
minikey:
.block
lda #%00000000
sta $dc03 ; port b ddr (input)
lda #%11111111
sta $dc02 ; port a ddr (output)
lda #%00000000
sta $dc00 ; port a
lda $dc01 ; port b
cmp #%11111111
beq _nokey
; got column, put it in ... | 14.314286 | 37 | 0.566866 |
349a31cf82b2578990159a32c390459d64916539 | 534 | asm | Assembly | data/text/unused_names.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | 1 | 2022-02-15T00:19:44.000Z | 2022-02-15T00:19:44.000Z | data/text/unused_names.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | data/text/unused_names.asm | opiter09/ASM-Machina | 75d8e457b3e82cc7a99b8e70ada643ab02863ada | [
"CC0-1.0"
] | null | null | null | UnusedBadgeNames::
db "かみなりバッヂ@" ; THUNDER BADGE
db "かいがらバッヂ@" ; SHELL BADGE
db "おじぞうバッヂ@" ; JIZOU BADGE
db "はやぶさバッヂ@" ; FALCON BADGE
db "ひんやりバッヂ@" ; CHILL BADGE
db "なかよしバッヂ@" ; FRIENDSHIP BADGE
db "バラバッヂ@" ; ROSE BADGE
db "ひのたまバッヂ@" ; FIREBALL BADGE
db "ゴールドバッヂ@" ; GOLD BADGE
UnusedRankingNames:
db "たまご@" ;... | 23.217391 | 33 | 0.649813 |
dd91d97addf9b4d8ebedac0e997b99a578ecb867 | 853 | asm | Assembly | sys/gold/sgcp3.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | sys/gold/sgcp3.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | sys/gold/sgcp3.asm | olifink/smsqe | c546d882b26566a46d71820d1539bed9ea8af108 | [
"BSD-2-Clause"
] | null | null | null | ; (Super)GoldCard patches. Deciphered by Marcel Kilgus
section sgc
xdef gl_f1f2
xdef gl_bvchnt
include 'dev8_sys_gold_keys'
include 'dev8_keys_qdos_io'
include 'dev8_keys_sbasic'
include 'dev8_keys_sys'
; F1/F2 auto boot
gl_f1f2
moveq #-1,d3
moveq #$ffffffe8,d1 ; F1
cmpi.w #sgo.autoh,sgo_f1f2+sgx_work ; ... | 21.325 | 65 | 0.735053 |
c099a49bc64d5c3cfe8692b6d5b46850547c8b1d | 389 | asm | Assembly | oeis/132/A132792.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/132/A132792.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/132/A132792.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A132792: The infinitesimal Lah matrix: generator of unsigned A111596.
; Submitted by Christian Krause
; 0,0,0,0,2,0,0,0,6,0,0,0,0,12,0,0,0,0,0,20,0,0,0,0,0,0,30,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,110,0
mov $2,$0
lpb $0
mov $0,$2
add $1,1
add $3... | 22.882353 | 166 | 0.586118 |
bc161d8915b4e8a7955629c1f26e065a55ceef08 | 3,750 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_836_1424.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_836_1424.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_836_1424.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 %rdi
push %rsi
// Store
lea addresses_UC+0x148cb, %r8
nop
nop
nop
nop
nop
cmp %r15, %r15
mov $0x5152535455565758, %rdi
movq %rdi, (%r8)
nop
nop
dec %r15
// Store
lea address... | 49.342105 | 2,507 | 0.659467 |
40e230c64efa43e97b8d9fbac3dfcf9f32686959 | 2,295 | asm | Assembly | src/third_party/openh264/src/codec/decoder/core/x86/dct.asm | ilya-fedin/tg_owt | d5c3d43b959c7e9e7d8004b9b7fdadd12ce7d589 | [
"BSD-3-Clause"
] | 3,565 | 2015-01-03T21:02:47.000Z | 2022-03-30T13:37:29.000Z | src/third_party/openh264/src/codec/decoder/core/x86/dct.asm | ilya-fedin/tg_owt | d5c3d43b959c7e9e7d8004b9b7fdadd12ce7d589 | [
"BSD-3-Clause"
] | 2,103 | 2015-01-02T21:32:34.000Z | 2022-03-31T23:30:13.000Z | src/third_party/openh264/src/codec/decoder/core/x86/dct.asm | ilya-fedin/tg_owt | d5c3d43b959c7e9e7d8004b9b7fdadd12ce7d589 | [
"BSD-3-Clause"
] | 1,319 | 2015-01-01T10:02:18.000Z | 2022-03-28T15:31:20.000Z | ;*!
;* \copy
;* Copyright (c) 2009-2013, Cisco Systems
;* All rights reserved.
;*
;* Redistribution and use in source and binary forms, with or without
;* modification, are permitted provided that the following conditions
;* are met:
;*
;* ?Redistributions of source code must retain the abov... | 31.438356 | 76 | 0.659695 |
5337eea9d238158f7c2eb22cfb315537f6d2548d | 326 | asm | Assembly | _anim/Yadrin.asm | kodishmediacenter/msu-md-sonic | 3aa7c5e8add9660df2cd0eceaa214e7d59f2415c | [
"CC0-1.0"
] | 9 | 2021-01-15T13:47:53.000Z | 2022-01-17T15:33:55.000Z | _anim/Yadrin.asm | kodishmediacenter/msu-md-sonic | 3aa7c5e8add9660df2cd0eceaa214e7d59f2415c | [
"CC0-1.0"
] | 7 | 2021-01-14T02:18:48.000Z | 2021-03-24T15:44:30.000Z | _anim/Yadrin.asm | kodishmediacenter/msu-md-sonic | 3aa7c5e8add9660df2cd0eceaa214e7d59f2415c | [
"CC0-1.0"
] | 2 | 2021-01-14T13:14:26.000Z | 2021-01-29T17:46:04.000Z | ; ---------------------------------------------------------------------------
; Animation script - Yadrin enemy
; ---------------------------------------------------------------------------
Ani_Yad: dc.w @stand-Ani_Yad
dc.w @walk-Ani_Yad
@stand: dc.b 7, 0, afEnd
even
@walk: dc.b 7, 0, 3, 1, 4, 0, 3, 2, 5, afEnd
... | 32.6 | 77 | 0.325153 |
dc3950e804e48e3750412ee23ec90533a092018e | 775 | asm | Assembly | Mid-Term/Solution/1.asm | AhnafNSU/CSE331L-Section-1-Fall20-NSU | 870d9527411f8a74336d8c90d3a09e5750d88af7 | [
"MIT"
] | null | null | null | Mid-Term/Solution/1.asm | AhnafNSU/CSE331L-Section-1-Fall20-NSU | 870d9527411f8a74336d8c90d3a09e5750d88af7 | [
"MIT"
] | null | null | null | Mid-Term/Solution/1.asm | AhnafNSU/CSE331L-Section-1-Fall20-NSU | 870d9527411f8a74336d8c90d3a09e5750d88af7 | [
"MIT"
] | null | null | null |
.MODEL SMALL
.STACK 100H
.DATA
NUM1 DB ?
NUM2 DB ?
RES1 DB ?
PROMPT_1 DB "Enter Integer 1: $"
PROMPT_2 DB 0DH, 0AH, "Enter Integer 2: $"
PROMPT_3 DB 0DH, 0AH, "MUL of 2 Integers: $"
.CODE
MAIN PROC
MOV AX,DATA
MOV DS,AX
LEA DX,PROMPT_1
MOV AH,9
INT 21H ... | 12.704918 | 48 | 0.510968 |
0be5e4428dd30d9cbfc6966a4254dd986d2d6580 | 5,215 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_368.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_368.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_368.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 %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_UC_ht+0x1442b, %rsi
lea addresses_UC_ht+0x2357, %rdi
nop
add $45757, %rdx
mov $125, %rcx
rep movsw
nop
nop
nop
nop
nop
dec %r15
lea addresses_A_ht+0x19d3b, %rsi
lea addresses_WC_ht+0x227, %rd... | 43.823529 | 2,999 | 0.661745 |
f850225d881b1dbe0a99ff77ce016e67c11476c6 | 941 | asm | Assembly | led.asm | Silvantica/Etch-A-Sketch | b8302b41a154b1ae66092950632c0280761a3ed5 | [
"MIT"
] | null | null | null | led.asm | Silvantica/Etch-A-Sketch | b8302b41a154b1ae66092950632c0280761a3ed5 | [
"MIT"
] | null | null | null | led.asm | Silvantica/Etch-A-Sketch | b8302b41a154b1ae66092950632c0280761a3ed5 | [
"MIT"
] | null | null | null | ; This file assumes "base.asm" and "delay.asm" are imported somewhere
; Enables GPIO output on GPIO27
; This doesn't conflict with enable_buttons because we're using GPFSEL instead of
; GPHEN
enable_led:
push {r0-r1,lr}
mov r0, BASE
orr r0, GPIO_OFFSET ;r0 now equals 0x3F200000
; Set bit 21 of GPFSEL2 to enable... | 20.456522 | 81 | 0.690755 |
5f2f1660dc0bf0bef806d7fe324ac81b14a5d1df | 4,635 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_st_/i3-7100_9_0xca_notsx.log_21829_883.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_st_/i3-7100_9_0xca_notsx.log_21829_883.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_st_/i3-7100_9_0xca_notsx.log_21829_883.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 %rax
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0x46fd, %rsi
lea addresses_A_ht+0x15b4d, %rdi
clflush (%rsi)
clflush (%rdi)
nop
nop
nop
mfence
mov $98, %rcx
rep movsw
nop
cmp $29405, %r10
lea addresses_WT_ht+0x8d9d, %rsi
lea addresses_A_ht+0xd3... | 51.5 | 2,999 | 0.66192 |
2b208b61d0b0ea370415d09e2dd501365112c8bf | 4,843 | asm | Assembly | texmap/temp.asm | osgcc/descent-pc | 819ed672e9fde6eddea634154306c5154230b84d | [
"Unlicense"
] | 3 | 2016-03-22T12:32:01.000Z | 2017-11-07T12:14:28.000Z | texmap/temp.asm | osgcc/descent-pc | 819ed672e9fde6eddea634154306c5154230b84d | [
"Unlicense"
] | null | null | null | texmap/temp.asm | osgcc/descent-pc | 819ed672e9fde6eddea634154306c5154230b84d | [
"Unlicense"
] | 1 | 2021-03-30T07:34:36.000Z | 2021-03-30T07:34:36.000Z | ;THE COMPUTER CODE CONTAINED HEREIN IS THE SOLE PROPERTY OF PARALLAX
;SOFTWARE CORPORATION ("PARALLAX"). PARALLAX, IN DISTRIBUTING THE CODE TO
;END-USERS, AND SUBJECT TO ALL OF THE TERMS AND CONDITIONS HEREIN, GRANTS A
;ROYALTY-FREE, PERPETUAL LICENSE TO SUCH END-USERS FOR USE BY SUCH END-USERS
;IN USING, DISPLAYI... | 21.524444 | 77 | 0.636382 |
6bfdbd94f8bbd538efde8c3ed50f99348da8553b | 479 | asm | Assembly | oeis/218/A218993.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/218/A218993.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/218/A218993.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A218993: Numerator of the least reduced fraction b/c > 1 using divisors b and c of n.
; Submitted by Jamie Morken(w4)
; 2,3,2,5,3,7,2,3,2,11,4,13,2,5,2,17,3,19,5,7,2,23,4,5,2,3,7,29,6,31,2,3,2,7,4,37,2,3,5,41,7,43,2,5,2,47,4,7,2,3,2,53,3,11,8,3,2,59,6,61,2,9,2,13,3,67,2,3,7,71,9,73,2,5,2,11,3,79,5,3,2,83,7,17,2,3,11,... | 43.545455 | 233 | 0.624217 |
06b6219a7d0c1eb6fb64e3b9c4930afe2bfe78d1 | 186 | asm | Assembly | examples/z88dk/hello2.asm | ashitani/g850dev | 83d75a45e6b3c0f43413c982be3ccbc0b5e5d482 | [
"MIT"
] | 2 | 2020-06-07T23:44:46.000Z | 2021-05-03T09:41:42.000Z | examples/z88dk/hello2.asm | ashitani/g850dev | 83d75a45e6b3c0f43413c982be3ccbc0b5e5d482 | [
"MIT"
] | null | null | null | examples/z88dk/hello2.asm | ashitani/g850dev | 83d75a45e6b3c0f43413c982be3ccbc0b5e5d482 | [
"MIT"
] | 2 | 2019-12-03T21:06:50.000Z | 2021-03-23T11:41:53.000Z | ORG 0x100
ld hl,hello_text ; 文字
ld b,12 ; 文字数
ld d,3 ; yカーソル座標
ld e,0 ; xカーソル座標
call 0xbff1 ; 文字列表示
ret
hello_text:
defb "Hello, World" | 16.909091 | 29 | 0.516129 |
7d03d245d65f8d58ea433b07753fe142dd4aec8d | 41,478 | asm | Assembly | Appl/Preferences/Setup/setupPrinter.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Appl/Preferences/Setup/setupPrinter.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Appl/Preferences/Setup/setupPrinter.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @--------------------------------------------------------------------
Copyright (c) GeoWorks 1989 -- All Rights Reserved
PROJECT: GEOS
MODULE: Graphical Setup -- Printer selection
FILE: setupPrinter.asm
AUTHOR: Cheng, 1/90
ROUTINES:
Name Description
---- -----------
REVISION HISTOR... | 25.291463 | 80 | 0.619509 |
3ca318e95eb8eaccb8b21aaff9ed8b77415026d7 | 2,917 | asm | Assembly | tb/tprog/asm/main.asm | mshaklunov/mips_onemore | b52b01f4d3bf458285b610aafd700d23e8c7f676 | [
"MIT"
] | null | null | null | tb/tprog/asm/main.asm | mshaklunov/mips_onemore | b52b01f4d3bf458285b610aafd700d23e8c7f676 | [
"MIT"
] | null | null | null | tb/tprog/asm/main.asm | mshaklunov/mips_onemore | b52b01f4d3bf458285b610aafd700d23e8c7f676 | [
"MIT"
] | null | null | null |
.eqv GREG_CNT $30
.eqv GREG_INT $29
.eqv PRINTPORT_HIGH 0x1001
.eqv PRINTPORT_LOW 0x0000
.eqv INTPORT_HIGH 0x1002
.eqv INTPORT_LOW 0x0000
.include "macro_print.asm"
#-------------------------------------------------------------------------------
.text
#INIT TEST COUNTER
lui GREG_CNT 0x0000
ori GREG_CNT 0x0000... | 20.985612 | 80 | 0.701063 |
eaf90b2263be77757c5d5d684fe3e4ae1a72e3aa | 191 | asm | Assembly | Working Disassembly/Levels/LRZ/Misc Object Data/Map - Solid Rock.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/Levels/LRZ/Misc Object Data/Map - Solid Rock.asm | TeamASM-Blur/Sonic-3-Blue-Balls-Edition | 7e8a2c5df02271615ff4cae529521e6b1560d6b1 | [
"Apache-2.0"
] | null | null | null | Working Disassembly/Levels/LRZ/Misc Object Data/Map - Solid Rock.asm | TeamASM-Blur/Sonic-3-Blue-Balls-Edition | 7e8a2c5df02271615ff4cae529521e6b1560d6b1 | [
"Apache-2.0"
] | null | null | null | dc.w word_44288-Map_LRZSolidRock
word_44288: dc.w 3 ; DATA XREF: ROM:00044286o
dc.b $F0, $D, 0, $30, $FF, $E8
dc.b 0, $D, 0, $20, $FF, $E8
dc.b $F0, 7, 0, $38, 0, 8
| 31.833333 | 48 | 0.518325 |
2b77fe64f8234977bf670f1ab3dc770345683c50 | 665 | asm | Assembly | src/8088/pc_high.asm | vossi1/cbm2-pc-emulator-v9958 | 31a1083207234c7720647083082def0ce9654b01 | [
"Apache-2.0"
] | null | null | null | src/8088/pc_high.asm | vossi1/cbm2-pc-emulator-v9958 | 31a1083207234c7720647083082def0ce9654b01 | [
"Apache-2.0"
] | null | null | null | src/8088/pc_high.asm | vossi1/cbm2-pc-emulator-v9958 | 31a1083207234c7720647083082def0ce9654b01 | [
"Apache-2.0"
] | null | null | null |
%undef ROM
%undef STANDALONE
[BITS 16]
[CPU 8086]
[ORG 0x0100]
[SECTION .text]
; Starting offest of the resident code.
Install_Start equ ($-$$)
; Number of bytes to leave from the top of memory.
; to make room for MS-DOS 1.25 COMMAND.COM portion.
Install_Leave equ 1800h
call Install_High
int 20h
%inc... | 17.972973 | 51 | 0.723308 |
0281e18354f6156dadc2424542c809acfb366550 | 3,938 | asm | Assembly | Transynther/x86/_processed/NC/_zr_/i3-7100_9_0x84_notsx.log_21829_381.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NC/_zr_/i3-7100_9_0x84_notsx.log_21829_381.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NC/_zr_/i3-7100_9_0x84_notsx.log_21829_381.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 %r14
push %r15
push %r8
push %r9
push %rax
push %rbx
push %rsi
// Load
lea addresses_WC+0xa6a, %r15
and %r9, %r9
movb (%r15), %bl
nop
nop
nop
sub $52949, %rax
// Faulty Load
mov $0x1581550000000b9a, %rsi
nop
nop
nop
nop
no... | 69.087719 | 2,999 | 0.660234 |
f30c2432dd92f3d657186b5c090c816b59288326 | 100 | asm | Assembly | Sub Immediate/immsub.asm | adi-075/8085-microproccesor-programs | 39e5f604fc4bab441c59df3ab116e5b3e16dd43a | [
"MIT"
] | 2 | 2021-03-20T07:36:57.000Z | 2021-04-03T11:55:40.000Z | Sub Immediate/immsub.asm | adi-075/8085-microproccesor-programs | 39e5f604fc4bab441c59df3ab116e5b3e16dd43a | [
"MIT"
] | null | null | null | Sub Immediate/immsub.asm | adi-075/8085-microproccesor-programs | 39e5f604fc4bab441c59df3ab116e5b3e16dd43a | [
"MIT"
] | null | null | null |
;WAP to subtract 02H and 03H
jmp start
;data
;code
start: nop
MVI A, 03H
MVI B, 02H
SUB B
hlt | 6.25 | 28 | 0.67 |
7f5d475fa807d8ae0eca1ac87811d862e2bc12bb | 11,771 | asm | Assembly | prc4.asm | lestersantos/Assembly2019 | b8a23e8a4a88142182b3fbd3e15b82d720bda10a | [
"BSD-2-Clause"
] | null | null | null | prc4.asm | lestersantos/Assembly2019 | b8a23e8a4a88142182b3fbd3e15b82d720bda10a | [
"BSD-2-Clause"
] | null | null | null | prc4.asm | lestersantos/Assembly2019 | b8a23e8a4a88142182b3fbd3e15b82d720bda10a | [
"BSD-2-Clause"
] | null | null | null | ;UNIVERSIDAD DE SAN CARLOS DE GUATEMALA
;FACULTAD DE INGENIERIA
;ARQUITECTURA DE COMPUTADORAS Y ENSAMBLADORES 1
;PRACTICA 4
;LESTER EFRAIN AJUCUM SANTOS
;201504510
;My first program in assembly!!!
;====================================== MY MACROS =================================
%macro print 1 ;this macro will prin... | 26.451685 | 129 | 0.564353 |
fddd9f7555a0629dd1c426679d4467ee0e032858 | 1,088 | asm | Assembly | lists/bubblesort.asm | ihasdapie/AssemblyLearning | 2a7b51ce2b825d6380e4bfd940bfa1dff9a5439c | [
"MIT"
] | 1 | 2021-06-07T21:12:59.000Z | 2021-06-07T21:12:59.000Z | lists/bubblesort.asm | ihasdapie/AssemblyLearning | 2a7b51ce2b825d6380e4bfd940bfa1dff9a5439c | [
"MIT"
] | null | null | null | lists/bubblesort.asm | ihasdapie/AssemblyLearning | 2a7b51ce2b825d6380e4bfd940bfa1dff9a5439c | [
"MIT"
] | null | null | null | section .data
; standard constants
LF equ 10
NULL equ 0
TRUE equ 1
FALSE equ 0
EXIT_SUCCESS equ 0
STDIN equ 0
STDOUT equ 1
STDERR equ 2
SYS_read equ 0
SYS_write equ 1
SYS_open equ 2
SYS_close equ 3
SYS_fork equ 57
SYS_exit equ 60
SYS_create equ 85
SYS_time equ 201
; my variables
myList dd 1,4,... | 13.108434 | 44 | 0.644301 |
b8bda17920bb6da8684a5dd3f5f4eff657c23ff4 | 5,092 | asm | Assembly | base/mvdm/wow16/win87em/emdecode.asm | npocmaka/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 17 | 2020-11-13T13:42:52.000Z | 2021-09-16T09:13:13.000Z | base/mvdm/wow16/win87em/emdecode.asm | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 2 | 2020-10-19T08:02:06.000Z | 2020-10-19T08:23:18.000Z | base/mvdm/wow16/win87em/emdecode.asm | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 14 | 2020-11-14T09:43:20.000Z | 2021-08-28T08:59:57.000Z | page ,132
subttl emdecode.asm - Instruction decoding
;***
;emdecode.asm - Instruction decoding
;
; Copyright (c) 1987-89, Microsoft Corporation
;
;Purpose:
; Instruction decoding.
; Further decoding of instructions done here.
;
; This Module contains Proprietary Information of Microsoft
; Corporation and ... | 19.81323 | 81 | 0.667518 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.