max_stars_repo_path
stringlengths
3
255
max_stars_repo_name
stringlengths
5
116
max_stars_count
int64
0
107k
id
stringlengths
1
7
content
stringlengths
63
1.05M
Transynther/x86/_processed/NONE/_xt_sm_/i3-7100_9_0xca_notsx.log_21829_1152.asm
ljhsiun2/medusa
9
200873
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r13 push %r9 push %rax push %rbp push %rbx lea addresses_WC_ht+0x343c, %rbx cmp %rbp, %rbp mov (%rbx), %r9w cmp %rax, %rax lea addresses_WT_ht+0xa9c4, %r13 nop nop nop nop nop cmp %r12, %r12 movb (%r13), %r9b nop cmp %rbx, %rbx pop %rbx pop %rbp pop %rax pop ...
Driver/Printer/PrintCom/Buffer/bufferScanFracBand.asm
steakknife/pcgeos
504
200875
COMMENT }%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1993 -- All Rights Reserved PROJECT: PC GEOS MODULE: common buffer routines FILE: bufferScanFracBand.asm AUTHOR: <NAME> ROUTINES: Name Description ---- ----------- REVISION HISTORY: N...
pwnlib/shellcraft/templates/i386/linux/ustat.asm
IMULMUL/python3-pwntools
325
200876
<% from pwnlib.shellcraft.i386.linux import syscall %> <%page args="dev, ubuf"/> <%docstring> Invokes the syscall ustat. See 'man 2 ustat' for more information. Arguments: dev(dev_t): dev ubuf(ustat): ubuf </%docstring> ${syscall('SYS_ustat', dev, ubuf)}
programs/oeis/069/A069723.asm
karttu/loda
0
200877
<reponame>karttu/loda ; A069723: a(n) = 2^(n-1)*binomial(2*n-3, n-1). ; 1,2,12,80,560,4032,29568,219648,1647360,12446720,94595072,722362368,5538111488,42600857600,328635187200,2541445447680,19696202219520,152935217233920,1189496134041600,9265548833587200,72271280901980160 mov $1,$0 mul $1,2 bin $1,$0 lpb $0,1 sub $0...
programs/oeis/111/A111365.asm
karttu/loda
0
200878
<filename>programs/oeis/111/A111365.asm ; A111365: a(n) = 5*a(n-1) + 3*a(n-2) where a(0) = a(1) = 1. ; 1,1,8,43,239,1324,7337,40657,225296,1248451,6918143,38336068,212434769,1177182049,6523214552,36147618907,200307738191,1109981547676,6150830952953,34084099407793,188872989897824,1046617247712499 sub $0,1 mov $1,12 lpb...
oeis/024/A024901.asm
neoneye/loda-programs
11
200879
; A024901: Numbers k such that 7*k - 2 is prime. ; Submitted by <NAME>(s4) ; 1,3,7,9,13,15,19,25,33,37,39,45,55,57,63,67,73,75,85,87,97,99,103,105,109,123,127,133,139,145,153,157,165,169,175,177,183,187,189,205,207,213,219,223,229,237,243,249,255,259,267,279,283,285,295,309,315,325,327,337,339,343,349,363,373,385,387,3...
libsrc/_DEVELOPMENT/stdlib/z80/__strtoul__.asm
RC2014Z80/z88dk
8
200880
<filename>libsrc/_DEVELOPMENT/stdlib/z80/__strtoul__.asm<gh_stars>1-10 INCLUDE "config_private.inc" SECTION code_clib SECTION code_stdlib PUBLIC __strtoul__ EXTERN l_valid_base, l_eat_ws, l_eat_sign, l_eat_digits, error_lzc EXTERN l_neg_dehl, l_char2num, l_mulu_40_32x8, l_eat_base_prefix __strtoul__: ; strtol,...
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_1426.asm
ljhsiun2/medusa
9
200882
<filename>Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_1426.asm .global s_prepare_buffers s_prepare_buffers: push %r11 push %r15 push %rax push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_UC_ht+0x6413, %rsi lea addresses_WC_ht+0xdbf3, %rdi nop nop nop add $19709, %rbp mov $74, %rcx...
libsrc/_DEVELOPMENT/adt/bv_stack/z80/asm_bv_stack_size.asm
jpoikela/z88dk
640
200884
; =============================================================== ; Mar 2014 ; =============================================================== ; ; size_t bv_stack_size(bv_stack_t *s) ; ; Return number of items in stack. ; ; =============================================================== SECTION code_clib SECTION cod...
scripts/route2gate.asm
adhi-thirumala/EvoYellow
16
200885
Route2GateScript: jp EnableAutoTextBoxDrawing Route2GateTextPointers: dw Route2GateText1 dw Route2GateText2 Route2GateText1: TX_ASM CheckEvent EVENT_GOT_HM05 jr nz, .asm_5d60d ld a, 10 ; pokemon needed ld [hOaksAideRequirement], a ld a, HM_05 ; oak's aide reward ld [hOaksAideRewardItem], a ld [wd11e], a c...
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_21829_263.asm
ljhsiun2/medusa
9
200886
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r13 push %r15 push %rbp push %rcx push %rdi push %rsi lea addresses_A_ht+0x69d0, %rsi lea addresses_normal_ht+0x1b2f0, %rdi nop nop nop nop nop and $59280, %r13 mov $58, %rcx rep movsq add %rcx, %rcx lea addresses_WC_ht+0xd9d0, %rsi lea addresses_WT...
Library/FMTools/Linktool/linktoolTool.asm
steakknife/pcgeos
504
200889
<gh_stars>100-1000 COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1992 -- All Rights Reserved PROJECT: File Manager Tools -- 1.X Document Conversion MODULE: File Manager Tool Interface FILE: convertTool.asm AUTHOR: <NAME>, Aug 26, 1992 ROUTINES: ...
src/DATA/text.asm
Kannagi/PC-Engine-Demo
2
200890
<filename>src/DATA/text.asm .db $00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00 .db $00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00 .db $00,$00,$38,$00,$28,$10,$28,$10,$28,$10,$38,$00,$28,$10,$38,$00 .db $00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00 ...
programs/oeis/099/A099260.asm
karttu/loda
0
200892
<reponame>karttu/loda ; A099260: Number of decimal digits in (10^n)-th prime number. ; 1,2,3,4,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,45,46,47,48,49,50,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 mov $1,$0 div $0,2 lp...
libsrc/graphics/vz200/bkrestore.asm
Toysoft/z88dk
8
200893
; ; Fast background restore ; ; VZ200/300 version ; ; ; $Id: bkrestore.asm,v 1.7 2016-06-20 21:47:41 dom Exp $ ; SECTION code_clib PUBLIC bkrestore PUBLIC _bkrestore EXTERN pixeladdress .bkrestore ._bkrestore ; __FASTCALL__ : sprite ptr in HL push ix ;save callers push hl pop ix ld h,(ix+2) ; restore...
programs/oeis/024/A024196.asm
neoneye/loda
22
200894
; A024196: a(n) = 2nd elementary symmetric function of the first n+1 odd positive integers. ; 3,23,86,230,505,973,1708,2796,4335,6435,9218,12818,17381,23065,30040,38488,48603,60591,74670,91070,110033,131813,156676,184900,216775,252603,292698,337386,387005,441905,502448,569008,641971,721735,808710,903318,1005993,1117181...
libsrc/z80_crt0s/crt0/l_gintspsp.asm
meesokim/z88dk
0
200895
<gh_stars>0 ; Z88 Small C+ Run time Library ; l_gint variant to be used sometimes by the peephole optimizer ; PUBLIC l_gintspsp .l_gintspsp add hl,sp inc hl inc hl ld a,(hl) inc hl ld h,(hl) ld l,a ex (sp),hl jp (hl)
libsrc/_DEVELOPMENT/arch/ts2068/misc/c/sccz80/tshc_visit_wc_pix_callee.asm
jpoikela/z88dk
38
200896
; void tshc_visit_wc_pix(struct r_Rect8 *r, void *function) SECTION code_clib SECTION code_arch PUBLIC tshc_visit_wc_pix_callee EXTERN asm_zx_visit_wc_pix tshc_visit_wc_pix_callee: pop af pop de pop ix push af jp asm_zx_visit_wc_pix
libsrc/_DEVELOPMENT/target/rc2014/device/lut/z80/l_lut_mulu_32_32x32.asm
Frodevan/z88dk
640
200897
; ; feilipu, 2020 March ; ; This Source Code Form is subject to the terms of the Mozilla Public ; License, v. 2.0. If a copy of the MPL was not distributed with this ; file, You can obtain one at http://mozilla.org/MPL/2.0/. ; ;------------------------------------------------------------------------------ ; ; Using...
mc-sema/validator/x86_64/tests/PADDQrr.asm
randolphwong/mcsema
2
200898
BITS 64 ;TEST_FILE_META_BEGIN ;TEST_TYPE=TEST_F ;TEST_IGNOREFLAGS= ;TEST_FILE_META_END ; allocate 16 byte aligned stack space for the packed values lea rcx, [rsp-33] and rcx, 0xfffffffffffffff0 ; load a 128 bit value into xmm0 mov DWORD [rcx], 0x55555555 mov DWORD [rcx+4], 0x14530451 mov DWORD [rcx+8], 0x1badb002 mov...
windows/core/ntgdi/gre/i386/cachea.asm
npocmaka/Windows-Server-2003
17
200899
page ,132 ;*****************************Module*Header*******************************\ ; Module Name: cache.asm ; ; ; Created: 9-Dec-1992 ; Author: <NAME> ; ; Copyright (c) 1990-1999 Microsoft Corporation ; ;*************************************************************************/ ; Note: This modul...
libsrc/_DEVELOPMENT/temp/sp1/zx/c/sccz80/sp1_InitCharStruct_callee.asm
meesokim/z88dk
0
200900
; void __CALLEE__ sp1_InitCharStruct_callee(struct sp1_cs *cs, void *drawf, uchar type, void *graphic, uchar plane) ; 05.2007 aralbrec, Sprite Pack v3.0 ; sinclair zx version SECTION code_temp_sp1 PUBLIC sp1_InitCharStruct_callee sp1_InitCharStruct_callee: pop hl pop bc ld a,c ex af,af pop bc pop ...
unordnung_auch_assembler/asm/attiny13/slowmo/4x7seg/move_0101_inFlipFlop.asm
no-go/Blink_atmega328p
0
200901
<gh_stars>0 .include "myTiny13.h" Main: ;initial values ; .---On ; |.--Clk ; ||.-Data ldi A,0b00000111 out DDRB,A ldi A,0 out PORTB,A ; make 7seg on sbi PORTB,2 MainLoop: ; 5 = 0101 sbi PORTB,0 rcall Clock cbi PORTB,0 rcall Clock sbi PORTB,0 rcall Clock cbi PORTB,...
programs/oeis/111/A111132.asm
jmorken/loda
1
200902
; A111132: a(n+1) = a(n) + (a(n) - a(n-1) + a(n) mod 10) mod 10 with a(0)=0 and a(1)=1. ; 1,3,8,11,15,24,27,27,34,35,41,48,53,61,70,79,87,92,99,105,106,113,113,116,125,129,132,137,139,140,141,143,148,151,155,164,167,167,174,175,181,188,193,201,210,219,227,232,239,245,246,253,253,256,265,269,272 mov $15,$0 mov $17,$0 a...
maps/WhirlIslandSE.asm
Dev727/ancientplatinum
28
200903
WhirlIslandSE_MapScripts: db 0 ; scene scripts db 0 ; callbacks WhirlIslandSE_MapEvents: db 0, 0 ; filler db 2 ; warp events warp_event 5, 13, ROUTE_41, 4 warp_event 5, 3, WHIRL_ISLAND_B1F, 6 db 0 ; coord events db 0 ; bg events db 0 ; object events
tests/rule_multiple/5.asm
NullMember/customasm
414
200905
<reponame>NullMember/customasm #ruledef test { ld {val} => 0x00 @ val`8 ld x => 0xff @ 0x00 } ld x ; = 0xff00 x = 0x55
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca.log_21829_293.asm
ljhsiun2/medusa
9
200906
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r13 push %r8 push %r9 push %rax push %rcx push %rdi push %rsi lea addresses_normal_ht+0x182fd, %r12 nop nop and %r9, %r9 vmovups (%r12), %ymm2 vextracti128 $0, %ymm2, %xmm2 vpextrq $1, %xmm2, %r8 sub %r13, %r13 lea addresses_A_ht+0x17edd, %rsi lea addresses_n...
test/rv32f_test8.asm
kojad666/Vulcan
102
200907
addi x10, x0, 1 addi x11, x0, 2 addi x12, x0, 3 addi x13, x0, 4 addi x14, x0, 1000 fcvt.s.w f0, x10 fcvt.s.w f1, x11 fcvt.s.w f2, x12 fcvt.s.w f3, x13 fcvt.s.w f4, x14 fdiv.s f6, f0, f4 # f6 = 0.001 fadd.s f6, f0, f6 fmax.s f10, f0, f6
source/Cosmos.Debug.DebugStub/SerialIO.asm
mmkhmmkh/Cosmos
1
200909
<reponame>mmkhmmkh/Cosmos<filename>source/Cosmos.Debug.DebugStub/SerialIO.asm ; Generated at 7-3-2015 19:22:40 DebugStub_ComAddr dd 0x03F8 %ifndef Exclude_IOPort_Based_Serial DebugStub_WriteRegister: Push EDX Add DX, 0x03F8 Out DX, AL Pop EDX DebugStub_WriteRegister_Exit: mov dword [static_field__Cosmos_Core_I...
Kernel/asm/libasm.asm
mcornidez/TP2-SO
0
200910
GLOBAL cpuVendor, getDateTime, readKey, getRegister, asmGetByte, _timerTick, _xchg section .text cpuVendor: push rbp mov rbp, rsp push rbx mov rax, 0 cpuid mov [rdi], ebx mov [rdi + 4], edx mov [rdi + 8], ecx mov byte [rdi+13], 0 mov rax, rdi pop rbx mov rsp, rbp pop rbp...
libsrc/_DEVELOPMENT/l/sccz80/8-8080/i32/l_long_ucmp.asm
ahjelm/z88dk
640
200911
<gh_stars>100-1000 ; Z88 Small C+ Run Time Library ; Long support functions ; "8080" mode ; Stefano - 30/4/2002 ; ; feilipu 10/2021 ; 8080 optimisation SECTION code_clib SECTION code_l_sccz80 PUBLIC l_long_ucmp ; Unsigned compare of primary dehl (stack) and secondary dehl (regist...
programs/oeis/047/A047566.asm
karttu/loda
1
200912
<reponame>karttu/loda ; A047566: Numbers that are congruent to {4, 5, 6, 7} mod 8. ; 4,5,6,7,12,13,14,15,20,21,22,23,28,29,30,31,36,37,38,39,44,45,46,47,52,53,54,55,60,61,62,63,68,69,70,71,76,77,78,79,84,85,86,87,92,93,94,95,100,101,102,103,108,109,110,111,116,117,118,119,124,125,126,127,132,133,134,135,140,141,142,143...
programming/fpu/lab1/source.asm
Foltrex/bsu
113
200913
<filename>programming/fpu/lab1/source.asm<gh_stars>100-1000 .386 .model flat .data res dq 100 dup (?) otr dq 100 dup (?) step dq 0.01 count dq 0 .code _func@24 proc finit push ebp mov ebp, esp fld qword ptr [ebp+8] fld qword ptr [ebp+16] fld qword ptr [ebp+24] lea ebx,res ;fstp qw...
oeis/068/A068496.asm
neoneye/loda-programs
11
200914
; A068496: n! reduced mod 2^n. ; Submitted by <NAME>(s4) ; 1,2,6,8,24,16,48,128,384,768,1280,3072,3072,10240,22528,32768,98304,196608,65536,262144,262144,1572864,6815744,12582912,29360128,25165824,8388608,234881024,369098752,335544320,738197504,2147483648,6442450944 add $0,1 mov $1,$0 min $0,1 mov $2,2 pow $2,$1 lpb $...
hack/vuln.asm
liuyang1/test
8
200915
<gh_stars>1-10 vuln: file format elf32-i386 Disassembly of section .init: 080482b4 <_init>: 80482b4: 53 push %ebx 80482b5: 83 ec 08 sub $0x8,%esp 80482b8: e8 00 00 00 00 call 80482bd <_init+0x9> 80482bd: 5b pop %ebx 80482be: 81 c3 43 1d 00...
programs/oeis/109/A109534.asm
karttu/loda
1
200916
<filename>programs/oeis/109/A109534.asm ; A109534: a(0)=1, a(n)=n+a(n-1) if n mod 2=0, a(n)=3n-a(n-1) if n mod 2 = 1. ; 1,2,4,5,9,6,12,9,17,10,20,13,25,14,28,17,33,18,36,21,41,22,44,25,49,26,52,29,57,30,60,33,65,34,68,37,73,38,76,41,81,42,84,45,89,46,92,49,97,50,100,53,105,54,108,57,113,58,116,61,121,62,124,65,129,66,1...
sk/sfx/78.asm
Cancer52/flamedriver
9
200918
<gh_stars>1-10 Sound_78_Header: smpsHeaderStartSong 3 smpsHeaderVoice Sound_78_Voices smpsHeaderTempoSFX $01 smpsHeaderChanSFX $01 smpsHeaderSFXChannel cFM5, Sound_78_FM5, $E6, $06 ; FM5 Data Sound_78_FM5: smpsSetvoice $00 smpsModSet $01, $01, $19, $02 dc.b nE5, $2C smpsStop Sound_78_...
lib/crt/classic/tms9918/interrupt.asm
ahjelm/z88dk
640
200920
<gh_stars>100-1000 EXTERN VDP_STATUS EXTERN __tms9918_status_register tms9918_interrupt: push af push hl ld a, +(VDP_STATUS >> 16) and a jr z,read_port ld a,(-VDP_STATUS) jr done_read read_port: in a,(VDP_STATUS % 256) done_read: ld (__t...
libsrc/games/z88/bit_open.asm
grancier/z180
0
200921
<filename>libsrc/games/z88/bit_open.asm ; $Id: bit_open.asm,v 1.7 2016/06/16 19:34:00 dom Exp $ ; ; Z88 1 bit sound functions ; ; void bit_open(); ; ; <NAME> - 28/9/2001 ; Based on the <NAME>' code ; SECTION code_clib PUBLIC bit_open PUBLIC _bit_open INCLUDE "interrpt.def" PUBLIC s...
dimension/cell/process/avalon/avalon.asm
ekscrypto/Unununium
7
200922
<reponame>ekscrypto/Unununium ;; $Header: /cvsroot/uuu/dimension/cell/process/avalon/avalon.asm,v 1.2 2002/10/04 01:48:28 instinc Exp $ ;; ;; avalon thread engine ;; Copyright (C) 2002, <NAME> ;; Distributed under the BSD License ; note: these comments were taken from the Linux kernel: ;>--> ; * Semaphores are implem...
programs/oeis/170/A170930.asm
neoneye/loda
22
200924
; A170930: G(n,1) with n index G(n,i)=n*(G(n,i-1)+G(n,i-2))=(a^i-b^i)*d where d=sqrt(n*(n+4)); a=(n+d)/2; b=(n-d)/2 ; 0,21,63,252,945,3591,13608,51597,195615,741636,2811753,10660167,40415760,153227781,580930623,2202475212,8350217505,31658078151,120024886968,455048895357,1725221346975,6540810726996,24798096221913 mov $...
programs/snake.asm
re0ah/nameless-OS16
0
200925
<reponame>re0ah/nameless-OS16 ;This is free and unencumbered software released into the public domain. ;Anyone is free to copy, modify, publish, use, compile, sell, or ;distribute this software, either in source code form or as a compiled ;binary, for any purpose, commercial or non-commercial, and by any ;means. ;In ...
Transynther/x86/_processed/NONE/_zr_/i7-8650U_0xd2.log_1996_823.asm
ljhsiun2/medusa
9
200926
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r14 push %r8 push %r9 push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_A_ht+0x1e3c9, %rbx nop cmp $44790, %r9 mov $0x6162636465666768, %r10 movq %r10, (%rbx) nop cmp %r8, %r8 lea addresses_A_ht+0x1ebc9, %r14 nop nop and %rbp, %rbp mov $0x616263...
oeis/055/A055790.asm
neoneye/loda-programs
11
200927
; A055790: a(n) = n*a(n-1) + (n-2)*a(n-2), a(0) = 0, a(1) = 2. ; Submitted by <NAME>(s4) ; 0,2,4,14,64,362,2428,18806,165016,1616786,17487988,206918942,2657907184,36828901754,547499510764,8691268384262,146725287298888,2624698909845026,49592184973992676,986871395973226286,20630087248996393888,451982388752415571082,10356...
programs/oeis/126/A126358.asm
jmorken/loda
1
200928
; A126358: Number of base 4 n-digit numbers with adjacent digits differing by one or less. ; 1,4,10,26,68,178,466,1220,3194,8362,21892,57314,150050,392836,1028458,2692538,7049156,18454930,48315634,126491972,331160282,866988874,2269806340,5942430146,15557484098,40730022148,106632582346,279167724890,730870592324,19134440...
oeis/028/A028081.asm
neoneye/loda-programs
11
200930
; A028081: Expansion of 1/((1-3x)(1-6x)(1-8x)(1-11x)). ; Submitted by <NAME> ; 1,28,507,7574,101801,1283016,15511399,182368858,2103357861,23935475564,269799417251,3020592495102,33653261722081,373625952944272,4137562797943263,45735549657446306,504875559449240861 mov $1,1 mov $2,$0 mov $3,$0 lpb $2 mov $0,$3 mul $1,...
RTC/AsmDebug/rtcack.asm
Threetwosevensixseven/CSpectPlugins
4
200931
; ; TBBlue / ZX Spectrum Next project ; Copyright (c) 2010-2019 ; ; RTC ACK - <NAME> and <NAME> ; ; All rights reserved ; ; Redistribution and use in source and synthezised forms, with or without ; modification, are permitted provided that the following conditions are met: ; ; Redistributions of source code must retai...
src/shaders/post_processing/gen5_6/Common/YUVX_Save_RGBX_Fix.asm
tizenorg/platform.upstream.libva-intel-driver
0
200933
<filename>src/shaders/post_processing/gen5_6/Common/YUVX_Save_RGBX_Fix.asm /* * All Video Processing kernels * Copyright © <2010>, Intel Corporation. * * This program is licensed under the terms and conditions of the * Eclipse Public License (EPL), version 1.0. The full text of the EPL is at * http://www.openso...
musiced/editarp.asm
nanoflite/victracker
1
200934
;************************************************************************** ;* ;* FILE editarp.asm ;* Copyright (c) 1994, 2003 <NAME> <<EMAIL>> ;* Written by <NAME> <<EMAIL>> ;* $Id: editarp.asm,v 1.9 2003/08/02 15:42:00 tlr Exp $ ;* ;* DESCRIPTION ;* The arpeggio editor. (relies on editor.asm for the dirty work) ;*...
DividingIntegers.asm
WilsenHernandez/MIPS-Tutorial
0
200935
<reponame>WilsenHernandez/MIPS-Tutorial .data .text addi $t0, $zero, 30 addi $t1, $zero, 11 div $t0, $t1 mflo $s0 # Quotient mfhi $s1 # Remainder # Display li $v0, 1 move $a0, $s0 syscall move $a0, $s1 syscall
_anim/obj0F.asm
vladjester2020/Sonic1TMR
0
200936
<reponame>vladjester2020/Sonic1TMR ; --------------------------------------------------------------------------- ; Animation script - "TM" and "PRESS START BUTTON" on the title screen ; --------------------------------------------------------------------------- dc.w byte_A714-Ani_obj0F byte_A714: dc.b $1F, 0, 1, ...
src/kernel/kernel_linker.asm
davidjxu21/pongOS
0
200937
<reponame>davidjxu21/pongOS ; Link correct entry point for kernel code [bits 32] [extern main] _start: call main ; jump to main ret ; return
asm/6502.asm
everyfan/c6t
0
200938
; 6502 support package .autoimport + .include "6502.mac" .zeropage ; ZP registers fp: .res 2 ; Frame pointer sp: .res 2 ; Stack pointer stklo: .res STKSIZE ; Lo byte of stack stkhi: .res STKSIZE ; Hi byte of stack wa: .res 4 ; Word Accumlator args := wa+2 regs: .res 3*2 retval: .res 2 .exportzp fp, sp, stklo, stkhi...
_build/dispatcher/jmp_ippsGFpECCmpPoint_a72738e2.asm
zyktrcn/ippcp
1
200940
<filename>_build/dispatcher/jmp_ippsGFpECCmpPoint_a72738e2.asm<gh_stars>1-10 extern m7_ippsGFpECCmpPoint:function extern n8_ippsGFpECCmpPoint:function extern y8_ippsGFpECCmpPoint:function extern e9_ippsGFpECCmpPoint:function extern l9_ippsGFpECCmpPoint:function extern n0_ippsGFpECCmpPoint:function extern k0_ippsGFpECCm...
programs/oeis/143/A143166.asm
karttu/loda
1
200941
<filename>programs/oeis/143/A143166.asm ; A143166: a(n) = n*(8*n^2 + 1)/3. ; 0,3,22,73,172,335,578,917,1368,1947,2670,3553,4612,5863,7322,9005,10928,13107,15558,18297,21340,24703,28402,32453,36872,41675,46878,52497,58548,65047,72010,79453,87392,95843,104822,114345,124428,135087,146338,158197,170680,183803,197582,212033...
oeis/201/A201791.asm
neoneye/loda-programs
11
200942
<filename>oeis/201/A201791.asm ; A201791: Primes of the form 6n^2 - 5. ; Submitted by <NAME> ; 19,211,379,859,1009,1171,1531,2161,3169,4051,6529,8209,13249,14401,15601,17491,19489,23059,24571,27739,30241,34651,35569,37441,42331,44371,47521,49681,55291,63649,64891,67411,82129,84961,92251,96769,98299,106129,114259,133201...
Transynther/x86/_processed/US/_zr_/i7-7700_9_0x48.log_21829_2612.asm
ljhsiun2/medusa
9
200944
<reponame>ljhsiun2/medusa<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r10 push %r13 push %rbp push %rdi lea addresses_UC_ht+0x1c0ea, %rbp nop nop nop nop nop and %r10, %r10 movb $0x61, (%rbp) nop nop nop dec %rdi pop %rdi pop %rbp pop %r13 pop %r10 ret .global s_faulty_load s_faulty_load: push...
maps/MountMoonSquare.asm
Trap-Master/spacworld97-thingy
0
200945
object_const_def ; object_event constants const MOUNTMOONSQUARE_FAIRY1 const MOUNTMOONSQUARE_FAIRY2 const MOUNTMOONSQUARE_ROCK MountMoonSquare_MapScripts: db 1 ; scene scripts scene_script .DummyScene ; SCENE_DEFAULT db 2 ; callbacks callback MAPCALLBACK_NEWMAP, .DisappearMoonStone callback MAPCALLBACK_OBJEC...
src/arch/x86_64/boot/entry64.nasm
Seris/thalix
0
200946
global setup_long_mode extern kernel_main section .text bits 32 enable_paging: ; loading Page Map level 4 address in cr3 mov eax, paging_pml4_table mov cr3, eax ; enabling physical-address extension mov eax, cr4 or eax, 1 << 5 mov cr4, eax ; set long mode enable bit in EFER MSR register mov ecx, 0xC000008...
005_Push & Pop/Test.asm
salvatorenitopi/assembly_8086
0
200949
<filename>005_Push & Pop/Test.asm<gh_stars>0 .model small .stack 100h .data stringa1 db 'Inserisci lettera: ', '$' stringa2 db 'Lettere inserite: ','$' acapo byte 10d .code start: mov ax, @data ;richiamo DATA mov ds, ax mov ah,1h int 21h push ax mov ah,1h int 21h push ax ...
Working Disassembly/General/Sprites/CNZ Cannon/DPLC - CNZ Cannon.asm
TeamASM-Blur/Sonic-3-Blue-Balls-Edition
5
200950
DPLC_31B72: dc.w word_31B9A-DPLC_31B72 dc.w word_31B94-DPLC_31B72 dc.w word_31B8E-DPLC_31B72 dc.w word_31B88-DPLC_31B72 dc.w word_31B84-DPLC_31B72 dc.w word_31B88-DPLC_31B72 dc.w word_31B8E-DPLC_31B72 dc.w word_31B94-DPLC_31B72 dc.w word_31B9A-DPLC_31B72 word_31B84: dc.w 1 ; DATA XREF: ROM:00031B72o...
oeis/169/A169987.asm
neoneye/loda-programs
11
200951
<filename>oeis/169/A169987.asm ; A169987: Expansion of Product_{i=0..m-1} (1 + x^(2*i+1)) for m=4. ; 1,1,0,1,1,1,1,1,2,1,1,1,1,1,0,1,1 mul $0,2 mov $1,$0 add $0,2 sub $1,$0 mul $1,3 dif $0,$1 gcd $0,$1 sub $0,1
matlab/sprites/mship03_frm_coll_wind.asm
pvmm/SDCC-msx-2-scrolling-test
3
200952
<gh_stars>1-10 mship03_coll_wind: defb 1,15,3,13 defb 1,15,4,13 defb 1,15,1,15 defb 1,15,6,12 defb 1,15,3,15 defb 1,15,4,14 defb 1,15,5,11 defb 1,15,6,11 defb 1,15,6,11 defb 1,15,1,15 defb 1,15,6,11 defb 1,15,2,13 defb 1,15,5,10 defb 1,15,2,14 de...
player-prototype-cheesecutter/src/macros.asm
ricardoquesada/sid-player
0
200953
; ********* Macros ********* ; Original by <NAME> ; ACME port by The_Woz ; ************************** ; STABILIZE_RASTER ; Double-IRQ Stable raster routine ; code and comments taken from: http://codebase64.org/doku.php?id=base:stable_raster_routine ;-------------------------------------------------------------...
Working Disassembly/General/Sprites/Shields/Map - Lightning Shield.asm
TeamASM-Blur/Sonic-3-Blue-Balls-Edition
5
200954
dc.w word_19DF8-Map_LightningShield dc.w word_19E0C-Map_LightningShield dc.w word_19E1A-Map_LightningShield dc.w word_19E2E-Map_LightningShield dc.w word_19E42-Map_LightningShield dc.w word_19E50-Map_LightningShield dc.w word_19E64-Map_LightningShield dc.w word_19E78-Map_LightningShield dc.w word_19E8...
libsrc/_DEVELOPMENT/arch/zxn/esxdos/c/sccz80/esx_ide_bank_reserve.asm
jpoikela/z88dk
640
200955
<reponame>jpoikela/z88dk ; unsigned char esx_ide_bank_reserve(unsigned char banktype,unsigned char page) SECTION code_esxdos PUBLIC esx_ide_bank_reserve EXTERN asm_esx_ide_bank_reserve esx_ide_bank_reserve: pop af pop de pop hl push hl push de push af ld h,e jp asm_esx_ide_bank_rese...
programs/oeis/021/A021242.asm
neoneye/loda
22
200957
<filename>programs/oeis/021/A021242.asm ; A021242: Decimal expansion of 1/238. ; 0,0,4,2,0,1,6,8,0,6,7,2,2,6,8,9,0,7,5,6,3,0,2,5,2,1,0,0,8,4,0,3,3,6,1,3,4,4,5,3,7,8,1,5,1,2,6,0,5,0,4,2,0,1,6,8,0,6,7,2,2,6,8,9,0,7,5,6,3,0,2,5,2,1,0,0,8,4,0,3,3,6,1,3,4,4,5,3,7,8,1,5,1,2,6,0,5,0,4 add $0,1 mov $1,10 pow $1,$0 mul $1,6 di...
Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xa0.log_80_1930.asm
ljhsiun2/medusa
9
200958
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r9 push %rcx push %rdi push %rsi lea addresses_WT_ht+0xece7, %rsi lea addresses_WT_ht+0x658f, %rdi nop nop sub $36552, %r9 mov $80, %rcx rep movsl nop nop nop and $22499, %rcx pop %rsi pop %rdi pop %rcx pop %r9 ret .global s_faulty_load s_faulty_loa...
Projects/isatty/isatty.asm
agguro/linux-nasm
6
200959
<gh_stars>1-10 ;name: isatty.asm ; ;description: check if a user session is started in X-server, console on X-server or ; a "real" (what's real?) terminal. ; ;build: nasm -felf64 -o isatty.o isatty.asm ; ld -o isatty -m elf_x86_64 -lc --dynamic-linker /lib64/ld-linux-x86-64.so.2 isatty.o `pkg-config -...
LABELPBAR.asm
hwreverse/PC-G850V
7
200960
<filename>LABELPBAR.asm<gh_stars>1-10 10 ORG 100H 20 JP MAIN 30RPTCHR EQU 0BFEEH 40GPF EQU 0BFD0H 50AOUT EQU 0BD09H 60PUTSTR EQU 0BFF1H 70WAITK EQU 0BFCDH 80LDPSTR EQU 0BD00H 100MAIN: CALL CLS 110 LD DE,0104H 120 LD (POSXY), DE 130 LD HL,LABEL 140 CALL STRLN 150 LD A,B 160 LD (LNSTR),A 170 CALL DSPLBL 180 LD DE,0303H...
text/maps/safari_zone_rest_house_1.asm
adhi-thirumala/EvoYellow
16
200961
<reponame>adhi-thirumala/EvoYellow<filename>text/maps/safari_zone_rest_house_1.asm<gh_stars>10-100 _SafariZoneRestHouse1Text1:: text "SARA: Where did" line "my boy friend," cont "ERIK, go?" done _SafariZoneRestHouse1Text2:: text "I'm catching" line "#MON to take" cont "home as gifts!" done
data/pokemon/base_stats/tentacruel.asm
genterz/pokecross
28
200962
db TENTACRUEL ; 073 db 80, 70, 65, 100, 80, 120 ; hp atk def spd sat sdf db WATER, POISON ; type db 60 ; catch rate db 205 ; base exp db NO_ITEM, NO_ITEM ; items db GENDER_F50 ; gender ratio db 100 ; unknown 1 db 20 ; step cycles to hatch db 5 ; unknown 2 INCBIN "gfx/pokemon/tentacruel/front.di...
Appl/Preferences/PrefMgr/prefmgrModule.asm
steakknife/pcgeos
504
200963
<gh_stars>100-1000 COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Copyright (c) GeoWorks 1992 -- All Rights Reserved PROJECT: PC GEOS MODULE: FILE: prefmgrModule.asm AUTHOR: <NAME> ROUTINES: Name Description ---- ----------- REVISION HISTORY: Name Date Descriptio...
src/sound/song073restored.asm
MusicTheorist/Mother2GbaTranslation
1
200964
<reponame>MusicTheorist/Mother2GbaTranslation song073restored_pri equ 0 song073restored_rev equ 0 song073restored_mvl equ 127 song073restored_key equ 0 song073restored_tbs equ 1 song073restored_exg equ 0 song073restored_cmp equ 1 .align 4 ;**************** Track 1 (Midi-Chn.1) ****************; @song073res...
ioq3/build/release-js-js/baseq3/ui/ui_atoms.asm
RawTechnique/quake-port
1
200965
<filename>ioq3/build/release-js-js/baseq3/ui/ui_atoms.asm export Com_Error code proc Com_Error 1028 16 ADDRLP4 0 ADDRFP4 4+4 ASGNP4 ADDRLP4 4 ARGP4 CNSTU4 1024 ARGU4 ADDRFP4 4 INDIRP4 ARGP4 ADDRLP4 0 INDIRP4 ARGP4 ADDRGP4 qk_vsnprintf CALLI4 pop ADDRLP4 0 CNSTP4 0 ASGNP4 ADDRLP4 4 ARGP4 ADDRGP4 trap_Error CALLV pop LAB...
programs/oeis/157/A157670.asm
karttu/loda
1
200966
; A157670: a(n) = 531441*n^2 - 322218*n + 48842. ; 258065,1530170,3865157,7263026,11723777,17247410,23833925,31483322,40195601,49970762,60808805,72709730,85673537,99700226,114789797,130942250,148157585,166435802,185776901,206180882,227647745,250177490,273770117,298425626,324144017,350925290,378769445,407676482,43764640...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_44.asm
ljhsiun2/medusa
9
200967
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r14 push %r15 push %r9 push %rax push %rcx push %rdi push %rsi lea addresses_A_ht+0x14140, %rsi lea addresses_D_ht+0x1dcc0, %rdi nop nop nop nop sub $58804, %r12 mov $63, %rcx rep movsw nop nop nop nop nop inc %rax lea addresses_D_ht+0x1c360, %rsi lea address...
programs/oeis/131/A131067.asm
karttu/loda
1
200968
<filename>programs/oeis/131/A131067.asm ; A131067: Triangle read by rows: T(n,k) = 7*binomial(n,k) - 6 for 0 <= k <= n. ; 1,1,1,1,8,1,1,15,15,1,1,22,36,22,1,1,29,64,64,29,1,1,36,99,134,99,36,1,1,43,141,239,239,141,43,1,1,50,190,386,484,386,190,50,1,1,57,246,582,876,876,582,246,57,1,1,64,309,834,1464,1758,1464,834,309,6...
Framework/trackmo/framework/loader_old.asm
kosmonautdnb/TheLandsOfZador
0
200969
load SUBROUTINE jsr openfile bcc .pollblock rts .pollblock jsr loadblock bcc .pollblock lda #$00 sta load_end sta load_end+1 ldx storebyte + $01 cpx load_end ldy storebyte + $02 iny tya sbc load_end+1 bcc .bla stx load_end sty load_end+1 .bla rts zp53 = $0c zp54 ...
oeis/005/A005448.asm
neoneye/loda-programs
11
200970
<reponame>neoneye/loda-programs<gh_stars>10-100 ; A005448: Centered triangular numbers: a(n) = 3n(n-1)/2 + 1. ; 1,4,10,19,31,46,64,85,109,136,166,199,235,274,316,361,409,460,514,571,631,694,760,829,901,976,1054,1135,1219,1306,1396,1489,1585,1684,1786,1891,1999,2110,2224,2341,2461,2584,2710,2839,2971,3106,3244,3385,3529...
pin-3.22-98547-g7a303a835-gcc-linux/source/tools/RtnTests/checkflags.asm
ArthasZhang007/15418FinalProject
0
200971
<filename>pin-3.22-98547-g7a303a835-gcc-linux/source/tools/RtnTests/checkflags.asm ; ; Copyright (C) 2015-2015 Intel Corporation. ; SPDX-License-Identifier: MIT ; include asm_macros.inc PROLOGUE PUBLIC CheckFlags .code CheckFlags PROC BEGIN_STACK_FRAME push GDI_REG push GSI_REG ; Set the ZF a...
COMP 3350 - Assembly & Comp Org/Lab2/Lab 2.3/main.asm
Skyfox64/auburn-csse
1
200972
<filename>COMP 3350 - Assembly & Comp Org/Lab2/Lab 2.3/main.asm<gh_stars>1-10 TITLE Name/Age Exercise (Lab 1) (main.asm) INCLUDE Irvine32.inc .data .code main PROC call Clrscr ; 1. Read a nonnegative integer from the keyboard. Read: call ReadDec mov ecx, eax ;call WriteDec ; 2. The user is not a...
programs/oeis/002/A002783.asm
jmorken/loda
1
200973
<filename>programs/oeis/002/A002783.asm<gh_stars>1-10 ; A002783: 2*(3^n - 2^n) + 1. ; 1,3,11,39,131,423,1331,4119,12611,38343,116051,350199,1054691,3172263,9533171,28632279,85962371,258018183,774316691,2323474359,6971471651,20916512103,62753730611,188269580439,564825518531,1694510110023,5083597438931,15250926534519,457...
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48_notsx.log_21829_1367.asm
ljhsiun2/medusa
9
200974
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r14 push %r9 push %rax push %rcx push %rdi push %rsi lea addresses_normal_ht+0x1055f, %rcx nop add $58634, %r14 mov $0x6162636465666768, %r9 movq %r9, %xmm1 movups %xmm1, (%rcx) nop nop nop add $27572, %r9 lea addresses_D_ht+0xe241, %...
oeis/289/A289788.asm
neoneye/loda-programs
11
200975
; A289788: a(n) = (1/2)*A289787(n). ; Submitted by <NAME>(s4) ; 1,6,31,156,785,3954,19919,100344,505489,2546430,12827791,64620756,325530881,1639881066,8260997855,41615265264,209639359969,1056070674294,5320018479679,26799907726860,135006120168881,680101314855906,3426050596003631,17258932500172776,86942893193981425,43797...
data/pokemon/base_stats/puddipup.asm
AtmaBuster/pokeplat-gen2
6
200977
<reponame>AtmaBuster/pokeplat-gen2 db 0 ; species ID placeholder db 50, 65, 40, 50, 65, 45 ; hp atk def spd sat sdf db FIRE, FIRE ; type db 190 ; catch rate db 45 ; base exp db NO_ITEM, NO_ITEM ; items db GENDER_F25 ; gender ratio db 20 ; step cycles to hatch INCBIN "gfx/pokemon/puddipup/front....
programs/oeis/016/A016175.asm
neoneye/loda
22
200978
; A016175: Expansion of 1/((1-6x)(1-12x)). ; 1,18,252,3240,40176,489888,5925312,71383680,858283776,10309483008,123774262272,1485653944320,17830024114176,213973350064128,2567758564933632,30813572964188160,369765696680165376 add $0,1 mov $1,12 pow $1,$0 mov $2,6 pow $2,$0 sub $1,$2 div $1,6 mov $0,$1
oeis/170/A170782.asm
neoneye/loda-programs
11
200979
<gh_stars>10-100 ; A170782: a(n) = n^8*(n^10 + 1)/2. ; 0,1,131200,193713525,34359771136,1907348828125,50779979174016,814206801837625,9007199263129600,75047317670022921,500000000050000000,2779958656853295181,13311666640657612800,56227703476386561925,213439427106056265856,738945940018981640625,2361183241436970090496,7031...
programs/oeis/099/A099463.asm
karttu/loda
1
200980
; A099463: Bisection of tribonacci numbers. ; 0,1,2,7,24,81,274,927,3136,10609,35890,121415,410744,1389537,4700770,15902591,53798080,181997601,615693474,2082876103,7046319384,23837527729,80641778674,272809183135,922906855808,3122171529233 mul $0,2 cal $0,73 ; Tribonacci numbers: a(n) = a(n-1) + a(n-2) + a(n-3) for n >...
programs/oeis/313/A313720.asm
jmorken/loda
1
200981
<reponame>jmorken/loda ; A313720: Coordination sequence Gal.6.153.4 where G.u.t.v denotes the coordination sequence for a vertex of type v in tiling number t in the Galebach list of u-uniform tilings. ; 1,5,10,15,20,24,29,34,38,43,48,53,58,63,68,73,78,82,87,92,96,101,106,111,116,121,126,131,136,140,145,150,154,159,164,...
Transynther/x86/_processed/NONE/_st_/i7-7700_9_0xca.log_21829_1118.asm
ljhsiun2/medusa
9
200982
<filename>Transynther/x86/_processed/NONE/_st_/i7-7700_9_0xca.log_21829_1118.asm .global s_prepare_buffers s_prepare_buffers: push %r11 push %r15 push %r9 push %rax push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0x30e, %r9 nop dec %rdi mov $0x6162636465666768, %rdx movq %rdx, %xmm7 movups %xmm7, (%r9) nop ...
oeis/040/A040031.asm
neoneye/loda-programs
11
200985
; A040031: Continued fraction for sqrt(38). ; Submitted by <NAME> ; 6,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6 tr...
number_of_one_bits.asm
CristinaNilvan/assembler-i386-algorithmic-problems
1
200986
.386 .model flat, stdcall includelib msvcrt.lib extern exit: proc public start .data one_bits dw 0 number dw 3 .code start: ;Finds the number of one bits in the binary representation of a number. mov eax, 0 mov ax, number mov ebx, 0 mov bx, 2 mov ecx, 0 mov edx,...
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_666.asm
ljhsiun2/medusa
9
200988
<filename>Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_666.asm .global s_prepare_buffers s_prepare_buffers: push %r10 push %rax push %rbp push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_normal_ht+0x1bc6b, %rsi add %rbx, %rbx and $0xffffffffffffffc0, %rsi vmovntdqa (%rsi), %ymm4 ve...
programs/oeis/199/A199554.asm
neoneye/loda
22
200989
<filename>programs/oeis/199/A199554.asm ; A199554: 6*8^n+1. ; 7,49,385,3073,24577,196609,1572865,12582913,100663297,805306369,6442450945,51539607553,412316860417,3298534883329,26388279066625,211106232532993,1688849860263937,13510798882111489,108086391056891905,864691128455135233,6917529027641081857,55340232221128654849...
src/room_status/room_status.asm
tbsp/shock-lobster
7
200990
<gh_stars>1-10 ; ; Status/loadout screen for Shock Lobster ; ; Copyright 2021 <NAME> ; ; This software is provided 'as-is', without any express or implied ; warranty. In no event will the authors be held liable for any damages ; arising from the use of this software. ; ; Permission is granted to anyone to use this so...
programs/oeis/265/A265026.asm
karttu/loda
0
200991
; A265026: First differences of A048701. ; 3,6,6,18,12,6,12,66,24,12,24,6,24,12,24,258,48,24,48,12,48,24,48,6,48,24,48,12,48,24,48,1026,96,48,96,24,96,48,96,12,96,48,96,24,96,48,96,6,96,48,96,24,96,48,96,12,96,48,96,24,96,48,96,4098,192,96,192,48,192,96,192,24,192,96,192,48,192,96,192,12,192,96,192,48,192,96,192,24,192...
scripts/CeladonChiefHouse.asm
AmateurPanda92/pokemon-rby-dx
9
200992
<filename>scripts/CeladonChiefHouse.asm CeladonChiefHouse_Script: call EnableAutoTextBoxDrawing ret CeladonChiefHouse_TextPointers: dw CeladonHouseText1 dw CeladonHouseText2 dw CeladonHouseText3 CeladonHouseText1: TX_FAR _CeladonHouseText1 db "@" CeladonHouseText2: TX_FAR _CeladonHouseText2 db "@" CeladonH...
iod/iob/fbuf.asm
olifink/smsqe
0
200993
<filename>iod/iob/fbuf.asm ; Buffering (free buffer) utility V2.00  1989 <NAME> QJUMP section iou xdef iob_fbuf xdef iob_fbfl include 'dev8_keys_buf' include 'dev8_keys_sys' include 'dev8_keys_qdos_sms' include 'dev8_keys_68000' ;+++ ; This routin...
src/kernel/core/IVT.asm
Oyami-Srk/Venlafaxos
2
200995
;; Interrupt Vector Table [BITS 32] [SECTION .text] extern vector_handler %assign i 0 %rep 256 global vector%+i vector%+i: %if (i < 10 || i > 14) && (i != 8 && i != 17) push dword 0x0 %endif push dword i jmp vector_handler %assign i i+1 %endrep [BITS 32] [SECTION .data] global vector_table vector_table: %...