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 |
|---|---|---|---|---|
install/lib/bios/country.asm | minblock/msdos | 0 | 50432 | <reponame>minblock/msdos
; ========================================================
COMMENT #
COUNTRY.ASM
Copyright (c) 1991 - Microsoft Corp.
All rights reserved.
Microsoft Confidential
Fills in a country information structure
GetCountryInfo( struct COUNTRY_INFO *Cntry );
ARGUMENTS: Cntry - Ptr to 34 byt... |
Driver/Printer/PrintCom/Cursor/cursorConvert50X.asm | steakknife/pcgeos | 504 | 50433 | <filename>Driver/Printer/PrintCom/Cursor/cursorConvert50X.asm
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) Berkeley Softworks 1994 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: NIKE print drivers
FILE: cursorConvert50X.asm
AUTHOR: <NAME>
ROUTINES:
... |
data/events/elevator_floors.asm | Dev727/ancientplatinum | 28 | 50436 | <filename>data/events/elevator_floors.asm
ElevatorFloorNames:
; entries correspond to FLOOR_* constants
dw .B4F
dw .B3F
dw .B2F
dw .B1F
dw ._1F
dw ._2F
dw ._3F
dw ._4F
dw ._5F
dw ._6F
dw ._7F
dw ._8F
dw ._9F
dw ._10F
dw ._11F
dw .ROOF
.B4F: db "B4F@"
.B3F: db "B3F@"
.B2F: db "B2F@"
.B1F: db "B1F@"
... |
tasks/data/array.asm | yds12/x86-roadmap | 15 | 50437 | <gh_stars>10-100
; This program creates an array in section bss, populating it with some
; values, and then sums all the values in the array.
LEN equ 10 ; assembler directive, defines LEN as 10
section .bss ; section for uninitialized data
an_array: resd LEN ; defines an_ar... |
oeis/037/A037710.asm | neoneye/loda-programs | 11 | 50438 | ; A037710: Base 5 digits are, in order, the first n terms of the periodic sequence with initial period 1,3,2,0.
; Submitted by <NAME>(s1.)
; 1,8,42,210,1051,5258,26292,131460,657301,3286508,16432542,82162710,410813551,2054067758,10270338792,51351693960,256758469801,1283792349008,6418961745042,32094808725210,16047404362... |
wof/lcs/123p/8C.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | 6 | 50439 | <filename>wof/lcs/123p/8C.asm
copyright zengfr site:http://github.com/zengfr/romhack
001BB4 beq $1bc8 [123p+ 8C, enemy+8C]
001BBC move.w #$101, (A2) [123p+ 8C]
009200 adda.w ($70,A4), A3 [123p+ 8C]
017B14 beq $17b26
01A74C dbra D7, $1a74a
01A75E dbra D4, $1a75c
01AEA4 beq $1aec6
01AF4A s... |
programs/oeis/066/A066750.asm | neoneye/loda | 22 | 50440 | ; A066750: Greatest common divisor of n and its digit sum.
; 1,2,3,4,5,6,7,8,9,1,1,3,1,1,3,1,1,9,1,2,3,2,1,6,1,2,9,2,1,3,1,1,3,1,1,9,1,1,3,4,1,6,1,4,9,2,1,12,1,5,3,1,1,9,5,1,3,1,1,6,1,2,9,2,1,6,1,2,3,7,1,9,1,1,3,1,7,3,1,8,9,2,1,12,1,2,3,8,1,9,1,1,3,1,1,3,1,1,9,1
add $0,1
mov $1,$0
seq $1,7953 ; Digital sum (i.e., sum ... |
unordnung_auch_assembler/asm/atmega8_first_steps/test.asm | no-go/Blink_atmega328p | 0 | 50441 | <reponame>no-go/Blink_atmega328p
.equ PORTD,0x12
.equ DDRD,0x11
.equ PIND,0x10
#.include "m8def.inc"
Start:
ldi r16,0b00001111
out DDRD,r16
Loop:
in r16,PIND
lsr r16
lsr r16
lsr r16
lsr r16
out PORTD,r16
rjmp Loop
|
programs/oeis/055/A055953.asm | jmorken/loda | 1 | 50442 | ; A055953: n - reversal of base 6 digits of n (written in base 10).
; 0,0,0,0,0,0,5,0,-5,-10,-15,-20,10,5,0,-5,-10,-15,15,10,5,0,-5,-10,20,15,10,5,0,-5,25,20,15,10,5,0,35,0,-35,-70,-105,-140,35,0,-35,-70,-105,-140,35,0,-35,-70,-105,-140,35,0,-35,-70,-105,-140,35,0,-35,-70,-105,-140,35,0,-35,-70,-105,-140,70,35,0,-35,-7... |
_build/dispatcher/jmp_ippsECCPGetSizeStd384r1_1f02ce79.asm | zyktrcn/ippcp | 1 | 50444 | extern m7_ippsECCPGetSizeStd384r1:function
extern n8_ippsECCPGetSizeStd384r1:function
extern y8_ippsECCPGetSizeStd384r1:function
extern e9_ippsECCPGetSizeStd384r1:function
extern l9_ippsECCPGetSizeStd384r1:function
extern n0_ippsECCPGetSizeStd384r1:function
extern k0_ippsECCPGetSizeStd384r1:function
extern ippcpJumpInd... |
oeis/094/A094265.asm | neoneye/loda-programs | 11 | 50445 | <gh_stars>10-100
; A094265: Largest number in n-th row of triangle A094263.
; Submitted by <NAME>(s3)
; 0,0,1,1,2,1,2,4,4,4,8,5,9,8,9,6,9,12,11,10,10,16,11,16,12,20,10,18,26,20,25,26,23,24,26,27,31,28,25,28,26,30,25,36,25,31,37,36,25,35,36,37,49,36,48,48,49,48,44,45,41,48,49,40,56,45,49,64,49,45,53,60,64,64,65
lpb $0
... |
src/chapter_9/palindrome_word.asm | marinjurjevic/x86-64_programming | 0 | 50446 | ; Chapter 9
; 9.5.2 Palindrome word
; Create a program to determine if a NULL terminated string
; representing a word is a palindrome.
; ***********************************
; Data declarations
section .data
; ------
; Define constants
SUCCESS equ 0
SYS_exit equ 60
; -----
; Define da... |
programs/oeis/274/A274089.asm | neoneye/loda | 22 | 50448 | ; A274089: Numbers repeated except that powers of 2 only appear once.
; 1,2,3,3,4,5,5,6,6,7,7,8,9,9,10,10,11,11,12,12,13,13,14,14,15,15,16,17,17,18,18,19,19,20,20,21,21,22,22,23,23,24,24,25,25,26,26,27,27,28,28,29,29,30,30,31,31,32,33,33,34,34,35,35,36,36,37,37,38,38,39,39,40,40
mov $2,$0
lpb $2
add $0,1
mul $2,2
... |
Semester #1/SORCE/Asembler_prog/addsub.asm | Panda-Lewandowski/Operating-Systems | 15 | 50449 | <gh_stars>10-100
;Title commands ADD,SUB,IND,DEC
IDEAL
Model SMALL
STACK 256
DATASEG
exCode DB 0
count DW 1
CODESEG
Start:
mov ax,@data
mov ds,ax
mov ax,4
mov bx,2
add ax,bx
mov cx,8
... |
challenges_re/4/4.asm | 2baias/reversing_walkthroughs | 0 | 50450 | section .data
val dd 513
; 513 = 0b1000000001
; n = 2
; should have eax = rev[0,1,0,...0] = [0,...0,1,0] = 2
;
; 123 = 0b1111011
; n = 6
; should have eax = rev[6%2,15%2,15%2,0,...,0]
; = rev[0,1,1,0,...,0]
; ... |
dspx/cl/fontexp.asm | lpproj/dspxvbe | 0 | 50451 | <reponame>lpproj/dspxvbe<filename>dspx/cl/fontexp.asm
COMMENT #
===============================================================================
===============================================================================
#
$DSPX$FONTEXP = 0100h
.XLIST
INCLUDE mydef.inc
INCLUDE dspx.inc
INCLUDE ... |
src/stars/examples/arrays/selection_sort.asm | kevintmcdonnell/stars | 9 | 50452 | <reponame>kevintmcdonnell/stars
# Implementation of selection sort.
# <NAME>
# 1/20/2016
# $s0: base address of array
# $s1: number of elements in the array
# $s2: address array[i]
# $s3: array[j]
# $s4: currentMin
# $s5: array[currentMinIndex]
# $t0: i
# $t1: j
# $t2: upper bound on outer loop
# $t3: value of array[i... |
programs/oeis/286/A286930.asm | neoneye/loda | 22 | 50454 | <filename>programs/oeis/286/A286930.asm<gh_stars>10-100
; A286930: Integers whose double is a square and whose triple is a cube.
; 0,72,4608,52488,294912,1125000,3359232,8470728,18874368,38263752,72000000,127552392,214990848,347530248,542126592,820125000,1207959552,1737904968,2448880128,3387303432,4608000000,6175160712... |
U9200/CardFiles/Source/exec1_test.asm | sboydlns/univacemulators | 2 | 50455 | ***********************************************************
*
* EXEC-1 tester
*
***********************************************************
E1TS START 0
USING *,0
DS 1H
STRT EQU *
*
* Ask user for test number
*
LOOP MSG X'001',REPLY
... |
reset.asm | CupOfJoeCode/NesGame | 0 | 50456 | Reset:
sei ; Disables all interrupts
cld ; disable decimal mode
; Disable sound IRQ
ldx #$40
stx $4017
; Initialize the stack register
ldx #$FF
txs
inx ; #$FF + 1 => #$00
; Zero out the PPU registers
stx $2000
stx $2001
stx $4010 |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca_notsx.log_21829_1278.asm | ljhsiun2/medusa | 9 | 50457 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r8
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x34ac, %rsi
lea addresses_A_ht+0x69ac, %rdi
add $27425, %rbp
mov $115, %rcx
rep movsb
nop
add $40539, %rdi
lea addresses_normal_ht+0x1296c, %r10
nop
nop
nop
add... |
Appl/GeoDex/File/fileDocument.asm | steakknife/pcgeos | 504 | 50458 | <filename>Appl/GeoDex/File/fileDocument.asm
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1992 -- All Rights Reserved
PROJECT: GeoDex
MODULE: File
file: FIleDocument.asm
AUTHOR: <NAME>, 5/11/90
ROUTINES:
Name Description
---- ----------... |
programs/oeis/130/A130103.asm | karttu/loda | 0 | 50459 | ; A130103: Expansion of e.g.f. e^(2x)-(1+x)*e^x+x.
; 0,1,1,4,11,26,57,120,247,502,1013,2036,4083,8178,16369,32752,65519,131054,262125,524268,1048555,2097130,4194281,8388584,16777191,33554406,67108837,134217700,268435427,536870882,1073741793,2147483616,4294967263,8589934558,17179869149,34359738332,68719476699,1374389534... |
oeis/071/A071722.asm | neoneye/loda-programs | 11 | 50460 | <filename>oeis/071/A071722.asm
; A071722: Expansion of (1+x^2*C^2)*C^3, where C = (1-(1-4*x)^(1/2))/(2*x) is g.f. for Catalan numbers, A000108.
; Submitted by <NAME>(s4)
; 1,3,10,33,110,372,1276,4433,15574,55250,197676,712538,2585292,9434830,34610400,127553745,472055910,1753616370,6536826780,24443315550,91664179620,344... |
src/extras/media/spectrum/sprite_chip/testspritechip_asm.asm | chipsi007/zesarux | 0 | 50461 | ;Compile with Z88DK with the command:
;z80asm -b testspritechip_asm.asm
org 37152
;Routine establecesprite:
;Set X , Y coordinates on sprite table for a object
;Having origin X,Y and width and height (width & height counting sprite units, not pixels)
;For every sprite:
;Offset 0: Word. Sprite number. Unused yet
;Off... |
ubb/asc/exam/append.asm | AlexanderChristian/private_courses | 0 | 50463 | <reponame>AlexanderChristian/private_courses
assume cs:code, ds:data
data segment
inputMsg db 'Please input the filename (including extension): $'
maxFileName db 100
lFileName db ?
fileName db 100 dup(?), '$'
writeErrorMsg db 'There was an error reading the file name!$'
openErrorMsg db 'There was an error openin... |
graphics/sprites2.asm | svkampen/mangela_c64_demo | 0 | 50464 | ; generated with spritemate on 7/24/2018, 1:14:05 AM
sprite_3 ;multicolor lgreen
!byte $00,$00,$00,$00,$00,$00,$00,$00
!byte $00,$00,$00,$00,$02,$8a,$00,$02
!byte $aa,$00,$0b,$ab,$80,$0b,$ef,$80
!byte $0b,$ff,$80,$0b,$ff,$80,$0b,$ff
!byte $80,$0a,$fe,$80,$02,$fe,$00,$02
!byte $fe,$00,$00,$b8,$00,$00,$b8,$00
!byte $00,... |
src/type.asm | LessNick/CLi-for-WildCommander | 8 | 50465 | <reponame>LessNick/CLi-for-WildCommander<filename>src/type.asm
;---------------------------------------
; type - show txt file application
;--------------------------------------
org #c000-4
typeStart
db #7f,"CLA" ; Command Line Application
ld a,h
or l
jp z,typeInfo
call checkIsPath
l... |
Driver/Printer/DotMatrix/Ppds24/ppds24ControlCodes.asm | steakknife/pcgeos | 504 | 50466 | <reponame>steakknife/pcgeos<filename>Driver/Printer/DotMatrix/Ppds24/ppds24ControlCodes.asm
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) Berkeley Softworks 1990 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: IBM PPDS 24-pin Print Driver
FILE: ppds24ControlCo... |
samples/execve.asm | 0x00-0x00/shellcoding | 0 | 50468 | BITS 32
xor eax, eax
push eax
push 0x68732f6e
push 0x69622f2f
mov ebx, esp
push eax
push eax
push ebx
mov al, 59
push eax
int 80h
|
dino/lcs/enemy/2.asm | zengfr/arcade_game_romhacking_sourcecode_top_secret_data | 6 | 50469 | <gh_stars>1-10
copyright zengfr site:http://github.com/zengfr/romhack
00042A move.l D1, (A0)+
00042C dbra D0, $42a
00490E move.l D0, (A4)+
004910 move.l D0, (A4)+
004D38 move.l D0, (A4)+
004D3A move.l D0, (A4)+
00615C move.b ($2,A6), D0
006160 add.w D0, D0 [enemy+ 2]
009A86 move.b ($2,A6), D... |
programs/oeis/099/A099913.asm | neoneye/loda | 22 | 50470 | ; A099913: Related to the Herschel graph.
; 1,3,25,243,2425,24243,242425,2424243,24242425,242424243,2424242425,24242424243,242424242425,2424242424243,24242424242425,242424242424243,2424242424242425,24242424242424243,242424242424242425
add $0,1
mov $1,10
pow $1,$0
mul $1,4
div $1,330
mul $1,2
add $1,1
mov $0,$1
|
data/pokemon/base_stats/aquarius.asm | TastySnax12/pokecrystal16-493-plus | 2 | 50471 | <filename>data/pokemon/base_stats/aquarius.asm
db 0 ; species ID placeholder
db 100, 80, 90, 65, 95, 100
; hp atk def spd sat sdf
db WATER, WATER ; type
db 45 ; catch rate
db 210 ; base exp
db NO_ITEM, NO_ITEM ; items
db GENDER_F12_5 ; gender ratio
db 100 ; unknown 1
db 20 ; step cycles to hatch
... |
Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xca.log_21829_729.asm | ljhsiun2/medusa | 9 | 50472 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r12
push %r14
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x1def4, %r14
nop
nop
nop
nop
nop
dec %r12
movw $0x6162, (%r14)
nop
nop
xor %rax, %rax
lea addresses_A_ht+0x14f4, %rdx
nop
nop
nop
nop
add $56379, %r12
mov $0x6162636465666768... |
oeis/024/A024720.asm | neoneye/loda-programs | 11 | 50473 | <filename>oeis/024/A024720.asm
; A024720: a(n) = (1/4)*(3 + Sum_{k=0..n} C(4k,k)).
; 1,2,9,64,519,4395,38044,334054,2963629,26499449,238414581,2155749364,19572882981,178326272881,1629509263831,14928031562011,137059765831906,1260847661188318,11618870102584178,107234108018545278
lpb $0
mov $2,4
mul $2,$0
bin $2,$0... |
oeis/182/A182512.asm | neoneye/loda-programs | 11 | 50474 | <reponame>neoneye/loda-programs<gh_stars>10-100
; A182512: a(n) = (16^n - 1)/5.
; Submitted by <NAME>
; 0,3,51,819,13107,209715,3355443,53687091,858993459,13743895347,219902325555,3518437208883,56294995342131,900719925474099,14411518807585587,230584300921369395,3689348814741910323,59029581035870565171,94447329657392904... |
oeis/234/A234505.asm | neoneye/loda-programs | 11 | 50475 | ; A234505: 2*binomial(9*n+2,n)/(9*n+2).
; Submitted by <NAME>
; 1,2,19,252,3885,65274,1159587,21421248,407337153,7920326700,156753610013,3147328992080,63951322669065,1312575792628356,27172514322677625,566707337222428800,11896007334177739113,251142622845893276190,5328891499524964282170,113583652138284755726520,243085048... |
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca_notsx.log_21829_642.asm | ljhsiun2/medusa | 9 | 50476 | <reponame>ljhsiun2/medusa<filename>Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca_notsx.log_21829_642.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r15
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0xff97, %rsi
lea addresses_WT_ht+0x1d2c7, %rdi
clflush (%rdi)
nop
nop
cm... |
programs/oeis/222/A222834.asm | karttu/loda | 1 | 50477 | <filename>programs/oeis/222/A222834.asm
; A222834: Number of n X 4 0..3 arrays with no element equal to another at a city block distance of exactly two, and new values 0..3 introduced in row major order.
; 7,96,216,600,1536,4056,10584,27744,72600,190104,497664,1302936,3411096,8930400,23380056,61209816,160249344,4195382... |
oeis/100/A100059.asm | neoneye/loda-programs | 11 | 50478 | <reponame>neoneye/loda-programs
; A100059: First differences of A052911.
; Submitted by <NAME>
; 1,5,14,45,139,434,1351,4209,13110,40837,127203,396226,1234207,3844441,11975078,37301261,116189979,361921042,1127350583,3511592833,10938286998,34071752661,106130359315,330586256610
mov $3,2
lpb $0
sub $0,1
add $1,2
ad... |
oeis/118/A118263.asm | neoneye/loda-programs | 11 | 50479 | <filename>oeis/118/A118263.asm
; A118263: a(3n) = 2^n, a(3n+1) = 3^n, a(3n+2) = 4^n.
; 1,1,1,2,3,4,4,9,16,8,27,64,16,81,256,32,243,1024,64,729,4096,128,2187,16384,256,6561,65536,512,19683,262144,1024,59049,1048576,2048,177147,4194304,4096,531441,16777216,8192,1594323,67108864,16384,4782969,268435456,32768,14348907,1073... |
bootsector/01-hello-bootsector/boot.asm | wpmed92/os-adventures | 1 | 50480 | ;compiling this will generate an 512 byte boot sector, which will be interpreted by the bios as a bootable disk
;it just defines an inifite loop, adds padding zeroes, and the magic 0x55AA at the end, indicating the disk is bootable
loop:
jmp loop
; $ is the current address, $$ is start of section, so $-$$ is the len... |
lab3.asm | ToBadForYou/tsea28-labs | 0 | 50481 | ;*******************************
;*
;* Malldokument Lab2 i Datorteknik Y (Darma)
;*
;* KPa 180212
;* 180219 Fix initGPIOE, GPIODATA def
;* 180301 Move definitions to top of file, use only english comments
;* 190213 Update definitions to use .equ/mov/movt instead of .field/ldr
;* OAn 200131 Last line in inte... |
Transynther/x86/_processed/NC/_st_zr_sm_/i3-7100_9_0x84_notsx.log_21829_566.asm | ljhsiun2/medusa | 9 | 50483 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r15
push %r8
push %r9
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_normal_ht+0x14edf, %r8
nop
nop
nop
nop
and %rbx, %rbx
movb (%r8), %r12b
nop
nop
nop
and %r9, %r9
lea addresses_D_ht+0x765f, %rdx
nop
nop
nop
nop
nop
xor $4099... |
A3 - Estruturas de fluxo/e2.asm | ZePaiva/ACI | 0 | 50484 | <reponame>ZePaiva/ACI
.data
str1: .asciiz "Introduza um numero: "
str2: .asciiz "\nO valor em bin'ario e': "
.eqv print_str, 4
.eqv read_int, 5
.eqv print_char, 11
.text
.globl main
main: ori $t0, $0, 0 # value
ori $t1, $0, 0 # bit
ori $t2, $0, 0 # i
ori $v0, $0, print_str
la $a0, str1
syscall
ori $v0, $0,... |
engine/in_game_trades.asm | adhi-thirumala/EvoYellow | 16 | 50485 | DoInGameTradeDialogue:
; trigger the trade offer/action specified by wWhichTrade
call SaveScreenTilesToBuffer2
ld hl,TradeMons
ld a,[wWhichTrade]
ld bc,$e
call AddNTimes
ld a,[hli]
ld [wInGameTradeGiveMonSpecies],a
ld a,[hli]
ld [wInGameTradeReceiveMonSpecies],a
ld a,[hli]
push af
ld de,wInGameTradeMonNick
... |
size_test/size_fdiv.asm | DW0RKiN/Floating-point-Library-for-Z80 | 12 | 50486 | INCLUDE "finit.asm"
color_flow_warning EQU 0
carry_flow_warning EQU 1
DATA_ADR EQU $6000 ; 24576
TEXT_ADR EQU $E000 ; 57344
ORG DATA_ADR
; Lookup tables
INCLUDE "fdiv.tab"
; Subroutines
INCLUDE "fdiv.asm"
|
modules/console/iConsole.asm | jaredwhitney/os3 | 5 | 50487 | [bits 32]
console.init :
methodTraceEnter
pusha
; call ProgramManager.getProgramNumber ; register program with the OS
; mov [console.pnum], bl
; call ProgramManager.setActive ; Make removable Later
;
; ;mov ebx, 0x10fa ; sectors
; ;cmp byte [Graphics.VESA_MODE], 0x0
; ; je console.init.novesa
; call Window.getSecto... |
base/mvdm/wow16/kernel31/patch.asm | npocmaka/Windows-Server-2003 | 17 | 50488 | .xlist
include kernel.inc
include gpfix.inc
include pdb.inc
include tdb.inc
include newexe.inc
include protect.inc
.list
.386
ERROR_NO_MORE_ITEMS EQU 259
;-----------------------------------------------------------------------
;----------------------------------------------------------------... |
LmaOS.65c02/src/lcd1602.asm | nrivard/lmaos | 3 | 50489 | ; LmaOS
;
; Copyright <NAME> 2021
.ifndef LCD1602_ASM
LCD1602_ASM = 1
.include "lcd1602.inc"
.export LCDInit, LCDMoveCursor, LCDSendByte, LCDPrintString, LCDSendInstruction, LCDPollBusy, LCDSendBlock
;;; initializes the 1602a LCD to 2 line, 5x8 chars, auto-increment
LCDInit:
@Preamble:
PHA
@SetupLCD:
LDA #(... |
Transynther/x86/_processed/NONE/_st_/i7-7700_9_0xca.log_21829_524.asm | ljhsiun2/medusa | 9 | 50490 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r14
push %r15
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x16529, %r14
nop
nop
xor %rbp, %rbp
movb $0x61, (%r14)
nop
nop
nop
dec %r13
lea addresses_A_ht+0x109ce, %r14
nop
inc %rdi
vmovups (%r14), %ymm7
vextr... |
oeis/160/A160797.asm | neoneye/loda-programs | 11 | 50491 | ; A160797: First differences of A160796.
; Submitted by <NAME>
; 1,7,3,21,3,21,9,63,3,21,9,63,9,63,27,189,3,21,9,63,9,63,27,189,9,63,27,189,27,189,81,567,3,21,9,63,9,63,27,189,9,63,27,189,27,189,81,567,9,63,27,189,27,189,81,567,27,189,81,567,81
mov $1,1
lpb $0
add $2,6
lpb $0
dif $0,2
mov $2,2
lpe
sub ... |
programs/oeis/165/A165563.asm | karttu/loda | 1 | 50492 | ; A165563: a(n) = 1 + 2*n + n^2 + 2*n^3 + n^4.
; 1,7,41,151,409,911,1777,3151,5201,8119,12121,17447,24361,33151,44129,57631,74017,93671,117001,144439,176441,213487,256081,304751,360049,422551,492857,571591,659401,756959,864961,984127,1115201,1258951,1416169,1587671,1774297,1976911,2196401,2433679,2689681,2965367,326172... |
IMU/VTK-6.2.0/Rendering/VolumeOpenGL/vtkVolumeTextureMapper3D_OneComponentNoShadeFP.asm | timkrentz/SunTracker | 4 | 50493 | !!ARBfp1.0
# This is the fragment program for one
# component data with no shading
# We need some temporary variables
TEMP temp1, temp2, temp3;
# We are going to use the first
# texture coordinate
ATTRIB tex0 = fragment.texcoord[0];
# This is our output color
OUTPUT out = result.color;
# Look up the... |
programs/oeis/103/A103832.asm | neoneye/loda | 22 | 50495 | <filename>programs/oeis/103/A103832.asm<gh_stars>10-100
; A103832: For even n, a(n)=2n+1, for odd n, a(n)=n(n+1)
; 1,2,5,12,9,30,13,56,17,90,21,132,25,182,29,240,33,306,37,380,41,462,45,552,49,650,53,756,57,870,61,992,65,1122,69,1260,73,1406,77,1560,81,1722,85,1892,89,2070,93,2256,97,2450,101,2652,105,2862,109,3080,113... |
oeis/065/A065369.asm | neoneye/loda-programs | 11 | 50496 | ; A065369: Replace 3^k with (-3)^k in ternary expansion of n.
; Submitted by <NAME>
; 0,1,2,-3,-2,-1,-6,-5,-4,9,10,11,6,7,8,3,4,5,18,19,20,15,16,17,12,13,14,-27,-26,-25,-30,-29,-28,-33,-32,-31,-18,-17,-16,-21,-20,-19,-24,-23,-22,-9,-8,-7,-12,-11,-10,-15,-14,-13,-54,-53,-52,-57,-56,-55,-60,-59,-58,-45,-44,-43,-48,-47,-4... |
experiment08/3a_BRN_BREQ_BRNE_BRCS_BRCC_CLC_SEC.asm | EmilyClaire/space_invader | 0 | 50497 | <reponame>EmilyClaire/space_invader<filename>experiment08/3a_BRN_BREQ_BRNE_BRCS_BRCC_CLC_SEC.asm
;- Programmers: <NAME> and <NAME>
;- Date: 26 Feb 2011
;- Version: 1a
;--------------------------------------------------------------------
;-######## Case #3 - BRN, BREQ, BRNE, BRCS, BRCC, CLC, SEC ########-;
;------------... |
data/pokemon/base_stats/dugtrio.asm | opiter09/ASM-Machina | 1 | 50498 | <filename>data/pokemon/base_stats/dugtrio.asm
db DEX_DUGTRIO ; pokedex id
db 35, 80, 50, 120, 70
; hp atk def spd spc
db GROUND, GROUND ; type
db 50 ; catch rate
db 153 ; base exp
INCBIN "gfx/pokemon/front/dugtrio.pic", 0, 1 ; sprite dimensions
dw DugtrioPicFront, DugtrioPicBack
db SCRATCH, GROWL... |
Mips/Studies/addingIntergers.asm | otavreis/-Computer-Architecture-and-Organization | 1 | 50499 | .data
number1: .word 5
number2: .word 10
.text
lw $t0, number1($zero)
lw $t1, number2($zero)
add $t2, $t0, $t1 #t2 = t0 + t1
li $v0, 1
add $a0, $zero, $t2 #a0 = t2
syscall |
project/ntstub/i386/5_2_3790_sp2_ssdt_sysenter.asm | mehrdad-shokri/windows-syscall-table | 372 | 50500 | <gh_stars>100-1000
; DO NOT MODIFY THIS FILE DIRECTLY!
; author: @TinySecEx
; ssdt asm stub for 5.2.3790-sp2-windows-2003 i386
.686
.mmx
.xmm
.model flat,stdcall
option casemap:none
option prologue:none
option epilogue:none
.code
; ULONG __stdcall NtAcceptConnectPort( ULONG arg_01 , ULONG arg_0... |
getCountTest.asm | ehsansalimian/xv6_changed | 0 | 50501 | <reponame>ehsansalimian/xv6_changed<filename>getCountTest.asm
_getCountTest: file format elf32-i386
Disassembly of section .text:
00000000 <strcpy>:
#include "user.h"
#include "x86.h"
char*
strcpy(char *s, const char *t)
{
0: 55 push %ebp
1: 89 e5 mov %esp,%ebp
... |
oeis/137/A137787.asm | neoneye/loda-programs | 11 | 50503 | <gh_stars>10-100
; A137787: a(n) = 5^n - 4^n - 3^n - 2^n.
; Submitted by <NAME>
; -2,-4,-4,26,272,1826,10736,59426,318272,1670786,8656976,44454626,226827872,1151991746,5830280816,29429454626,148249811072,745630312706,3745590106256,18797445635426,94264432179872,472428649241666,2366562219717296,11850466059333026
mov $3,... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_3003.asm | ljhsiun2/medusa | 9 | 50504 | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %rax
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0x12522, %rsi
lea addresses_D_ht+0x6785, %rdi
nop
nop
nop
dec %rax
mov $78, %rcx
rep movsb
add %r13, %r13
lea addresses_WT_ht+0xfd22, %rax
cmp %rdi, %rdi
mov $0x6162636465666768, %r13
movq %r... |
oeis/349/A349214.asm | neoneye/loda-programs | 11 | 50507 | ; A349214: a(n) = Sum_{k=1..n} k^c(k), where c is the prime characteristic (A010051).
; Submitted by <NAME>(s2)
; 1,3,6,7,12,13,20,21,22,23,34,35,48,49,50,51,68,69,88,89,90,91,114,115,116,117,118,119,148,149,180,181,182,183,184,185,222,223,224,225,266,267,310,311,312,313,360,361,362,363,364,365,418,419,420,421,422,423,... |
oeis/002/A002109.asm | neoneye/loda-programs | 11 | 50508 | <reponame>neoneye/loda-programs
; A002109: Hyperfactorials: Product_{k = 1..n} k^k.
; 1,1,4,108,27648,86400000,4031078400000,3319766398771200000,55696437941726556979200000,21577941222941856209168026828800000,215779412229418562091680268288000000000000000,61564384586635053951550731889313964883968000000000000000,548914237... |
WangShuang_book/p259.asm | SmirnovKol/Learning_x86_assembly_language | 1 | 50509 | ; display the cursor at a specified location
assume cs:code
code segment
start: mov ah, 2 ; set cursor
mov bh, 0 ; the 0th page
mov dh, 5 ; row number
mov dl, 12; column number
int 10h
code ends
end start
|
ref/master-lib/src/keybeep.asm | mediaexplorer74/dosbox-x | 3 | 50510 | .MODEL SMALL
include func.inc
.CODE
; void key_beep_off(void) ;
; void key_beep_on(void) ;
; 92/11/24
func KEY_BEEP_OFF
xor AX,AX
mov ES,AX
or byte ptr ES:[500H],20h
ret
EVEN
endfunc
func KEY_BEEP_ON
xor AX,AX
mov ES,AX
and byte ptr ES:[500H],NOT 20h
ret
EVEN
endfunc
END
|
chapter_3/page_127/exercise_9/ExpQueryModuleInformation.asm | assaflevy/practical_reverse_engineering | 0 | 50511 | nt!ExpQueryModuleInformation:
fffff800`7fe255d0 48895c2408 mov qword ptr [rsp+8],rbx
fffff800`7fe255d5 4889742418 mov qword ptr [rsp+18h],rsi
fffff800`7fe255da 4889542410 mov qword ptr [rsp+10h],rdx
fffff800`7fe255df 57 push rdi
fffff800`7fe255e0 4154 push r12
ff... |
progs/chap08p04-vowel.asm | HKhademian/AssemblyDandamudi | 1 | 50512 | %include "lib.asm"
extern ExitProcess
global _start
section .text
NULL EQU 0
MAX EQU 1000
CRLF db 0DH, 0AH, NULL
MSG_HEADER db " Vowel Count", NULL
MSG_A db "a or A ", NULL
MSG_E db "e or E ", NULL
MSG_I db "i or I ", NULL
MSG_O db "o or O ", NULL
MSG_U db "u or U ", NULL
sect... |
P6/data_P6_2/cal_I_test2.asm | alxzzhou/BUAA_CO_2020 | 1 | 50513 | lui $1,35504
ori $1,$1,21330
lui $2,39290
ori $2,$2,45833
lui $3,969
ori $3,$3,64206
lui $4,61086
ori $4,$4,43271
lui $5,18938
ori $5,$5,50476
lui $6,3663
ori $6,$6,602
mthi $1
mtlo $2
sec0:
nop
nop
nop
xori $1,$2,31350
sec1:
nop
nop
addu $2,$5,$1
xori $3,$2,9049
sec2:
nop
nop
sltiu $2,$6,16162
xori $6,$2,6... |
programs/oeis/265/A265611.asm | karttu/loda | 0 | 50514 | <reponame>karttu/loda<filename>programs/oeis/265/A265611.asm
; A265611: a(n) = a(n-1) + floor((n-1)/2) - (-1)^n + 2 for n>=2, a(0)=1, a(1)=3.
; 1,3,4,8,10,15,18,24,28,35,40,48,54,63,70,80,88,99,108,120,130,143,154,168,180,195,208,224,238,255,270,288,304,323,340,360,378,399,418,440,460,483,504,528,550,575,598,624,648,67... |
oeis/024/A024851.asm | neoneye/loda-programs | 11 | 50517 | <filename>oeis/024/A024851.asm
; A024851: Least m such that if r and s in {-F(2*h) + tau*(F(2*h-1): h = 1,2,...,n} satisfy r < s, then r < k/m < s for some integer k, where F = A000045 (Fibonacci numbers) and tau = (1+sqrt(5))/2 (golden ratio).
; Submitted by <NAME>
; 2,5,12,30,77,200,522,1365,3572,9350,24477,64080,167... |
eurasia/services4/srvinit/devices/sgx/eventhandler.use.asm | shaqfu786/GFX_Linux_DDK | 3 | 50518 | /*****************************************************************************
Name : eventhandler.use.asm
Title : USE program for EDM event processing
Author : PowerVR
Created : 02/12/2005
Copyright : 2005 by Imagination Technologies Limited. All rights reserved.
No part of this software, either mate... |
Firmware/obj/hm_trp/radio~hm_trp/main.asm | mgrunsfeld/SiK | 0 | 50519 | <gh_stars>0
;--------------------------------------------------------
; File Created by SDCC : free open source ANSI-C Compiler
; Version 3.5.0 #9253 (Mar 24 2016) (Linux)
; This file was generated Mon Jul 23 11:34:46 2018
;--------------------------------------------------------
.module main
.optsdcc -mmcs51 --model... |
data/mapObjects/RocketHideoutElevator.asm | AmateurPanda92/pokemon-rby-dx | 9 | 50520 | RocketHideoutElevator_Object:
db $f ; border block
db 2 ; warps
warp 2, 1, 2, ROCKET_HIDEOUT_B1F
warp 3, 1, 4, ROCKET_HIDEOUT_B1F
db 1 ; signs
sign 1, 1, 1 ; RocketHideoutElevatorText1
db 0 ; objects
; warp-to
warp_to 2, 1, ROCKET_HIDEOUT_ELEVATOR_WIDTH ; ROCKET_HIDEOUT_B1F
warp_to 3, 1, ROCKET_HIDEOUT_EL... |
data/mapObjects/pewterpokecenter.asm | adhi-thirumala/EvoYellow | 16 | 50522 | <gh_stars>10-100
PewterPokecenterObject:
db $0 ; border block
db $2 ; warps
db $7, $3, $6, $ff
db $7, $4, $6, $ff
db $0 ; signs
db $6 ; objects
object SPRITE_NURSE, $3, $1, STAY, DOWN, $1 ; person
object SPRITE_GENTLEMAN, $b, $7, STAY, LEFT, $2 ; person
object SPRITE_JIGGLYPUFF, $1, $3, STAY, DOWN, $3 ; per... |
src_test/tests/slt-op.asm | hgunicamp/Mips8B | 0 | 50525 | ; Slt simples
addi $1 $0 107
addi $2 $0 76
addi $3 $0 -35
addi $4 $0 -64
slt $7 $1 $2
slt $6 $3 $4
slt $5 $4 $1
addi $5 $0 15
addi $6 $0 16
addi $7 $0 -87
slt $4 $7 $6
slt $3 $5 $6
slt $2 $7 $5
slt $1 $6 $5
; $0 como destino (serve como NOP)
addi $1 $0 7
addi $2 $0 6
addi $3 $0 5
addi $4 $0 4
addi $5 $0 5
addi $6 $0 6... |
Src/Ant8/Tests/ad8/basic/02.asm | geoffthorpe/ant-architecture | 0 | 50526 | <reponame>geoffthorpe/ant-architecture
# $Id: 02.asm,v 1.1 2001/03/22 21:31:40 ellard Exp $
#@ Tests the 'd' command, and a little st1.
lc r2, 1
lc r3, 2
lc r4, $_data_
store1:
st r2, r4, 0
st r3, r4, 1
store2:
st r2, r4, 2
st r3, r4, 3
hlt
_data_:
.byte 0xff, 0xff, 0x0, 0x0
.byte 0xff, 0xff, 0x0, 0x0
end... |
Transynther/x86/_processed/AVXALIGN/_ht_zr_un_/i7-7700_9_0x48.log_21829_1829.asm | ljhsiun2/medusa | 9 | 50527 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r14
push %r15
push %r8
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x65cb, %rsi
nop
sub $5364, %rdx
mov $0x6162636465666768, %r14
movq %r14, %xmm1
movups %xmm1, (%rsi)
xor $40457, %r11
lea addresses_normal_ht+0x5fb3, %rsi
nop
nop
nop
inc %rdx
... |
Transynther/x86/_processed/US/_st_4k_/i7-7700_9_0x48_notsx.log_34_373.asm | ljhsiun2/medusa | 9 | 50528 | .global s_prepare_buffers
s_prepare_buffers:
push %r11
push %r14
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0xe765, %rsi
lea addresses_WC_ht+0x2c47, %rdi
nop
nop
and $2177, %r11
mov $119, %rcx
rep movsb
nop
nop
nop
cmp $62780, %rbx
lea addresses_normal_ht+0x8da3, %rbx
clflush (%rbx)
nop
nop
nop
xor $32... |
programs/oeis/061/A061392.asm | neoneye/loda | 22 | 50529 | ; A061392: a(n) = a(floor(n/3)) + a(ceiling(n/3)) with a(0) = 0 and a(1) = 1.
; 0,1,1,2,2,2,2,3,3,4,4,4,4,4,4,4,4,4,4,5,5,6,6,6,6,7,7,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,9,9,10,10,10,10,11,11,12,12,12,12,12,12,12,12,12,12,13,13,14,14,14,14,15,15,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,... |
testsuite/ubivm/output/test4.asm | alexgarzao/UOP | 0 | 50531 | .constant_pool
.const 0 string [start]
.const 1 string [constructor]
.const 2 string [quantos]
.const 3 int [10]
.const 4 string [x]
.const 5 int [1]
.const 6 string [io.writeln]
.end
.entity start
.valid_context_when (always)
.method constructor
.var 0 int quantos
.var 1 ... |
oeis/001/A001540.asm | neoneye/loda-programs | 11 | 50535 | ; A001540: Number of transpositions needed to generate permutations of length n.
; Submitted by <NAME>
; 0,2,8,36,184,1110,7776,62216,559952,5599530,61594840,739138092,9608795208,134523132926,2017846993904,32285551902480,548854382342176,9879378882159186,187708198761024552,3754163975220491060,78837443479630312280,173442... |
libsrc/_DEVELOPMENT/arch/zxn/esxdos/c/sdcc_iy/esx_f_seekdir.asm | jpoikela/z88dk | 640 | 50537 | ; unsigned char esx_f_seekdir(unsigned char handle,uint32_t pos)
SECTION code_esxdos
PUBLIC _esx_f_seekdir
EXTERN asm_esx_f_seekdir
_esx_f_seekdir:
pop hl
dec sp
pop af
pop de
pop bc
push bc
push de
push af
inc sp
push hl
jp asm_esx_f_seekdir
|
ASMFiles/printASCII.asm | Undeadtaker/Assembly | 0 | 50538 | .model small
.data
num1 db 2
.code
main proc
mov dl, num1 ; This is now a decimal value of 50, in the ASCII table it is the value of 2, so 2 will be printed.
; The hex for 2 is 32h, so we could do mov dl, 32h and get the same result. The value printed will always be A... |
firmware/random.asm | jmptable/tiny-asm-copter | 1 | 50539 | <reponame>jmptable/tiny-asm-copter
random_numbers:
.db 0, 6
.db 0, 6
.db 0, 6
.db 0, 6
.db 0, 6
.db 0, 6
.db 0, 6
.db 0, 6
.db 0, 6
.db 0, 6
.db 0, 6
.db 0, 6
.db 0, 6
.db 0, 3
.db 0, 4
.db 0, 3
.db 0, 4
.db 0, 2
.db 1, 4
.db 1, 5
.db 1, 4
.db 2, 5
.db 3, 4
.db 2, 4
.db... |
Transynther/x86/_processed/NONE/_un_/i9-9900K_12_0xa0_notsx.log_1_1409.asm | ljhsiun2/medusa | 9 | 50540 | <filename>Transynther/x86/_processed/NONE/_un_/i9-9900K_12_0xa0_notsx.log_1_1409.asm
.global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r14
push %r15
push %r8
push %rbx
push %rcx
push %rdi
lea addresses_A_ht+0x174cf, %rdi
nop
cmp $33237, %r8
movb (%rdi), %r15b
nop
nop
nop
nop
sub $64440, %r13
lea addresses_UC... |
Wklawiatura.asm | edenlandpl/keyboard-responds-to-specific-characters | 0 | 50542 | <reponame>edenlandpl/keyboard-responds-to-specific-characters
format MZ
stack stk:256
entry text:main
macro delay time
{
local ext, iter
push cx
mov cx, time
ext:
push cx
mov cx, 0FFFFh
iter:
loop iter
pop cx
loop ext
pop cx
}
segment data_16 use16
_stare08 dw ?
dw ?
_stare09 dw ?
d... |
src/oam.asm | ploe/stix | 1 | 50543 | INCLUDE "hardware.inc"
INCLUDE "kernel.inc"
INCLUDE "oam.inc"
SECTION "Object Attribute Memory WRAM Data", WRAM0[$C000]
; Oam_Buffer needs to be aligned with $XX00 as the built-in DMA reads
; from there to $XX9F
Oam_Buffer:: ds OAM_OBJECT_SIZE * OAM_LIMIT
Oam_Top:: dw
Active_Sprite_Bank:: db
Sprite_Buffer_0:: ds SPRI... |
Transynther/x86/_processed/AVXALIGN/_zr_/i9-9900K_12_0xca.log_21829_365.asm | ljhsiun2/medusa | 9 | 50544 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r14
push %r8
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0x1dd93, %rbp
nop
nop
and %r14, %r14
mov $0x6162636465666768, %r8
movq %r8, (%rbp)
nop
nop
nop
xor $42971, %r10
lea addresses_normal_ht+0x1301d, %rsi
lea addresse... |
python_src/other/export/screen_7_4.asm | fjpena/sword-of-ianna-msx2 | 43 | 50545 | org $0000
; Object types
OBJECT_NONE EQU 0
OBJECT_SWITCH EQU 1
OBJECT_DOOR EQU 2
OBJECT_DOOR_DESTROY EQU 3
OBJECT_FLOOR_DESTROY EQU 4
OBJECT_WALL_DESTROY EQU 5
OBJECT_BOX_LEFT EQU 6
OBJECT_BOX_RIGHT EQU 7
OBJECT_JAR EQU 8
OBJECT_TELEPORTER EQU 9
; Pickable object types
OBJECT_KEY_GREEN EQU 11
OBJECT_KEY_BLUE EQU... |
oeis/191/A191629.asm | neoneye/loda-programs | 11 | 50546 | <gh_stars>10-100
; A191629: a(n) = floor((2^n)/(3*n - 1)).
; Submitted by <NAME>(s3)
; 1,0,1,1,2,3,6,11,19,35,64,117,215,399,744,1394,2621,4946,9362,17772,33825,64527,123361,236298,453438,871543,1677721,3234162,6242685,12064514,23342213,45210182,87652393,170097714,330382099,642238100,1249445031,2432547849,4739274257,92... |
programs/oeis/163/A163818.asm | jmorken/loda | 1 | 50547 | <reponame>jmorken/loda<gh_stars>1-10
; A163818: Expansion of (1 - x) * (1 - x^6) / ((1 - x^2) * (1 - x^5)) in powers of x.
; 1,-1,1,-1,1,0,-1,1,-1,1,0,-1,1,-1,1,0,-1,1,-1,1,0,-1,1,-1,1,0,-1,1,-1,1,0,-1,1,-1,1,0,-1,1,-1,1,0,-1,1,-1,1,0,-1,1,-1,1,0,-1,1,-1,1,0,-1,1,-1,1,0,-1,1,-1,1,0,-1,1,-1,1,0,-1,1,-1,1,0,-1,1,-1,1,0,-... |
libsrc/cpc/cpc_SetBorder.asm | jpoikela/z88dk | 640 | 50548 | ;
; Amstrad CPC library
; Set Border Color
; ******************************************************
; ** Librería de rutinas para Amstrad CPC **
; ** <NAME>, Artaburu 2009 **
; ******************************************************
;
; $Id: cpc_SetBorder.asm $
;
SE... |
bootsect00v2.asm | EchoXTeknology/bootsector | 0 | 50549 | %if ( __NASM_MAJOR__ < 2 )
%fatal "NASM Compiler Version 2.0 or later is required!"
%endif
%if ( __BITS__ != 16 )
;@TODO: Warning Message(s) for Assembler Instruction set Compilation...
CPU 8086
%if ( __BITS__ != 16)
; @TODO: Warning Message(s) for Assembler Instruction set Compilation...
USE16
... |
shutdown.asm | akhilsinghal1234/xv6-OS | 1 | 50550 |
_shutdown: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
#include "user.h"
#include "stat.h"
int main()
{
0: 8d 4c 24 04 lea 0x4(%esp),%ecx
4: 83 e4 f0 and $0xfffffff0,%esp
7: ff 71 fc pushl -0x4(%ecx)
a: 55 push... |
iocla_tema_2/my_strstr.asm | gabi62215/Teme | 0 | 50551 | <reponame>gabi62215/Teme
%include "io.mac"
section .data
haystack_len dd 0
section .text
global my_strstr
extern printf
my_strstr:
;; DO NOT MODIFY
push ebp
mov ebp, esp
pusha
mov edi, [ebp + 8] ; substr_index
mov esi, [ebp + 12] ; haystack
mov ebx, [eb... |
V1/src/ash.z80.asm | anjennings/Tom80 | 55 | 50552 | <reponame>anjennings/Tom80
;ASH - Aidan's SHell
;32K EEPROM (0x0000 - 0x7FFF)
;32K SRAM (0x8000 - FFFF)
;IO Provided via 16550 UART
;TODO:
;Change most DE to HL
;Change eror to check for non-zero values
;conway's game of life?
;Arrow Key and Backspace Handling
STACK_PTR equ 0x0000
;First byte of term buf is the size... |
data/baseStats/dragonair.asm | etdv-thevoid/pokemon-rgb-enhanced | 1 | 50554 | <reponame>etdv-thevoid/pokemon-rgb-enhanced
db DRAGONAIR ; pokedex id
db 61 ; base hp
db 84 ; base attack
db 65 ; base defense
db 70 ; base speed
db 70 ; base special
db DRAGON ; species type 1
db DRAGON ; species type 2
db 45 ; catch rate
db 144 ; base exp yield
INCBIN "pic/gsmon/dragonair.pic",0,1 ; 66, sprite dimens... |
programs/oeis/084/A084158.asm | neoneye/loda | 22 | 50555 | ; A084158: a(n) = A000129(n)*A000129(n+1)/2.
; 0,1,5,30,174,1015,5915,34476,200940,1171165,6826049,39785130,231884730,1351523251,7877254775,45912005400,267594777624,1559656660345,9090345184445,52982414446326,308804141493510,1799842434514735,10490250465594899,61141660359054660,356359711688733060,2077016609773343701,1210... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.