commit
stringlengths
40
40
subject
stringlengths
6
199
message
stringlengths
11
1.33k
repos
stringlengths
15
11.5k
file_path
stringlengths
6
59
license
stringclasses
9 values
unix_time
int64
1.33B
1.61B
new_contents
stringlengths
151
211k
old_contents
stringlengths
151
208k
15058430f0e7d9dd5892d29df40f571b976c584a
Add a new test case for pmuludq
Add a new test case for pmuludq
copy/v86,copy/v86,copy/v86,copy/v86,copy/v86,copy/v86,copy/v86
tests/nasm/pmuludq.asm
bsd-2-clause
1,537,210,625
global _start section .data align 16 dword1: dd 0x00000002 dword2: dd 0xFFFFFF11 dword3: dd 0xFFF00000 dword4: dd 0x0000FFFF dword5: dd 0xFFFFFFFF mydword: dd 0xcafebabe myaddress: dq 0x00adbeefc0de00ce qword1: dq 0xffffffff00000001 %include "header.inc" movd mm0, [dword1] movd mm1, [dword2] movd mm2, ...
global _start section .data align 16 dword1: dd 0x00000002 dword2: dd 0xFFFFFF11 dword3: dd 0xFFF00000 dword4: dd 0x0000FFFF dword5: dd 0xFFFFFFFF mydword: dd 0xcafebabe myaddress: dq 0x00adbeefc0de00ce qword1: dq 0xffffffff00000001 %include "header.inc" movd mm0, [dword1] movd mm1, [dword2] movd mm2, ...
6aee748d1162d888a5a33b46296ed9273192143b
updated bonk regions
updated bonk regions
mmxbass/z3randomizer,mmxbass/z3randomizer
inverted.asm
mit
1,537,203,326
; Does tile modification for... the pyramid of power hole ; after Ganon slams into it in bat form? Overworld_CreatePyramidHoleModified: LDA.l InvertedMode : BNE + BRL .originalBehaviour + .invertedBehavior REP #$30 LDX.w #$0440 LDA.w #$0E39 JSL Overworld_DrawPersistentMap16 LDX.w #$04BC LDA.w #$0E3A JSL...
; Does tile modification for... the pyramid of power hole ; after Ganon slams into it in bat form? Overworld_CreatePyramidHoleModified: LDA.l InvertedMode : BNE + BRL .originalBehaviour + .invertedBehavior REP #$30 LDX.w #$0440 LDA.w #$0E39 JSL Overworld_DrawPersistentMap16 LDX.w #$04BC LDA.w #$0E3A JSL...
5c88aa287ca7fd2865ea5331c826ea02d18002bf
bonk regions
bonk regions
mmxbass/z3randomizer,mmxbass/z3randomizer
inverted.asm
mit
1,537,154,774
; Does tile modification for... the pyramid of power hole ; after Ganon slams into it in bat form? Overworld_CreatePyramidHoleModified: LDA.l InvertedMode : BNE + BRL .originalBehaviour + .invertedBehavior REP #$30 LDX.w #$0440 LDA.w #$0E39 JSL Overworld_DrawPersistentMap16 LDX.w #$04BC LDA.w #$0E3A JSL...
; Does tile modification for... the pyramid of power hole ; after Ganon slams into it in bat form? Overworld_CreatePyramidHoleModified: LDA.l InvertedMode : BNE + BRL .originalBehaviour + .invertedBehavior REP #$30 LDX.w #$0440 LDA.w #$0E39 JSL Overworld_DrawPersistentMap16 LDX.w #$04BC LDA.w #$0E3A JSL...
2651efe0d156bea0f71d497de00f111a91509edc
menu item swap when using boomerang stun fix
menu item swap when using boomerang stun fix
mmxbass/z3randomizer,mmxbass/z3randomizer
hardmode.asm
mit
1,536,803,228
;================================================================================ ; Hard & Masochist Mode ;================================================================================ CalculateSpikeFloorDamage: REP #$20 ; set 16-bit accumulator LDA $A0 ; these are all decimal because i got them that way CMP.w...
;================================================================================ ; Hard & Masochist Mode ;================================================================================ CalculateSpikeFloorDamage: REP #$20 ; set 16-bit accumulator LDA $A0 ; these are all decimal because i got them that way CMP.w...
f863149c1615056fcaca8d6192bd0eef33cc2098
added gt animation on door
added gt animation on door
mmxbass/z3randomizer,mmxbass/z3randomizer
entrances.asm
mit
1,536,739,952
;-------------------------------------------------------------------------------- ; LockAgahnimDoors: ; Returns: 0=Unlocked - 1=Locked ;-------------------------------------------------------------------------------- LockAgahnimDoors: LDA.l AgahnimDoorStyle BNE + ;#$0 = Never Locked LDA.w #$0000 : RTL + : CMP.w ...
;-------------------------------------------------------------------------------- ; LockAgahnimDoors: ; Returns: 0=Unlocked - 1=Locked ;-------------------------------------------------------------------------------- LockAgahnimDoors: LDA.l AgahnimDoorStyle BNE + ;#$0 = Never Locked LDA.w #$0000 : RTL + : CMP.w ...
ce0af90b3560ae8fc696ae4057db3e39dbf1d936
warps for tr, hooks gtanimation, barrier
warps for tr, hooks gtanimation, barrier
mmxbass/z3randomizer,mmxbass/z3randomizer
sandbox.asm
mit
1,536,739,845
;Spawn location table cryptic documentation ;$A0 |$15B6E - $15B7B (2) Starting room ;$0601 |$15B7C - $15BB3 (8) scroll ranges ;$E2 |$15BB4 - $15BC1 (2) Location X? Scroll Data ;$E8 |$15BC2 - $15BCF (2) Location Y? Scroll Data ;$20 |$15BD0 - $15BDD (2) link x? ;$22 |$15BDE - $15BEB (2) link y...
;Spawn location table cryptic documentation ;$A0 |$15B6E - $15B7B (2) Starting room ;$0601 |$15B7C - $15BB3 (8) scroll ranges ;$E2 |$15BB4 - $15BC1 (2) Location X? Scroll Data ;$E8 |$15BC2 - $15BCF (2) Location Y? Scroll Data ;$20 |$15BD0 - $15BDD (2) link x? ;$22 |$15BDE - $15BEB (2) link y...
f1e145dbf5862c8fbc5dede3104ae5553614b8fb
ganon tower animation for castle, barrier removed
ganon tower animation for castle, barrier removed
mmxbass/z3randomizer,mmxbass/z3randomizer
inverted.asm
mit
1,536,739,794
; Does tile modification for... the pyramid of power hole ; after Ganon slams into it in bat form? Overworld_CreatePyramidHoleModified: LDA.l InvertedMode : BNE + BRL .originalBehaviour + .invertedBehavior REP #$30 LDX.w #$0440 LDA.w #$0E39 JSL Overworld_DrawPersistentMap16 LDX.w #$04BC LDA.w #$0E3A JSL...
; Does tile modification for... the pyramid of power hole ; after Ganon slams into it in bat form? Overworld_CreatePyramidHoleModified: LDA.l InvertedMode : BNE + BRL .originalBehaviour + .invertedBehavior REP #$30 LDX.w #$0440 LDA.w #$0E39 JSL Overworld_DrawPersistentMap16 LDX.w #$04BC LDA.w #$0E3A JSL...
e8f513e2ca1bc2795a2645b20ad49ff13195371a
pyramid peg, eye fix
pyramid peg, eye fix
mmxbass/z3randomizer,mmxbass/z3randomizer
invertedmaps.asm
mit
1,536,466,182
Overworld_LoadNewTiles: { SEP #$30 LDA InvertedMode : BEQ .notInverted PHB ; Set the data bank to $7E. LDA.b #$7E : PHA : PLB REP #$30 ; Use it as an index into a jump table. LDA $8A : CMP #$0080 : !BGE .noData ASL A : TAX JSR (Overworld_NewTilesTable, X) ...
Overworld_LoadNewTiles: { SEP #$30 LDA InvertedMode : BEQ .notInverted PHB ; Set the data bank to $7E. LDA.b #$7E : PHA : PLB REP #$30 ; Use it as an index into a jump table. LDA $8A : CMP #$0080 : !BGE .noData ASL A : TAX JSR (Overworld_NewTilesTable, X) ...
676982035cccdd75b08f7a43f44bc956230dd2db
added exit/entrance
added exit/entrance
mmxbass/z3randomizer,mmxbass/z3randomizer
invertedmaps.asm
mit
1,536,464,122
Overworld_LoadNewTiles: { SEP #$30 LDA InvertedMode : BEQ .notInverted PHB ; Set the data bank to $7E. LDA.b #$7E : PHA : PLB REP #$30 ; Use it as an index into a jump table. LDA $8A : CMP #$0080 : !BGE .noData ASL A : TAX JSR (Overworld_NewTilesTable, X) ...
Overworld_LoadNewTiles: { SEP #$30 LDA InvertedMode : BEQ .notInverted PHB ; Set the data bank to $7E. LDA.b #$7E : PHA : PLB REP #$30 ; Use it as an index into a jump table. LDA $8A : CMP #$0080 : !BGE .noData ASL A : TAX JSR (Overworld_NewTilesTable, X) ...
ec848cf7fe1c9af75a280df6f5a4c2e0c6563985
Update invertedmaps.asm
Update invertedmaps.asm castle hole - Need to add agah2 check
mmxbass/z3randomizer,mmxbass/z3randomizer
invertedmaps.asm
mit
1,535,916,511
Overworld_LoadNewTiles: { SEP #$30 LDA InvertedMode : BEQ .notInverted PHB ; Set the data bank to $7E. LDA.b #$7E : PHA : PLB REP #$30 ; Use it as an index into a jump table. LDA $8A : CMP #$0080 : !BGE .noData ASL A : TAX JSR (Overworld_NewTilesTable, X) ...
Overworld_LoadNewTiles: { SEP #$30 LDA InvertedMode : BEQ .notInverted PHB ; Set the data bank to $7E. LDA.b #$7E : PHA : PLB REP #$30 ; Use it as an index into a jump table. LDA $8A : CMP #$0080 : !BGE .noData ASL A : TAX JSR (Overworld_NewTilesTable, X) ...
3db236dab40939207c858d47edaa13b7674a8f96
Update invertedmaps.asm
Update invertedmaps.asm cave45 grass/flowers
mmxbass/z3randomizer,mmxbass/z3randomizer
invertedmaps.asm
mit
1,535,909,775
Overworld_LoadNewTiles: { SEP #$30 LDA InvertedMode : BEQ .notInverted PHB ; Set the data bank to $7E. LDA.b #$7E : PHA : PLB REP #$30 ; Use it as an index into a jump table. LDA $8A : CMP #$0080 : !BGE .noData ASL A : TAX JSR (Overworld_NewTilesTable, X) ...
Overworld_LoadNewTiles: { SEP #$30 LDA InvertedMode : BEQ .notInverted PHB ; Set the data bank to $7E. LDA.b #$7E : PHA : PLB REP #$30 ; Use it as an index into a jump table. LDA $8A : CMP #$0080 : !BGE .noData ASL A : TAX JSR (Overworld_NewTilesTable, X) ...
e32c2a163f98a079ceb11428da7cf35207768d19
x86: Fix syscal_entry asm
x86: Fix syscal_entry asm
alfred-bratterud/IncludeOS,alfred-bratterud/IncludeOS,hioa-cs/IncludeOS,alfred-bratterud/IncludeOS,AnnikaH/IncludeOS,AnnikaH/IncludeOS,mnordsletten/IncludeOS,hioa-cs/IncludeOS,mnordsletten/IncludeOS,alfred-bratterud/IncludeOS,mnordsletten/IncludeOS,mnordsletten/IncludeOS,hioa-cs/IncludeOS,AndreasAakesson/IncludeOS,Andr...
src/arch/x86_64/__syscall_entry.asm
apache-2.0
1,533,549,279
;; This file is a part of the IncludeOS unikernel - www.includeos.org ;; ;; Copyright 2018 IncludeOS AS, Oslo, Norway ;; ;; Licensed under the Apache License, Version 2.0 (the "License"); ;; you may not use this file except in compliance with the License. ;; You may obtain a copy of the License at ;; ;; http:;;www....
;; This file is a part of the IncludeOS unikernel - www.includeos.org ;; ;; Copyright 2018 IncludeOS AS, Oslo, Norway ;; ;; Licensed under the Apache License, Version 2.0 (the "License"); ;; you may not use this file except in compliance with the License. ;; You may obtain a copy of the License at ;; ;; http:;;www....
8c05b79b1cb40de02a1269ca8e18a029d01f3597
Added xlibc color code display in palette selection (#61)
Added xlibc color code display in palette selection (#61)
MateoConLechuga/Cesium
src/gui.asm
bsd-3-clause
1,532,659,149
gui_main: call gui_draw_core draw_rectangle_outline 193, 24, 316, 221 draw_rectangle_outline 237, 54, 274, 91 draw_horiz 199, 36, 112 set_normal_text print string_file_information, 199, 27 ld a,(current_screen) cp a,screen_programs jp z,view_vat_items cp a,screen_appvars jp z,view_vat_items cp a,screen_apps...
gui_main: call gui_draw_core draw_rectangle_outline 193, 24, 316, 221 draw_rectangle_outline 237, 54, 274, 91 draw_horiz 199, 36, 112 set_normal_text print string_file_information, 199, 27 ld a,(current_screen) cp a,screen_programs jp z,view_vat_items cp a,screen_appvars jp z,view_vat_items cp a,screen_apps...
5264c6c81e0e6cc156bd0353d046bf74ee898732
need to execute basic
need to execute basic
MateoConLechuga/Cesium
src/execute.asm
bsd-3-clause
1,532,309,186
execute_item_alternate: set cesium_execute_alt,(iy + cesium_flag) jr execute_item.alt execute_item: res cesium_execute_alt,(iy + cesium_flag) .alt: call flash_code_copy ld hl,(current_selection_absolute) ld a,(current_screen) cp a,screen_programs jr z,execute_vat_check cp a,screen_appvars jr z,execute_vat_che...
execute_item_alternate: set cesium_execute_alt,(iy + cesium_flag) jr execute_item.alt execute_item: res cesium_execute_alt,(iy + cesium_flag) .alt: call flash_code_copy ld hl,(current_selection_absolute) ld a,(current_screen) cp a,screen_programs jr z,execute_vat_check cp a,screen_appvars jr z,execute_vat_che...
209f1342034b4f6b075ddede0e14b6be6e64bc90
longer apd
longer apd
MateoConLechuga/Cesium
src/util.asm
bsd-3-clause
1,531,879,532
util_find_var: call _Mov9ToOP1 jp _ChkFindSym util_delete_program_from_usermem: or a,a sbc hl,hl ld de,(asm_prgm_size) ; get program size ld (asm_prgm_size),hl ; delete whatever was there ld hl,userMem jp _DelMem util_show_time: bit setting_clock,(iy + settings_flag) ret z set clockOn,(iy + clockFlags) ...
util_find_var: call _Mov9ToOP1 jp _ChkFindSym util_delete_program_from_usermem: or a,a sbc hl,hl ld de,(asm_prgm_size) ; get program size ld (asm_prgm_size),hl ; delete whatever was there ld hl,userMem jp _DelMem util_show_time: bit setting_clock,(iy + settings_flag) ret z set clockOn,(iy + clockFlags) ...
86faa4ed2fbd0341a44dfbd7bca56efa1be5d8a8
bump version
bump version
MateoConLechuga/Cesium
src/cesium.asm
bsd-3-clause
1,531,672,301
; cesium ; slim gui based shell for the ti84+ce and ti83pce calculators ; feel free to use any code for your own use ; (c) 2015-2018 matt "mateoconlechuga" waltz cesium_name := 'Cesium' cesium_version := '3.0.1' cesium_copyright := '(C) 2015-2018 matt waltz' config_english := 1 include 'include/macros.inc' ; start ...
; cesium ; slim gui based shell for the ti84+ce and ti83pce calculators ; feel free to use any code for your own use ; (c) 2015-2018 matt "mateoconlechuga" waltz cesium_name := 'Cesium' cesium_version := '3.0' cesium_copyright := '(C) 2015-2018 matt waltz' config_english := 1 include 'include/macros.inc' ; start by...
ad8939c93cfc513c1b911d04907d8ff249cfd7e1
fix basic icons
fix basic icons
MateoConLechuga/Cesium
src/view-vat-items.asm
bsd-3-clause
1,531,612,625
; process for displaying the list of programs / appvars view_vat_items: call gui_show_item_count set_normal_text compare_hl_zero jr nz,.can_view bit setting_special_directories,(iy + settings_flag) jr nz,.can_view ; can't show anything call gui_draw_static_options ld hl,sprite_egg draw_sprite_2x 120, 57 p...
; process for displaying the list of programs / appvars view_vat_items: call gui_show_item_count set_normal_text compare_hl_zero jr nz,.can_view bit setting_special_directories,(iy + settings_flag) jr nz,.can_view ; can't show anything call gui_draw_static_options ld hl,sprite_egg draw_sprite_2x 120, 57 p...
f37eb0344dde2806028983f41857b171c0688911
Added the previously omitted label for getRandom
Added the previously omitted label for getRandom
KnightOS/kernel,KnightOS/kernel
src/00/random.asm
mit
1,531,251,499
initRandom: push hl push de push af setBankA(0x04) ; filesystem, probably pretty unpredictable ld hl, 0x4010 ld de, random_seed ld a, r \ add a, (hl) \ ld l, a \ ld (de), a \ inc de ld a, r \ add a, (hl) \ ld l, a \ ld (de), a \ inc de ld a, r \ add a, (hl)...
initRandom: push hl push de push af setBankA(0x04) ; filesystem, probably pretty unpredictable ld hl, 0x4010 ld de, random_seed ld a, r \ add a, (hl) \ ld l, a \ ld (de), a \ inc de ld a, r \ add a, (hl) \ ld l, a \ ld (de), a \ inc de ld a, r \ add a, (hl)...
cf7cced3adc672847916d5cbbbf8704d86e42d3b
Update random.asm
Update random.asm
KnightOS/kernel,KnightOS/kernel
src/00/random.asm
mit
1,531,250,027
initRandom: push hl push de push af setBankA(0x04) ; filesystem, probably pretty unpredictable ld hl, 0x4010 ld de, random_seed ld a, r \ add a, (hl) \ ld l, a \ ld (de), a \ inc de ld a, r \ add a, (hl) \ ld l, a \ ld (de), a \ inc de ld a, r \ add a, (hl)...
initRandom: push hl push de push af setBankA(0x04) ; filesystem, probably pretty unpredictable ld hl, 0x4010 ld de, random_seed ld a, r \ add a, (hl) \ ld l, a \ ld (de), a \ inc de ld a, r \ add a, (hl) \ ld l, a \ ld (de), a \ inc de ld a, r \ add a, (hl)...
01a67a5a3478a430fc5704b7f5953ba27d325819
Update random.asm
Update random.asm
KnightOS/kernel,KnightOS/kernel
src/00/random.asm
mit
1,531,248,835
initRandom: push hl push de push af setBankA(0x04) ; filesystem, probably pretty unpredictable ld hl, 0x4010 ld de, random_seed ld a, r \ add a, (hl) \ ld l, a \ ld (de), a \ inc de ld a, r \ add a, (hl) \ ld l, a \ ld (de), a \ inc de ld a, r \ add a, (hl)...
initRandom: push hl push af setBankA(0x04) ; filesystem, probably pretty unpredictable ld hl, 0x4000 ld a, r \ rrca \ xor (hl) \ inc hl \ ld (random_seed), a ld a, r \ rrca \ xor (hl) \ inc hl \ ld (random_seed + 1), a ld a, r \ rrca \ xor (hl) \ inc hl \ ld (random_seed ...
668c53fd4d1e43e3dbb40e1cd11ecf6f918d35bc
Update math.asm
Update math.asm
KnightOS/kernel,KnightOS/kernel
src/00/math.asm
mit
1,531,246,161
;; cpHLDE [Maths] ;; Compares HL to DE. ;; Output: ;; Same as z80 CP instruction. cpHLDE: or a sbc hl, de add hl, de ret ;; cpHLBC [Maths] ;; Compares HL to BC. ;; Output: ;; Same as z80 CP instruction. cpHLBC: or a sbc hl, bc add hl, bc ret ;; cpBCDE [Maths] ;; Compares DE to BC. ;...
;; cpHLDE [Maths] ;; Compares HL to DE. ;; Output: ;; Same as z80 CP instruction. cpHLDE: or a sbc hl, de add hl, de ret ;; cpHLBC [Maths] ;; Compares HL to BC. ;; Output: ;; Same as z80 CP instruction. cpHLBC: or a sbc hl, bc add hl, bc ret ;; cpBCDE [Maths] ;; Compares DE to BC. ;...
7efe2217d057b1f479b1ea800174b88fd1ebb298
Update math.asm
Update math.asm
KnightOS/kernel,KnightOS/kernel
src/00/math.asm
mit
1,531,244,709
;; cpHLDE [Maths] ;; Compares HL to DE. ;; Output: ;; Same as z80 CP instruction. cpHLDE: or a sbc hl, de add hl, de ret ;; cpHLBC [Maths] ;; Compares HL to BC. ;; Output: ;; Same as z80 CP instruction. cpHLBC: or a sbc hl, bc add hl, bc ret ;; cpBCDE [Maths] ;; Compares DE to BC. ;...
;; cpHLDE [Maths] ;; Compares HL to DE. ;; Output: ;; Same as z80 CP instruction. cpHLDE: or a sbc hl, de add hl, de ret ;; cpHLBC [Maths] ;; Compares HL to BC. ;; Output: ;; Same as z80 CP instruction. cpHLBC: or a sbc hl, bc add hl, bc ret ;; cpBCDE [Maths] ;; Compares DE to BC. ;...
7a2d742a4f2ef2e0b5dd5c640677b8bff9623098
Update math.asm
Update math.asm
KnightOS/kernel,KnightOS/kernel
src/00/math.asm
mit
1,531,244,088
;; cpHLDE [Maths] ;; Compares HL to DE. ;; Output: ;; Same as z80 CP instruction. cpHLDE: or a sbc hl, de add hl, de ret ;; cpHLBC [Maths] ;; Compares HL to BC. ;; Output: ;; Same as z80 CP instruction. cpHLBC: or a sbc hl, bc add hl, bc ret ;; cpBCDE [Maths] ;; Compares DE to BC. ;...
;; cpHLDE [Maths] ;; Compares HL to DE. ;; Output: ;; Same as z80 CP instruction. cpHLDE: or a sbc hl, de add hl, de ret ;; cpHLBC [Maths] ;; Compares HL to BC. ;; Output: ;; Same as z80 CP instruction. cpHLBC: or a sbc hl, bc add hl, bc ret ;; cpBCDE [Maths] ;; Compares DE to BC. ;...
056a2cb430bbc508c0e61efa6b4e0e8fd88d7d95
Update math.asm
Update math.asm
KnightOS/kernel,KnightOS/kernel
src/00/math.asm
mit
1,531,243,757
;; cpHLDE [Maths] ;; Compares HL to DE. ;; Output: ;; Same as z80 CP instruction. cpHLDE: or a sbc hl, de add hl, de ret ;; cpHLBC [Maths] ;; Compares HL to BC. ;; Output: ;; Same as z80 CP instruction. cpHLBC: or a sbc hl, bc add hl, bc ret ;; cpBCDE [Maths] ;; Compares DE to BC. ;...
;; cpHLDE [Maths] ;; Compares HL to DE. ;; Output: ;; Same as z80 CP instruction. cpHLDE: or a sbc hl, de add hl, de ret ;; cpHLBC [Maths] ;; Compares HL to BC. ;; Output: ;; Same as z80 CP instruction. cpHLBC: or a sbc hl, bc add hl, bc ret ;; cpBCDE [Maths] ;; Compares DE to BC. ;...
afcb7b8579da645608dc97ef3476edda44db5146
Fixed a regression where DMG mode on CGB would not activate on most DMG games. Fixes #98
Fixed a regression where DMG mode on CGB would not activate on most DMG games. Fixes #98
LIJI32/SameBoy,LIJI32/SameBoy,LIJI32/SameBoy
BootROMs/cgb_boot.asm
mit
1,531,243,716
; Sameboy CGB bootstrap ROM ; Todo: use friendly names for HW registers instead of magic numbers ; Todo: add support for games that assume DMG boot logo (Such as X), like the ; original boot ROM. SECTION "BootCode", ROM0[$0] Start: ; Init stack pointer ld sp, $fffe xor a ; Clear chosen input palette ...
; Sameboy CGB bootstrap ROM ; Todo: use friendly names for HW registers instead of magic numbers ; Todo: add support for games that assume DMG boot logo (Such as X), like the ; original boot ROM. SECTION "BootCode", ROM0[$0] Start: ; Init stack pointer ld sp, $fffe xor a ; Clear chosen input palette ...
246d02b78a3afe8362fab0bb3a1fdad949f17ca6
Update math.asm
Update math.asm
KnightOS/kernel,KnightOS/kernel
src/00/math.asm
mit
1,531,243,531
;; cpHLDE [Maths] ;; Compares HL to DE. ;; Output: ;; Same as z80 CP instruction. cpHLDE: or a sbc hl, de add hl, de ret ;; cpHLBC [Maths] ;; Compares HL to BC. ;; Output: ;; Same as z80 CP instruction. cpHLBC: or a sbc hl, bc add hl, bc ret ;; cpBCDE [Maths] ;; Compares DE to BC. ;...
;; cpHLDE [Maths] ;; Compares HL to DE. ;; Output: ;; Same as z80 CP instruction. cpHLDE: or a sbc hl, de add hl, de ret ;; cpHLBC [Maths] ;; Compares HL to BC. ;; Output: ;; Same as z80 CP instruction. cpHLBC: or a sbc hl, bc add hl, bc ret ;; cpBCDE [Maths] ;; Compares DE to BC. ;...
0e2633e53d2865db39a7a91001d5ff9d76996cbd
Update math.asm
Update math.asm
KnightOS/kernel,KnightOS/kernel
src/00/math.asm
mit
1,531,243,454
;; cpHLDE [Maths] ;; Compares HL to DE. ;; Output: ;; Same as z80 CP instruction. cpHLDE: or a sbc hl, de add hl, de ret ;; cpHLBC [Maths] ;; Compares HL to BC. ;; Output: ;; Same as z80 CP instruction. cpHLBC: or a sbc hl, bc add hl, bc ret ;; cpBCDE [Maths] ;; Compares DE to BC. ;...
;; cpHLDE [Maths] ;; Compares HL to DE. ;; Output: ;; Same as z80 CP instruction. cpHLDE: or a sbc hl, de add hl,de ret ;; cpHLBC [Maths] ;; Compares HL to BC. ;; Output: ;; Same as z80 CP instruction. cpHLBC: or a sbc hl, bc add hl,bc ret ;; cpBCDE [Maths] ;; Compares DE to BC. ;; ...
c0bed22e311eb01738e51eab2ebfd40f704fcd2d
Update math.asm
Update math.asm
KnightOS/kernel,KnightOS/kernel
src/00/math.asm
mit
1,531,243,079
;; cpHLDE [Maths] ;; Compares HL to DE. ;; Output: ;; Same as z80 CP instruction. cpHLDE: or a sbc hl, de add hl,de ret ;; cpHLBC [Maths] ;; Compares HL to BC. ;; Output: ;; Same as z80 CP instruction. cpHLBC: or a sbc hl, bc add hl,bc ret ;; cpBCDE [Maths] ;; Compares DE to BC. ;; ...
;; cpHLDE [Maths] ;; Compares HL to DE. ;; Output: ;; Same as z80 CP instruction. cpHLDE: or a sbc hl, de add hl,de ret ;; cpHLBC [Maths] ;; Compares HL to BC. ;; Output: ;; Same as z80 CP instruction. cpHLBC: or a sbc hl, bc add hl,bc ret ;; cpBCDE [Maths] ;; Compares DE to BC. ;; ...
ce292d0e025d2248abba00f0a58097a2c1e7047a
Optimized add16to32, mul16By16
Optimized add16to32, mul16By16 add16to32 is now 7 bytes, avg. 30.515625cc, versus 21 bytes, avg 164.5cc mul16By16 is now 125 bytes, avg.589.53125cc, versus 177 bytes, avg 763.5cc
KnightOS/kernel,KnightOS/kernel
src/00/math.asm
mit
1,531,242,626
;; cpHLDE [Maths] ;; Compares HL to DE. ;; Output: ;; Same as z80 CP instruction. cpHLDE: or a sbc hl, de add hl,de ret ;; cpHLBC [Maths] ;; Compares HL to BC. ;; Output: ;; Same as z80 CP instruction. cpHLBC: or a sbc hl, bc add hl,bc ret ;; cpBCDE [Maths] ;; Compares DE to BC. ;; ...
;; cpHLDE [Maths] ;; Compares HL to DE. ;; Output: ;; Same as z80 CP instruction. cpHLDE: or a sbc hl, de add hl,de ret ;; cpHLBC [Maths] ;; Compares HL to BC. ;; Output: ;; Same as z80 CP instruction. cpHLBC: or a sbc hl, bc add hl,bc ret ;; cpBCDE [Maths] ;; Compares DE to BC. ;; ...
bef715befab9af8ee601bcfd622f240327d4e07f
small optimization in strlen
small optimization in strlen
KnightOS/kernel,KnightOS/kernel
src/00/strings.asm
mit
1,531,236,396
;; strlen [Strings] ;; Determines the length of a zero delimited string. ;; Inputs: ;; HL: String pointer ;; Outputs: ;; BC: String length strlen: push af push hl xor a ld b, a ld c, a cpir ; bc = -bc ld a,c \ cpl \ ld c, a \ ld a,b \ cpl \ ld b, a pop hl ...
;; strlen [Strings] ;; Determines the length of a zero delimited string. ;; Inputs: ;; HL: String pointer ;; Outputs: ;; BC: String length strlen: push af push hl xor a ld b, a ld c, a cpir ; bc = -bc xor a \ sub c \ ld c, a \ sbc a, a \ sub b \ ld b, a ...
30bd9b71cc303e3da1d49bd168f1b0afa468a9d4
add delete confirm setting
add delete confirm setting
MateoConLechuga/Cesium
src/features.asm
bsd-3-clause
1,530,729,963
; features offered by cesium feature_item_new: ld a,(current_screen) cp a,screen_programs jp nz,main_loop bit cesium_is_nl_disabled,(iy + cesium_flag) jp nz,main_loop res item_renaming,(iy + item_flag) jr feature_item_rename.setup_name feature_item_rename: set item_renaming,(iy + item_flag) ld a,(prgm_type) ...
; features offered by cesium feature_item_new: ld a,(current_screen) cp a,screen_programs jp nz,main_loop bit cesium_is_nl_disabled,(iy + cesium_flag) jp nz,main_loop res item_renaming,(iy + item_flag) jr feature_item_rename.setup_name feature_item_rename: set item_renaming,(iy + item_flag) ld a,(prgm_type) ...
7ad41935d26a66e11b24cdd9d8f3f4c376d9c2aa
fix indentation
fix indentation
KnightOS/kernel,KnightOS/kernel
src/00/memory.asm
mit
1,530,492,219
; formatMem [System] ; Formats memory in preparation for memory allocation. ; Notes: ; This function will deallocate **all allocated memory**. formatMem: ld a, 0xFF ld (userMemory), a ld hl, (0x10000 - userMemory) - 5 ; Total RAM - Kernel RAM Size - Formatting Overhead + 1 ld (userMemory + 1), hl ...
; formatMem [System] ; Formats memory in preparation for memory allocation. ; Notes: ; This function will deallocate **all allocated memory**. formatMem: ld a, 0xFF ld (userMemory), a ld hl, (0x10000 - userMemory) - 5 ; Total RAM - Kernel RAM Size - Formatting Overhead + 1 ld (userMemory + 1), hl ...
896446922d16d13464dcda367716bd730782e972
Realloc tests if malloc is succesfull when it is called and handles errors
Realloc tests if malloc is succesfull when it is called and handles errors
KnightOS/kernel,KnightOS/kernel
src/00/memory.asm
mit
1,530,491,166
; formatMem [System] ; Formats memory in preparation for memory allocation. ; Notes: ; This function will deallocate **all allocated memory**. formatMem: ld a, 0xFF ld (userMemory), a ld hl, (0x10000 - userMemory) - 5 ; Total RAM - Kernel RAM Size - Formatting Overhead + 1 ld (userMemory + 1), hl ...
; formatMem [System] ; Formats memory in preparation for memory allocation. ; Notes: ; This function will deallocate **all allocated memory**. formatMem: ld a, 0xFF ld (userMemory), a ld hl, (0x10000 - userMemory) - 5 ; Total RAM - Kernel RAM Size - Formatting Overhead + 1 ld (userMemory + 1), hl ...
30f13bd28c4508f7e36b70fdd70c42e67c890e37
More accurate CGB initial register values. Closes #80
More accurate CGB initial register values. Closes #80
LIJI32/SameBoy,LIJI32/SameBoy,LIJI32/SameBoy
BootROMs/cgb_boot.asm
mit
1,529,441,956
; Sameboy CGB bootstrap ROM ; Todo: use friendly names for HW registers instead of magic numbers ; Todo: add support for games that assume DMG boot logo (Such as X), like the ; original boot ROM. SECTION "BootCode", ROM0[$0] Start: ; Init stack pointer ld sp, $fffe xor a ; Clear chosen input palette ...
; Sameboy CGB bootstrap ROM ; Todo: use friendly names for HW registers instead of magic numbers ; Todo: add support for games that assume DMG boot logo (Such as X), like the ; original boot ROM. SECTION "BootCode", ROM0[$0] Start: ; Init stack pointer ld sp, $fffe xor a ; Clear chosen input palette ...
f4138dbb03a6a6bc7262d137129f45bf0e6ad107
removed dublication
removed dublication
KnightOS/kernel,KnightOS/kernel
src/boot/base.asm
mit
1,527,384,550
#include "constants.asm" ; Dummy boot page to get emulators to boot the OS jr _ .fill 0x0F - $ .db "Emulated", 0 _: in a, (PORT_FLASHRAMSIZE) #ifdef TI84p res BIT_FLASHRAMSIZE_FLASHCHIP, a #else set BIT_FLASHRAMSIZE_FLASHCHIP, a #endif out (PORT_FLASHRAMSIZE), a jp 0x4000
#include "constants.asm" ; Dummy boot page to get emulators to boot the OS jr _ .fill 0x0F - $ .db "Emulated", 0 _: #ifdef TI84p in a, (PORT_FLASHRAMSIZE) res BIT_FLASHRAMSIZE_FLASHCHIP, a out (PORT_FLASHRAMSIZE), a #else in a, (PORT_FLASHRAMSIZE) set BIT_FLASHRAMSIZE_FLASHCHIP, a ou...
3a41b63f9f1a0cc49472201d69f6a08602d7484b
allowing output function to be overwritten
allowing output function to be overwritten
ReturnInfinity/BareMetal-kernel,ReturnInfinity/BareMetal-kernel,ReturnInfinity/BareMetal-kernel
src/x86-64/syscalls/config.asm
bsd-2-clause
1,526,682,103
; ============================================================================= ; BareMetal -- a 64-bit OS written in Assembly for x86-64 systems ; Copyright (C) 2008-2017 Return Infinity -- see LICENSE.TXT ; ; Config Functions ; ============================================================================= ; --------...
; ============================================================================= ; BareMetal -- a 64-bit OS written in Assembly for x86-64 systems ; Copyright (C) 2008-2017 Return Infinity -- see LICENSE.TXT ; ; Config Functions ; ============================================================================= ; --------...
99e3038cd3b803b0d11d58e52bdac64ffb21e95f
Fix overwritten code
Fix overwritten code
ReturnInfinity/BareMetal-kernel,ReturnInfinity/BareMetal-kernel,ReturnInfinity/BareMetal-kernel
src/x86-64/syscalls/config.asm
bsd-2-clause
1,526,588,536
; ============================================================================= ; BareMetal -- a 64-bit OS written in Assembly for x86-64 systems ; Copyright (C) 2008-2017 Return Infinity -- see LICENSE.TXT ; ; Config Functions ; ============================================================================= ; --------...
; ============================================================================= ; BareMetal -- a 64-bit OS written in Assembly for x86-64 systems ; Copyright (C) 2008-2017 Return Infinity -- see LICENSE.TXT ; ; Config Functions ; ============================================================================= ; --------...
a363a2343f346481c86154f78956e869c98cdac0
Update init.asm
Update init.asm
ReturnInfinity/BareMetal-kernel,ReturnInfinity/BareMetal-kernel,ReturnInfinity/BareMetal-kernel
src/x86-64/init.asm
bsd-2-clause
1,525,979,101
; ============================================================================= ; BareMetal -- a 64-bit OS written in Assembly for x86-64 systems ; Copyright (C) 2008-2017 Return Infinity -- see LICENSE.TXT ; ; Initialization Includes ; ============================================================================= %in...
; ============================================================================= ; BareMetal -- a 64-bit OS written in Assembly for x86-64 systems ; Copyright (C) 2008-2017 Return Infinity -- see LICENSE.TXT ; ; Initialization Includes ; ============================================================================= %in...
e5fcc56c05c1e2aa75a3848fc6e2e0697334f71a
Update interrupt.asm
Update interrupt.asm Correct output of RIP, optimization of strings.
ReturnInfinity/BareMetal-kernel,ReturnInfinity/BareMetal-kernel,ReturnInfinity/BareMetal-kernel
src/x86-64/interrupt.asm
bsd-2-clause
1,525,891,765
; ============================================================================= ; BareMetal -- a 64-bit OS written in Assembly for x86-64 systems ; Copyright (C) 2008-2017 Return Infinity -- see LICENSE.TXT ; ; Interrupts ; ============================================================================= ; --------------...
; ============================================================================= ; BareMetal -- a 64-bit OS written in Assembly for x86-64 systems ; Copyright (C) 2008-2017 Return Infinity -- see LICENSE.TXT ; ; Interrupts ; ============================================================================= ; --------------...
706077508220765a563e20ddaee61a1a6b5aa8dd
Fix regressions introduced by 4ed5858c0050b8418a85e064607e63d433abfb2c
Fix regressions introduced by 4ed5858c0050b8418a85e064607e63d433abfb2c
RPGHacker/SMW-Workspace,RPGHacker/SMW-Workspace
patches/vwf_dialogues/vwf_dialogues.asm
mit
1,525,303,961
@asar 1.50 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;VWF Dialogues Patch by RPG Hacker; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; incsrc vwfconfig.cfg incsrc ../shared/shared.asm print "VWF Dialogues Patch - (c) 2018 RPG Hacker" math pri on math round off pushtable cleartable namespace vwf_dialogues_ ;;;;;;;; ;Labe...
@asar 1.50 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;VWF Dialogues Patch by RPG Hacker; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; incsrc vwfconfig.cfg incsrc ../shared/shared.asm print "VWF Dialogues Patch - (c) 2018 RPG Hacker" math pri on math round off pushtable cleartable namespace vwf_dialogues_ ;;;;;;;; ;Labe...
3c487fae9e3ee84a7d8a1834a23f5f16b8d05641
Fix `abs(…)` function
Fix `abs(…)` function Caused by commit 028376405c832e3074b934f2b514d20facbbfed5
RPGHacker/SMW-Workspace,RPGHacker/SMW-Workspace
patches/shared/shared.asm
mit
1,525,054,957
@asar 1.50 ; Using !shared_asm_included as an include guard here so that this file can be ; included from multiple source files at once without causing redefinitions ; This file contains a bunch of useful helper functions for Asar ; Shoutout to Alcaro for pointing me into the right direction on some of those ; NOT...
@asar 1.50 ; Using !shared_asm_included as an include guard here so that this file can be ; included from multiple source files at once without causing redefinitions ; This file contains a bunch of useful helper functions for Asar ; Shoutout to Alcaro for pointing me into the right direction on some of those ; NOT...
ab9505e73f24310d6baed9f5c89837236386002f
x64 trampoline: ensure stack is 16 bytes aligned
x64 trampoline: ensure stack is 16 bytes aligned RSP is not 16 bytes aligned in body of Trampoline_ASM_x64, after the following instruction: sub rsp, 32; shadow space for method calls This results in crashes if GFlags and PageHeap is used. The ASM code with misaligned RSP calls LhSetInclusiveACL which indirectly...
EasyHook/EasyHook,EasyHook/EasyHook,EasyHook/EasyHook,EasyHook/EasyHook,EasyHook/EasyHook
DriverShared/ASM/HookSpecific_x64.asm
mit
1,524,044,073
; ; EasyHook - The reinvention of Windows API hooking ; ; Copyright (C) 2009 Christoph Husse ; ; This library is free software; you can redistribute it and/or ; modify it under the terms of the GNU Lesser General Public ; License as published by the Free Software Foundation; either ; version 2.1 of t...
; ; EasyHook - The reinvention of Windows API hooking ; ; Copyright (C) 2009 Christoph Husse ; ; This library is free software; you can redistribute it and/or ; modify it under the terms of the GNU Lesser General Public ; License as published by the Free Software Foundation; either ; version 2.1 of t...
bba18ae06d9f132914ec77234bfd1c3ab9100d1a
[Arm64/Windows] Simplify JIT_MemSet & JIT_MemCpy (#17537)
[Arm64/Windows] Simplify JIT_MemSet & JIT_MemCpy (#17537) JIT_Memset alignment code was definitly broken for some unaligned cases JIT_MemCpy likely had the same issue Simplify implementation to reduce maintenance burden
mmitche/coreclr,mmitche/coreclr,wtgodbe/coreclr,cshung/coreclr,wtgodbe/coreclr,krk/coreclr,krk/coreclr,poizan42/coreclr,poizan42/coreclr,poizan42/coreclr,wtgodbe/coreclr,krk/coreclr,krk/coreclr,cshung/coreclr,mmitche/coreclr,wtgodbe/coreclr,wtgodbe/coreclr,poizan42/coreclr,wtgodbe/coreclr,krk/coreclr,cshung/coreclr,csh...
src/vm/arm64/crthelpers.asm
mit
1,523,637,979
; Licensed to the .NET Foundation under one or more agreements. ; The .NET Foundation licenses this file to you under the MIT license. ; See the LICENSE file in the project root for more information. ;; ==++== ;; ;; ;; ==--== #include "ksarm64.h" TEXTAREA ;void JIT_MemSet(void *dst, int val, SIZE_T count) ;{ ;...
; Licensed to the .NET Foundation under one or more agreements. ; The .NET Foundation licenses this file to you under the MIT license. ; See the LICENSE file in the project root for more information. ;; ==++== ;; ;; ;; ==--== #include "ksarm64.h" TEXTAREA ; Calls to JIT_MemSet is emitted by jit for initializat...
d81f619201a010fe92bcdaa0c09569f7390a69ae
Preserve VASigCookieReg across PInvokeStubWorker call (#17521)
Preserve VASigCookieReg across PInvokeStubWorker call (#17521) The call to PInvokeStubWorker can do all kinds of stuff to the VASigCookieReg in the GenericPInvokeCalli case, since x15 is just a temporary register. Let's save it in a callee-saved register so that when we come back after stub generation, we still hav...
wtgodbe/coreclr,poizan42/coreclr,krk/coreclr,krk/coreclr,wtgodbe/coreclr,krk/coreclr,cshung/coreclr,krk/coreclr,krk/coreclr,mmitche/coreclr,poizan42/coreclr,mmitche/coreclr,wtgodbe/coreclr,mmitche/coreclr,wtgodbe/coreclr,wtgodbe/coreclr,krk/coreclr,cshung/coreclr,cshung/coreclr,poizan42/coreclr,krk/coreclr,mmitche/core...
src/vm/arm64/PInvokeStubs.asm
mit
1,523,622,339
; Licensed to the .NET Foundation under one or more agreements. ; The .NET Foundation licenses this file to you under the MIT license. ; See the LICENSE file in the project root for more information. ; ==++== ;; ;; ;; ==--== #include "ksarm64.h" #include "asmconstants.h" #include "asmmacros.h" IMPORT VarargPI...
; Licensed to the .NET Foundation under one or more agreements. ; The .NET Foundation licenses this file to you under the MIT license. ; See the LICENSE file in the project root for more information. ; ==++== ;; ;; ;; ==--== #include "ksarm64.h" #include "asmconstants.h" #include "asmmacros.h" IMPORT VarargPI...
e1396afcdeb8a8fff0a6a35dcaf8509c8c2bc116
Save menu texts
Save menu texts I probably did this wrong somewhere, so here's a copy of my notes: http://puu.sh/zRJzJ/b3ccf994e0.txt
mmxbass/z3randomizer,mmxbass/z3randomizer
hashalphabethooks.asm
mit
1,522,298,083
;-------------------------------------------------------------------------------- !FSTILE_SPACE = "$0188" !FSTILE_BRACKET_OPEN_TOP = "$1D8A" !FSTILE_BRACKET_OPEN_BOTTOM = "$1D9A" !FSTILE_BRACKET_CLOSE_TOP = "$1D8B" !FSTILE_BRACKET_CLOSE_BOTTOM = "$1D9B" !FSTILE_A_TOP = "$1D4A" !FSTILE_A_BOTTOM = "$1D5A" !FSTILE_H_T...
;-------------------------------------------------------------------------------- !FSTILE_SPACE = "$0188" !FSTILE_BRACKET_OPEN_TOP = "$1D8A" !FSTILE_BRACKET_OPEN_BOTTOM = "$1D9A" !FSTILE_BRACKET_CLOSE_TOP = "$1D8B" !FSTILE_BRACKET_CLOSE_BOTTOM = "$1D9B" !FSTILE_A_TOP = "$1D4A" !FSTILE_A_BOTTOM = "$1D5A" !FSTILE_H_T...
209becb487cd28c5296bd83fd909f8e423c9a12f
FixCallFuncletUnwind: We cannot use PROLOG_SAVE_REG_PAIR fp, lr in the prolog if we need to change fp in the body because that will generate a unwind opcode that restore sp from fp.
FixCallFuncletUnwind: We cannot use PROLOG_SAVE_REG_PAIR fp, lr in the prolog if we need to change fp in the body because that will generate a unwind opcode that restore sp from fp. [tfs-changeset: 1691341]
gregkalapos/corert,gregkalapos/corert,gregkalapos/corert,gregkalapos/corert,gregkalapos/corert,gregkalapos/corert
src/Native/Runtime/arm64/ExceptionHandling.asm
mit
1,520,629,001
;; Licensed to the .NET Foundation under one or more agreements. ;; The .NET Foundation licenses this file to you under the MIT license. ;; See the LICENSE file in the project root for more information. #include "AsmMacros.h" TEXTAREA #define STACKSIZEOF_ExInfo ((SIZEOF__ExInfo + 15)&(~15)) #define HARDWARE...
;; Licensed to the .NET Foundation under one or more agreements. ;; The .NET Foundation licenses this file to you under the MIT license. ;; See the LICENSE file in the project root for more information. #include "AsmMacros.h" TEXTAREA #define STACKSIZEOF_ExInfo ((SIZEOF__ExInfo + 15)&(~15)) #define HARDWARE...
5beda10081c49c5703a78ddbe711236f67979af3
x86: clear bottom of stack before start
x86: clear bottom of stack before start
AndreasAakesson/IncludeOS,ingve/IncludeOS,AndreasAakesson/IncludeOS,AnnikaH/IncludeOS,AnnikaH/IncludeOS,AnnikaH/IncludeOS,ingve/IncludeOS,AndreasAakesson/IncludeOS,mnordsletten/IncludeOS,ingve/IncludeOS,AndreasAakesson/IncludeOS,alfred-bratterud/IncludeOS,AndreasAakesson/IncludeOS,hioa-cs/IncludeOS,ingve/IncludeOS,Andr...
src/arch/x86_64/arch_start.asm
apache-2.0
1,520,505,887
; This file is a part of the IncludeOS unikernel - www.includeos.org ; ; Copyright 2015 Oslo and Akershus University College of Applied Sciences ; and Alfred Bratterud ; ; Licensed under the Apache License, Version 2.0 (the "License"); ; you may not use this file except in compliance with the License. ; You may obtain ...
; This file is a part of the IncludeOS unikernel - www.includeos.org ; ; Copyright 2015 Oslo and Akershus University College of Applied Sciences ; and Alfred Bratterud ; ; Licensed under the Apache License, Version 2.0 (the "License"); ; you may not use this file except in compliance with the License. ; You may obtain ...
6e0811ef4987b62a595f1848e526957da93ebe1c
Revert "exceptions: remove unnecessary stack realignment"
Revert "exceptions: remove unnecessary stack realignment" This reverts commit 5e30457cbaa7a178b4992df218fcf1dcfefa26ae.
alfred-bratterud/IncludeOS,AndreasAakesson/IncludeOS,AnnikaH/IncludeOS,alfred-bratterud/IncludeOS,AndreasAakesson/IncludeOS,ingve/IncludeOS,ingve/IncludeOS,hioa-cs/IncludeOS,alfred-bratterud/IncludeOS,hioa-cs/IncludeOS,alfred-bratterud/IncludeOS,AndreasAakesson/IncludeOS,mnordsletten/IncludeOS,AndreasAakesson/IncludeOS...
src/arch/x86_64/exceptions.asm
apache-2.0
1,520,351,475
; This file is a part of the IncludeOS unikernel - www.includeos.org ; ; Copyright 2015 Oslo and Akershus University College of Applied Sciences ; and Alfred Bratterud ; ; Licensed under the Apache License, Version 2.0 (the "License"); ; you may not use this file except in compliance with the License. ; You may obtain ...
; This file is a part of the IncludeOS unikernel - www.includeos.org ; ; Copyright 2015 Oslo and Akershus University College of Applied Sciences ; and Alfred Bratterud ; ; Licensed under the Apache License, Version 2.0 (the "License"); ; you may not use this file except in compliance with the License. ; You may obtain ...
5e30457cbaa7a178b4992df218fcf1dcfefa26ae
exceptions: remove unnecessary stack realignment
exceptions: remove unnecessary stack realignment
AndreasAakesson/IncludeOS,ingve/IncludeOS,AnnikaH/IncludeOS,alfred-bratterud/IncludeOS,AnnikaH/IncludeOS,mnordsletten/IncludeOS,ingve/IncludeOS,ingve/IncludeOS,alfred-bratterud/IncludeOS,ingve/IncludeOS,AndreasAakesson/IncludeOS,hioa-cs/IncludeOS,AnnikaH/IncludeOS,ingve/IncludeOS,AndreasAakesson/IncludeOS,AndreasAakess...
src/arch/x86_64/exceptions.asm
apache-2.0
1,520,333,332
; This file is a part of the IncludeOS unikernel - www.includeos.org ; ; Copyright 2015 Oslo and Akershus University College of Applied Sciences ; and Alfred Bratterud ; ; Licensed under the Apache License, Version 2.0 (the "License"); ; you may not use this file except in compliance with the License. ; You may obtain ...
; This file is a part of the IncludeOS unikernel - www.includeos.org ; ; Copyright 2015 Oslo and Akershus University College of Applied Sciences ; and Alfred Bratterud ; ; Licensed under the Apache License, Version 2.0 (the "License"); ; you may not use this file except in compliance with the License. ; You may obtain ...
341f146cadd8f69213d6b9eb3c7fb5953091688e
Patch the right spot
Patch the right spot
mmxbass/z3randomizer,mmxbass/z3randomizer
hooks.asm
mit
1,519,494,426
;================================================================================ ; Init Hook ;-------------------------------------------------------------------------------- org $00802F ; <- 2F - Bank00.asm : 45 JSL.l Init_Primary NOP ;-------------------------------------------------------------------------------- ...
;================================================================================ ; Init Hook ;-------------------------------------------------------------------------------- org $00802F ; <- 2F - Bank00.asm : 45 JSL.l Init_Primary NOP ;-------------------------------------------------------------------------------- ...
6f33acb0e1581c130106ab098621fda68c5cabba
Fix 3 digit arrow count in non-retro mode
Fix 3 digit arrow count in non-retro mode
mmxbass/z3randomizer,mmxbass/z3randomizer
hooks.asm
mit
1,519,433,878
;================================================================================ ; Init Hook ;-------------------------------------------------------------------------------- org $00802F ; <- 2F - Bank00.asm : 45 JSL.l Init_Primary NOP ;-------------------------------------------------------------------------------- ...
;================================================================================ ; Init Hook ;-------------------------------------------------------------------------------- org $00802F ; <- 2F - Bank00.asm : 45 JSL.l Init_Primary NOP ;-------------------------------------------------------------------------------- ...
5f25e505513367e017854d8d203fd23897990075
Fix graphics when throwing items to fairy
Fix graphics when throwing items to fairy This hook will not work without another one that changes the data bank. Which apparently was never checked in due to green mail approach to fixing the freeze did not work out.
mmxbass/z3randomizer,mmxbass/z3randomizer
hooks.asm
mit
1,519,404,618
;================================================================================ ; Init Hook ;-------------------------------------------------------------------------------- org $00802F ; <- 2F - Bank00.asm : 45 JSL.l Init_Primary NOP ;-------------------------------------------------------------------------------- ...
;================================================================================ ; Init Hook ;-------------------------------------------------------------------------------- org $00802F ; <- 2F - Bank00.asm : 45 JSL.l Init_Primary NOP ;-------------------------------------------------------------------------------- ...
711866d9b320afda7bce5b6b7f3fcbb8fe75ab79
Update HUD arrow drawing code
Update HUD arrow drawing code Draw arrows (in normal spot) in retro hud only if you have arrows and draw the specific type you have
mmxbass/z3randomizer,mmxbass/z3randomizer
newitems.asm
mit
1,519,262,539
;================================================================================ ; New Item Handlers ;-------------------------------------------------------------------------------- ; REMEMBER TO UPDATE THE TABLES IN UTILITIES.ASM! ;-------------------------------------------------------------------------------- ...
;================================================================================ ; New Item Handlers ;-------------------------------------------------------------------------------- ; REMEMBER TO UPDATE THE TABLES IN UTILITIES.ASM! ;-------------------------------------------------------------------------------- ...
f137f36fa23ffb8233bc980d6829796bf57da682
Add support for Super FX remapping
Add support for Super FX remapping This makes it easier to add support for the Super FX enhancement chip, however, each patch will require to be manually checked and converted on its own, because the Super FX assembly is incompatible with the 65816 assembly.
RPGHacker/SMW-Workspace,RPGHacker/SMW-Workspace
patches/shared/shared.asm
mit
1,518,972,535
@asar 1.37 ; Using !shared_asm_included as an include guard here so that this file can be ; included from multiple source files at once without causing redefinitions ; This file contains a bunch of useful helper functions for Asar ; Shoutout to Alcaro for pointing me into the right direction on some of those ; NOT...
@asar 1.37 ; Using !shared_asm_included as an include guard here so that this file can be ; included from multiple source files at once without causing redefinitions ; This file contains a bunch of useful helper functions for Asar ; Shoutout to Alcaro for pointing me into the right direction on some of those ; NOT...
316a8a75c5fd19186f2038f1c19120b06a2a559a
Close #45
Close #45 Memory debug output function is complete
ReturnInfinity/BareMetal-kernel,ReturnInfinity/BareMetal-kernel,ReturnInfinity/BareMetal-kernel
src/x86-64/syscalls/misc.asm
bsd-2-clause
1,518,556,088
; ============================================================================= ; BareMetal -- a 64-bit OS written in Assembly for x86-64 systems ; Copyright (C) 2008-2017 Return Infinity -- see LICENSE.TXT ; ; Misc Functions ; ============================================================================= ; ----------...
; ============================================================================= ; BareMetal -- a 64-bit OS written in Assembly for x86-64 systems ; Copyright (C) 2008-2017 Return Infinity -- see LICENSE.TXT ; ; Misc Functions ; ============================================================================= ; ----------...
8247fe4ce1ec65cdbb8cfb5e7be4edfc66ccb843
Update misc.asm
Update misc.asm
ReturnInfinity/BareMetal-kernel,ReturnInfinity/BareMetal-kernel,ReturnInfinity/BareMetal-kernel
src/x86-64/syscalls/misc.asm
bsd-2-clause
1,518,465,152
; ============================================================================= ; BareMetal -- a 64-bit OS written in Assembly for x86-64 systems ; Copyright (C) 2008-2017 Return Infinity -- see LICENSE.TXT ; ; Misc Functions ; ============================================================================= ; ----------...
; ============================================================================= ; BareMetal -- a 64-bit OS written in Assembly for x86-64 systems ; Copyright (C) 2008-2017 Return Infinity -- see LICENSE.TXT ; ; Misc Functions ; ============================================================================= ; ----------...
368067c60732869e40d4b29018db3300f9d30fc6
Impoved memory debug output
Impoved memory debug output
ReturnInfinity/BareMetal-kernel,ReturnInfinity/BareMetal-kernel,ReturnInfinity/BareMetal-kernel
src/x86-64/syscalls/misc.asm
bsd-2-clause
1,518,455,100
; ============================================================================= ; BareMetal -- a 64-bit OS written in Assembly for x86-64 systems ; Copyright (C) 2008-2017 Return Infinity -- see LICENSE.TXT ; ; Misc Functions ; ============================================================================= ; ----------...
; ============================================================================= ; BareMetal -- a 64-bit OS written in Assembly for x86-64 systems ; Copyright (C) 2008-2017 Return Infinity -- see LICENSE.TXT ; ; Misc Functions ; ============================================================================= ; ----------...
f725ef6e8d7d40bb5a66c889aeedd3878795a0ab
Fix #43
Fix #43 Serial output works in VirtualBox again
ReturnInfinity/BareMetal-kernel,ReturnInfinity/BareMetal-kernel,ReturnInfinity/BareMetal-kernel
src/x86-64/syscalls/io.asm
bsd-2-clause
1,518,454,613
; ============================================================================= ; BareMetal -- a 64-bit OS written in Assembly for x86-64 systems ; Copyright (C) 2008-2017 Return Infinity -- see LICENSE.TXT ; ; Input/Output Functions ; ============================================================================= ; --...
; ============================================================================= ; BareMetal -- a 64-bit OS written in Assembly for x86-64 systems ; Copyright (C) 2008-2017 Return Infinity -- see LICENSE.TXT ; ; Input/Output Functions ; ============================================================================= ; --...
eb97b9e829ee9b8c7577d582e38f450a4da12658
Use rLY instead of rSTAT to shutoff screen
Use rLY instead of rSTAT to shutoff screen
ISSOtm/Aevilia-GB,ISSOtm/Aevilia-GB
home.asm
apache-2.0
1,517,848,714
INCLUDE "macros.asm" INCLUDE "constants.asm" SECTION "NULL", ROM0[$0000] NULL:: Null:: null: ds 0 ; lol INCLUDE "home/restarts.asm" INCLUDE "home/interrupts.asm" INCLUDE "home/utilities.asm" SECTION "Home", ROM0[$0100] Start:: di ; Make sure nothing gets in the way ld e, a ; Save ini...
INCLUDE "macros.asm" INCLUDE "constants.asm" SECTION "NULL", ROM0[$0000] NULL:: Null:: null: ds 0 ; lol INCLUDE "home/restarts.asm" INCLUDE "home/interrupts.asm" INCLUDE "home/utilities.asm" SECTION "Home", ROM0[$0100] Start:: di ; Make sure nothing gets in the way ld e, a ; Save ini...
68f2091ec774e0786f7f538e849b7c3d4292c24b
Version bump
Version bump
MateoConLechuga/Cesium
src/cesium.asm
bsd-3-clause
1,517,515,082
#include "include/ti84pce.inc" ; TI84+CE include file #include "include/macros.inc" ; useful macros #include "include/defines.inc" ; cesium defines #include "include/app.inc" ; for creating the application #include "routines/installer.asm" ; if this is the first run,...
#include "include/ti84pce.inc" ; TI84+CE include file #include "include/macros.inc" ; useful macros #include "include/defines.inc" ; cesium defines #include "include/app.inc" ; for creating the application #include "routines/installer.asm" ; if this is the first run,...
77d3e736a0b6ea3618d954e6fb973258b3e8913f
Don't edit locked or asm programs
Don't edit locked or asm programs
MateoConLechuga/Cesium
src/routines/editor.asm
bsd-3-clause
1,517,510,659
EditBasicPrgm: bit pgrmLocked,(iy+pgrmStatus) jp nz,MAIN_START_LOOP bit isBasic,(iy+pgrmStatus) jp z,MAIN_START_LOOP ld a,(OP1) cp a,5 jp nz,MAIN_START_LOOP call GetProgramName call _ChkFindSym xor a,a jr EditStart EditGoto: call SetErrOffset ld a,$ff EditStart: ld (EditMode),a xor a,a ld (EditStatus),a...
EditBasicPrgm: bit pgrmLocked,(iy+pgrmStatus) jp nz,MAIN_START_LOOP bit isBasic,(iy+pgrmStatus) jp z,MAIN_START_LOOP call GetProgramName call _ChkFindSym xor a,a jr EditStart EditGoto: call SetErrOffset ld a,$ff EditStart: ld (EditMode),a xor a,a ld (EditStatus),a call _ChkInRam jr z,EditNotArchived ld ...
6c1eefd2574fc6f171144ba0c5ee614d582abae4
x64/vmcs: Temporarily clear CR3[11:0] on promote (#584)
x64/vmcs: Temporarily clear CR3[11:0] on promote (#584) As part of the PTI patches, Linux now uses PCIDs to reduce the cost of context switches. The current PCID is given by CR3[11:0], and if this is not zero when CR4.PCIDE is set on a write to CR4, a #GP is raised. The promotion bug described in #573 was due to...
rianquinn/hypervisor,connojd/hypervisor,Bareflank/hypervisor,rianquinn/hypervisor,rianquinn/hypervisor,connojd/hypervisor,connojd/hypervisor,connojd/hypervisor,Bareflank/hypervisor,rianquinn/hypervisor,Bareflank/hypervisor,Bareflank/hypervisor
bfvmm/src/hve/arch/intel_x64/vmcs/vmcs_promote.asm
mit
1,517,160,238
; ; Bareflank Hypervisor ; Copyright (C) 2015 Assured Information Security, Inc. ; ; This library is free software; you can redistribute it and/or ; modify it under the terms of the GNU Lesser General Public ; License as published by the Free Software Foundation; either ; version 2.1 of the License, or (at your option)...
; ; Bareflank Hypervisor ; Copyright (C) 2015 Assured Information Security, Inc. ; ; This library is free software; you can redistribute it and/or ; modify it under the terms of the GNU Lesser General Public ; License as published by the Free Software Foundation; either ; version 2.1 of the License, or (at your option)...
e4dbc1bc6b4cd13f5b77aa98eded28944a6bf184
ProjectX Fix a bug in RhpTrapToGC for AMD64
ProjectX Fix a bug in RhpTrapToGC for AMD64 RhpTrapToGC is used for loop hijacking. When a loop is hijacked, all of integer registers, including volatile and non-volatile, should be preserved since any one of them can hold a GC pointer. There is a bug in the RhpTrapToGC helper with which RCX is overlooked for restorin...
gregkalapos/corert,gregkalapos/corert,gregkalapos/corert,gregkalapos/corert,gregkalapos/corert,gregkalapos/corert
src/Native/Runtime/amd64/GcProbe.asm
mit
1,515,699,331
;; Licensed to the .NET Foundation under one or more agreements. ;; The .NET Foundation licenses this file to you under the MIT license. ;; See the LICENSE file in the project root for more information. include AsmMacros.inc PROBE_SAVE_FLAGS_EVERYTHING equ DEFAULT_FRAME_SAVE_FLAGS + PTFF_SAVE_ALL_SCRATCH PROBE_SA...
;; Licensed to the .NET Foundation under one or more agreements. ;; The .NET Foundation licenses this file to you under the MIT license. ;; See the LICENSE file in the project root for more information. include AsmMacros.inc PROBE_SAVE_FLAGS_EVERYTHING equ DEFAULT_FRAME_SAVE_FLAGS + PTFF_SAVE_ALL_SCRATCH PROBE_SA...
f8c6cf06314b00de6fbf6a3fdd05d76e7d5e5e1c
x86: Avoid 1GB pages, map 5GB with 2MB huge pages
x86: Avoid 1GB pages, map 5GB with 2MB huge pages
ingve/IncludeOS,AndreasAakesson/IncludeOS,ingve/IncludeOS,AndreasAakesson/IncludeOS,ingve/IncludeOS,hioa-cs/IncludeOS,AndreasAakesson/IncludeOS,AndreasAakesson/IncludeOS,mnordsletten/IncludeOS,alfred-bratterud/IncludeOS,AnnikaH/IncludeOS,alfred-bratterud/IncludeOS,AnnikaH/IncludeOS,mnordsletten/IncludeOS,AndreasAakesso...
src/arch/x86_64/arch_start.asm
apache-2.0
1,515,673,220
; This file is a part of the IncludeOS unikernel - www.includeos.org ; ; Copyright 2015 Oslo and Akershus University College of Applied Sciences ; and Alfred Bratterud ; ; Licensed under the Apache License, Version 2.0 (the "License"); ; you may not use this file except in compliance with the License. ; You may obtain ...
; This file is a part of the IncludeOS unikernel - www.includeos.org ; ; Copyright 2015 Oslo and Akershus University College of Applied Sciences ; and Alfred Bratterud ; ; Licensed under the Apache License, Version 2.0 (the "License"); ; you may not use this file except in compliance with the License. ; You may obtain ...
a782a6483ad496aea7a1af94fee19c48c97db675
x86_64: Map 512GB memory by default
x86_64: Map 512GB memory by default
alfred-bratterud/IncludeOS,mnordsletten/IncludeOS,alfred-bratterud/IncludeOS,ingve/IncludeOS,AnnikaH/IncludeOS,hioa-cs/IncludeOS,AnnikaH/IncludeOS,alfred-bratterud/IncludeOS,AndreasAakesson/IncludeOS,mnordsletten/IncludeOS,alfred-bratterud/IncludeOS,hioa-cs/IncludeOS,AnnikaH/IncludeOS,ingve/IncludeOS,hioa-cs/IncludeOS,...
src/arch/x86_64/arch_start.asm
apache-2.0
1,515,585,229
; This file is a part of the IncludeOS unikernel - www.includeos.org ; ; Copyright 2015 Oslo and Akershus University College of Applied Sciences ; and Alfred Bratterud ; ; Licensed under the Apache License, Version 2.0 (the "License"); ; you may not use this file except in compliance with the License. ; You may obtain ...
; This file is a part of the IncludeOS unikernel - www.includeos.org ; ; Copyright 2015 Oslo and Akershus University College of Applied Sciences ; and Alfred Bratterud ; ; Licensed under the Apache License, Version 2.0 (the "License"); ; you may not use this file except in compliance with the License. ; You may obtain ...
7e098ec375a026ba8e36fc9ba9be82ed6bb4be53
paging: add readable macros to default page table
paging: add readable macros to default page table
ingve/IncludeOS,AndreasAakesson/IncludeOS,alfred-bratterud/IncludeOS,AnnikaH/IncludeOS,alfred-bratterud/IncludeOS,AnnikaH/IncludeOS,hioa-cs/IncludeOS,ingve/IncludeOS,hioa-cs/IncludeOS,AndreasAakesson/IncludeOS,alfred-bratterud/IncludeOS,mnordsletten/IncludeOS,mnordsletten/IncludeOS,alfred-bratterud/IncludeOS,AndreasAak...
src/arch/x86_64/arch_start.asm
apache-2.0
1,515,419,920
; This file is a part of the IncludeOS unikernel - www.includeos.org ; ; Copyright 2015 Oslo and Akershus University College of Applied Sciences ; and Alfred Bratterud ; ; Licensed under the Apache License, Version 2.0 (the "License"); ; you may not use this file except in compliance with the License. ; You may obtain ...
; This file is a part of the IncludeOS unikernel - www.includeos.org ; ; Copyright 2015 Oslo and Akershus University College of Applied Sciences ; and Alfred Bratterud ; ; Licensed under the Apache License, Version 2.0 (the "License"); ; you may not use this file except in compliance with the License. ; You may obtain ...
69b5331e5ef176df0d96c8193ec59058e7de15aa
exceptions.asm: cleanup + register name macros
exceptions.asm: cleanup + register name macros
AndreasAakesson/IncludeOS,AndreasAakesson/IncludeOS,hioa-cs/IncludeOS,mnordsletten/IncludeOS,AndreasAakesson/IncludeOS,AnnikaH/IncludeOS,AnnikaH/IncludeOS,hioa-cs/IncludeOS,ingve/IncludeOS,alfred-bratterud/IncludeOS,ingve/IncludeOS,hioa-cs/IncludeOS,mnordsletten/IncludeOS,mnordsletten/IncludeOS,AnnikaH/IncludeOS,alfred...
src/arch/x86_64/exceptions.asm
apache-2.0
1,515,418,472
; This file is a part of the IncludeOS unikernel - www.includeos.org ; ; Copyright 2015 Oslo and Akershus University College of Applied Sciences ; and Alfred Bratterud ; ; Licensed under the Apache License, Version 2.0 (the "License"); ; you may not use this file except in compliance with the License. ; You may obtain ...
; This file is a part of the IncludeOS unikernel - www.includeos.org ; ; Copyright 2015 Oslo and Akershus University College of Applied Sciences ; and Alfred Bratterud ; ; Licensed under the Apache License, Version 2.0 (the "License"); ; you may not use this file except in compliance with the License. ; You may obtain ...
00a5cf2d6fe6f20295bfc2c65d5a4e66f4f50337
Removed unused x86 assembler primitive primitiveIsSuperclassOf (109)
Removed unused x86 assembler primitive primitiveIsSuperclassOf (109)
dolphinsmalltalk/DolphinVM,dolphinsmalltalk/Dolphin,shoshanatech/Dolphin,shoshanatech/Dolphin,shoshanatech/Dolphin,blairmcg/Dolphin,dolphinsmalltalk/Dolphin,blairmcg/Dolphin,objectarts/Dolphin,jgfoster/Dolphin,dolphinsmalltalk/Dolphin,blairmcg/Dolphin,objectarts/DolphinVM,objectarts/DolphinVM,dolphinsmalltalk/DolphinVM...
primasm.asm
mit
1,513,806,021
; Dolphin Smalltalk ; Primitive routines and helpers in Assembler for IX86 ; (Blair knows how these work, honest) ; ; DEBUG Build syntax: ; ml /coff /c /Zi /Fr /Fl /Sc /Fo /D_DEBUG /Fo WinDebug\primasm.obj primasm.asm ; RELEASE Build syntax: ; ml /coff /c /Zi /Fr /Fl /Sc /Fo WinRel\primasm.obj primasm.asm ; ; this wi...
; Dolphin Smalltalk ; Primitive routines and helpers in Assembler for IX86 ; (Blair knows how these work, honest) ; ; DEBUG Build syntax: ; ml /coff /c /Zi /Fr /Fl /Sc /Fo /D_DEBUG /Fo WinDebug\primasm.obj primasm.asm ; RELEASE Build syntax: ; ml /coff /c /Zi /Fr /Fl /Sc /Fo WinRel\primasm.obj primasm.asm ; ; this wi...
b71d810f9915e04454dd3a2062fa6a91d990381c
Bump version
Bump version
MateoConLechuga/Cesium
src/cesium.asm
bsd-3-clause
1,513,382,160
#include "include/ti84pce.inc" ; TI84+CE include file #include "include/macros.inc" ; useful macros #include "include/defines.inc" ; cesium defines #include "include/app.inc" ; for creating the application #include "routines/installer.asm" ; if this is the first run,...
#include "include/ti84pce.inc" ; TI84+CE include file #include "include/macros.inc" ; useful macros #include "include/defines.inc" ; cesium defines #include "include/app.inc" ; for creating the application #include "routines/installer.asm" ; if this is the first run,...
cb5582b7f98338844beefb5ed350d65c4729f465
Debounce exiting programs
Debounce exiting programs
MateoConLechuga/Cesium
src/routines/common.asm
bsd-3-clause
1,513,381,799
; These are shared routines that are used by many parts of the program ErrCatchBASIC: call _boot_ClearVRAM call _DrawStatusBar call _DispErrorScreen ld hl,1 ld (curRow),hl ld hl,OP1 ld (hl),'1' inc hl ld (hl),':' inc hl ld (hl),0 inc hl ld (hl),'Q' inc hl ld (hl),'u' inc hl ld (hl),...
; These are shared routines that are used by many parts of the program ErrCatchBASIC: call _boot_ClearVRAM call _DrawStatusBar call _DispErrorScreen ld hl,1 ld (curRow),hl ld hl,OP1 ld (hl),'1' inc hl ld (hl),':' inc hl ld (hl),0 inc hl ld (hl),'Q' inc hl ld (hl),'u' inc hl ld (hl),...
03e1d8a08db4f8c8f443786dddab6795cc7428f6
Version bump
Version bump
MateoConLechuga/Cesium
src/cesium.asm
bsd-3-clause
1,513,323,000
#include "include/ti84pce.inc" ; TI84+CE include file #include "include/macros.inc" ; useful macros #include "include/defines.inc" ; cesium defines #include "include/app.inc" ; for creating the application #include "routines/installer.asm" ; if this is the first run,...
#include "include/ti84pce.inc" ; TI84+CE include file #include "include/macros.inc" ; useful macros #include "include/defines.inc" ; cesium defines #include "include/app.inc" ; for creating the application #include "routines/installer.asm" ; if this is the first run,...
04f831ffd1051b07b750e61b40adf62b612905d7
Fix ICE SRC hidding
Fix ICE SRC hidding
MateoConLechuga/Cesium
src/routines/pgrmoptions.asm
bsd-3-clause
1,513,312,057
RenameProgram: ld a,(listApps) or a,a jr z,RenameGood ld hl,(currSelAbs) call _ChkHLIs0 jr nz,RenameGood jp ReturnHome RenameGood: ld hl,skinColor ld a,(hl) push af ld a,255 ld (hl),a drawRectFilled(199,173,313,215) pop af ld (skinColor),a print(NewNameStr,199,173) ld hl,199 ld (...
RenameProgram: ld a,(listApps) or a,a jr z,RenameGood ld hl,(currSelAbs) call _ChkHLIs0 jr nz,RenameGood jp ReturnHome RenameGood: ld hl,skinColor ld a,(hl) push af ld a,255 ld (hl),a drawRectFilled(199,173,313,215) pop af ld (skinColor),a print(NewNameStr,199,173) ld hl,199 ld (...
d20d60c8dd5efdb0958d113caa8b729b3bf22f85
Don't allow rename of folders
Don't allow rename of folders
MateoConLechuga/Cesium
src/routines/pgrmoptions.asm
bsd-3-clause
1,513,310,808
RenameProgram: ld a,(listApps) or a,a jr z,RenameGood ld hl,(currSelAbs) call _ChkHLIs0 jr nz,RenameGood jp ReturnHome RenameGood: ld hl,skinColor ld a,(hl) push af ld a,255 ld (hl),a drawRectFilled(199,173,313,215) pop af ld (skinColor),a print(NewNameStr,199,173) ld hl,199 ld (...
RenameProgram: RenameGood: ld hl,skinColor ld a,(hl) push af ld a,255 ld (hl),a drawRectFilled(199,173,313,215) pop af ld (skinColor),a print(NewNameStr,199,173) ld hl,199 ld (posX),hl ld a,195 ld (posY),a ld a,(currInputMode) call DrawChar ld hl,199 ld (posX),hl xor a,a l...
b8e8089b7f29cf396b577fd31e3bec07e16ce62f
Change settings appvar name
Change settings appvar name
MateoConLechuga/Cesium
src/routines/hooks.asm
bsd-3-clause
1,513,310,523
StopToken equ $D9-$CE ; "Stop" token ParserHook: .db 83h ; Required for all hooks cp a,2 jr z,StopTokenMaybeEncountered _: xor a,a ret StopTokenMaybeEncountered: ld a,StopToken ; Did we hit a stop token? cp a,b jr z,StopEverything jr -_ StopEverything: ld a,$AB jp _JError sysHookFl...
StopToken equ $D9-$CE ; "Stop" token ParserHook: .db 83h ; Required for all hooks cp a,2 jr z,StopTokenMaybeEncountered _: xor a,a ret StopTokenMaybeEncountered: ld a,StopToken ; Did we hit a stop token? cp a,b jr z,StopEverything jr -_ StopEverything: ld a,$AB jp _JError sysHookFl...
55fc2b651fee4362cfae7ebbfeab48adb8be24a8
Update sysvar.asm
Update sysvar.asm
ReturnInfinity/BareMetal-kernel,ReturnInfinity/BareMetal-kernel,ReturnInfinity/BareMetal-kernel
src/x86-64/sysvar.asm
bsd-2-clause
1,513,299,862
; ============================================================================= ; BareMetal -- a 64-bit OS written in Assembly for x86-64 systems ; Copyright (C) 2008-2017 Return Infinity -- see LICENSE.TXT ; ; System Variables ; ============================================================================= ; Constant...
; ============================================================================= ; BareMetal -- a 64-bit OS written in Assembly for x86-64 systems ; Copyright (C) 2008-2017 Return Infinity -- see LICENSE.TXT ; ; System Variables ; ============================================================================= ; Constant...
43c483a518a2cf494f990bb72d1ce8d9e7d14c5d
Update i8254x.asm
Update i8254x.asm Enable large packet reception
ReturnInfinity/BareMetal-kernel,ReturnInfinity/BareMetal-kernel,ReturnInfinity/BareMetal-kernel
src/x86-64/drivers/net/i8254x.asm
bsd-2-clause
1,513,200,002
; ============================================================================= ; BareMetal -- a 64-bit OS written in Assembly for x86-64 systems ; Copyright (C) 2008-2017 Return Infinity -- see LICENSE.TXT ; ; Intel i8254x Driver ; ============================================================================= ; -----...
; ============================================================================= ; BareMetal -- a 64-bit OS written in Assembly for x86-64 systems ; Copyright (C) 2008-2017 Return Infinity -- see LICENSE.TXT ; ; Intel i8254x Driver ; ============================================================================= ; -----...
43bd6ef155f962ee559c56b68397f089ca801c4b
Add extra space to align with other apps
Add extra space to align with other apps
MateoConLechuga/Cesium
src/cesium.asm
bsd-3-clause
1,513,164,762
#include "include/ti84pce.inc" ; TI84+CE include file #include "include/macros.inc" ; useful macros #include "include/defines.inc" ; cesium defines #include "include/app.inc" ; for creating the application #include "routines/installer.asm" ; if this is the first run,...
#include "include/ti84pce.inc" ; TI84+CE include file #include "include/macros.inc" ; useful macros #include "include/defines.inc" ; cesium defines #include "include/app.inc" ; for creating the application #include "routines/installer.asm" ; if this is the first run,...
ca91d831abe0299220f46d29cb07a20657265007
Version bump
Version bump
MateoConLechuga/Cesium
src/cesium.asm
bsd-3-clause
1,513,164,718
#include "include/ti84pce.inc" ; TI84+CE include file #include "include/macros.inc" ; useful macros #include "include/defines.inc" ; cesium defines #include "include/app.inc" ; for creating the application #include "routines/installer.asm" ; if this is the first run,...
#include "include/ti84pce.inc" ; TI84+CE include file #include "include/macros.inc" ; useful macros #include "include/defines.inc" ; cesium defines #include "include/app.inc" ; for creating the application #include "routines/installer.asm" ; if this is the first run,...
eb8259935f7026d35cd8468df6d70795a985099a
Minor sorting fix
Minor sorting fix
MateoConLechuga/Cesium
src/routines/sort.asm
bsd-3-clause
1,513,162,915
; SORT.asm ; ; Made by Martin Warmer, mmartin@xs4all.nl ; Modified for ez80 architechure and hidden programs by Matt Waltz ; ; Uses insertion sort to sort the VAT alphabettically. ; This is a lot faster than sorting during runtime. sort: res firstprog,(iy+asm_Flag1) ld hl,(progptr) sort_next: call find...
; SORT.asm ; ; Made by Martin Warmer, mmartin@xs4all.nl ; Modified for ez80 architechure and hidden programs by Matt Waltz ; ; Uses insertion sort to sort the VAT alphabettically. ; This is a lot faster than sorting during runtime. sort: res firstprog,(iy+asm_Flag1) ld hl,(progptr) sort_next: call find...
b537e7da82a43e7370fbcee558fd455caeffd6bf
Optimize command table IDs and remove jrs
Optimize command table IDs and remove jrs Seriously, this isn't 6502, we have conditionals on jp's too. >:P
DevEd2/DevSound
DevSound.asm
mit
1,512,538,006
; ================================================================ ; DevSound - a Game Boy music system by DevEd ; ; Copyright (c) 2017 Edward J. Whalen ; ; Permission is hereby granted, free of charge, to any person obtaining ; a copy of this software and associated documentation files (the ; "Software"), to d...
; ================================================================ ; DevSound - a Game Boy music system by DevEd ; ; Copyright (c) 2017 Edward J. Whalen ; ; Permission is hereby granted, free of charge, to any person obtaining ; a copy of this software and associated documentation files (the ; "Software"), to d...
66382ad497e99a7de4cb3d0d3143ffb098e7a1c2
Update sysvar.asm
Update sysvar.asm
ReturnInfinity/BareMetal-kernel,ReturnInfinity/BareMetal-kernel,ReturnInfinity/BareMetal-kernel
src/x86-64/sysvar.asm
bsd-2-clause
1,511,556,417
; ============================================================================= ; BareMetal -- a 64-bit OS written in Assembly for x86-64 systems ; Copyright (C) 2008-2017 Return Infinity -- see LICENSE.TXT ; ; System Variables ; ============================================================================= ; Constant...
; ============================================================================= ; BareMetal -- a 64-bit OS written in Assembly for x86-64 systems ; Copyright (C) 2008-2017 Return Infinity -- see LICENSE.TXT ; ; System Variables ; ============================================================================= ; Constant...
2d8f03896cb500969c0ecaa89abfae7be3b50949
Update i8254x.asm
Update i8254x.asm
ReturnInfinity/BareMetal-kernel,ReturnInfinity/BareMetal-kernel,ReturnInfinity/BareMetal-kernel
src/x86-64/drivers/net/i8254x.asm
bsd-2-clause
1,511,556,058
; ============================================================================= ; BareMetal -- a 64-bit OS written in Assembly for x86-64 systems ; Copyright (C) 2008-2017 Return Infinity -- see LICENSE.TXT ; ; Intel i8254x Driver ; ============================================================================= ; -----...
; ============================================================================= ; BareMetal -- a 64-bit OS written in Assembly for x86-64 systems ; Copyright (C) 2008-2017 Return Infinity -- see LICENSE.TXT ; ; Intel i8254x Driver ; ============================================================================= ; -----...
47e395bcbc42a49297b2b8fcc4589f067db9190b
Added comments
Added comments
ReturnInfinity/BareMetal-kernel,ReturnInfinity/BareMetal-kernel,ReturnInfinity/BareMetal-kernel
src/x86-64/drivers/net/i8254x.asm
bsd-2-clause
1,511,553,556
; ============================================================================= ; BareMetal -- a 64-bit OS written in Assembly for x86-64 systems ; Copyright (C) 2008-2017 Return Infinity -- see LICENSE.TXT ; ; Intel i8254x Driver ; ============================================================================= ; -----...
; ============================================================================= ; BareMetal -- a 64-bit OS written in Assembly for x86-64 systems ; Copyright (C) 2008-2017 Return Infinity -- see LICENSE.TXT ; ; Intel i8254x Driver ; ============================================================================= ; -----...
6ea3f02519ded057c870c8fa67210f43d3be5cf5
Update sysvar.asm
Update sysvar.asm
ReturnInfinity/BareMetal-kernel,ReturnInfinity/BareMetal-kernel,ReturnInfinity/BareMetal-kernel
src/x86-64/sysvar.asm
bsd-2-clause
1,511,552,018
; ============================================================================= ; BareMetal -- a 64-bit OS written in Assembly for x86-64 systems ; Copyright (C) 2008-2017 Return Infinity -- see LICENSE.TXT ; ; System Variables ; ============================================================================= ; Constant...
; ============================================================================= ; BareMetal -- a 64-bit OS written in Assembly for x86-64 systems ; Copyright (C) 2008-2017 Return Infinity -- see LICENSE.TXT ; ; System Variables ; ============================================================================= ; Constant...
6eb70a156cf9ba28135657101c1eb4ef7de872e5
Update i8254x.asm
Update i8254x.asm
ReturnInfinity/BareMetal-kernel,ReturnInfinity/BareMetal-kernel,ReturnInfinity/BareMetal-kernel
src/x86-64/drivers/net/i8254x.asm
bsd-2-clause
1,511,551,409
; ============================================================================= ; BareMetal -- a 64-bit OS written in Assembly for x86-64 systems ; Copyright (C) 2008-2017 Return Infinity -- see LICENSE.TXT ; ; Intel i8254x Driver ; ============================================================================= ; -----...
; ============================================================================= ; BareMetal -- a 64-bit OS written in Assembly for x86-64 systems ; Copyright (C) 2008-2017 Return Infinity -- see LICENSE.TXT ; ; Intel i8254x Driver ; ============================================================================= ; -----...
051a5b8b2173dd57755f8eed3d1caec3b9bfb3df
Update sysvar.asm
Update sysvar.asm
ReturnInfinity/BareMetal-kernel,ReturnInfinity/BareMetal-kernel,ReturnInfinity/BareMetal-kernel
src/x86-64/sysvar.asm
bsd-2-clause
1,511,480,728
; ============================================================================= ; BareMetal -- a 64-bit OS written in Assembly for x86-64 systems ; Copyright (C) 2008-2017 Return Infinity -- see LICENSE.TXT ; ; System Variables ; ============================================================================= ; Constant...
; ============================================================================= ; BareMetal -- a 64-bit OS written in Assembly for x86-64 systems ; Copyright (C) 2008-2017 Return Infinity -- see LICENSE.TXT ; ; System Variables ; ============================================================================= ; Constant...
9165d31a6a29ae9aedc96676ba8912a5210d7651
Update io.asm
Update io.asm
ReturnInfinity/BareMetal-kernel,ReturnInfinity/BareMetal-kernel,ReturnInfinity/BareMetal-kernel
src/x86-64/syscalls/io.asm
bsd-2-clause
1,511,460,817
; ============================================================================= ; BareMetal -- a 64-bit OS written in Assembly for x86-64 systems ; Copyright (C) 2008-2017 Return Infinity -- see LICENSE.TXT ; ; Input/Output Functions ; ============================================================================= ; --...
; ============================================================================= ; BareMetal -- a 64-bit OS written in Assembly for x86-64 systems ; Copyright (C) 2008-2017 Return Infinity -- see LICENSE.TXT ; ; Input/Output Functions ; ============================================================================= ; --...
1785d5d244d7aae470b5cc6fea11ee8a9b8337d2
Fix os_debug_dump_al. RSI was not set.
Fix os_debug_dump_al. RSI was not set.
ReturnInfinity/BareMetal-kernel,ReturnInfinity/BareMetal-kernel,ReturnInfinity/BareMetal-kernel
src/x86-64/syscalls/misc.asm
bsd-2-clause
1,511,324,738
; ============================================================================= ; BareMetal -- a 64-bit OS written in Assembly for x86-64 systems ; Copyright (C) 2008-2017 Return Infinity -- see LICENSE.TXT ; ; Misc Functions ; ============================================================================= ; ----------...
; ============================================================================= ; BareMetal -- a 64-bit OS written in Assembly for x86-64 systems ; Copyright (C) 2008-2017 Return Infinity -- see LICENSE.TXT ; ; Misc Functions ; ============================================================================= ; ----------...
b251ed877a206cb8c607cde3e55f5504445a3131
ARM64: SaveAllRegisters during bailout should use x17 instead of x16
ARM64: SaveAllRegisters during bailout should use x17 instead of x16
mrkmarron/ChakraCore,mrkmarron/ChakraCore,mrkmarron/ChakraCore,Microsoft/ChakraCore,Microsoft/ChakraCore,mrkmarron/ChakraCore,Microsoft/ChakraCore,mrkmarron/ChakraCore,Microsoft/ChakraCore,Microsoft/ChakraCore,Microsoft/ChakraCore,Microsoft/ChakraCore,mrkmarron/ChakraCore,Microsoft/ChakraCore,mrkmarron/ChakraCore,mrkma...
lib/Backend/arm64/LinearScanMdA.asm
mit
1,510,966,127
;------------------------------------------------------------------------------------------------------- ; Copyright (C) Microsoft. All rights reserved. ; Licensed under the MIT license. See LICENSE.txt file in the project root for full license information. ;-------------------------------------------------------------...
;------------------------------------------------------------------------------------------------------- ; Copyright (C) Microsoft. All rights reserved. ; Licensed under the MIT license. See LICENSE.txt file in the project root for full license information. ;-------------------------------------------------------------...
140a2dd3a21a55ce4fc2d8a8fa5b8598ead7b4d4
Added comments
Added comments
ReturnInfinity/BareMetal-kernel,ReturnInfinity/BareMetal-kernel,ReturnInfinity/BareMetal-kernel
src/x86-64/syscalls/io.asm
bsd-2-clause
1,510,891,463
; ============================================================================= ; BareMetal -- a 64-bit OS written in Assembly for x86-64 systems ; Copyright (C) 2008-2017 Return Infinity -- see LICENSE.TXT ; ; Input/Output Functions ; ============================================================================= ; --...
; ============================================================================= ; BareMetal -- a 64-bit OS written in Assembly for x86-64 systems ; Copyright (C) 2008-2017 Return Infinity -- see LICENSE.TXT ; ; Input/Output Functions ; ============================================================================= ; --...
3e0682787a3cf6dc8afb50ae0542e1de54d7a238
Use line feed instead of carriage return
Use line feed instead of carriage return Thanks @tay10r.
ReturnInfinity/BareMetal-kernel,ReturnInfinity/BareMetal-kernel,ReturnInfinity/BareMetal-kernel
src/x86-64/sysvar.asm
bsd-2-clause
1,510,717,381
; ============================================================================= ; BareMetal -- a 64-bit OS written in Assembly for x86-64 systems ; Copyright (C) 2008-2017 Return Infinity -- see LICENSE.TXT ; ; System Variables ; ============================================================================= ; Constant...
; ============================================================================= ; BareMetal -- a 64-bit OS written in Assembly for x86-64 systems ; Copyright (C) 2008-2017 Return Infinity -- see LICENSE.TXT ; ; System Variables ; ============================================================================= ; Constant...
052c1ad7e1559917fc21a7cb1db10809d8dde566
Tiny optimization
Tiny optimization
DevEd2/DevSound
DevSound.asm
mit
1,510,624,542
; ================================================================ ; DevSound - a Game Boy music system by DevEd ; ; Copyright (c) 2017 Edward J. Whalen ; ; Permission is hereby granted, free of charge, to any person obtaining ; a copy of this software and associated documentation files (the ; "Software"), to d...
; ================================================================ ; DevSound - a Game Boy music system by DevEd ; ; Copyright (c) 2017 Edward J. Whalen ; ; Permission is hereby granted, free of charge, to any person obtaining ; a copy of this software and associated documentation files (the ; "Software"), to d...
52d3bb431a8a8c3b854308510983ab478bff5fe9
Add warning notice
Add warning notice
DevEd2/DevSound
DevSound.asm
mit
1,510,500,664
; ================================================================ ; DevSound - a Game Boy music system by DevEd ; ; Copyright (c) 2017 Edward J. Whalen ; ; Permission is hereby granted, free of charge, to any person obtaining ; a copy of this software and associated documentation files (the ; "Software"), to d...
; ================================================================ ; DevSound - a Game Boy music system by DevEd ; ; Copyright (c) 2017 Edward J. Whalen ; ; Permission is hereby granted, free of charge, to any person obtaining ; a copy of this software and associated documentation files (the ; "Software"), to d...
7b72dceac86814b8103efc65a40005d119b769db
updated payload address
updated payload address
ReturnInfinity/BareMetal-kernel,ReturnInfinity/BareMetal-kernel,ReturnInfinity/BareMetal-kernel
src/x86-64/kernel.asm
bsd-2-clause
1,510,452,441
; ============================================================================= ; BareMetal -- a 64-bit OS written in Assembly for x86-64 systems ; Copyright (C) 2008-2017 Return Infinity -- see LICENSE.TXT ; ; The BareMetal exokernel. ; ============================================================================= BI...
; ============================================================================= ; BareMetal -- a 64-bit OS written in Assembly for x86-64 systems ; Copyright (C) 2008-2017 Return Infinity -- see LICENSE.TXT ; ; The BareMetal exokernel. ; ============================================================================= BI...
445ded4d95c981573328812261b2ec91ef326141
Fix fade being overwritten by init, code part
Fix fade being overwritten by init, code part This nullified the purpose of bit 2 of FadeType
DevEd2/DevSound
DevSound.asm
mit
1,510,410,645
; ================================================================ ; DevSound - a Game Boy music system by DevEd ; ; Copyright (c) 2017 Edward J. Whalen ; ; Permission is hereby granted, free of charge, to any person obtaining ; a copy of this software and associated documentation files (the ; "Software"), to d...
; ================================================================ ; DevSound - a Game Boy music system by DevEd ; ; Copyright (c) 2017 Edward J. Whalen ; ; Permission is hereby granted, free of charge, to any person obtaining ; a copy of this software and associated documentation files (the ; "Software"), to d...
52bcc4f13bb8f2ff5a0406d08b87af6379421f03
Fix fade being overwritten by init, vars part
Fix fade being overwritten by init, vars part
DevEd2/DevSound
DevSound_Vars.asm
mit
1,510,410,642
; ================================================================ ; DevSound variable definitions ; ================================================================ if !def(incDSVars) incDSVars set 1 SECTION "DevSound variables",WRAM0 DSVarsStart: FadeType ds 1 InitVarsStart: FadeTimer ds 1 GlobalVol...
; ================================================================ ; DevSound variable definitions ; ================================================================ if !def(incDSVars) incDSVars set 1 SECTION "DevSound variables",WRAM0 DSVarsStart GlobalVolume ds 1 GlobalSpeed1 ds 1 GlobalSpeed2 ds 1 ...
0af2ad3c6a807c17d0990c48086cfd00d5dc5d3f
Update kernel.asm
Update kernel.asm
ReturnInfinity/BareMetal-kernel,ReturnInfinity/BareMetal-kernel,ReturnInfinity/BareMetal-kernel
src/x86-64/kernel.asm
bsd-2-clause
1,510,369,943
; ============================================================================= ; BareMetal -- a 64-bit OS written in Assembly for x86-64 systems ; Copyright (C) 2008-2017 Return Infinity -- see LICENSE.TXT ; ; The BareMetal exokernel. ; ============================================================================= BI...
; ============================================================================= ; BareMetal -- a 64-bit OS written in Assembly for x86-64 systems ; Copyright (C) 2008-2017 Return Infinity -- see LICENSE.TXT ; ; The BareMetal exokernel. ; ============================================================================= BI...
38dcb79d99b5469926c9c929c8c2e10d173c2a3f
Remove debug code in RTC handler
Remove debug code in RTC handler
ReturnInfinity/BareMetal-kernel,ReturnInfinity/BareMetal-kernel,ReturnInfinity/BareMetal-kernel
src/x86-64/interrupt.asm
bsd-2-clause
1,510,337,628
; ============================================================================= ; BareMetal -- a 64-bit OS written in Assembly for x86-64 systems ; Copyright (C) 2008-2017 Return Infinity -- see LICENSE.TXT ; ; Interrupts ; ============================================================================= ; --------------...
; ============================================================================= ; BareMetal -- a 64-bit OS written in Assembly for x86-64 systems ; Copyright (C) 2008-2017 Return Infinity -- see LICENSE.TXT ; ; Interrupts ; ============================================================================= ; --------------...
b93e82181f89b9e03b9db5e124c951ea55d607fd
removed org statement, no longer required
removed org statement, no longer required
ReturnInfinity/BareMetal-kernel,ReturnInfinity/BareMetal-kernel,ReturnInfinity/BareMetal-kernel
src/x86-64/kernel.asm
bsd-2-clause
1,510,267,139
; ============================================================================= ; BareMetal -- a 64-bit OS written in Assembly for x86-64 systems ; Copyright (C) 2008-2017 Return Infinity -- see LICENSE.TXT ; ; The BareMetal exokernel. ; ============================================================================= BI...
; ============================================================================= ; BareMetal -- a 64-bit OS written in Assembly for x86-64 systems ; Copyright (C) 2008-2017 Return Infinity -- see LICENSE.TXT ; ; The BareMetal exokernel. ; ============================================================================= BI...
c526d306c181e923acef755e5afddc8e28f76b07
[MERGE #4154 @aaronsgiles] Make arm64_CallFunction aware of extra arguments.
[MERGE #4154 @aaronsgiles] Make arm64_CallFunction aware of extra arguments. Merge pull request #4154 from aaronsgiles:user/aarongi/work4 ARM(32) may need a similar fix.
mrkmarron/ChakraCore,Microsoft/ChakraCore,Microsoft/ChakraCore,Microsoft/ChakraCore,Microsoft/ChakraCore,mrkmarron/ChakraCore,mrkmarron/ChakraCore,Microsoft/ChakraCore,Microsoft/ChakraCore,Microsoft/ChakraCore,mrkmarron/ChakraCore,Microsoft/ChakraCore,mrkmarron/ChakraCore,mrkmarron/ChakraCore,mrkmarron/ChakraCore,mrkma...
lib/Runtime/Library/arm64/arm64_CallFunction.asm
mit
1,510,090,350
;------------------------------------------------------------------------------------------------------- ; Copyright (C) Microsoft. All rights reserved. ; Licensed under the MIT license. See LICENSE.txt file in the project root for full license information. ;-------------------------------------------------------------...
;------------------------------------------------------------------------------------------------------- ; Copyright (C) Microsoft. All rights reserved. ; Licensed under the MIT license. See LICENSE.txt file in the project root for full license information. ;-------------------------------------------------------------...