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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
95a0c5b57d78b67c24405204b68a75f0845a93dc | 13 | asm | Assembly | src/main/fragment/csg65ce02-common/vbuaa=pbuz1_derefidx_vbuzz.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | 2 | 2022-03-01T02:21:14.000Z | 2022-03-01T04:33:35.000Z | src/main/fragment/csg65ce02-common/vbuaa=pbuz1_derefidx_vbuzz.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | src/main/fragment/csg65ce02-common/vbuaa=pbuz1_derefidx_vbuzz.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | lda ({z1}),z
| 6.5 | 12 | 0.461538 |
09b0b7056b81faf08569b1a0dcd3091eb12b8777 | 402 | asm | Assembly | oeis/132/A132644.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/132/A132644.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/132/A132644.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A132644: X-values of solutions to the equation X*(X + 1) - 13*Y^2 = 0.
; Submitted by Jon Maiga
; 0,324,421200,546717924,709639444800,921111452633124,1195601955878350800,1551890417618646705924,2014352566467047545939200,2614628079383810095982376324,3393785232687619037537578530000
mul $0,2
mov $3,1
lpb $0
sub $0,1
... | 23.647059 | 183 | 0.731343 |
c6c298fc2275b68435e1b53c9f2f4eb7ea132fa5 | 42 | asm | Assembly | m.asm | Mause/simvm | 0ca79afd556005d33aab446d700d431a17fb59df | [
"MIT"
] | 1 | 2017-04-04T22:21:17.000Z | 2017-04-04T22:21:17.000Z | m.asm | Mause/simvm | 0ca79afd556005d33aab446d700d431a17fb59df | [
"MIT"
] | null | null | null | m.asm | Mause/simvm | 0ca79afd556005d33aab446d700d431a17fb59df | [
"MIT"
] | null | null | null | PSH 5
PSH 2
ADD
PSH 10
PSH 12
ADD
ADD
HLT
| 4.666667 | 6 | 0.714286 |
9ab9ee8f0579b0d801b90539019b6868ddf065eb | 268 | asm | Assembly | Lab1/LAB1_1.asm | chintamanand/Embedded-Systems-Project | 8e5651ad699dce8b4c962edb492c910200e00f36 | [
"MIT"
] | null | null | null | Lab1/LAB1_1.asm | chintamanand/Embedded-Systems-Project | 8e5651ad699dce8b4c962edb492c910200e00f36 | [
"MIT"
] | null | null | null | Lab1/LAB1_1.asm | chintamanand/Embedded-Systems-Project | 8e5651ad699dce8b4c962edb492c910200e00f36 | [
"MIT"
] | null | null | null | AREA RESET,DATA,READONLY
EXPORT __Vectors
__Vectors
DCD 0X40000000
DCD Reset_Handler
ALIGN
AREA mycode,CODE,READONLY
ENTRY
EXPORT Reset_Handler
Reset_Handler
LDR R0,#0X87654321
MOV R1,#0123
MOV R2,#33
MOV R1,R0
STOP B STOP
END
| 14.888889 | 30 | 0.701493 |
4dc24ed8d0da50be68935293fd8e94b988ac39e1 | 582 | asm | Assembly | fluidcore/samples/sq50-v5.asm | bushy555/ZX-Spectrum-1-Bit-Routines | 4d336dec9d7abc979a97af76d515104a9263f127 | [
"BSD-3-Clause"
] | 59 | 2015-02-28T14:15:56.000Z | 2022-03-26T12:06:01.000Z | fluidcore/samples/sq50-v5.asm | bushy555/ZX-Spectrum-1-Bit-Routines | 4d336dec9d7abc979a97af76d515104a9263f127 | [
"BSD-3-Clause"
] | 1 | 2016-08-22T05:32:43.000Z | 2016-08-22T09:33:28.000Z | fluidcore/samples/sq50-v5.asm | bushy555/ZX-Spectrum-1-Bit-Routines | 4d336dec9d7abc979a97af76d515104a9263f127 | [
"BSD-3-Clause"
] | 9 | 2015-02-28T14:16:31.000Z | 2022-01-18T17:52:48.000Z |
db 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
db 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
db 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
db 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
db 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
db 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
db 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
db 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
db 5,5,5,5,5,5,5,5,5,5,5,5... | 29.1 | 35 | 0.494845 |
bf86c0755b30b5ac73070a0fef7bf5e7b29eff05 | 2,085 | asm | Assembly | 08-25/A4_1.asm | ArnabBir/Systems_Programming_Lab | b492ceff978a6197c546118ae9cb9895b4399590 | [
"MIT"
] | null | null | null | 08-25/A4_1.asm | ArnabBir/Systems_Programming_Lab | b492ceff978a6197c546118ae9cb9895b4399590 | [
"MIT"
] | null | null | null | 08-25/A4_1.asm | ArnabBir/Systems_Programming_Lab | b492ceff978a6197c546118ae9cb9895b4399590 | [
"MIT"
] | null | null | null | TITLE A4_1:ASSIGNMENT_4_QUES_BOTH PARTS
.MODEL SMALL
.STACK 100H
.DATA
ENDL DB 0DH,0AH,'$'
ENTR DB 'Enter the array :$'
NUM DB 'Enter the number to be searched for :$'
FOUND DB 'The number was found at position : $'
NOT_FOUND DB 'Number not found$'
ARR DW 100 DUP(?)
SORTED DB 'Sorted Array :$'
.CODE
;MAIN PR... | 12.791411 | 61 | 0.642206 |
17e4bafe3d4339705e8a11b68e2ad59a98faf04c | 19,023 | asm | Assembly | DemoKeypad.asm | igormiktor/ASM_Playground | 696df50a3c1708e11540945fae05fc4b8939dd07 | [
"MIT"
] | null | null | null | DemoKeypad.asm | igormiktor/ASM_Playground | 696df50a3c1708e11540945fae05fc4b8939dd07 | [
"MIT"
] | null | null | null | DemoKeypad.asm | igormiktor/ASM_Playground | 696df50a3c1708e11540945fae05fc4b8939dd07 | [
"MIT"
] | null | null | null | ; ***********************************************************************************
;
; Operate an 4x4 KeyPad
; Detect key hit and flash LEDs accordingly.
;
; The MIT License (MIT)
;
; Copyright (c) 2020 Igor Mikolic-Torreira
;
; Permission is hereby granted, free of charge, to any person obtaining a c... | 28.649096 | 119 | 0.489355 |
5eee20e8a5d34b715b7fecac47f0c77edfca3248 | 6,486 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_zr_/i3-7100_9_0x84_notsx.log_21829_314.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i3-7100_9_0x84_notsx.log_21829_314.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_zr_/i3-7100_9_0x84_notsx.log_21829_314.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r14
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x763e, %rsi
lea addresses_WC_ht+0x132de, %rdi
nop
nop
nop
nop
sub $31585, %rbx
mov $3, %rcx
rep movsq
cmp $55128, %r11
lea addresses_UC_ht+0x151e, %rsi
lea addresses_A_ht+0xf7c6, %rdi
... | 37.929825 | 2,999 | 0.654795 |
853689c4710beea08518ec17b761d901eb211c6b | 456 | asm | Assembly | oeis/271/A271638.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/271/A271638.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/271/A271638.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A271638: The total sum of the cubes of all parts of all compositions of n.
; Submitted by Jamie Morken(s1)
; 1,10,48,170,512,1398,3580,8770,20808,48206,109652,245850,544864,1196134,2605164,5636210,12124280,25952382,55312516,117440650,248512656,524288150,1103102108,2315255970,4848615592,10133438638,21139292340,4402341... | 26.823529 | 227 | 0.739035 |
b90a0c5cce5799cefa6164f57abb4e86747e4492 | 7,254 | asm | Assembly | Transynther/x86/_processed/NC/_ht_zr_/i3-7100_9_0xca_notsx.log_21829_382.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NC/_ht_zr_/i3-7100_9_0xca_notsx.log_21829_382.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NC/_ht_zr_/i3-7100_9_0xca_notsx.log_21829_382.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r13
push %r15
push %r9
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0xe12a, %rsi
lea addresses_D_ht+0x83ad, %rdi
nop
nop
nop
nop
nop
and $18099, %r9
mov $50, %rcx
rep movsq
nop
nop
nop
nop
inc %r9
lea addresses_WC_ht+0xd42a, %rdi
nop
nop
add %r... | 34.379147 | 2,999 | 0.655776 |
a4293fb779a223fc91256b4371985461a89520fb | 857 | asm | Assembly | arch/x86/mboot.asm | pi-pi3/funky-kernel | e6938c0e75e5aabf49cc94f6720250f21bf94900 | [
"Zlib"
] | null | null | null | arch/x86/mboot.asm | pi-pi3/funky-kernel | e6938c0e75e5aabf49cc94f6720250f21bf94900 | [
"Zlib"
] | null | null | null | arch/x86/mboot.asm | pi-pi3/funky-kernel | e6938c0e75e5aabf49cc94f6720250f21bf94900 | [
"Zlib"
] | null | null | null | bits 32
%define MB2_MAGIC 0e85250d6h
%define MB2_CKSUM(arch) (100000000h - (MB2_MAGIC + (arch) + header_length))
struc mb2_header
.magic resd 1 ;; magic number
.arch resd 1 ;; architecture (0 = i386, protected)
.length resd 1 ;; size of the header
.cksum resd 1 ;; cksum
endstruc
struc mb2_tag... | 23.162162 | 75 | 0.645274 |
e829164db1f8a73d1c4fcab0e4dd22dd53de24b7 | 7,331 | asm | Assembly | lib/asm/philox_avx2_32.asm | zhouyan/MCKL | 1d03eb5a879e47e268efc73b1d433611e64307b3 | [
"BSD-2-Clause"
] | 12 | 2016-08-02T17:01:13.000Z | 2021-03-04T12:11:33.000Z | lib/asm/philox_avx2_32.asm | zhouyan/MCKL | 1d03eb5a879e47e268efc73b1d433611e64307b3 | [
"BSD-2-Clause"
] | 5 | 2017-05-09T12:05:06.000Z | 2021-03-16T10:39:23.000Z | lib/asm/philox_avx2_32.asm | zhouyan/MCKL | 1d03eb5a879e47e268efc73b1d433611e64307b3 | [
"BSD-2-Clause"
] | 2 | 2016-08-25T13:10:29.000Z | 2019-05-01T01:54:29.000Z | ;;============================================================================
;; MCKL/lib/asm/philox_avx2_32.asm
;;----------------------------------------------------------------------------
;; MCKL: Monte Carlo Kernel Library
;;----------------------------------------------------------------------------
;; Copyright... | 26.755474 | 78 | 0.632656 |
0a509433005910539f3eb7dac6945cbd9b837202 | 440 | asm | Assembly | libsrc/_DEVELOPMENT/arch/sms/SMSlib/z80/asm_SMSlib_getHCount.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/arch/sms/SMSlib/z80/asm_SMSlib_getHCount.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/arch/sms/SMSlib/z80/asm_SMSlib_getHCount.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z | ; **************************************************
; SMSlib - C programming library for the SMS/GG
; ( part of devkitSMS - github.com/sverx/devkitSMS )
; **************************************************
INCLUDE "SMSlib_private.inc"
SECTION code_clib
SECTION code_SMSlib
PUBLIC asm_SMSlib_getHCount
asm_SMSlib_get... | 20 | 52 | 0.543182 |
5ee087536cb465f9da4181e5c0e1747e70236b73 | 372 | asm | Assembly | examples/diffusion.asm | ihh/bbcmicrobot-codec | 6c4587c1ed9d89942a2adae4cf8cda148ebb47d1 | [
"BSD-3-Clause"
] | 10 | 2020-03-06T04:32:59.000Z | 2021-03-02T05:04:16.000Z | examples/diffusion.asm | ihh/bbcmicrobot-codec | 6c4587c1ed9d89942a2adae4cf8cda148ebb47d1 | [
"BSD-3-Clause"
] | null | null | null | examples/diffusion.asm | ihh/bbcmicrobot-codec | 6c4587c1ed9d89942a2adae4cf8cda148ebb47d1 | [
"BSD-3-Clause"
] | null | null | null | m:
jsr $af87
ldx $d
ldy $e
jsr c
sty $70
sta $71
ldx $d
ldy $e
lda $f
bpl notx
dex
lsr
bcc done
inx
inx
bcs done
notx:
dey
lsr
bcc done
iny
iny
done:
jsr c
sty $72
sta $73
ldx #0
lda ($70,x)
pha
lda ($72,x)
sta ($70,x)
pla
sta ($72,x)
bne m
c:
txa
and #15
asl
tax
tya
and ... | 7.75 | 12 | 0.548387 |
c1ca2ac3fc1a8896858bcbfe78644ac623c90b94 | 8,274 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_st_zr_/i7-7700_9_0x48_notsx.log_21829_596.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_st_zr_/i7-7700_9_0x48_notsx.log_21829_596.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_st_zr_/i7-7700_9_0x48_notsx.log_21829_596.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 %r8
push %r9
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0xdf9f, %rdi
nop
nop
nop
nop
sub $29707, %rdx
movups (%rdi), %xmm5
vpextrq $1, %xmm5, %r14
nop
xor $60684, %r8
lea addresses_UC_ht+0x579f, %rsi
lea addresses_D_ht+0x17e67, %rdi
nop
nop
ad... | 31.580153 | 2,999 | 0.650713 |
c8c90fef4e17248e59b5d932c5bef9579a07a701 | 791 | asm | Assembly | src/BB8_Intro.asm | JoshKing56/BB8-Breadboard-Computer | 6a14d5aeed856f1f2b0ef8843421bc69ec9ccb1a | [
"MIT"
] | null | null | null | src/BB8_Intro.asm | JoshKing56/BB8-Breadboard-Computer | 6a14d5aeed856f1f2b0ef8843421bc69ec9ccb1a | [
"MIT"
] | 1 | 2018-04-08T21:48:49.000Z | 2018-04-08T21:48:49.000Z | src/BB8_Intro.asm | JoshKing56/8-Bit-Computer | 6a14d5aeed856f1f2b0ef8843421bc69ec9ccb1a | [
"MIT"
] | null | null | null | CLR
LD A 110 ;;BODY TILE
LD &15 A
NOT A A
LD D 12
LD C 3
LD &D A ;;START LOOP CENTRE BODY
ADD D D 1
SUB C C 1
JNZ C 6 ;;END LOOP CENTRE BODY
LD A 8
LD &16 A
LD A 20
LD &17 A
LD A 34
LD &18 A
LD A 65
LD &19 A
LD A 1 ;;&20 DIRECTION
LD &20 A
NOP ;;HAD EXTRA LD BUT WAS NOT NEEDED
NOP
LD A 16 ;;&22 FRAME 16/17/18/1... | 14.381818 | 39 | 0.600506 |
3f322a7074249a17520e37a98d139559bb9c3c27 | 1,058 | asm | Assembly | 4-periodo/arquitetura-e-organizacao-de-computadores-2/soma-impares.asm | lucasmc64/the-graduation-journey | 46ed6a1b9a063186e6035c6ae6efe600eeb87592 | [
"MIT"
] | null | null | null | 4-periodo/arquitetura-e-organizacao-de-computadores-2/soma-impares.asm | lucasmc64/the-graduation-journey | 46ed6a1b9a063186e6035c6ae6efe600eeb87592 | [
"MIT"
] | 1 | 2021-04-08T13:15:01.000Z | 2021-04-08T13:15:01.000Z | 4-periodo/arquitetura-e-organizacao-de-computadores-2/soma-impares.asm | lucasmc64/the-graduation-journey | 46ed6a1b9a063186e6035c6ae6efe600eeb87592 | [
"MIT"
] | 1 | 2021-04-08T11:39:46.000Z | 2021-04-08T11:39:46.000Z | # 1)
# Escreva um programa que some os 1000 primeiros números naturais impares.
# Imprima o resultado final usando chamadas do sistema.
.macro printStr(%str)
la $a0, %str
addi $v0, $zero, 4
syscall
.end_macro
.macro printInt(%int)
add $a0, $zero, %int
addi $v0, $zero, 1
syscall
.end_macro
.data
i: 1
lim... | 18.561404 | 75 | 0.643667 |
3fd7ae320980b1db6297322ce7eff2cb0189dea9 | 3,703 | asm | Assembly | kernel/compiler/utilities.asm | paulscottrobson/color-forth-6502 | d4895c7ac747569f2a5269885d80cae7c0d83f0a | [
"MIT"
] | null | null | null | kernel/compiler/utilities.asm | paulscottrobson/color-forth-6502 | d4895c7ac747569f2a5269885d80cae7c0d83f0a | [
"MIT"
] | null | null | null | kernel/compiler/utilities.asm | paulscottrobson/color-forth-6502 | d4895c7ac747569f2a5269885d80cae7c0d83f0a | [
"MIT"
] | null | null | null | ; ******************************************************************************
; ******************************************************************************
;
; Name : utilities.asm
; Purpose : Support Utilities
; Author : Paul Robson (paul@robsons.org.uk)
; Created : 2nd October 2019
;
; ****************... | 24.523179 | 80 | 0.435593 |
29e0fa042b02b6e59b82a07527547829df84db4f | 5,350 | asm | Assembly | Transynther/x86/_processed/NC/_zr_/i7-7700_9_0x48.log_21829_318.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NC/_zr_/i7-7700_9_0x48.log_21829_318.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NC/_zr_/i7-7700_9_0x48.log_21829_318.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 %r9
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x15938, %rsi
lea addresses_WT_ht+0x13a64, %rdi
nop
nop
sub $30317, %r14
mov $77, %rcx
rep movsq
add $56601, %r9
pop %rsi
pop %rdi
pop %rcx
pop %r9
pop %r14
ret
.global s_faulty_load
s_faulty_load:
pus... | 45.338983 | 2,999 | 0.655701 |
9c0b22196faf1076d29cc632603689ea4b355051 | 640 | asm | Assembly | programs/oeis/132/A132741.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/132/A132741.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/132/A132741.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A132741: Largest divisor of n having the form 2^i*5^j.
; 1,2,1,4,5,2,1,8,1,10,1,4,1,2,5,16,1,2,1,20,1,2,1,8,25,2,1,4,1,10,1,32,1,2,5,4,1,2,1,40,1,2,1,4,5,2,1,16,1,50,1,4,1,2,5,8,1,2,1,20,1,2,1,64,5,2,1,4,1,10,1,8,1,2,25,4,1,2,1,80,1,2,1,4,5,2,1,8,1,10,1,4,1,2,5,32,1,2,1,100,1,2,1,8,5,2,1,4,1,10,1,16,1,2,5,4,1,2,1,40,... | 91.428571 | 549 | 0.559375 |
5d99e2a2c4b6fe77042b1a718d49765aa6877cb8 | 442 | asm | Assembly | oeis/050/A050448.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/050/A050448.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/050/A050448.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A050448: a(n) = Sum_{d|n, d==1 (mod 4)} d^4.
; Submitted by Jamie Morken(s4)
; 1,1,1,1,626,1,1,1,6562,626,1,1,28562,1,626,1,83522,6562,1,626,194482,1,1,1,391251,28562,6562,1,707282,626,1,1,1185922,83522,626,6562,1874162,1,28562,626,2825762,194482,1,1,4107812,1,1,1
add $0,1
mov $1,1
mov $2,$0
mul $0,4
lpb $0
mov $4... | 20.090909 | 187 | 0.604072 |
f74b3740b58c519391c6519d6f5b8a7abe098f86 | 800 | asm | Assembly | oeis/142/A142195.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/142/A142195.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/142/A142195.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A142195: Primes congruent to 31 mod 40.
; Submitted by Jon Maiga
; 31,71,151,191,271,311,431,631,751,911,991,1031,1151,1231,1471,1511,1831,1871,1951,2111,2311,2351,2551,2591,2671,2711,2791,3191,3271,3391,3511,3631,3671,3911,4111,4231,4271,4391,4591,4751,4831,4871,4951,5231,5351,5431,5471,5591,5711,5791,6151,6271,6311... | 38.095238 | 498 | 0.72375 |
333d86bc77a7d22c336d417c43f205bdb1260464 | 106 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math48/lm/c/sccz80/pow.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/math/float/math48/lm/c/sccz80/pow.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/math/float/math48/lm/c/sccz80/pow.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
SECTION code_clib
SECTION code_fp_math48
PUBLIC pow
EXTERN cm48_sccz80_pow
defc pow = cm48_sccz80_pow
| 10.6 | 26 | 0.839623 |
a5a7e13e77ee80b03f168a8933e1953b4d15adfa | 7,433 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_sm_/i7-8650U_0xd2.log_4242_525.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_sm_/i7-8650U_0xd2.log_4242_525.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_sm_/i7-8650U_0xd2.log_4242_525.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 %r15
push %r8
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0xebdd, %r13
nop
nop
nop
nop
add %r10, %r10
mov $0x6162636465666768, %rbx
movq %rbx, %xmm3
vmovups %ymm3, (%r13)
add $14522, %rcx
lea addresses_A_ht+0xd41b, %r15
clflu... | 34.253456 | 2,999 | 0.653034 |
3e952d1b26ea431df599a812c588ec2e2ded22da | 6,808 | asm | Assembly | Transynther/x86/_processed/NONE/_st_/i7-7700_9_0xca.log_21829_1142.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_st_/i7-7700_9_0xca.log_21829_1142.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_st_/i7-7700_9_0xca.log_21829_1142.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_UC_ht+0x1d57a, %rsi
lea addresses_D_ht+0xb155, %rdi
nop
nop
nop
nop
sub %r8, %r8
mov $108, %rcx
rep movsb
nop
nop
nop
nop
and %r14, %r14
lea addresses_A_ht+0x173b4, %rcx
nop
nop
nop
n... | 33.209756 | 2,999 | 0.658343 |
65ad2408ac6a05526093a65b6f635b76afde0161 | 2,081 | asm | Assembly | kernel/betterPaging.asm | jaredwhitney/os3 | 05e0cda4670da093cc720d0dccbfeb29e788fa0f | [
"MIT"
] | 5 | 2015-02-25T01:28:09.000Z | 2021-05-22T09:03:04.000Z | kernel/betterPaging.asm | jaredwhitney/os3 | 05e0cda4670da093cc720d0dccbfeb29e788fa0f | [
"MIT"
] | 38 | 2015-02-10T18:37:11.000Z | 2017-10-03T03:08:50.000Z | kernel/betterPaging.asm | jaredwhitney/os3 | 05e0cda4670da093cc720d0dccbfeb29e788fa0f | [
"MIT"
] | 2 | 2016-05-06T22:48:46.000Z | 2017-01-12T19:28:49.000Z | betterPaging.init :
pusha
call betterPaging.createPageDirectory
call betterPaging.doIdentityMapAllMemory
call betterPaging.enablePaging
popa
ret
betterPaging.enablePaging :
pusha
mov eax, [Paging.directory]
mov cr3, eax
mov eax, cr0
or eax, 0x80000000
mov cr0, eax
popa
ret
betterPaging.c... | 17.198347 | 68 | 0.691014 |
fe701eba44d4a386f6bd6a5048eb6ff01cfb27b0 | 4,006 | asm | Assembly | 06_KCAL.asm | aleattene/lc2-exams | 516ca7ea7979898238267af0bf095fc4538dac1a | [
"MIT"
] | null | null | null | 06_KCAL.asm | aleattene/lc2-exams | 516ca7ea7979898238267af0bf095fc4538dac1a | [
"MIT"
] | null | null | null | 06_KCAL.asm | aleattene/lc2-exams | 516ca7ea7979898238267af0bf095fc4538dac1a | [
"MIT"
] | null | null | null | ; ************ DESCRIZIONE SOTTOPROGRAMMA ************
Il seguente sottoprogramma denominato KCAL riceve nel registro R0 l’indirizzo della prima cella
di una zona di memoria contenente una stringa di caratteri codificati in codice ASCII.
La stringa è terminata dal valore 0 (corrispondente al carattere NUL) e rappresen... | 41.729167 | 111 | 0.708937 |
8ff3bcae2faa227abf52c8e03fb4ff178795abc9 | 6,530 | asm | Assembly | splash.asm | peter-mount/teletextc64 | e06b3dbeae10b21ae31d656601dcfe5cdb0e071e | [
"Apache-2.0"
] | 1 | 2021-04-06T12:21:35.000Z | 2021-04-06T12:21:35.000Z | splash.asm | peter-mount/teletextc64 | e06b3dbeae10b21ae31d656601dcfe5cdb0e071e | [
"Apache-2.0"
] | null | null | null | splash.asm | peter-mount/teletextc64 | e06b3dbeae10b21ae31d656601dcfe5cdb0e071e | [
"Apache-2.0"
] | null | null | null | ; **********************************************************************
; Splash loading page
; 1K for holding screen chars for refresh
;
; Copyright 2021 Peter Mount
;
; Licensed under the Apache License, Version 2.0 (the "License");
; you may not use this file except in compliance with the License.
; You may obt... | 71.758242 | 109 | 0.447014 |
ef29ffa33f0d42b28394eefab9e5641dc56a6cc3 | 177 | asm | Assembly | samples/mult.asm | SohamMalakar/Intel-8085 | 85b759c6c9a85691146270be920350ff45c0ea48 | [
"MIT"
] | null | null | null | samples/mult.asm | SohamMalakar/Intel-8085 | 85b759c6c9a85691146270be920350ff45c0ea48 | [
"MIT"
] | null | null | null | samples/mult.asm | SohamMalakar/Intel-8085 | 85b759c6c9a85691146270be920350ff45c0ea48 | [
"MIT"
] | null | null | null | // Multiply two numbers
MVI A, 00H
// Two numbers
MVI B, FFH
MVI C, FFH
LOOP:
ADD B
JNC NC
INR D
NC:
DCR C // Count down
JNZ LOOP // Loop if not zero
HLT
| 10.411765 | 32 | 0.587571 |
a50bbdbd7ee2d6c826533b52ca45c5e70e7cba1a | 9,213 | asm | Assembly | Monitor/assembler.asm | Martin-H1/6502 | e57e4b71d44e8cccfb5ba7e1d31db8d59e3e02a6 | [
"MIT"
] | 3 | 2020-05-10T02:45:52.000Z | 2020-08-27T19:30:21.000Z | Monitor/assembler.asm | Martin-H1/6502 | e57e4b71d44e8cccfb5ba7e1d31db8d59e3e02a6 | [
"MIT"
] | null | null | null | Monitor/assembler.asm | Martin-H1/6502 | e57e4b71d44e8cccfb5ba7e1d31db8d59e3e02a6 | [
"MIT"
] | null | null | null | ; -----------------------------------------------------------------------------
; 6502 assembler losely based on a reverse engineering of Daryl Rictor's
; SBC OS. It will depend upon the stack, list, and I/O functions defined
; in the other modules.
; Martin Heermance <mheermance@gmail.com>
; --------------------------... | 20.656951 | 79 | 0.654618 |
38cf1e058978e961bb9f0a6b5ab2d545d5810f65 | 347 | asm | Assembly | oeis/021/A021271.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/021/A021271.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/021/A021271.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A021271: Decimal expansion of 1/267.
; Submitted by Jon Maiga
; 0,0,3,7,4,5,3,1,8,3,5,2,0,5,9,9,2,5,0,9,3,6,3,2,9,5,8,8,0,1,4,9,8,1,2,7,3,4,0,8,2,3,9,7,0,0,3,7,4,5,3,1,8,3,5,2,0,5,9,9,2,5,0,9,3,6,3,2,9,5,8,8,0,1,4,9,8,1,2,7,3,4,0,8,2,3,9,7,0,0,3,7,4,5,3,1,8,3,5
seq $0,42 ; Unary representation of natural numbers.
mu... | 38.555556 | 199 | 0.590778 |
b279473beff14ded4a3579561bec63809638cf6e | 175 | asm | Assembly | constants.asm | manuelmartinezbosch/testing-gb | c5be7c37a5a0f21d1bc5a9c898b6ad8755d00790 | [
"MIT"
] | null | null | null | constants.asm | manuelmartinezbosch/testing-gb | c5be7c37a5a0f21d1bc5a9c898b6ad8755d00790 | [
"MIT"
] | null | null | null | constants.asm | manuelmartinezbosch/testing-gb | c5be7c37a5a0f21d1bc5a9c898b6ad8755d00790 | [
"MIT"
] | null | null | null | INCLUDE "macros.asm"
INCLUDE "constants/hardware.inc"
INCLUDE "constants/hardware_constants.asm"
INCLUDE "constants/misc_constants.asm"
INCLUDE "constants/gfx_constants.asm"
| 25 | 42 | 0.828571 |
a4e3e9820a7beaa06ff176ec030e5e186e1fed1e | 6,019 | asm | Assembly | Transynther/x86/_processed/NONE/_st_/i9-9900K_12_0xa0.log_21829_234.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_st_/i9-9900K_12_0xa0.log_21829_234.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_st_/i9-9900K_12_0xa0.log_21829_234.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 %r15
push %rbp
push %rdx
push %rsi
lea addresses_WC_ht+0x14e33, %r13
clflush (%r13)
nop
nop
nop
and %rsi, %rsi
vmovups (%r13), %ymm4
vextracti128 $1, %ymm4, %xmm4
vpextrq $1, %xmm4, %rbp
nop
nop
nop
nop
nop
and %r15, %r15
lea addresses_A_ht+0x3c1d, %... | 36.259036 | 2,999 | 0.653265 |
0ad6f24eddbcb7de487b313b8cc1c791d99bffc5 | 583 | asm | Assembly | oeis/072/A072844.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/072/A072844.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/072/A072844.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A072844: Number of words of length 2n+1 generated by the two letters s and t that reduce to the identity 1 by using the relations sssssss=1, tt=1 and stst=1. The generators s and t along with the three relations generate the 14-element dihedral group D7.
; Submitted by Jon Maiga
; 0,0,0,1,9,55,286,1365,6188,27132,116... | 83.285714 | 256 | 0.801029 |
4a44c99e92db97fc90a3f795284bb09a0ce1c3c3 | 3,681 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0.log_21829_172.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_172.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_172.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r11
push %r13
push %r14
push %rax
push %rbp
// Faulty Load
lea addresses_D+0xc35b, %rax
cmp %rbp, %rbp
mov (%rax), %r14w
lea oracles, %r13
and $0xff, %r14
shlq $12, %r14
mov (%r13,%r14,1), %r14
pop %rbp
pop %rax
... | 92.025 | 2,999 | 0.663135 |
d6c09c358fab98f62d9fcda017199f21b86e696f | 12,960 | asm | Assembly | src/lib/g5_typo.asm | Prashant446/GFCC | 6feb2e95d2a8e2f2499b2cb4a66921e4b769c822 | [
"MIT"
] | 1 | 2021-06-11T03:51:00.000Z | 2021-06-11T03:51:00.000Z | src/lib/g5_typo.asm | Debarsho/GFCC | 0b51d14d8010bc06952984f3554a56d60d3886cb | [
"MIT"
] | null | null | null | src/lib/g5_typo.asm | Debarsho/GFCC | 0b51d14d8010bc06952984f3554a56d60d3886cb | [
"MIT"
] | 1 | 2021-06-11T03:50:07.000Z | 2021-06-11T03:50:07.000Z | .text
.globl g5_printf
g5_printf:
sw $ra, -4($sp) # return address
sw $fp, -8($sp) # frame pointer of caller
move $fp, $sp # begin new frame
subu $sp, $sp, 44 # expad frame - expect address of formatter
sw $s0, -12($fp) # callee saved register
sw $s1, -16($fp) # callee saved register
sw... | 37.348703 | 100 | 0.569907 |
c8a6d8b97ceb07820a70d411396675340e3f1451 | 3,710 | asm | Assembly | random_walker.asm | richardwooding/x16-random-walker | 425ded723becbafc9cb67021df064f6763c13e56 | [
"MIT"
] | null | null | null | random_walker.asm | richardwooding/x16-random-walker | 425ded723becbafc9cb67021df064f6763c13e56 | [
"MIT"
] | null | null | null | random_walker.asm | richardwooding/x16-random-walker | 425ded723becbafc9cb67021df064f6763c13e56 | [
"MIT"
] | null | null | null | !symbollist "random_walker.sym"
;=================================================
;=================================================
;
; Headers
;
;-------------------------------------------------
!src "vera.inc"
!src "system.inc"
;=================================================
; Macros
;
;------------------... | 34.351852 | 97 | 0.329111 |
351484a6317ec663f3e050f2e1c3300f6f9655e3 | 136 | asm | Assembly | libsrc/_DEVELOPMENT/math/float/math48/lm/c/sdcc_iy/nexttoward.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/math/float/math48/lm/c/sdcc_iy/nexttoward.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/math/float/math48/lm/c/sdcc_iy/nexttoward.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
SECTION code_clib
SECTION code_fp_math48
PUBLIC _nexttoward
EXTERN cm48_sdcciy_nexttoward
defc _nexttoward = cm48_sdcciy_nexttoward
| 13.6 | 41 | 0.875 |
1673212c64f248a117d16662beaaf917aa638a68 | 416 | asm | Assembly | oeis/320/A320465.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/320/A320465.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/320/A320465.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A320465: a(n) = 2^n - (2^(n-1) mod n), where "mod" is the nonnegative remainder operator.
; Submitted by Jon Maiga
; 2,4,7,16,31,62,127,256,508,1022,2047,4088,8191,16382,32764,65536,131071,262130,524287,1048568,2097148,4194302,8388607,16777208,33554416,67108862,134217715,268435448,536870911,1073741822,2147483647,4294... | 32 | 220 | 0.730769 |
1a37a81e48628bb4e4fd54a23ce3d20ff8973f1d | 460 | asm | Assembly | print/p010.asm | czfshine/assembly-exercise | 95c8be8331810dfd12f50e48109a4b2a8a978853 | [
"MIT"
] | 1 | 2018-05-16T13:01:26.000Z | 2018-05-16T13:01:26.000Z | print/p010.asm | czfshine/assembly-exercise | 95c8be8331810dfd12f50e48109a4b2a8a978853 | [
"MIT"
] | null | null | null | print/p010.asm | czfshine/assembly-exercise | 95c8be8331810dfd12f50e48109a4b2a8a978853 | [
"MIT"
] | null | null | null | ; 8086 assembly file
; by:czfshine
; date: 2018/04/12 10:54:02
;从键盘输入一个有符号的十进制数,
;然后在下一行用16进制形式输出此数
; The Main Data segment
include scan.inc
DATA SEGMENT
DATA ENDS
;entry code segment
CODE SEGMENT
ASSUME CS:CODE ,DS:DATA
START: ;entry point
MOV AX,DATA
MOV DS,AX
mov di,10
call inpu... | 15.333333 | 34 | 0.654348 |
868d088dbd4b592759ebef417dc911df12772921 | 565 | asm | Assembly | oeis/168/A168607.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/168/A168607.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/168/A168607.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A168607: a(n) = 3^n + 2.
; 3,5,11,29,83,245,731,2189,6563,19685,59051,177149,531443,1594325,4782971,14348909,43046723,129140165,387420491,1162261469,3486784403,10460353205,31381059611,94143178829,282429536483,847288609445,2541865828331,7625597484989,22876792454963,68630377364885,205891132094651,617673396283949,185302... | 70.625 | 498 | 0.860177 |
bc3f05fb46914f3a02cd3962cebf651daf109551 | 8,668 | asm | Assembly | src/isa/avx/masm/remainder_piby2_new.asm | jepler/aocl-libm-ose | 4033e022da428125747e118ccd6fdd9cee21c470 | [
"BSD-3-Clause"
] | 66 | 2020-11-04T17:06:10.000Z | 2022-03-10T08:03:12.000Z | src/isa/avx/masm/remainder_piby2_new.asm | HollowMan6/aocl-libm-ose | 4033e022da428125747e118ccd6fdd9cee21c470 | [
"BSD-3-Clause"
] | 8 | 2021-04-18T18:37:53.000Z | 2022-03-11T12:49:31.000Z | src/isa/avx/masm/remainder_piby2_new.asm | HollowMan6/aocl-libm-ose | 4033e022da428125747e118ccd6fdd9cee21c470 | [
"BSD-3-Clause"
] | 8 | 2020-11-09T03:45:01.000Z | 2021-11-08T02:25:31.000Z | ;
; Copyright (C) 2008-2020 Advanced Micro Devices, Inc. All rights reserved.
;
; Redistribution and use in source and binary forms, with or without modification,
; are permitted provided that the following conditions are met:
; 1. Redistributions of source code must retain the above copyright notice,
; this list of... | 20.638095 | 145 | 0.65713 |
459e43dd287d1eb033d3fd6d8788ec05261c4fbc | 344 | asm | Assembly | projects/06/max/MaxL.asm | parrott-kevin/the-elements-of-computing-systems | f2ff84492b59e8789ad91a83180adb06e154e060 | [
"MIT"
] | 15 | 2015-05-03T10:35:44.000Z | 2021-07-21T08:59:03.000Z | projects/06/max/MaxL.asm | parrott-kevin/the-elements-of-computing-systems | f2ff84492b59e8789ad91a83180adb06e154e060 | [
"MIT"
] | null | null | null | projects/06/max/MaxL.asm | parrott-kevin/the-elements-of-computing-systems | f2ff84492b59e8789ad91a83180adb06e154e060 | [
"MIT"
] | 9 | 2017-02-18T02:29:20.000Z | 2021-11-29T22:49:58.000Z | // This file is part of the materials accompanying the book
// "The Elements of Computing Systems" by Nisan and Schocken,
// MIT Press. Book site: www.idc.ac.il/tecs
// File name: projects/06/max/MaxL.asm
// Symbol-less version of the Max.asm program.
@0
D=M
@1
D=D-M
@10
D;JGT
@1
D=M
@12
0;JMP
@0
D=... | 14.956522 | 63 | 0.642442 |
82a98c2579a14b0b4e290628beded1f6186d3182 | 3,354 | asm | Assembly | include/constant.asm | Hiroshi123/bin_tools | 95929eb218a82e30c43ee5bd209301a24abebffa | [
"MIT"
] | null | null | null | include/constant.asm | Hiroshi123/bin_tools | 95929eb218a82e30c43ee5bd209301a24abebffa | [
"MIT"
] | 4 | 2019-02-27T05:41:26.000Z | 2020-07-16T00:24:24.000Z | include/constant.asm | Hiroshi123/bin_tools | 95929eb218a82e30c43ee5bd209301a24abebffa | [
"MIT"
] | null | null | null |
;;; eflags carry flag
%define eflags_cf 0x0001
;;; eflags parity flag
%define eflags_pf 0x0004
;;; eflags adjust flag
%define eflags_af 0x0010
;;; eflags zero flag
%define eflags_zf 0x0040
;;; eflags sign flag
%define eflags_sf 0x0080
;;; eflags trap flag
%define eflags_tf 0x0100
;;; eflags interrupt enable flag
%def... | 27.491803 | 79 | 0.714669 |
06974a10c58d34cda92738ecd54d794b9bcf73be | 442 | nasm | Assembly | modules/libc/stdio/vsprintf.nasm | r-tty/radios | fdfaaadd256564ea3ed1b7fc408e7aecf648ae2b | [
"BSD-3-Clause"
] | null | null | null | modules/libc/stdio/vsprintf.nasm | r-tty/radios | fdfaaadd256564ea3ed1b7fc408e7aecf648ae2b | [
"BSD-3-Clause"
] | null | null | null | modules/libc/stdio/vsprintf.nasm | r-tty/radios | fdfaaadd256564ea3ed1b7fc408e7aecf648ae2b | [
"BSD-3-Clause"
] | null | null | null | ;-------------------------------------------------------------------------------
; vsprintf.nasm - routines for printing formatted data.
;-------------------------------------------------------------------------------
module libc.stdio.vsprintf
exportproc _printf
section .text
; int printf(const char *fmt, ...);
... | 24.555556 | 80 | 0.352941 |
f9c81f9fa227302b8ffe266e20db5762a3ef2c53 | 5,289 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_st_zr_/i7-7700_9_0xca_notsx.log_21829_917.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/AVXALIGN/_st_zr_/i7-7700_9_0xca_notsx.log_21829_917.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/AVXALIGN/_st_zr_/i7-7700_9_0xca_notsx.log_21829_917.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r12
push %r13
push %r9
push %rax
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
// Load
lea addresses_UC+0xa427, %rbx
nop
xor $34785, %rax
movb (%rbx), %r12b
sub %rbp, %rbp
// Store
lea addresses_WC+0x1c238, ... | 41.97619 | 2,999 | 0.654377 |
a5e270a941224f92b3f7ba782f7d440ca3e1d181 | 780 | asm | Assembly | Kernel/interruptions/syscallHandler.asm | gbaliarda/TP_ARQUI | 1c4f29807eb3e0eb5ea792c5dc3ea9e277046381 | [
"BSD-3-Clause"
] | null | null | null | Kernel/interruptions/syscallHandler.asm | gbaliarda/TP_ARQUI | 1c4f29807eb3e0eb5ea792c5dc3ea9e277046381 | [
"BSD-3-Clause"
] | null | null | null | Kernel/interruptions/syscallHandler.asm | gbaliarda/TP_ARQUI | 1c4f29807eb3e0eb5ea792c5dc3ea9e277046381 | [
"BSD-3-Clause"
] | null | null | null | GLOBAL syscallHandler
EXTERN loadSysNum
EXTERN syscallDispatcher
SECTION .text
; en rax viene el numero de syscall a ejecutar
syscallHandler:
pushState
push rdi
mov rdi, rax
call loadSysNum
pop rdi
call syscallDispatcher
popState
iretq ; ret especifico para volver de interrupcio... | 14.716981 | 83 | 0.675641 |
6930c1e4134a02321193c25b13949f2978f77c0c | 466 | asm | Assembly | programs/oeis/055/A055949.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/055/A055949.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/055/A055949.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A055949: n - reversal of base 4 digits of n (written in base 10).
; 0,0,0,0,3,0,-3,-6,6,3,0,-3,9,6,3,0,15,0,-15,-30,15,0,-15,-30,15,0,-15,-30,15,0,-15,-30,30,15,0,-15,30,15,0,-15,30,15,0,-15,30,15,0,-15,45,30,15,0,45,30,15,0,45,30,15,0,45,30,15,0,63,0,-63,-126,51,-12,-75,-138,39,-24,-87,-150,27,-36,-99,-162,75,12,-51... | 66.571429 | 318 | 0.592275 |
ab778b2b82c2835adfc2647e9ecc27dae4353d56 | 649 | asm | Assembly | programs/oeis/138/A138902.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/138/A138902.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/138/A138902.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A138902: a(n) = d!, where d is the number of digits in n.
; 1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,... | 49.923077 | 501 | 0.516179 |
e469ed43d8dee5a8c95a89f2eb79eed8ca7ffcea | 693 | asm | Assembly | oeis/145/A145695.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/145/A145695.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/145/A145695.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A145695: Numbers X such that there exists Y in N with X^2=111*Y^2+37.
; Submitted by Jon Maiga
; 74,43586,25715666,15172199354,8951571903194,5281412250685106,3116024276332309346,1838449041623811829034,1084681818533772646820714,639960434485884237812392226,377575571664853166536664592626,22276894732182888237239429725711... | 43.3125 | 485 | 0.852814 |
f8a4199d4c562002520c2a6adb380ce8e864e78c | 1,171 | asm | Assembly | libsrc/_DEVELOPMENT/target/zxn/driver/terminal/zx_00_output_rom_rst/zx_00_output_rom_rst_ochar_msg_putc_bin.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/target/zxn/driver/terminal/zx_00_output_rom_rst/zx_00_output_rom_rst_ochar_msg_putc_bin.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/target/zxn/driver/terminal/zx_00_output_rom_rst/zx_00_output_rom_rst_ochar_msg_putc_bin.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
INCLUDE "config_private.inc"
SECTION code_driver
SECTION code_driver_character_output
PUBLIC zx_00_output_rom_rst_ochar_msg_putc_bin
zx_00_output_rom_rst_ochar_msg_putc_bin:
; derived driver is in text mode
;
; enter : c = char
;
; can use : af, bc, de, hl, af'
bit 4,(ix+6)
jr z, putchar... | 10.842593 | 55 | 0.508113 |
ee68a6155bfbabacbeca26945816a281c8091475 | 520 | asm | Assembly | programs/oeis/270/A270545.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/270/A270545.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/270/A270545.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A270545: Number of equilateral triangle units forming perimeter of equilateral triangle.
; 1,4,9,15,21,27,33,39,45,51,57,63,69,75,81,87,93,99,105,111,117,123,129,135,141,147,153,159,165,171,177,183,189,195,201,207,213,219,225,231,237,243,249,255,261,267,273,279,285,291,297,303,309,315,321,327,333,339,345,351,357,363,... | 57.777778 | 380 | 0.730769 |
88d9538b0cca9d4d2fb960fba39fe96261ef9e87 | 12,283 | asm | Assembly | compiler/ti-cgt-arm_18.12.4.LTS/lib/src/fd_mul16.asm | JosiahCraw/TI-Arm-Docker | 23c0f4caf1638512bf53241531c69289c4e82488 | [
"MIT"
] | null | null | null | compiler/ti-cgt-arm_18.12.4.LTS/lib/src/fd_mul16.asm | JosiahCraw/TI-Arm-Docker | 23c0f4caf1638512bf53241531c69289c4e82488 | [
"MIT"
] | null | null | null | compiler/ti-cgt-arm_18.12.4.LTS/lib/src/fd_mul16.asm | JosiahCraw/TI-Arm-Docker | 23c0f4caf1638512bf53241531c69289c4e82488 | [
"MIT"
] | null | null | null | ;******************************************************************************
;* FD_MUL16.ASM - 16 BIT STATE - *
;* *
;* Copyright (c) 1996 Texas Instruments Incorporated *
... | 36.233038 | 79 | 0.477082 |
99209db9c1a647c955380063e95a3708784b965f | 68 | asm | Assembly | src/main/fragment/mos6502-common/pwuc1_derefidx_vbuxx=pwuc1_derefidx_vbuyy_plus_vbuc2.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | 2 | 2022-03-01T02:21:14.000Z | 2022-03-01T04:33:35.000Z | src/main/fragment/mos6502-common/pwuc1_derefidx_vbuxx=pwuc1_derefidx_vbuyy_plus_vbuc2.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | src/main/fragment/mos6502-common/pwuc1_derefidx_vbuxx=pwuc1_derefidx_vbuyy_plus_vbuc2.asm | jbrandwood/kickc | d4b68806f84f8650d51b0e3ef254e40f38b0ffad | [
"MIT"
] | null | null | null | clc
lda {c1},y
adc #{c2}
sta {c1},x
lda {c1}+1,y
adc #0
sta {c1}+1,x | 9.714286 | 12 | 0.558824 |
c70ce71d2e52a056954b4c6611f2a89b0f261321 | 129 | asm | Assembly | AsmSamples/lods/mycode.asm | ytugba/My-Otiose-Projects | b0703f5e0b18cee186e44d3e40b6b5c3b162d739 | [
"MIT"
] | 1 | 2021-12-23T19:05:25.000Z | 2021-12-23T19:05:25.000Z | AsmSamples/lods/mycode.asm | ytugba/My-Otiose-Projects | b0703f5e0b18cee186e44d3e40b6b5c3b162d739 | [
"MIT"
] | null | null | null | AsmSamples/lods/mycode.asm | ytugba/My-Otiose-Projects | b0703f5e0b18cee186e44d3e40b6b5c3b162d739 | [
"MIT"
] | null | null | null | ;lods example
mov si, 1ah
mov [si], 1234h
lodsb ; fills al
mov si, 1ah
mov [si-2], 1234h
lodsw ; fills ax | 16.125 | 19 | 0.55814 |
1703932da5125da4a792bd562f8a35b9fc2f03ec | 335 | asm | Assembly | programs/oeis/046/A046998.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/046/A046998.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/046/A046998.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A046998: a(n) = 1 - (7/6)*n + (2/3)*n^3 + (1/2)*n^4.
; 1,1,12,56,167,391,786,1422,2381,3757,5656,8196,11507,15731,21022,27546,35481,45017,56356,69712,85311,103391,124202,148006,175077,205701,240176,278812,321931,369867,422966,481586,546097,616881
mov $1,$0
seq $1,103220 ; a(n) = n*(n+1)*(3*n^2+n-1)/6.
sub $1,$0
mov ... | 37.222222 | 193 | 0.656716 |
1e8b2c80781cbc8b7578814616bcd1a549c6c579 | 552 | asm | Assembly | oeis/013/A013766.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/013/A013766.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/013/A013766.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A013766: 20^(3n+1).
; Submitted by Christian Krause
; 20,160000,1280000000,10240000000000,81920000000000000,655360000000000000000,5242880000000000000000000,41943040000000000000000000000,335544320000000000000000000000000,2684354560000000000000000000000000000,21474836480000000000000000000000000000000,171798691840000000... | 61.333333 | 454 | 0.905797 |
fe43622b81e4ce6861cab1db0a9e4e7370d0d333 | 5,233 | asm | Assembly | string.asm | Trinitek/Turtle | 45057e7dd9ced932769b82d0d20c5dcfc2b5d441 | [
"MIT"
] | 5 | 2015-08-19T15:56:23.000Z | 2018-05-11T18:25:40.000Z | string.asm | Trinitek/Turtle | 45057e7dd9ced932769b82d0d20c5dcfc2b5d441 | [
"MIT"
] | null | null | null | string.asm | Trinitek/Turtle | 45057e7dd9ced932769b82d0d20c5dcfc2b5d441 | [
"MIT"
] | null | null | null | ; String library
; NAMESPACE: "string"
string:
; ### ### ### ### ### ### ### ### ### ### ### ### ### ### ###
; ### MACRO: "putChar"
; Places a character at the current cursor position and advances the cursor
;
; param:
; al = character to display at current position
; destroyed:
; ah
macro string.putChar
{
m... | 22.951754 | 107 | 0.612459 |
f44582799a3421df1e072a00896ae7469f1f2ef1 | 1,310 | asm | Assembly | binutils-2.21.1/gcc-4.5.1/libgcc/config/moxie/crti.asm | cberner12/xv6 | 53c4dfef0d48287ca0d0f9d27eab7a6ed7fee845 | [
"MIT-0"
] | 2 | 2015-03-02T17:01:32.000Z | 2021-12-29T14:34:46.000Z | binutils-2.21.1/gcc-4.5.1/libgcc/config/moxie/crti.asm | cberner12/xv6 | 53c4dfef0d48287ca0d0f9d27eab7a6ed7fee845 | [
"MIT-0"
] | null | null | null | binutils-2.21.1/gcc-4.5.1/libgcc/config/moxie/crti.asm | cberner12/xv6 | 53c4dfef0d48287ca0d0f9d27eab7a6ed7fee845 | [
"MIT-0"
] | 1 | 2021-12-29T14:35:47.000Z | 2021-12-29T14:35:47.000Z | # crti.asm for moxie
#
# Copyright (C) 2009 Free Software Foundation
#
# This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the
# Free Software Foundation; either version 3, or (at your option) any
# later version.
#
# This file i... | 31.95122 | 71 | 0.748855 |
65dd406ff7ebf437ce2c052d8847411c07fae6e8 | 4,944 | asm | Assembly | Userland/SampleCodeModule/libasm.asm | JoacoGDR/TPEArki | 75fa075b9e80fd8bcec8644451ab4af1d328a06e | [
"BSD-3-Clause"
] | null | null | null | Userland/SampleCodeModule/libasm.asm | JoacoGDR/TPEArki | 75fa075b9e80fd8bcec8644451ab4af1d328a06e | [
"BSD-3-Clause"
] | null | null | null | Userland/SampleCodeModule/libasm.asm | JoacoGDR/TPEArki | 75fa075b9e80fd8bcec8644451ab4af1d328a06e | [
"BSD-3-Clause"
] | null | null | null | ;libasm.asm
GLOBAL start_VM_Driver
GLOBAL syscall_read
GLOBAL syscall_write
GLOBAL syscall_clearView
GLOBAL inforeg
GLOBAL get_temp
GLOBAL get_brand
GLOBAL execute_opcode
section .text
execute_opcode:
UD2
;recibe 0 o 1 como único parametro
start_VM_Driver:
push rbp
mov rbp, rsp
pus... | 15.795527 | 77 | 0.539037 |
9caa8afd205db13eb47debee47ac71f962e9cc0a | 702 | asm | Assembly | oeis/027/A027933.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/027/A027933.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/027/A027933.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A027933: a(n) = T(n, 2*n-10), T given by A027926.
; Submitted by Jamie Morken(w2)
; 1,2,5,13,34,89,232,596,1490,3588,8273,18228,38403,77533,150438,281403,509015,892926,1523117,2532359,4112704,6536993,10186540,15586342,23449376,34731776,50700937,73018870,103843433,145950389,202879594,279108997,380260541,513342490,6870... | 41.294118 | 494 | 0.780627 |
2c0a0c3c4399f27b5b9627ba272b5061a628881f | 1,457 | asm | Assembly | assembly/src/prime_check.asm | AbnerLimaa/arquitetura-de-computadores | e90fb95968ae9510241c7c2b407181c0a2f9c0a0 | [
"MIT"
] | null | null | null | assembly/src/prime_check.asm | AbnerLimaa/arquitetura-de-computadores | e90fb95968ae9510241c7c2b407181c0a2f9c0a0 | [
"MIT"
] | null | null | null | assembly/src/prime_check.asm | AbnerLimaa/arquitetura-de-computadores | e90fb95968ae9510241c7c2b407181c0a2f9c0a0 | [
"MIT"
] | null | null | null | org 0x7C00
bits 16
mov ax, 0
mov ds, ax
cli
main:
mov ax, 0x7E00
call get_number
mov ax, 0x7E00
call prime_test
hlt
get_number:
push ax
push bx
push dx
push di
mov di, ax
mov dx, 10
mov bx, 1
read_char:
mov ah, 0x0
int 0x16
cmp al, 13... | 14.145631 | 30 | 0.480439 |
1c913c16daab40c09fa7401f860040222e3b0404 | 499 | asm | Assembly | programs/oeis/286/A286905.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/286/A286905.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/286/A286905.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A286905: Positions of 1 in A286903; complement of A286904.
; 1,2,5,6,9,10,11,14,15,18,19,20,23,24,27,28,31,32,33,36,37,40,41,42,45,46,49,50,53,54,55,58,59,62,63,64,67,68,71,72,73,76,77,80,81,84,85,86,89,90,93,94,95,98,99,102,103,106,107,108,111,112,115,116,117,120,121,124,125,126,129,130,133,134,137,138,139,142,143,1... | 62.375 | 341 | 0.705411 |
f2f848908dbc76cc85c085a290fe4782ead8f760 | 845 | asm | Assembly | oeis/142/A142367.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/142/A142367.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/142/A142367.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A142367: Primes congruent to 16 mod 47.
; Submitted by Simon Strandgaard
; 157,251,439,1097,1567,2131,2789,3259,3541,3823,3917,4481,4951,5233,6079,6173,6361,6737,7019,7207,7489,7583,8053,8147,8429,9181,9463,9839,11437,11719,11813,12377,12659,12941,13411,13693,14633,14821,15667,15761,16231,16607,16889,17077,17359,1792... | 33.8 | 498 | 0.731361 |
97d83d11857b3b13345d36ab12189251b9f5fbcf | 7,011 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_7854_1702.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_7854_1702.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_7854_1702.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 %r9
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x111ff, %rsi
lea addresses_UC_ht+0xf317, %rdi
nop
nop
nop
nop
and %r9, %r9
mov $104, %rcx
rep movsl
nop
nop
nop
xor %r15, %r15
lea addresses_D_ht+0xd980, %rbp
nop
nop
nop
xor ... | 35.588832 | 2,999 | 0.656254 |
7400e3768b29e16860a63831ba295a5c388c8b73 | 146 | a51 | Assembly | a51test/(F0)MOVX_@DPTR_A.a51 | Aimini/51cpu | cdeb75510d1dcd867fbebe10e963c4dbecd5ff13 | [
"MIT"
] | null | null | null | a51test/(F0)MOVX_@DPTR_A.a51 | Aimini/51cpu | cdeb75510d1dcd867fbebe10e963c4dbecd5ff13 | [
"MIT"
] | null | null | null | a51test/(F0)MOVX_@DPTR_A.a51 | Aimini/51cpu | cdeb75510d1dcd867fbebe10e963c4dbecd5ff13 | [
"MIT"
] | null | null | null | MOV DPTR,#0x00
INC A
MOVX @DPTR,A
MOV DPTR,#0x0F0F
INC A
MOVX @DPTR,A
MOV DPTR,#0xFF00
INC A
MOVX @DPTR,A
MOV DPTR,#0xAAAA
INC A
MOVX @DPTR,A
| 8.588235 | 16 | 0.69863 |
a736329343c08450d74dc66028b7e874e3b04dd0 | 150 | asm | Assembly | libsrc/_DEVELOPMENT/adt/wv_stack/c/sdcc_iy/wv_stack_size.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/adt/wv_stack/c/sdcc_iy/wv_stack_size.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null | libsrc/_DEVELOPMENT/adt/wv_stack/c/sdcc_iy/wv_stack_size.asm | meesokim/z88dk | 5763c7778f19a71d936b3200374059d267066bb2 | [
"ClArtistic"
] | null | null | null |
; size_t wv_stack_size(wv_stack_t *s)
SECTION code_adt_wv_stack
PUBLIC _wv_stack_size
EXTERN _w_vector_size
defc _wv_stack_size = _w_vector_size
| 13.636364 | 37 | 0.84 |
64eacc67dcccbcc8a203b69ddc4ced81eab4007f | 1,687 | asm | Assembly | programs/oeis/158/A158463.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/158/A158463.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/158/A158463.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A158463: a(n) = 12*n^2 - 1.
; -1,11,47,107,191,299,431,587,767,971,1199,1451,1727,2027,2351,2699,3071,3467,3887,4331,4799,5291,5807,6347,6911,7499,8111,8747,9407,10091,10799,11531,12287,13067,13871,14699,15551,16427,17327,18251,19199,20171,21167,22187,23231,24299,25391,26507,27647,28811,29999,31211,32447,33707,34991,... | 210.875 | 1,617 | 0.829876 |
9f9bbb55b998efe982722cd47cd82836f887042b | 393 | asm | Assembly | oeis/058/A058932.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/058/A058932.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/058/A058932.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A058932: Number of unlabeled claw-free cubic graphs with 2n nodes and connectivity 1.
; Submitted by Jon Maiga
; 0,0,0,0,0,0,1,1,3,5,11,20
mov $5,$0
lpb $0
sub $0,2
mov $2,$0
mov $0,1
max $2,0
seq $2,293046 ; Number of even permutations on {1,2,...,n} with exactly 2 weak excedances.
mov $4,$2
min $4,1
... | 18.714286 | 92 | 0.610687 |
c91f1e20d6172304c80250ce89a376595b6df5bf | 281 | asm | Assembly | sw/552tests/complex_demo2/perf-test-dep-zero.asm | JPShen-UWM/ThreadKraken | 849c510531f28e36d3469535737b2120bd774935 | [
"MIT"
] | 1 | 2022-02-15T16:03:25.000Z | 2022-02-15T16:03:25.000Z | sw/552tests/complex_demo2/perf-test-dep-zero.asm | JPShen-UWM/ThreadKraken | 849c510531f28e36d3469535737b2120bd774935 | [
"MIT"
] | null | null | null | sw/552tests/complex_demo2/perf-test-dep-zero.asm | JPShen-UWM/ThreadKraken | 849c510531f28e36d3469535737b2120bd774935 | [
"MIT"
] | null | null | null | lbi r0, 0
nop
nop
nop
nop
addi r0, r0, 1
nop
nop
nop
nop
nop
addi r0, r0, 1
nop
nop
nop
nop
nop
addi r0, r0, 1
halt
| 14.05 | 22 | 0.281139 |
6f3ee02aa8f6e7b0c62e8a4f8472a85ab67db02a | 641 | asm | Assembly | oeis/089/A089303.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/089/A089303.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/089/A089303.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A089303: a(n) = floor( (10^n - 1) / (9*n) ).
; Submitted by Jon Maiga
; 1,5,37,277,2222,18518,158730,1388888,12345679,111111111,1010101010,9259259259,85470085470,793650793650,7407407407407,69444444444444,653594771241830,6172839506172839,58479532163742690,555555555555555555,5291005291005291005,50505050505050505050,483... | 71.222222 | 478 | 0.839314 |
da0315185a0d2612026711028e401832dc667e8d | 427 | asm | Assembly | programs/oeis/143/A143259.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/143/A143259.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/143/A143259.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A143259: a(n) = 1 if n is a nonzero square, -1 if n is twice a nonzero square, 0 otherwise.
; 1,-1,0,1,0,0,0,-1,1,0,0,0,0,0,0,1,0,-1,0,0,0,0,0,0,1,0,0,0,0,0,0,-1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,1
seq $0,300518 ; ... | 53.375 | 208 | 0.578454 |
daa67cc46a13897b3d97921f6d94d6db1ca70199 | 14,684 | asm | Assembly | CS/计算机系统概论/Lab03/data.asm | RabbitWhite1/USTC-CS-Resources | 8dae043524f236e894c3e81f51f7701f0de23968 | [
"MIT"
] | 7 | 2020-09-10T05:18:26.000Z | 2021-01-03T02:07:40.000Z | CS/计算机系统概论/Lab03/data.asm | Pengxiang-Hua/USTC-CS-Resources | 8dae043524f236e894c3e81f51f7701f0de23968 | [
"MIT"
] | null | null | null | CS/计算机系统概论/Lab03/data.asm | Pengxiang-Hua/USTC-CS-Resources | 8dae043524f236e894c3e81f51f7701f0de23968 | [
"MIT"
] | 2 | 2021-01-03T07:10:37.000Z | 2021-01-06T11:20:56.000Z | .ORIG x3200
.FILL #13461
.FILL #27928
.FILL #23897
.FILL #4332
.FILL #13343
.FILL #28652
.FILL #28356
.FILL #13361
.FILL #21501
.FILL #17042
.FILL #29268
.FILL #61
.FILL #4068
.FILL #16891
.FILL #8451
.FILL #6833
.FILL #17733
.FILL #10977
.FILL #1396
.FILL #24886
.FILL #8820
... | 14.625498 | 14 | 0.59037 |
713520505878dcae27f171d5e5c90cf01b1eb67e | 11,202 | asm | Assembly | src/spread/cmd_file.asm | olifink/qspread | d6403d210bdad9966af5d2a0358d4eed3f1e1c02 | [
"MIT"
] | null | null | null | src/spread/cmd_file.asm | olifink/qspread | d6403d210bdad9966af5d2a0358d4eed3f1e1c02 | [
"MIT"
] | null | null | null | src/spread/cmd_file.asm | olifink/qspread | d6403d210bdad9966af5d2a0358d4eed3f1e1c02 | [
"MIT"
] | null | null | null | * Spreadsheet 03/03-92
* - file command routines
section prog
include win1_keys_wman
include win1_keys_wstatus
include win1_keys_wwork
include win1_keys_err
include win1_keys_k
include win1_keys_qdos_ioa
include win1_keys_qdos_io
include win1_mac_oli
include win1_spread_keys
xdef fil_forg
xdef fil_xs... | 15.558333 | 60 | 0.703446 |
90e35839a1583417c3c8880e4f29d12e787ab94c | 7,593 | asm | Assembly | Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_1929.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_1929.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_1929.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 %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_UC_ht+0x13ece, %rax
add $14802, %r15
movw $0x6162, (%rax)
nop
nop
nop
xor $38429, %rax
lea addresses_WC_ht+0x8c9e, %rcx
nop
nop
nop
nop
sub %r8, %r8
movb (%rcx), %r10b
nop
cmp $15072... | 34.513636 | 2,999 | 0.657579 |
d7fe441a2895789c311d23eeac956967db45c7e7 | 364 | asm | Assembly | programs/oeis/029/A029918.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/029/A029918.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/029/A029918.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A029918: Convert n from meters to feet.
; 0,3,7,10,13,16,20,23,26,30,33,36,39,43,46,49,52,56,59,62,66,69,72,75,79,82,85,89,92,95,98,102,105,108,112,115,118,121,125,128,131,135,138,141,144,148,151,154,157,161,164,167,171,174,177,180,184,187,190,194
mul $0,7
mov $1,$0
add $0,4
mov $2,$1
add $2,$1
div $2,32
sub $0,$2
d... | 22.75 | 207 | 0.653846 |
03a60d3c5c701cc88a016ebfe73f9e5f0e2ca34a | 16,600 | asm | Assembly | Driver/IFS/GEOS/Common/gfsInitExit.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 504 | 2018-11-18T03:35:53.000Z | 2022-03-29T01:02:51.000Z | Driver/IFS/GEOS/Common/gfsInitExit.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 96 | 2018-11-19T21:06:50.000Z | 2022-03-06T10:26:48.000Z | Driver/IFS/GEOS/Common/gfsInitExit.asm | steakknife/pcgeos | 95edd7fad36df400aba9bab1d56e154fc126044a | [
"Apache-2.0"
] | 73 | 2018-11-19T20:46:53.000Z | 2022-03-29T00:59:26.000Z | COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1993 -- All Rights Reserved
PROJECT:
MODULE:
FILE: gfsInitExit.asm
AUTHOR: Adam de Boor, Apr 13, 1993
ROUTINES:
Name Description
---- -----------
REVISION HISTORY:
Name Date Descrip... | 24.924925 | 81 | 0.598916 |
9106869119557118c1e9c39ec3eb718692835564 | 326 | asm | Assembly | data/mapHeaders/SafariZoneSecretHouse.asm | AmateurPanda92/pokemon-rby-dx | f7ba1cc50b22d93ed176571e074a52d73360da93 | [
"MIT"
] | 9 | 2020-07-12T19:44:21.000Z | 2022-03-03T23:32:40.000Z | data/mapHeaders/SafariZoneSecretHouse.asm | JStar-debug2020/pokemon-rby-dx | c2fdd8145d96683addbd8d9075f946a68d1527a1 | [
"MIT"
] | 7 | 2020-07-16T10:48:52.000Z | 2021-01-28T18:32:02.000Z | data/mapHeaders/SafariZoneSecretHouse.asm | JStar-debug2020/pokemon-rby-dx | c2fdd8145d96683addbd8d9075f946a68d1527a1 | [
"MIT"
] | 2 | 2021-03-28T18:33:43.000Z | 2021-05-06T13:12:09.000Z | SafariZoneSecretHouse_h:
db LAB ; tileset
db SAFARI_ZONE_SECRET_HOUSE_HEIGHT, SAFARI_ZONE_SECRET_HOUSE_WIDTH ; dimensions (y, x)
dw SafariZoneSecretHouse_Blocks ; blocks
dw SafariZoneSecretHouse_TextPointers ; texts
dw SafariZoneSecretHouse_Script ; scripts
db 0 ; connections
dw SafariZoneSecretHouse_Object ; ob... | 36.222222 | 87 | 0.843558 |
2968a7491c1b57ff441c4e4f63f4f9aa8b9412b9 | 358 | asm | Assembly | programs/oeis/190/A190676.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 22 | 2018-02-06T19:19:31.000Z | 2022-01-17T21:53:31.000Z | programs/oeis/190/A190676.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 41 | 2021-02-22T19:00:34.000Z | 2021-08-28T10:47:47.000Z | programs/oeis/190/A190676.asm | neoneye/loda | afe9559fb53ee12e3040da54bd6aa47283e0d9ec | [
"Apache-2.0"
] | 5 | 2021-02-24T21:14:16.000Z | 2021-08-09T19:48:05.000Z | ; A190676: [(bn+c)r]-b[nr]-[cr], where (r,b,c)=(sqrt(3),3,0) and [ ]=floor.
; 2,1,0,2,1,1,0,2,1,0,0,2,1,0,2,2,1,0,2,1,1,0,2,1,0,0,2,1,0,2,2,1,0,2,1,1,0,2,1,0,0,2,1,0,2,2,1,0,2,1,1,0,2,1,0,2,2,1,0,2,1,1,0,2,1,0,0,2,1,0,2,2,1,0,2,1,1,0,2,1,0,0,2,1,0,2,2,1,0,2,1,1,0,2,1,0,0,2,1,0
mul $0,3
add $0,2
seq $0,83054 ; a(n) = f... | 51.142857 | 201 | 0.511173 |
0c7a047bea8a3d34547527edf703e4aeba7945d1 | 361 | asm | Assembly | programs/oeis/072/A072731.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/072/A072731.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/072/A072731.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A072731: Difference of numbers of composite and prime numbers <= n.
; 0,-1,-2,-1,-2,-1,-2,-1,0,1,0,1,0,1,2,3,2,3,2,3,4,5,4,5,6,7,8,9,8,9,8,9,10,11,12,13,12,13,14,15,14,15,14,15,16,17,16,17,18,19,20,21,20,21,22,23,24,25,24,25,24,25,26,27,28,29,28,29,30,31,30,31,30,31,32,33,34
mov $2,$0
cal $0,65855 ; Number of compos... | 40.111111 | 207 | 0.617729 |
ae1a9493b6d71a754084b0baaafb6266a6062778 | 2,324 | asm | Assembly | dino/lcs/etc/5E.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | a4a0c86c200241494b3f1834cd0aef8dc02f7683 | [
"Apache-2.0"
] | 6 | 2020-10-14T15:29:10.000Z | 2022-02-12T18:58:54.000Z | dino/lcs/etc/5E.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | a4a0c86c200241494b3f1834cd0aef8dc02f7683 | [
"Apache-2.0"
] | null | null | null | dino/lcs/etc/5E.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | a4a0c86c200241494b3f1834cd0aef8dc02f7683 | [
"Apache-2.0"
] | 1 | 2020-12-17T08:59:10.000Z | 2020-12-17T08:59:10.000Z | copyright zengfr site:http://github.com/zengfr/romhack
00042A move.l D1, (A0)+
00042C dbra D0, $42a
004D3E move.l D0, (A4)+
004D40 dbra D1, $4d38
010D2E cmp.b ($5e,A3), D0 [123p+ 5E]
010D32 beq $10dca
010D52 move.b ($5e,A2), ($5e,A3)
010D58 move.b ($2,A2), ($2,A3) [etc+5E]
0124AE move.b ... | 68.352941 | 350 | 0.645009 |
635b538840f66031da88f237f9a345cd35eea8d0 | 9,260 | asm | Assembly | software/rom/bios_string.asm | JCLemme/eprisc | 05a792c1845982bf5571e2eed5e3f3cef845d2e2 | [
"MIT"
] | null | null | null | software/rom/bios_string.asm | JCLemme/eprisc | 05a792c1845982bf5571e2eed5e3f3cef845d2e2 | [
"MIT"
] | null | null | null | software/rom/bios_string.asm | JCLemme/eprisc | 05a792c1845982bf5571e2eed5e3f3cef845d2e2 | [
"MIT"
] | null | null | null | ; epRISC development platform - BIOS string and text routines
;
; written by John C. Lemme, jclemme (at) proportionallabs (dot) com
; this file is part of the epRISC project, released under the epRISC license - see "license.txt" for details.
;
; These routines deal with printing strings, numbers, and other text to the ... | 47.487179 | 122 | 0.391577 |
d8d8d1e1c7da6a8b5c68f7f53f44061e23733788 | 2,580 | asm | Assembly | kernel/compiler/com_execute.asm | paulscottrobson/color-forth-old-next | 3fbec603078f187e29852821f824c35cca68bb42 | [
"MIT"
] | 1 | 2020-06-10T09:57:08.000Z | 2020-06-10T09:57:08.000Z | kernel/compiler/com_execute.asm | paulscottrobson/color-forth-old-next | 3fbec603078f187e29852821f824c35cca68bb42 | [
"MIT"
] | 1 | 2020-06-25T07:46:16.000Z | 2020-07-02T09:17:12.000Z | kernel/compiler/com_execute.asm | paulscottrobson/color-forth-old-next | 3fbec603078f187e29852821f824c35cca68bb42 | [
"MIT"
] | null | null | null | ; ***************************************************************************************
; ***************************************************************************************
;
; Name : com_execute.asm
; Author : Paul Robson (paul@robsons.org.uk)
; Date : 8th December 2018
; Purpose : Executes a yellow wor... | 29.655172 | 102 | 0.412791 |
1bec66040a705eff2fd65617747e54fef16d89d4 | 2,926 | asm | Assembly | externals/mpir-3.0.0/mpn/x86_64w/k8/sumdiff_n.asm | JaminChan/eos_win | c03e57151cfe152d0d3120abb13226f4df74f37e | [
"MIT"
] | 12 | 2021-09-29T14:50:06.000Z | 2022-03-31T15:01:21.000Z | externals/mpir-3.0.0/mpn/x86_64w/k8/sumdiff_n.asm | JaminChan/eos_win | c03e57151cfe152d0d3120abb13226f4df74f37e | [
"MIT"
] | 15 | 2021-12-24T22:53:49.000Z | 2021-12-25T10:03:13.000Z | LibSource/mpir/mpn/x86_64w/k8/sumdiff_n.asm | ekzyis/CrypTool-2 | 1af234b4f74486fbfeb3b3c49228cc36533a8c89 | [
"Apache-2.0"
] | 10 | 2021-10-17T19:46:51.000Z | 2022-03-18T02:57:57.000Z | ; PROLOGUE(mpn_sumdiff_n)
; Version 1.0.4
;
; Copyright 2008 Jason Moxham
;
; Windows Conversion Copyright 2008 Brian Gladman
;
; This file is part of the MPIR Library.
;
; The MPIR Library is free software; you can redistribute it and/or modify
; it under the terms of the GNU Lesser General Public License as pu... | 28.134615 | 77 | 0.556049 |
44ac116925ba159719fc7a062e1aa2cca404d264 | 1,511 | asm | Assembly | libsrc/_DEVELOPMENT/target/cpm/driver/character/cpm_00_input_reader.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/target/cpm/driver/character/cpm_00_input_reader.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/target/cpm/driver/character/cpm_00_input_reader.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; cpm_00_input_reader ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
; The reader is read via bdos function 3.
; Does not return until a character is read.
;
; ;;;;;;;;;;;;;;;;;;;;
; DRIVER CLAS... | 22.552239 | 63 | 0.505625 |
9513d535471a1f004d9f95608693ae6d14a9a881 | 359 | asm | Assembly | libsrc/_DEVELOPMENT/adt/p_forward_list_alt/c/sccz80/p_forward_list_alt_init.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 640 | 2017-01-14T23:33:45.000Z | 2022-03-30T11:28:42.000Z | libsrc/_DEVELOPMENT/adt/p_forward_list_alt/c/sccz80/p_forward_list_alt_init.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 1,600 | 2017-01-15T16:12:02.000Z | 2022-03-31T12:11:12.000Z | libsrc/_DEVELOPMENT/adt/p_forward_list_alt/c/sccz80/p_forward_list_alt_init.asm | jpoikela/z88dk | 7108b2d7e3a98a77de99b30c9a7c9199da9c75cb | [
"ClArtistic"
] | 215 | 2017-01-17T10:43:03.000Z | 2022-03-23T17:25:02.000Z |
; void p_forward_list_alt_init(void *p)
SECTION code_clib
SECTION code_adt_p_forward_list_alt
PUBLIC p_forward_list_alt_init
EXTERN asm_p_forward_list_alt_init
defc p_forward_list_alt_init = asm_p_forward_list_alt_init
; SDCC bridge for Classic
IF __CLASSIC
PUBLIC _p_forward_list_alt_init
defc _p_forward_list_alt... | 18.894737 | 58 | 0.877437 |
d1880df9caa766c5405f0c4fcae4ae8ac81ebd50 | 3,649 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_1776.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 9 | 2020-08-13T19:41:58.000Z | 2022-03-30T12:22:51.000Z | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_1776.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 1 | 2021-04-29T06:29:35.000Z | 2021-05-13T21:02:30.000Z | Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_1776.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r10
push %r11
push %r8
push %rbp
// Faulty Load
lea addresses_A+0x4903, %rbp
clflush (%rbp)
nop
nop
mfence
mov (%rbp), %r8w
lea oracles, %r10
and $0xff, %r8
shlq $12, %r8
mov (%r10,%r8,1), %r8
pop %rbp
pop %r8
pop %r11
pop... | 93.564103 | 2,999 | 0.662921 |
86da5688221c1543589983d243cc7a0d8625ea91 | 1,583 | asm | Assembly | kernel.asm | CarlosHenrique13/Estudos-D.S.0.S | ddab00e4b1fdff0aa965be0e503deea4bb2444b4 | [
"MIT"
] | null | null | null | kernel.asm | CarlosHenrique13/Estudos-D.S.0.S | ddab00e4b1fdff0aa965be0e503deea4bb2444b4 | [
"MIT"
] | null | null | null | kernel.asm | CarlosHenrique13/Estudos-D.S.0.S | ddab00e4b1fdff0aa965be0e503deea4bb2444b4 | [
"MIT"
] | null | null | null | %INCLUDE "Hardware/memory.lib"
[BITS SYSTEM]
[ORG KERNEL]
jmp OSMain
; _____________________________________________
; Directives and Inclusions ___________________
%INCLUDE "Hardware/monitor.lib"
%INCLUDE "Hardware/disk.lib"
%INCLUDE "Hardware/win16.lib"
%INCLUDE "Hardware/win3dmov.lib"
%INCLUDE "Hardware/keyboard.... | 17.395604 | 82 | 0.794694 |
10e1c58686ccccef44fa7d8f82fd7a09cdb8ceaf | 474 | asm | Assembly | examples/division.asm | Calysto/calysto_littlecomputer | 12f3913eca6e03c9d979c6ae54f4e3d4df4bce82 | [
"BSD-2-Clause"
] | 4 | 2015-08-20T16:07:08.000Z | 2018-03-01T13:16:16.000Z | examples/division.asm | Calysto/calysto_lc3 | 12f3913eca6e03c9d979c6ae54f4e3d4df4bce82 | [
"BSD-2-Clause"
] | null | null | null | examples/division.asm | Calysto/calysto_lc3 | 12f3913eca6e03c9d979c6ae54f4e3d4df4bce82 | [
"BSD-2-Clause"
] | null | null | null | .ORIG x3000
AND R6,R6,#0 ; remainder
AND R7,R7,#0 ; quotient
LD R1, DIVIDEND
LD R2, DIVISOR
NOT R3,R2
ADD R3, R3,#1
LOOP1 ADD R7,R7,#1 ; subtraction until dividend value
; becomes either zero or negative
ADD R1,R1,R3
BRN NEG
BRZ ZERO
BRP LOOP1
NEG ADD R7,R7,#... | 18.230769 | 53 | 0.607595 |
3d53341817e7cb17c48aa6d140e3544219518f49 | 372 | asm | Assembly | programs/oeis/160/A160128.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | 1 | 2021-03-15T11:38:20.000Z | 2021-03-15T11:38:20.000Z | programs/oeis/160/A160128.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | programs/oeis/160/A160128.asm | karttu/loda | 9c3b0fc57b810302220c044a9d17db733c76a598 | [
"Apache-2.0"
] | null | null | null | ; A160128: a(n) = number of grid points that are covered after (2^n)th stage of A139250.
; 3,7,19,63,235,919,3651,14575,58267,233031,932083,3728287,14913099,59652343,238609315,954437199,3817748731,15270994855,61083979347,244335917311,977343669163,3909374676567,15637498706179
mov $1,$0
mov $2,4
pow $2,$0
add $0,$2
mul ... | 26.571429 | 186 | 0.741935 |
a1a29c5a43f61860af4f80eeaa21db09a5fb3d78 | 1,247 | asm | Assembly | projects/08/ProgramFlow/FibonacciSeries/FibonacciSeries.asm | skatsuta/nand2tetris | 8d130a89be6f9039cbb7226d8216026bdf85d00a | [
"MIT"
] | 1 | 2015-09-23T03:27:19.000Z | 2015-09-23T03:27:19.000Z | projects/08/ProgramFlow/FibonacciSeries/FibonacciSeries.asm | skatsuta/nand2tetris | 8d130a89be6f9039cbb7226d8216026bdf85d00a | [
"MIT"
] | null | null | null | projects/08/ProgramFlow/FibonacciSeries/FibonacciSeries.asm | skatsuta/nand2tetris | 8d130a89be6f9039cbb7226d8216026bdf85d00a | [
"MIT"
] | null | null | null | // projects/08/ProgramFlow/FibonacciSeries/FibonacciSeries.vm
@1
D=A
@ARG
AD=D+M
D=M
@SP
A=M
M=D
@SP
AM=M+1
@1
D=A
@R3
AD=D+A
@R13
M=D
@SP
AM=M-1
D=M
@R13
A=M
M=D
@0
D=A
@SP
A=M
M=D
@SP
AM=M+1
@0
D=A
@THAT
AD=D+M
@R13
M=D
@SP
AM=M-1
D=M
@R13
A=M
M=D
@1
D=A
@SP
A=M
M=D
@SP
AM=M+1
@1
D=A
@THAT
AD=D+M
@R13
M=D
@SP
AM=M-1
... | 5.239496 | 61 | 0.57097 |
b8f7e0923bffae70cb138da01661b02689c69ae1 | 420 | asm | Assembly | oeis/220/A220779.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/220/A220779.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/220/A220779.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A220779: Exponent of highest power of 2 dividing the sum 1^n + 2^n + ... + n^n.
; Submitted by Jamie Morken(s4)
; 0,0,2,1,0,0,4,2,0,0,2,1,0,0,6,3,0,0,2,1,0,0,4,2,0,0,2,1,0,0,8,4,0,0,2,1,0,0,4,2,0,0,2,1,0,0,6,3,0,0,2,1,0,0,4,2,0,0,2,1,0,0,10,5,0,0,2,1,0,0,4,2,0,0,2,1,0,0,6,3,0,0,2,1,0,0,4,2,0,0,2,1,0,0,8,4,0,0,2,1
mo... | 26.25 | 202 | 0.545238 |
126dbf76fe2c330b84f01e230ba07daf2167de71 | 10,542 | asm | Assembly | CODE/ELECTRONIC_SCALE/ADC_Handler.asm | ZSAIm/-_STM8S- | 2e8f931f2ea11a8e7dc8cb9655589d6c3d0ddd06 | [
"Apache-2.0"
] | 1 | 2019-04-01T11:29:58.000Z | 2019-04-01T11:29:58.000Z | CODE/ELECTRONIC_SCALE/ADC_Handler.asm | ZSAIm/ELECTRONIC_SCALE-STM8S_ASM | 2e8f931f2ea11a8e7dc8cb9655589d6c3d0ddd06 | [
"Apache-2.0"
] | null | null | null | CODE/ELECTRONIC_SCALE/ADC_Handler.asm | ZSAIm/ELECTRONIC_SCALE-STM8S_ASM | 2e8f931f2ea11a8e7dc8cb9655589d6c3d0ddd06 | [
"Apache-2.0"
] | null | null | null | stm8/
#include "ADC_Handler.inc"
INTEL
segment 'rom'
;***********************************************************
;name : ADC_Sub_Sum
;fun :
;params :
; IN : X = ADC_STORE + ADC_PTR(NEXT|MAX|MIN)
; OUT : NULL
;***********************************************************
.A... | 17.39604 | 60 | 0.480649 |
68208d116e0e07c9240945f8cbd875778cf3cdb8 | 6,671 | asm | Assembly | Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca.log_21829_138.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_138.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_138.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 %rax
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x78bc, %rdx
nop
nop
xor %r15, %r15
vmovups (%rdx), %ymm2
vextracti128 $1, %ymm2, %xmm2
vpextrq $1, %xmm2, %rbx
nop
nop
nop
nop
and %rsi, %rsi
lea addresses_UC_ht+0xfb34, %r11... | 37.477528 | 2,999 | 0.655074 |
91c082b5e7f5b030f765dc359c9d17c96dcc226e | 139 | asm | Assembly | ffight/lcs/1p/60.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | a4a0c86c200241494b3f1834cd0aef8dc02f7683 | [
"Apache-2.0"
] | 6 | 2020-10-14T15:29:10.000Z | 2022-02-12T18:58:54.000Z | ffight/lcs/1p/12.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | a4a0c86c200241494b3f1834cd0aef8dc02f7683 | [
"Apache-2.0"
] | null | null | null | ffight/lcs/1p/12.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | a4a0c86c200241494b3f1834cd0aef8dc02f7683 | [
"Apache-2.0"
] | 1 | 2020-12-17T08:59:10.000Z | 2020-12-17T08:59:10.000Z | copyright zengfr site:http://github.com/zengfr/romhack
00A2C6 dbra D0, $a2c0
copyright zengfr site:http://github.com/zengfr/romhack
| 23.166667 | 54 | 0.76259 |
571c78ce6965e2714b6f4c21d4f6c4bcf9882ca7 | 2,172 | asm | Assembly | aula02_2020_09_17_flashes_led/flashes_led.X/flashes_led.asm | WesGtoX/Microcontrollers-Microprocessors-I | 8dd8f26272685dbb7c022629d70d22a963e05ee8 | [
"MIT"
] | null | null | null | aula02_2020_09_17_flashes_led/flashes_led.X/flashes_led.asm | WesGtoX/Microcontrollers-Microprocessors-I | 8dd8f26272685dbb7c022629d70d22a963e05ee8 | [
"MIT"
] | null | null | null | aula02_2020_09_17_flashes_led/flashes_led.X/flashes_led.asm | WesGtoX/Microcontrollers-Microprocessors-I | 8dd8f26272685dbb7c022629d70d22a963e05ee8 | [
"MIT"
] | null | null | null | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; PBL - LED liga/desliga via push button
; MIC-I
; Author: Wesley de Oliveira Mendes - 828507
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
#include <p18F4550.inc>
; nomes deixados orig... | 33.415385 | 88 | 0.631676 |
a19fc5655320cb5dea5dedf013753cb6c2d9b940 | 13,482 | asm | Assembly | src/legacy/loadpe.asm | amindlost/wdosx | 1e256d22c1547e7b1f1ccd23e400f5b81b8bd013 | [
"Unlicense"
] | 7 | 2022-01-20T08:27:54.000Z | 2022-03-17T10:15:31.000Z | src/legacy/loadpe.asm | amindlost/wdosx | 1e256d22c1547e7b1f1ccd23e400f5b81b8bd013 | [
"Unlicense"
] | null | null | null | src/legacy/loadpe.asm | amindlost/wdosx | 1e256d22c1547e7b1f1ccd23e400f5b81b8bd013 | [
"Unlicense"
] | null | null | null | ; ############################################################################
; ## WDOSX DOS Extender Copyright (c) 1996, 1999, Michael Tippach ##
; ## ##
; ## Released under the terms of the WDOSX license agreement. ##
; ##... | 16.894737 | 86 | 0.618454 |
2786213f1f96ace1120aa357e021c496df977897 | 342 | asm | Assembly | Practice/Assignments assembly class/36.asm | WardunIslam/CSE331L_Section_7_Summer_2020_NSU | 4f36bf223c44afd2233a243a2f8ba92df18f5545 | [
"MIT"
] | null | null | null | Practice/Assignments assembly class/36.asm | WardunIslam/CSE331L_Section_7_Summer_2020_NSU | 4f36bf223c44afd2233a243a2f8ba92df18f5545 | [
"MIT"
] | null | null | null | Practice/Assignments assembly class/36.asm | WardunIslam/CSE331L_Section_7_Summer_2020_NSU | 4f36bf223c44afd2233a243a2f8ba92df18f5545 | [
"MIT"
] | null | null | null |
; You may customize this and other start-up templates;
; The location of this template is c:\emu8086\inc\0_com_template.txt
org 100h
L1: NOP
L2: MOV CL, 0AH
MOV CH, '0'
MOV AX, 0000H
MOV DS, AX
MOV BX, 0000H
L3: MOV AL, CH
SUB AL, 30H
MOV DS:[BX], AL
INC BL
INC CH
DEC CL
JN... | 13.68 | 68 | 0.605263 |
e32233e98a3641281e5269df57b966dbddc78f02 | 5,413 | asm | Assembly | Transynther/x86/_processed/AVXALIGN/_st_/i3-7100_9_0xca_notsx.log_21829_1608.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_1608.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_1608.asm | ljhsiun2/medusa | 67d769b8a2fb42c538f10287abaf0e6dbb463f0c | [
"MIT"
] | 3 | 2020-07-14T17:07:07.000Z | 2022-03-21T01:12:22.000Z | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r13
push %r14
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x46, %rdi
nop
nop
nop
sub $20894, %rdx
vmovups (%rdi), %ymm1
vextracti128 $1, %ymm1, %xmm1
vpextrq $0, %xmm1, %r13
nop
and %r14, %r14
lea addresses_WC_ht+0x7df6, %r10
nop
nop
... | 41.96124 | 2,999 | 0.660447 |
42e091a5357078015118d757157616228c62a3a7 | 2,655 | asm | Assembly | Userland/SampleCodeModule/libasm.asm | jpdantur/SO2 | b06b65e030ae837b5c19ea09fb654a1fff043eff | [
"BSD-3-Clause"
] | null | null | null | Userland/SampleCodeModule/libasm.asm | jpdantur/SO2 | b06b65e030ae837b5c19ea09fb654a1fff043eff | [
"BSD-3-Clause"
] | null | null | null | Userland/SampleCodeModule/libasm.asm | jpdantur/SO2 | b06b65e030ae837b5c19ea09fb654a1fff043eff | [
"BSD-3-Clause"
] | null | null | null | global sys_write
global sys_read
global sys_time
global sys_time_write
global sys_screen_saver_set
global sys_malloc
global sys_free
global sys_newproc
global sys_fore
global sys_kill
global sys_list
global sys_getpid
global sys_getppid
global sys_sem_up
global sys_sem_down
global sys_get_mem
global sys_sleep
sys_sle... | 10.494071 | 39 | 0.704331 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.