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
d04f6723a6028740f9080527524e0c63b8da921f
[MERGE #4125 @aaronsgiles] ARM64: Clean up some EH-related assembly code.
[MERGE #4125 @aaronsgiles] ARM64: Clean up some EH-related assembly code. Merge pull request #4125 from aaronsgiles:user/aarongi/work3
Microsoft/ChakraCore,mrkmarron/ChakraCore,mrkmarron/ChakraCore,mrkmarron/ChakraCore,Microsoft/ChakraCore,Microsoft/ChakraCore,Microsoft/ChakraCore,Microsoft/ChakraCore,mrkmarron/ChakraCore,Microsoft/ChakraCore,mrkmarron/ChakraCore,Microsoft/ChakraCore,mrkmarron/ChakraCore,Microsoft/ChakraCore,mrkmarron/ChakraCore,mrkma...
lib/Runtime/Language/arm64/arm64_CallEhFrame.asm
mit
1,509,693,688
;------------------------------------------------------------------------------------------------------- ; 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. ;-------------------------------------------------------------...
0e5834362d1ff60602adf715af1b7f6028f1ccfb
Restore Pigu's changes (again)
Restore Pigu's changes (again) Don't do code at 5am kids
DevEd2/DevSound
DevSound.asm
mit
1,508,297,656
; ================================================================ ; 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...
9319967b203b4c6030ec52b71d6828acbe312876
Remove unused instruction
Remove unused instruction
DevEd2/DevSound
DevSound.asm
mit
1,508,297,477
; ================================================================ ; 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...
c8097b0d9f7110ba6dd36d38d1c210521b4c1bac
Restore Pigu's fixes
Restore Pigu's fixes Wrong base version + copy-paste. Oops.
DevEd2/DevSound
DevSound.asm
mit
1,508,297,288
; ================================================================ ; 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...
e319d3537b119fa9370939ba3715bceccfa2f8b5
Fix "pop" when fading in/out
Fix "pop" when fading in/out That's because GlobalVolume can be set by Init before Fade can ; now, Play sets the initial sound instead - which makes Fade a very trivial function.
DevEd2/DevSound
DevSound.asm
mit
1,508,296,861
; ================================================================ ; 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...
22bfad79f9c9e9f7c71f9bd1a38773e5a751e13b
Remove slight pop & make sound always update
Remove slight pop & make sound always update When initializing a song then fading in, a pop may be heard because the sound is always set to max when loading a song. This is fixed by writing to DevSound's sound volume instead of directly to NR50. However this means that NR50 isn't updated when just init'ing a song, s...
DevEd2/DevSound
DevSound.asm
mit
1,506,471,933
; ================================================================ ; 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...
688dc62f952695903bfd5ea617e9b5103143c3b5
Don't enable Vin when initializing
Don't enable Vin when initializing
DevEd2/DevSound
DevSound.asm
mit
1,506,267,197
; ================================================================ ; 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...
0319d4df2d002b52f13ed53453c980c532e65cde
solo5: add missing start to multiboot header
solo5: add missing start to multiboot header
mnordsletten/IncludeOS,ingve/IncludeOS,alfred-bratterud/IncludeOS,alfred-bratterud/IncludeOS,AndreasAakesson/IncludeOS,AnnikaH/IncludeOS,hioa-cs/IncludeOS,ingve/IncludeOS,AndreasAakesson/IncludeOS,hioa-cs/IncludeOS,ingve/IncludeOS,AndreasAakesson/IncludeOS,mnordsletten/IncludeOS,mnordsletten/IncludeOS,AndreasAakesson/I...
src/platform/x86_solo5/start.asm
apache-2.0
1,505,224,578
;; This file is a part of the IncludeOS unikernel - www.includeos.org ;; ;; Copyright 2015-2016 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. ;; Yo...
;; This file is a part of the IncludeOS unikernel - www.includeos.org ;; ;; Copyright 2015-2016 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. ;; Yo...
751a1eb4a8dcffc97ab9e22fbb677c541ac443ac
Add optimised path for ByteArrays in at:[put:] primitive response
Add optimised path for ByteArrays in at:[put:] primitive response
dolphinsmalltalk/DolphinVM,objectarts/Dolphin,jgfoster/Dolphin,dolphinsmalltalk/DolphinVM,blairmcg/Dolphin,blairmcg/Dolphin,objectarts/DolphinVM,jgfoster/Dolphin,objectarts/DolphinVM,dolphinsmalltalk/Dolphin,objectarts/DolphinVM,dolphinsmalltalk/Dolphin,blairmcg/Dolphin,shoshanatech/Dolphin,dolphinsmalltalk/Dolphin,sho...
byteasm.asm
mit
1,505,121,041
; ; IDEAS: ; 1: Increment often succeeds a push of temporary, e.g. in the optimized version of #to:do: generated by the compiler, ; so add a Push Temp N and Increment - Shame can't do "push, inc and store" (because of failure case?). ; ; Dolphin Smalltalk ; Byte code Interpreter routines and helpers in Assembler for I...
; ; IDEAS: ; 1: Increment often succeeds a push of temporary, e.g. in the optimized version of #to:do: generated by the compiler, ; so add a Push Temp N and Increment - Shame can't do "push, inc and store" (because of failure case?). ; ; Dolphin Smalltalk ; Byte code Interpreter routines and helpers in Assembler for I...
7e2f6c481c7936c0746c77a0ec457e7a3d46ed74
stack: add empty stack frame to beginning of stack
stack: add empty stack frame to beginning of stack
AndreasAakesson/IncludeOS,hioa-cs/IncludeOS,alfred-bratterud/IncludeOS,AnnikaH/IncludeOS,AndreasAakesson/IncludeOS,hioa-cs/IncludeOS,ingve/IncludeOS,mnordsletten/IncludeOS,AndreasAakesson/IncludeOS,AndreasAakesson/IncludeOS,hioa-cs/IncludeOS,AndreasAakesson/IncludeOS,ingve/IncludeOS,alfred-bratterud/IncludeOS,AnnikaH/I...
src/arch/x86_64/arch_start.asm
apache-2.0
1,505,116,010
; 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 ...
96c1cf5bf726419340860428c27cd81aca452831
Update interrupt.asm
Update interrupt.asm
ReturnInfinity/BareMetal-kernel,ReturnInfinity/BareMetal-kernel,ReturnInfinity/BareMetal-kernel
src/x86-64/interrupt.asm
bsd-2-clause
1,503,932,177
; ============================================================================= ; 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 ; ============================================================================= ; --------------...
75645294adadeac5779e7939a4637e5ed256f9db
loader: Remove executable stack from libvulkan.so
loader: Remove executable stack from libvulkan.so Change-Id: Id77d5560479cbbc6f5453a6362c5a20dd721fdd0
KhronosGroup/Vulkan-LoaderAndValidationLayers,KhronosGroup/Vulkan-LoaderAndValidationLayers,KhronosGroup/Vulkan-LoaderAndValidationLayers,KhronosGroup/Vulkan-LoaderAndValidationLayers,KhronosGroup/Vulkan-LoaderAndValidationLayers,KhronosGroup/Vulkan-LoaderAndValidationLayers
loader/unknown_ext_chain_gas.asm
apache-2.0
1,500,663,319
# # Copyright (c) 2017 The Khronos Group Inc. # Copyright (c) 2017 Valve Corporation # Copyright (c) 2017 LunarG, Inc. # # 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.apach...
# # Copyright (c) 2017 The Khronos Group Inc. # Copyright (c) 2017 Valve Corporation # Copyright (c) 2017 LunarG, Inc. # # 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.apach...
97b8f13f680e8e91656095c0ee8bf46469869876
Fix Aga2 check.
Fix Aga2 check.
mmxbass/z3randomizer,mmxbass/z3randomizer
goalitem.asm
mit
1,500,540,253
;-------------------------------------------------------------------------------- ; $7F5010 - Scratch Space (Callee Preserved) ;-------------------------------------------------------------------------------- !GOAL_COUNTER = "$7EF460" DrawGoalIndicator: LDA.l GoalItemRequirement : AND.w #$00FF : BNE + : RTL : + ; Star...
;-------------------------------------------------------------------------------- ; $7F5010 - Scratch Space (Callee Preserved) ;-------------------------------------------------------------------------------- !GOAL_COUNTER = "$7EF460" DrawGoalIndicator: LDA.l GoalItemRequirement : AND.w #$00FF : BNE + : RTL : + ; Star...
3ce23cbb67f6129e4a79ea080d39ec79f40e5944
Add check if agahnim 2 has been defeated for ganon invincibility.
Add check if agahnim 2 has been defeated for ganon invincibility.
mmxbass/z3randomizer,mmxbass/z3randomizer
goalitem.asm
mit
1,500,315,903
;-------------------------------------------------------------------------------- ; $7F5010 - Scratch Space (Callee Preserved) ;-------------------------------------------------------------------------------- !GOAL_COUNTER = "$7EF460" DrawGoalIndicator: LDA.l GoalItemRequirement : AND.w #$00FF : BNE + : RTL : + ; Star...
;-------------------------------------------------------------------------------- ; $7F5010 - Scratch Space (Callee Preserved) ;-------------------------------------------------------------------------------- !GOAL_COUNTER = "$7EF460" DrawGoalIndicator: LDA.l GoalItemRequirement : AND.w #$00FF : BNE + : RTL : + ; Star...
ba8039b256b465fab4da658e7dde9c2820e6f0ea
Add test cases for signed comparisons
Add test cases for signed comparisons
sp1187/armips,sp1187/armips,Kingcom/armips,sp1187/armips,Kingcom/armips,hrydgard/armips,hrydgard/armips,Kingcom/armips,hrydgard/armips,sp1187/armips,Kingcom/armips,hrydgard/armips
Tests/Core/Expressions/Expressions.asm
mit
1,499,801,425
.gba .create "output.bin",0 .org 100h label: ; let's test != first before relying on it .if 2 != 2 .error "!= Operator broken" .elseif 2 != 3 .else .error "!= Operator broken" .endif ; test to string operator .macro checksn,exp,value .if °(exp) != (value) .error "Error: " + °(exp) + " != " + (value) .endif ...
.gba .create "output.bin",0 .org 100h label: ; let's test != first before relying on it .if 2 != 2 .error "!= Operator broken" .elseif 2 != 3 .else .error "!= Operator broken" .endif ; test to string operator .macro checksn,exp,value .if °(exp) != (value) .error "Error: " + °(exp) + " != " + (value) .endif ...
d537076d11a98c569f7611e7a60a19276f3c8c69
Working on #336
Working on #336
ELENA-LANG/elena-lang,ELENA-LANG/elena-lang,ELENA-LANG/elena-lang,ELENA-LANG/elena-lang,ELENA-LANG/elena-lang,ELENA-LANG/elena-lang,ELENA-LANG/elena-lang
tests/assembly_preprocessor/a.asm
mit
1,499,590,592
defmacro #callTest(a,b) mov esi, [esp + a] mov edx, [esi] mov ebx, [stat : b] mov eax, [ebx + edx * a] ret a endmacro procedure % 444h #callTest(4, "$elena'@referencetable") end
defmacro #callTest(a,b) mov esi, [esp + a] mov edx, [esi] mov ebx, [stat : "$elena'@referencetable"] mov eax, [ebx + edx * a] ret a endmacro procedure % 444h #callTest(4, "$elena'@referencetable") end
e9343ebaa327f19e269978005d5430e4e32817d4
Update x86inc.asm
Update x86inc.asm
Kamekameha/vapoursynth,Kamekameha/vapoursynth,vapoursynth/vapoursynth,vapoursynth/vapoursynth,vapoursynth/vapoursynth,vapoursynth/vapoursynth,Kamekameha/vapoursynth,Kamekameha/vapoursynth,Kamekameha/vapoursynth
include/asm/x86/x86inc.asm
lgpl-2.1
1,498,756,438
;***************************************************************************** ;* x86inc.asm: x264asm abstraction layer ;***************************************************************************** ;* Copyright (C) 2005-2017 x264 project ;* ;* Authors: Loren Merritt <lorenm@u.washington.edu> ;* Anton Mitrofan...
;***************************************************************************** ;* x86inc.asm: x264asm abstraction layer ;***************************************************************************** ;* Copyright (C) 2005-2017 x264 project ;* ;* Authors: Loren Merritt <lorenm@u.washington.edu> ;* Anton Mitrofan...
6feee739c67daa01e70da7c88110cbb2d6bc67bb
Explicitly allocate FP flag bits
Explicitly allocate FP flag bits
KnightOS/kernel,KnightOS/kernel
src/02/fp-math.asm
mit
1,498,440,524
; FP Math TODO: ; 1. Addition and subtraction ; 2. Multiplication and division ; 3. Miscellaneous math operations: ; - Roots/powers ; - Logarithms ; - Trigonometry ; - etc. ; 4. Conversion to and from IEEE 754 floats/doubles ;; itofp [FP Math] ;; Converts a 32-bit unsigned integer into a floating-point ;; ...
; FP Math TODO: ; 1. Addition and subtraction ; 2. Multiplication and division ; 3. Miscellaneous math operations: ; - Roots/powers ; - Logarithms ; - Trigonometry ; - etc. ; 4. Conversion to and from IEEE 754 floats/doubles ;; itofp [FP Math] ;; Converts a 32-bit unsigned integer into a floating-point ;; ...
2052b7262b19e4d41b140e3cc5e862e2ed8f75a6
Optimize by assuming FP inputs are normalized
Optimize by assuming FP inputs are normalized
KnightOS/kernel,KnightOS/kernel
src/02/fp-math.asm
mit
1,498,439,946
; FP Math TODO: ; 1. Addition and subtraction ; 2. Multiplication and division ; 3. Miscellaneous math operations: ; - Roots/powers ; - Logarithms ; - Trigonometry ; - etc. ; 4. Conversion to and from IEEE 754 floats/doubles ;; itofp [FP Math] ;; Converts a 32-bit unsigned integer into a floating-point ;; ...
; FP Math TODO: ; 1. Addition and subtraction ; 2. Multiplication and division ; 3. Miscellaneous math operations: ; - Roots/powers ; - Logarithms ; - Trigonometry ; - etc. ; 4. Conversion to and from IEEE 754 floats/doubles ;; itofp [FP Math] ;; Converts a 32-bit unsigned integer into a floating-point ;; ...
bc3bd2211ae00e04338233eecda2070faf21228a
Prevent negation of 0
Prevent negation of 0
KnightOS/kernel,KnightOS/kernel
src/02/fp-math.asm
mit
1,498,427,739
; FP Math TODO: ; 1. Addition and subtraction ; 2. Multiplication and division ; 3. Miscellaneous math operations: ; - Roots/powers ; - Logarithms ; - Trigonometry ; - etc. ; 4. Conversion to and from IEEE 754 floats/doubles ;; itofp [FP Math] ;; Converts a 32-bit unsigned integer into a floating-point ;; ...
; FP Math TODO: ; 1. Addition and subtraction ; 2. Multiplication and division ; 3. Miscellaneous math operations: ; - Roots/powers ; - Logarithms ; - Trigonometry ; - etc. ; 4. Conversion to and from IEEE 754 floats/doubles ;; itofp [FP Math] ;; Converts a 32-bit unsigned integer into a floating-point ;; ...
fbd66aa645492394776208ecb5b97f4331778c58
Workaround for fptostr sometimes skipping last fractional digit
Workaround for fptostr sometimes skipping last fractional digit Test case: calling fptostr on 0.1 prints “0”. The workaround enables printing 11 total digits instead of only 10.
KnightOS/kernel,KnightOS/kernel
src/02/fp-math.asm
mit
1,498,364,995
; FP Math TODO: ; 1. Addition and subtraction ; 2. Multiplication and division ; 3. Miscellaneous math operations: ; - Roots/powers ; - Logarithms ; - Trigonometry ; - etc. ; 4. Conversion to and from IEEE 754 floats/doubles ;; itofp [FP Math] ;; Converts a 32-bit unsigned integer into a floating-point ;; ...
; FP Math TODO: ; 1. Addition and subtraction ; 2. Multiplication and division ; 3. Miscellaneous math operations: ; - Roots/powers ; - Logarithms ; - Trigonometry ; - etc. ; 4. Conversion to and from IEEE 754 floats/doubles ;; itofp [FP Math] ;; Converts a 32-bit unsigned integer into a floating-point ;; ...
02068ca1893a8018de22c8a7c6122526951f9189
Fix normalization of 0
Fix normalization of 0
KnightOS/kernel,KnightOS/kernel
src/02/fp-math.asm
mit
1,498,364,328
; FP Math TODO: ; 1. Addition and subtraction ; 2. Multiplication and division ; 3. Miscellaneous math operations: ; - Roots/powers ; - Logarithms ; - Trigonometry ; - etc. ; 4. Conversion to and from IEEE 754 floats/doubles ;; itofp [FP Math] ;; Converts a 32-bit unsigned integer into a floating-point ;; ...
; FP Math TODO: ; 1. Addition and subtraction ; 2. Multiplication and division ; 3. Miscellaneous math operations: ; - Roots/powers ; - Logarithms ; - Trigonometry ; - etc. ; 4. Conversion to and from IEEE 754 floats/doubles ;; itofp [FP Math] ;; Converts a 32-bit unsigned integer into a floating-point ;; ...
bc5b39733922ffcb9121623525f6c3cf3ab4bc02
Fix fpNormalize copying length
Fix fpNormalize copying length
KnightOS/kernel,KnightOS/kernel
src/02/fp-math.asm
mit
1,498,363,672
; FP Math TODO: ; 1. Addition and subtraction ; 2. Multiplication and division ; 3. Miscellaneous math operations: ; - Roots/powers ; - Logarithms ; - Trigonometry ; - etc. ; 4. Conversion to and from IEEE 754 floats/doubles ;; itofp [FP Math] ;; Converts a 32-bit unsigned integer into a floating-point ;; ...
; FP Math TODO: ; 1. Addition and subtraction ; 2. Multiplication and division ; 3. Miscellaneous math operations: ; - Roots/powers ; - Logarithms ; - Trigonometry ; - etc. ; 4. Conversion to and from IEEE 754 floats/doubles ;; itofp [FP Math] ;; Converts a 32-bit unsigned integer into a floating-point ;; ...
b44ed8e99126f9114b0f7721eaad0caecb51f80e
Fix leading zeroes issue in scientific notation mode
Fix leading zeroes issue in scientific notation mode
KnightOS/kernel,KnightOS/kernel
src/02/fp-math.asm
mit
1,498,276,017
; FP Math TODO: ; 1. Addition and subtraction ; 2. Multiplication and division ; 3. Miscellaneous math operations: ; - Roots/powers ; - Logarithms ; - Trigonometry ; - etc. ; 4. Conversion to and from IEEE 754 floats/doubles ;; itofp [FP Math] ;; Converts a 32-bit unsigned integer into a floating-point ;; ...
; FP Math TODO: ; 1. Addition and subtraction ; 2. Multiplication and division ; 3. Miscellaneous math operations: ; - Roots/powers ; - Logarithms ; - Trigonometry ; - etc. ; 4. Conversion to and from IEEE 754 floats/doubles ;; itofp [FP Math] ;; Converts a 32-bit unsigned integer into a floating-point ;; ...
4c4a064a80e2aa077bef7b9560de934a2439854a
Fix fptostr for negative exponents in normal mode
Fix fptostr for negative exponents in normal mode
KnightOS/kernel,KnightOS/kernel
src/02/fp-math.asm
mit
1,498,275,655
; FP Math TODO: ; 1. Addition and subtraction ; 2. Multiplication and division ; 3. Miscellaneous math operations: ; - Roots/powers ; - Logarithms ; - Trigonometry ; - etc. ; 4. Conversion to and from IEEE 754 floats/doubles ;; itofp [FP Math] ;; Converts a 32-bit unsigned integer into a floating-point ;; ...
;; itofp [FP Math] ;; Converts a 32-bit unsigned integer into a floating-point ;; binary coded decimal format and stores it to the buffer at HL. ;; Inputs: ;; ACIX: Unsigned integer ;; HL: Pointer to 9-byte destination buffer ;; Notes: ;; The result is in the following format: ;; * 1 byte flags, currently only a ...
273450a91b355a5456ab73cffa422b0f1540dd57
Improve fpNormalize runtime
Improve fpNormalize runtime
KnightOS/kernel,KnightOS/kernel
src/02/fp-math.asm
mit
1,498,247,638
;; itofp [FP Math] ;; Converts a 32-bit unsigned integer into a floating-point ;; binary coded decimal format and stores it to the buffer at HL. ;; Inputs: ;; ACIX: Unsigned integer ;; HL: Pointer to 9-byte destination buffer ;; Notes: ;; The result is in the following format: ;; * 1 byte flags, currently only a ...
;; itofp [FP Math] ;; Converts a 32-bit unsigned integer into a floating-point ;; binary coded decimal format and stores it to the buffer at HL. ;; Inputs: ;; ACIX: Unsigned integer ;; HL: Pointer to 9-byte destination buffer ;; Notes: ;; The result is in the following format: ;; * 1 byte flags, currently only a ...
ee00d0d410f97850f687759c7acd9e80d403a574
Update kernel.asm
Update kernel.asm
ReturnInfinity/BareMetal-kernel,ReturnInfinity/BareMetal-kernel,ReturnInfinity/BareMetal-kernel
src/x86-64/kernel.asm
bsd-2-clause
1,498,243,635
; ============================================================================= ; 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...
85e4bec53091fa4a98bbf33e9c05f27952f56a42
Let fpSub fall through to fpAdd
Let fpSub fall through to fpAdd
KnightOS/kernel,KnightOS/kernel
src/02/fp-math.asm
mit
1,498,154,433
;; itofp [FP Math] ;; Converts a 32-bit unsigned integer into a floating-point ;; binary coded decimal format and stores it to the buffer at HL. ;; Inputs: ;; ACIX: Unsigned integer ;; HL: Pointer to 9-byte destination buffer ;; Notes: ;; The result is in the following format: ;; * 1 byte flags, currently only a ...
;; itofp [FP Math] ;; Converts a 32-bit unsigned integer into a floating-point ;; binary coded decimal format and stores it to the buffer at HL. ;; Inputs: ;; ACIX: Unsigned integer ;; HL: Pointer to 9-byte destination buffer ;; Notes: ;; The result is in the following format: ;; * 1 byte flags, currently only a ...
b7237338c3f896e425035a46ffcaa39fcfb2ad9a
Update emms test
Update emms test
copy/v86,copy/v86,copy/v86,copy/v86,copy/v86,copy/v86,copy/v86
tests/nasm/emms.asm
bsd-2-clause
1,497,993,578
global _start section .data align 16 myquad: dq 0xad0000ceadad00ff mydword: dd 0xcafebabe myaddress: dq 0x00adbeefc0de00ce %include "header.inc" emms ; TODO: Check tag word %include "footer.inc"
global _start section .data align 16 myquad: dq 0xad0000ceadad00ff mydword: dd 0xcafebabe myaddress: dq 0x00adbeefc0de00ce %include "header.inc" fld dword [mydword] fld dword [myquad] emms %include "footer.inc" ;;; fptag = 0xFFFF ;;; cpu.fpu.load_tag_word() = 0xFFFF ;;; The automated nasm test fails becaus...
a96dc72b9ab3185145979aca7df2023dc9b2f828
i#2448 NEON: Use VFPv3 rather than NEON instructions in arm.asm. (#2477)
i#2448 NEON: Use VFPv3 rather than NEON instructions in arm.asm. (#2477) This makes it possible to run DynamoRIO on hardware without NEON, at least in some cases. A bit more work is needed to make everything work reliably on any ARMv7 system with VFPv3-D32.
AmesianX/dynamorio,AmesianX/dynamorio,AmesianX/dynamorio,AmesianX/dynamorio,AmesianX/dynamorio,AmesianX/dynamorio
core/arch/arm/arm.asm
lgpl-2.1
1,497,948,484
/* ********************************************************** * Copyright (c) 2014-2016 Google, Inc. All rights reserved. * ********************************************************** */ /* * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the followin...
/* ********************************************************** * Copyright (c) 2014-2016 Google, Inc. All rights reserved. * ********************************************************** */ /* * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the followin...
2ffb92405a05aba62a6dc336b9c5e2a075fab0fc
Abandon rounding for now
Abandon rounding for now Too much work for not much gain at this point. Also fixed the crashing bug.
KnightOS/kernel,KnightOS/kernel
src/02/fp-math.asm
mit
1,497,834,923
;; itofp [FP Math] ;; Converts a 32-bit unsigned integer into a floating-point ;; binary coded decimal format and stores it to the buffer at HL. ;; Inputs: ;; ACIX: Unsigned integer ;; HL: Pointer to 9-byte destination buffer ;; Notes: ;; The result is in the following format: ;; * 1 byte flags, currently only a ...
;; itofp [FP Math] ;; Converts a 32-bit unsigned integer into a floating-point ;; binary coded decimal format and stores it to the buffer at HL. ;; Inputs: ;; ACIX: Unsigned integer ;; HL: Pointer to 9-byte destination buffer ;; Notes: ;; The result is in the following format: ;; * 1 byte flags, currently only a ...
683b4ad8a449d12595e993e7443586c4cb68e467
First attempt at rounding in fptostr
First attempt at rounding in fptostr Correctly rounds 3.1415926535897 to 3.141592654, but crashes on variations like 0.1415926535897, 11.1415926535897.
KnightOS/kernel,KnightOS/kernel
src/02/fp-math.asm
mit
1,497,834,324
;; itofp [FP Math] ;; Converts a 32-bit unsigned integer into a floating-point ;; binary coded decimal format and stores it to the buffer at HL. ;; Inputs: ;; ACIX: Unsigned integer ;; HL: Pointer to 9-byte destination buffer ;; Notes: ;; The result is in the following format: ;; * 1 byte flags, currently only a ...
;; itofp [FP Math] ;; Converts a 32-bit unsigned integer into a floating-point ;; binary coded decimal format and stores it to the buffer at HL. ;; Inputs: ;; ACIX: Unsigned integer ;; HL: Pointer to 9-byte destination buffer ;; Notes: ;; The result is in the following format: ;; * 1 byte flags, currently only a ...
681a7d01ff83231a38ec123f836b8d47e7cc9100
Fix bug with fixed point >10 digits
Fix bug with fixed point >10 digits
KnightOS/kernel,KnightOS/kernel
src/02/fp-math.asm
mit
1,497,801,276
;; itofp [FP Math] ;; Converts a 32-bit unsigned integer into a floating-point ;; binary coded decimal format and stores it to the buffer at HL. ;; Inputs: ;; ACIX: Unsigned integer ;; HL: Pointer to 9-byte destination buffer ;; Notes: ;; The result is in the following format: ;; * 1 byte flags, currently only a ...
;; itofp [FP Math] ;; Converts a 32-bit unsigned integer into a floating-point ;; binary coded decimal format and stores it to the buffer at HL. ;; Inputs: ;; ACIX: Unsigned integer ;; HL: Pointer to 9-byte destination buffer ;; Notes: ;; The result is in the following format: ;; * 1 byte flags, currently only a ...
673ddbe02a05f5761f5e031df6b5a154f2837e04
Fix bug with fixed point scientific notation
Fix bug with fixed point scientific notation
KnightOS/kernel,KnightOS/kernel
src/02/fp-math.asm
mit
1,497,799,578
;; itofp [FP Math] ;; Converts a 32-bit unsigned integer into a floating-point ;; binary coded decimal format and stores it to the buffer at HL. ;; Inputs: ;; ACIX: Unsigned integer ;; HL: Pointer to 9-byte destination buffer ;; Notes: ;; The result is in the following format: ;; * 1 byte flags, currently only a ...
;; itofp [FP Math] ;; Converts a 32-bit unsigned integer into a floating-point ;; binary coded decimal format and stores it to the buffer at HL. ;; Inputs: ;; ACIX: Unsigned integer ;; HL: Pointer to 9-byte destination buffer ;; Notes: ;; The result is in the following format: ;; * 1 byte flags, currently only a ...
e02a9d4a7606470df368e848f02a8e71ac4d99fc
Fix bug where fixed point could cause >10 digits
Fix bug where fixed point could cause >10 digits
KnightOS/kernel,KnightOS/kernel
src/02/fp-math.asm
mit
1,497,799,356
;; itofp [FP Math] ;; Converts a 32-bit unsigned integer into a floating-point ;; binary coded decimal format and stores it to the buffer at HL. ;; Inputs: ;; ACIX: Unsigned integer ;; HL: Pointer to 9-byte destination buffer ;; Notes: ;; The result is in the following format: ;; * 1 byte flags, currently only a ...
;; itofp [FP Math] ;; Converts a 32-bit unsigned integer into a floating-point ;; binary coded decimal format and stores it to the buffer at HL. ;; Inputs: ;; ACIX: Unsigned integer ;; HL: Pointer to 9-byte destination buffer ;; Notes: ;; The result is in the following format: ;; * 1 byte flags, currently only a ...
d12d25164aa5dd590f0bd2769e90de93c35a8167
Add fixed point support to fptostr
Add fixed point support to fptostr
KnightOS/kernel,KnightOS/kernel
src/02/fp-math.asm
mit
1,497,757,554
;; itofp [FP Math] ;; Converts a 32-bit unsigned integer into a floating-point ;; binary coded decimal format and stores it to the buffer at HL. ;; Inputs: ;; ACIX: Unsigned integer ;; HL: Pointer to 9-byte destination buffer ;; Notes: ;; The result is in the following format: ;; * 1 byte flags, currently only a ...
;; itofp [FP Math] ;; Converts a 32-bit unsigned integer into a floating-point ;; binary coded decimal format and stores it to the buffer at HL. ;; Inputs: ;; ACIX: Unsigned integer ;; HL: Pointer to 9-byte destination buffer ;; Notes: ;; The result is in the following format: ;; * 1 byte flags, currently only a ...
e41e92eee9a433a6d0f99444f3bd0ef1931fd54c
Fix known bugs in fptostr
Fix known bugs in fptostr Also combines scientific notation processing with normal processing to share code. Should probably move away from using IX now since it’s slow.
KnightOS/kernel,KnightOS/kernel
src/02/fp-math.asm
mit
1,497,754,059
;; itofp [FP Math] ;; Converts a 32-bit unsigned integer into a floating-point ;; binary coded decimal format and stores it to the buffer at HL. ;; Inputs: ;; ACIX: Unsigned integer ;; HL: Pointer to 9-byte destination buffer ;; Notes: ;; The result is in the following format: ;; * 1 byte flags, currently only a ...
;; itofp [FP Math] ;; Converts a 32-bit unsigned integer into a floating-point ;; binary coded decimal format and stores it to the buffer at HL. ;; Inputs: ;; ACIX: Unsigned integer ;; HL: Pointer to 9-byte destination buffer ;; Notes: ;; The result is in the following format: ;; * 1 byte flags, currently only a ...
082b535f972ddb738b0a17494a4ba8046a548a7f
Hide trailing 0s in scientific notation
Hide trailing 0s in scientific notation
KnightOS/kernel,KnightOS/kernel
src/02/fp-math.asm
mit
1,497,725,468
;; itofp [FP Math] ;; Converts a 32-bit unsigned integer into a floating-point ;; binary coded decimal format and stores it to the buffer at HL. ;; Inputs: ;; ACIX: Unsigned integer ;; HL: Pointer to 9-byte destination buffer ;; Notes: ;; The result is in the following format: ;; * 1 byte flags, currently only a ...
;; itofp [FP Math] ;; Converts a 32-bit unsigned integer into a floating-point ;; binary coded decimal format and stores it to the buffer at HL. ;; Inputs: ;; ACIX: Unsigned integer ;; HL: Pointer to 9-byte destination buffer ;; Notes: ;; The result is in the following format: ;; * 1 byte flags, currently only a ...
9add1d47331485f4a0d8e8274feb3a3f85600df9
Fix trailing 0 bug
Fix trailing 0 bug
KnightOS/kernel,KnightOS/kernel
src/02/fp-math.asm
mit
1,497,724,640
;; itofp [FP Math] ;; Converts a 32-bit unsigned integer into a floating-point ;; binary coded decimal format and stores it to the buffer at HL. ;; Inputs: ;; ACIX: Unsigned integer ;; HL: Pointer to 9-byte destination buffer ;; Notes: ;; The result is in the following format: ;; * 1 byte flags, currently only a ...
;; itofp [FP Math] ;; Converts a 32-bit unsigned integer into a floating-point ;; binary coded decimal format and stores it to the buffer at HL. ;; Inputs: ;; ACIX: Unsigned integer ;; HL: Pointer to 9-byte destination buffer ;; Notes: ;; The result is in the following format: ;; * 1 byte flags, currently only a ...
c46224cf385b9efbb732017984165d0d681ba889
Start implementation of various fptostr options
Start implementation of various fptostr options Currently very buggy and ugly.
KnightOS/kernel,KnightOS/kernel
src/02/fp-math.asm
mit
1,497,723,704
;; itofp [FP Math] ;; Converts a 32-bit unsigned integer into a floating-point ;; binary coded decimal format and stores it to the buffer at HL. ;; Inputs: ;; ACIX: Unsigned integer ;; HL: Pointer to 9-byte destination buffer ;; Notes: ;; The result is in the following format: ;; * 1 byte flags, currently only a ...
;; itofp [FP Math] ;; Converts a 32-bit unsigned integer into a floating-point ;; binary coded decimal format and stores it to the buffer at HL. ;; Inputs: ;; ACIX: Unsigned integer ;; HL: Pointer to 9-byte destination buffer ;; Notes: ;; The result is in the following format: ;; * 1 byte flags, currently only a ...
12af01d64c0ad76fca847dcf5112b34625455252
Add nasm test for psrlw mm, imm8
Add nasm test for psrlw mm, imm8
copy/v86,copy/v86,copy/v86,copy/v86,copy/v86,copy/v86,copy/v86
tests/nasm/psrlw.asm
bsd-2-clause
1,497,624,439
global _start section .data align 16 myquad: dq 0xad0000ceadad00ff mydword: dd 0xcafebac0 myaddress: dq 0x07 MBALIGN equ 1<<0 ; align loaded modules on page boundaries MEMINFO equ 1<<1 ; provide memory map FLAGS equ 0 ; this is the Multiboo...
global _start section .data align 16 myquad: dq 0xad0000ceadad00ff mydword: dd 0xcafebac0 myaddress: dq 0x07 MBALIGN equ 1<<0 ; align loaded modules on page boundaries MEMINFO equ 1<<1 ; provide memory map FLAGS equ 0 ; this is the Multiboo...
448086ec4c77868587843c8544e0627c062f588a
Add nasm regression test for movd mm, r/m32 source operand bug
Add nasm regression test for movd mm, r/m32 source operand bug
copy/v86,copy/v86,copy/v86,copy/v86,copy/v86,copy/v86,copy/v86
tests/nasm/movd.asm
bsd-2-clause
1,497,624,439
global _start section .data align 16 myquad: dq 0x1234567890abcdef mydword: dd 0xcafebabe myaddress: dd 0xdeadbeef MBALIGN equ 1<<0 ; align loaded modules on page boundaries MEMINFO equ 1<<1 ; provide memory map FLAGS equ 0 ; this is the Mu...
global _start section .data align 16 myquad: dq 0x1234567890abcdef mydword: dd 0xcafebabe myaddress: dd 0xdeadbeef MBALIGN equ 1<<0 ; align loaded modules on page boundaries MEMINFO equ 1<<1 ; provide memory map FLAGS equ 0 ; this is the Mu...
e84cec67473f7d99b76b8cd26e493b5d6c161827
Add floating point support for fpAdd
Add floating point support for fpAdd The code is rather ugly, but it appears to work. I’ll try to come back to this section at some point to clean it up.
KnightOS/kernel,KnightOS/kernel
src/02/fp-math.asm
mit
1,497,327,792
;; itofp [FP Math] ;; Converts a 32-bit unsigned integer into a floating-point ;; binary coded decimal format and stores it to the buffer at HL. ;; Inputs: ;; ACIX: Unsigned integer ;; HL: Pointer to 9-byte destination buffer ;; Output: ;; HL: Pointer to result ;; Notes: ;; The result is in the following format: ...
;; itofp [FP Math] ;; Converts a 32-bit unsigned integer into a floating-point ;; binary coded decimal format and stores it to the buffer at HL. ;; Inputs: ;; ACIX: Unsigned integer ;; HL: Pointer to 9-byte destination buffer ;; Output: ;; HL: Pointer to result ;; Notes: ;; The result is in the following format: ...
f24762609987041804d9d866c83746c7aae18134
Add carry support to fpAdd
Add carry support to fpAdd fpAdd can now correctly add two positive numbers that have the same exponent.
KnightOS/kernel,KnightOS/kernel
src/02/fp-math.asm
mit
1,497,304,938
;; itofp [FP Math] ;; Converts a 32-bit unsigned integer into a floating-point ;; binary coded decimal format and stores it to the buffer at HL. ;; Inputs: ;; ACIX: Unsigned integer ;; HL: Pointer to 9-byte destination buffer ;; Output: ;; HL: Pointer to result ;; Notes: ;; The result is in the following format: ...
;; itofp [FP Math] ;; Converts a 32-bit unsigned integer into a floating-point ;; binary coded decimal format and stores it to the buffer at HL. ;; Inputs: ;; ACIX: Unsigned integer ;; HL: Pointer to 9-byte destination buffer ;; Output: ;; HL: Pointer to result ;; Notes: ;; The result is in the following format: ...
5b598f17e8b5a09149f504a744e4480e90fa1cf9
Simplify code using IX and IY as pointer inputs
Simplify code using IX and IY as pointer inputs
KnightOS/kernel,KnightOS/kernel
src/02/fp-math.asm
mit
1,497,065,163
;; itofp [FP Math] ;; Converts a 32-bit unsigned integer into a floating-point ;; binary coded decimal format and stores it to the buffer at HL. ;; Inputs: ;; ACIX: Unsigned integer ;; HL: Pointer to 9-byte destination buffer ;; Output: ;; HL: Pointer to result ;; Notes: ;; The result is in the following format: ...
;; itofp [FP Math] ;; Converts a 32-bit unsigned integer into a floating-point ;; binary coded decimal format and stores it to the buffer at HL. ;; Inputs: ;; ACIX: Unsigned integer ;; HL: Pointer to 9-byte destination buffer ;; Output: ;; HL: Pointer to result ;; Notes: ;; The result is in the following format: ...
97860a41c518acc1aafc9b66f7588413be7bde84
Fix/optimize various things
Fix/optimize various things Only 1 bug away from addition being able to handle signed operands
KnightOS/kernel,KnightOS/kernel
src/02/fp-math.asm
mit
1,497,063,594
;; itofp [FP Math] ;; Converts a 32-bit unsigned integer into a floating-point ;; binary coded decimal format and stores it to the buffer at HL. ;; Inputs: ;; ACIX: Unsigned integer ;; HL: Pointer to 9-byte destination buffer ;; Output: ;; HL: Pointer to result ;; Notes: ;; The result is in the following format: ...
;; itofp [FP Math] ;; Converts a 32-bit unsigned integer into a floating-point ;; binary coded decimal format and stores it to the buffer at HL. ;; Inputs: ;; ACIX: Unsigned integer ;; HL: Pointer to 9-byte destination buffer ;; Notes: ;; The result is in the following format: ;; * 1 byte flags, currently only a ...
690d44afcf99049aefb01c3ab75a4a73c97c7c14
More asm span
More asm span
reenigne/reenigne,reenigne/reenigne,reenigne/reenigne,reenigne/reenigne
8088/demo/cga/span/asm/span.asm
unlicense
1,496,874,397
cpu 8086 mov ax,4 int 0x10 mov di,spanBuffer0 call clearSpanBuffer mov di,spanBuffer1 call clearSpanBuffer frameLoop: ; Update rotation angles mov bx,[theta] add bx,[dTheta] mov [theta],bx add bx,bx mov si,[phi] add si,[dPhi] mov [phi],si add si,si ; Compute scaled rotation matrix el...
cpu 8086 mov ax,4 int 0x10 mov di,spanBuffer0 call clearSpanBuffer mov di,spanBuffer1 call clearSpanBuffer frameLoop: ; Update rotation angles mov bx,[theta] add bx,[dTheta] mov [theta],bx add bx,bx mov si,[phi] add si,[dPhi] mov [phi],si add si,si ; Compute scaled rotation matrix el...
e4322d2bb20538c06e12ebd0295f750eb9854dda
Remove stack operations in DevSound_Init
Remove stack operations in DevSound_Init Replaced pushing/popping with register swapping, should save stack space & CPU cycles. Also saves one byte, for that matter.
DevEd2/DevSound
DevSound.asm
mit
1,496,654,531
; ================================================================ ; 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...
a552ce6a7aa00970b1a1c47eb404e86f07dd482d
More asm span
More asm span
reenigne/reenigne,reenigne/reenigne,reenigne/reenigne,reenigne/reenigne
8088/demo/cga/span/asm/span.asm
unlicense
1,496,353,160
cpu 8086 mov ax,4 int 0x10 mov di,spanBuffer0 call clearSpanBuffer mov di,spanBuffer1 call clearSpanBuffer frameLoop: ; Update rotation angles mov bx,[theta] add bx,[dTheta] mov [theta],bx add bx,bx mov si,[phi] add si,[dPhi] mov [phi],si add si,si ; Compute scaled rotation matrix el...
cpu 8086 mov ax,4 int 0x10 mov di,spanBuffer0 call clearSpanBuffer mov di,spanBuffer1 call clearSpanBuffer frameLoop: ; Update rotation angles mov bx,[theta] add bx,[dTheta] mov [theta],bx add bx,bx mov si,[phi] add si,[dPhi] mov [phi],si add si,si ; Compute scaled rotation matrix el...
ea92ebc1991418ba0209ef2e14d3fa3a8e28d6d9
More asm span
More asm span
reenigne/reenigne,reenigne/reenigne,reenigne/reenigne,reenigne/reenigne
8088/demo/cga/span/asm/span.asm
unlicense
1,496,266,228
cpu 8086 mov ax,4 int 0x10 mov di,spanBuffer0 call clearSpanBuffer mov di,spanBuffer1 call clearSpanBuffer frameLoop: ; Update rotation angles mov bx,[theta] add bx,[dTheta] mov [theta],bx add bx,bx mov si,[phi] add si,[dPhi] mov [phi],si add si,si ; Compute scaled rotation matrix el...
cpu 8086 mov ax,4 int 0x10 mov di,spanBuffer0 call clearSpanBuffer mov di,spanBuffer1 call clearSpanBuffer frameLoop: ; Update rotation angles mov bx,[theta] add bx,[dTheta] mov [theta],bx add bx,bx mov si,[phi] add si,[dPhi] mov [phi],si add si,si ; Compute scaled rotation matrix el...
79e984a298b027a8c0d03f692c4d6bf2caf0f2f7
More asm span
More asm span
reenigne/reenigne,reenigne/reenigne,reenigne/reenigne,reenigne/reenigne
8088/demo/cga/span/asm/span.asm
unlicense
1,496,183,330
cpu 8086 mov ax,4 int 0x10 mov di,spanBuffer0 call clearSpanBuffer mov di,spanBuffer1 call clearSpanBuffer frameLoop: ; Update rotation angles mov bx,[theta] add bx,[dTheta] mov [theta],bx add bx,bx mov si,[phi] add si,[dPhi] mov [phi],si add si,si ; Compute scaled rotation matrix el...
cpu 8086 mov ax,4 int 0x10 mov di,spanBuffer0 call clearSpanBuffer mov di,spanBuffer1 call clearSpanBuffer frameLoop: ; Update rotation angles mov bx,[theta] add bx,[dTheta] mov [theta],bx add bx,bx mov si,[phi] add si,[dPhi] mov [phi],si add si,si ; Compute scaled rotation matrix el...
fe8d41f29431f986d91ac32f8c9f19e168ea1202
More asm span
More asm span
reenigne/reenigne,reenigne/reenigne,reenigne/reenigne,reenigne/reenigne
8088/demo/cga/span/asm/span.asm
unlicense
1,496,093,363
cpu 8086 mov ax,4 int 0x10 mov di,spanBuffer0 call clearSpanBuffer mov di,spanBuffer1 call clearSpanBuffer frameLoop: ; Update rotation angles mov bx,[theta] add bx,[dTheta] mov [theta],bx add bx,bx mov si,[phi] add si,[dPhi] mov [phi],si add si,si ; Compute scaled rotation matrix el...
cpu 8086 mov ax,4 int 0x10 mov di,spanBuffer0 call clearSpanBuffer mov di,spanBuffer1 call clearSpanBuffer frameLoop: ; Update rotation angles mov bx,[theta] add bx,[dTheta] mov [theta],bx add bx,bx mov si,[phi] add si,[dPhi] mov [phi],si add si,si ; Compute scaled rotation matrix el...
30dadc37f747aa9ffa3e743db27ffbe967e7a011
More asm span
More asm span
reenigne/reenigne,reenigne/reenigne,reenigne/reenigne,reenigne/reenigne
8088/demo/cga/span/asm/span.asm
unlicense
1,496,007,192
cpu 8086 mov ax,4 int 0x10 mov di,spanBuffer0 call clearSpanBuffer mov di,spanBuffer1 call clearSpanBuffer frameLoop: ; Update rotation angles mov bx,[theta] add bx,[dTheta] mov [theta],bx add bx,bx mov si,[phi] add si,[dPhi] mov [phi],si add si,si ; Compute scaled rotation matrix el...
cpu 8086 mov ax,4 int 0x10 mov di,spanBuffer0 call clearSpanBuffer mov di,spanBuffer1 call clearSpanBuffer frameLoop: ; Update rotation angles mov bx,[theta] add bx,[dTheta] mov [theta],bx add bx,bx mov si,[phi] add si,[dPhi] mov [phi],si add si,si ; Compute scaled rotation matrix el...
af9c2df8b1b42e18d92788a012928c8d07aa4b5f
More asm span
More asm span
reenigne/reenigne,reenigne/reenigne,reenigne/reenigne,reenigne/reenigne
8088/demo/cga/span/asm/span.asm
unlicense
1,495,920,352
cpu 8086 mov ax,4 int 0x10 mov di,spanBuffer0 call clearSpanBuffer mov di,spanBuffer1 call clearSpanBuffer frameLoop: ; Update rotation angles mov bx,[theta] add bx,[dTheta] mov [theta],bx add bx,bx mov si,[phi] add si,[dPhi] mov [phi],si add si,si ; Compute scaled rotation matrix el...
cpu 8086 mov ax,4 int 0x10 mov di,spanBuffer0 call clearSpanBuffer mov di,spanBuffer1 call clearSpanBuffer frameLoop: ; Update rotation angles mov bx,[theta] add bx,[dTheta] mov [theta],bx add bx,bx mov si,[phi] add si,[dPhi] mov [phi],si add si,si ; Compute scaled rotation matrix el...
e0caa1148eac6e97e05257d7fbea4599593b646a
More asm span
More asm span
reenigne/reenigne,reenigne/reenigne,reenigne/reenigne,reenigne/reenigne
8088/demo/cga/span/asm/span.asm
unlicense
1,495,834,057
cpu 8086 mov ax,4 int 0x10 mov di,spanBuffer0 call clearSpanBuffer mov di,spanBuffer1 call clearSpanBuffer frameLoop: ; Update rotation angles mov bx,[theta] add bx,[dTheta] mov [theta],bx add bx,bx mov si,[phi] add si,[dPhi] mov [phi],si add si,si ; Compute scaled rotation matrix el...
cpu 8086 mov ax,4 int 0x10 mov di,spanBuffer0 call clearSpanBuffer mov di,spanBuffer1 call clearSpanBuffer frameLoop: ; Update rotation angles mov bx,[theta] add bx,[dTheta] mov [theta],bx add bx,bx mov si,[phi] add si,[dPhi] mov [phi],si add si,si ; Compute scaled rotation matrix el...
76ed2e4098ca5d0a3d66b1296890010c94e0bf9d
More asm span
More asm span
reenigne/reenigne,reenigne/reenigne,reenigne/reenigne,reenigne/reenigne
8088/demo/cga/span/asm/span.asm
unlicense
1,495,747,843
cpu 8086 mov ax,4 int 0x10 mov di,spanBuffer0 call clearSpanBuffer mov di,spanBuffer1 call clearSpanBuffer frameLoop: ; Update rotation angles mov bx,[theta] add bx,[dTheta] mov [theta],bx add bx,bx mov si,[phi] add si,[dPhi] mov [phi],si add si,si ; Compute scaled rotation matrix el...
cpu 8086 mov ax,4 int 0x10 mov di,spanBuffer0 call clearSpanBuffer mov di,spanBuffer1 call clearSpanBuffer frameLoop: ; Update rotation angles mov bx,[theta] add bx,[dTheta] mov [theta],bx add bx,bx mov si,[phi] add si,[dPhi] mov [phi],si add si,si ; Compute scaled rotation matrix el...
9051b121b53a3f5510087c79d7d38453dc61f9aa
Update interrupt.asm
Update interrupt.asm
ReturnInfinity/BareMetal-kernel,ReturnInfinity/BareMetal-kernel,ReturnInfinity/BareMetal-kernel
src/x86-64/interrupt.asm
bsd-2-clause
1,495,740,286
; ============================================================================= ; 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 ; ============================================================================= ; --------------...
f9f96bab721382eea5bb1a284bec7925d142676c
More asm span
More asm span
reenigne/reenigne,reenigne/reenigne,reenigne/reenigne,reenigne/reenigne
8088/demo/cga/span/asm/span.asm
unlicense
1,495,661,843
cpu 8086 mov ax,4 int 0x10 mov di,spanBuffer0 call clearSpanBuffer mov di,spanBuffer1 call clearSpanBuffer frameLoop: ; Update rotation angles mov bx,[theta] add bx,[dTheta] mov [theta],bx add bx,bx mov si,[phi] add si,[dPhi] mov [phi],si add si,si ; Compute scaled rotation matrix el...
cpu 8086 mov ax,4 int 0x10 mov di,spanBuffer0 call clearSpanBuffer mov di,spanBuffer1 call clearSpanBuffer frameLoop: ; Update rotation angles mov bx,[theta] add bx,[dTheta] mov [theta],bx add bx,bx mov si,[phi] add si,[dPhi] mov [phi],si add si,si ; Compute scaled rotation matrix el...
dd443d173f2303c853d9f9e454cfd44733c71150
More asm span
More asm span
reenigne/reenigne,reenigne/reenigne,reenigne/reenigne,reenigne/reenigne
8088/demo/cga/span/asm/span.asm
unlicense
1,495,400,743
cpu 8086 mov ax,4 int 0x10 mov di,spanBuffer0 call clearSpanBuffer mov di,spanBuffer1 call clearSpanBuffer frameLoop: ; Update rotation angles mov bx,[theta] add bx,[dTheta] mov [theta],bx add bx,bx mov si,[phi] add si,[dPhi] mov [phi],si add si,si ; Compute scaled rotation matrix el...
cpu 8086 mov ax,4 int 0x10 mov di,spanBuffer0 call clearSpanBuffer mov di,spanBuffer1 call clearSpanBuffer frameLoop: ; Update rotation angles mov bx,[theta] add bx,[dTheta] mov [theta],bx add bx,bx mov si,[phi] add si,[dPhi] mov [phi],si add si,si ; Compute scaled rotation matrix el...
b8b92299e9fb24a9b9002fe5831cc19986d50fb7
More asm span
More asm span
reenigne/reenigne,reenigne/reenigne,reenigne/reenigne,reenigne/reenigne
8088/demo/cga/span/asm/span.asm
unlicense
1,495,315,421
cpu 8086 mov ax,4 int 0x10 mov di,spanBuffer0 call clearSpanBuffer mov di,spanBuffer1 call clearSpanBuffer frameLoop: ; Update rotation angles mov bx,[theta] add bx,[dTheta] mov [theta],bx add bx,bx mov si,[phi] add si,[dPhi] mov [phi],si add si,si ; Compute scaled rotation matrix el...
cpu 8086 mov ax,4 int 0x10 mov di,spanBuffer0 call clearSpanBuffer mov di,spanBuffer1 call clearSpanBuffer frameLoop: ; Update rotation angles mov bx,[theta] add bx,[dTheta] mov [theta],bx add bx,bx mov si,[phi] add si,[dPhi] mov [phi],si add si,si ; Compute scaled rotation matrix el...
f33807f6e5e3086d85e53969a9bbfff4bd7f631d
[Arm64/Win] Revise JIT_MemCpy (#11261)
[Arm64/Win] Revise JIT_MemCpy (#11261) * [Arm64/Win] Revise JIT_MemCpy This is the Windows equivalent of #11143 which merged * [Arm64/Win] Use b<cond> instead of newer b.<cond> Looks like Windows arm64 assembler does not support the newer assembly mnemonic
botaberg/coreclr,poizan42/coreclr,mskvortsov/coreclr,pgavlin/coreclr,mskvortsov/coreclr,rartemev/coreclr,gkhanna79/coreclr,botaberg/coreclr,russellhadley/coreclr,YongseopKim/coreclr,cydhaselton/coreclr,cydhaselton/coreclr,parjong/coreclr,yeaicc/coreclr,sagood/coreclr,yizhang82/coreclr,qiudesong/coreclr,russellhadley/co...
src/vm/arm64/crthelpers.asm
mit
1,495,296,600
; 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...
; 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...
8331ec501a45e40bf2f51aa88c7ad195a83759a9
More asm span
More asm span
reenigne/reenigne,reenigne/reenigne,reenigne/reenigne,reenigne/reenigne
8088/demo/cga/span/asm/span.asm
unlicense
1,495,227,356
cpu 8086 mov ax,4 int 0x10 mov di,spanBuffer0 call clearSpanBuffer mov di,spanBuffer1 call clearSpanBuffer frameLoop: ; Update rotation angles mov bx,[theta] add bx,[dTheta] mov [theta],bx add bx,bx mov si,[phi] add si,[dPhi] mov [phi],si add si,si ; Compute scaled rotation matrix el...
cpu 8086 mov ax,4 int 0x10 mov di,spanBuffer0 call clearSpanBuffer mov di,spanBuffer1 call clearSpanBuffer frameLoop: ; Update rotation angles mov bx,[theta] add bx,[dTheta] mov [theta],bx add bx,bx mov si,[phi] add si,[dPhi] mov [phi],si add si,si ; Compute scaled rotation matrix el...
12b0a4c269e83944214aafe2f993f938f1df9f50
start: enable native fpu exception handling
start: enable native fpu exception handling
mnordsletten/IncludeOS,hioa-cs/IncludeOS,alfred-bratterud/IncludeOS,mnordsletten/IncludeOS,ingve/IncludeOS,ingve/IncludeOS,ingve/IncludeOS,AndreasAakesson/IncludeOS,hioa-cs/IncludeOS,AndreasAakesson/IncludeOS,hioa-cs/IncludeOS,AndreasAakesson/IncludeOS,hioa-cs/IncludeOS,hioa-cs/IncludeOS,ingve/IncludeOS,mnordsletten/In...
src/platform/x86_pc/start.asm
apache-2.0
1,495,211,233
;; This file is a part of the IncludeOS unikernel - www.includeos.org ;; ;; Copyright 2015-2016 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. ;; Yo...
;; This file is a part of the IncludeOS unikernel - www.includeos.org ;; ;; Copyright 2015-2016 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. ;; Yo...
2af9632948ba9bb9466dec8f9d578529e4d3458d
More asm span
More asm span
reenigne/reenigne,reenigne/reenigne,reenigne/reenigne,reenigne/reenigne
8088/demo/cga/span/asm/span.asm
unlicense
1,495,142,823
cpu 8086 mov ax,4 int 0x10 mov di,spanBuffer0 call clearSpanBuffer mov di,spanBuffer1 call clearSpanBuffer frameLoop: ; Update rotation angles mov bx,[theta] add bx,[dTheta] mov [theta],bx add bx,bx mov si,[phi] add si,[dPhi] mov [phi],si add si,si ; Compute scaled rotation matrix el...
cpu 8086 mov ax,4 int 0x10 mov di,spanBuffer0 call clearSpanBuffer mov di,spanBuffer1 call clearSpanBuffer frameLoop: ; Update rotation angles mov bx,[theta] add bx,[dTheta] mov [theta],bx add bx,bx mov si,[phi] add si,[dPhi] mov [phi],si add si,si ; Compute scaled rotation matrix el...
4d4ea0e9df01c3eb094f8fe1539e076f4835a97f
x86_64: Use safe stack for exceptions
x86_64: Use safe stack for exceptions
AndreasAakesson/IncludeOS,AndreasAakesson/IncludeOS,ingve/IncludeOS,AnnikaH/IncludeOS,mnordsletten/IncludeOS,ingve/IncludeOS,hioa-cs/IncludeOS,AndreasAakesson/IncludeOS,hioa-cs/IncludeOS,mnordsletten/IncludeOS,mnordsletten/IncludeOS,AnnikaH/IncludeOS,hioa-cs/IncludeOS,ingve/IncludeOS,hioa-cs/IncludeOS,ingve/IncludeOS,i...
src/arch/x86_64/interrupts.asm
apache-2.0
1,495,130,795
; 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 ...
28aa64350465eac9e6fb4d574e41750645de5cec
More asm span
More asm span
reenigne/reenigne,reenigne/reenigne,reenigne/reenigne,reenigne/reenigne
8088/demo/cga/span/asm/span.asm
unlicense
1,494,970,372
cpu 8086 mov ax,4 int 0x10 mov di,spanBuffer0 call clearSpanBuffer mov di,spanBuffer1 call clearSpanBuffer frameLoop: ; Update rotation angles mov bx,[theta] add bx,[dTheta] mov [theta],bx add bx,bx mov si,[phi] add si,[dPhi] mov [phi],si add si,si ; Compute scaled rotation matrix el...
cpu 8086 mov ax,4 int 0x10 mov di,spanBuffer0 call clearSpanBuffer mov di,spanBuffer1 call clearSpanBuffer frameLoop: ; Update rotation angles mov bx,[theta] add bx,[dTheta] mov [theta],bx add bx,bx mov si,[phi] add si,[dPhi] mov [phi],si add si,si ; Compute scaled rotation matrix el...
ee043f16b17ef6965327578621fcacd0f422d950
irq: preserve rbp for interrupts
irq: preserve rbp for interrupts
AnnikaH/IncludeOS,AnnikaH/IncludeOS,AndreasAakesson/IncludeOS,AnnikaH/IncludeOS,alfred-bratterud/IncludeOS,AndreasAakesson/IncludeOS,mnordsletten/IncludeOS,hioa-cs/IncludeOS,alfred-bratterud/IncludeOS,alfred-bratterud/IncludeOS,ingve/IncludeOS,hioa-cs/IncludeOS,hioa-cs/IncludeOS,hioa-cs/IncludeOS,mnordsletten/IncludeOS...
src/arch/x86_64/interrupts.asm
apache-2.0
1,494,939,346
; 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 ...
0398e5900c42980a19a09c567c3bca2f55810817
Skip all the xchg's
Skip all the xchg's
ReturnInfinity/BareMetal-kernel,ReturnInfinity/BareMetal-kernel,ReturnInfinity/BareMetal-kernel
src/x86-64/syscalls/smp.asm
bsd-2-clause
1,494,545,060
; ============================================================================= ; BareMetal -- a 64-bit OS written in Assembly for x86-64 systems ; Copyright (C) 2008-2017 Return Infinity -- see LICENSE.TXT ; ; SMP Functions ; ============================================================================= ; -----------...
; ============================================================================= ; BareMetal -- a 64-bit OS written in Assembly for x86-64 systems ; Copyright (C) 2008-2017 Return Infinity -- see LICENSE.TXT ; ; SMP Functions ; ============================================================================= ; -----------...
ca19d2fb9af6076bf235d841d8d3bfa0d26d83d4
Make sure the APIC ID is in RAX before calling b_smp_wakeup
Make sure the APIC ID is in RAX before calling b_smp_wakeup
ReturnInfinity/BareMetal-kernel,ReturnInfinity/BareMetal-kernel,ReturnInfinity/BareMetal-kernel
src/x86-64/syscalls/smp.asm
bsd-2-clause
1,494,543,849
; ============================================================================= ; BareMetal -- a 64-bit OS written in Assembly for x86-64 systems ; Copyright (C) 2008-2017 Return Infinity -- see LICENSE.TXT ; ; SMP Functions ; ============================================================================= ; -----------...
; ============================================================================= ; BareMetal -- a 64-bit OS written in Assembly for x86-64 systems ; Copyright (C) 2008-2017 Return Infinity -- see LICENSE.TXT ; ; SMP Functions ; ============================================================================= ; -----------...
bc0cf5fbb7daf70d5fb06f1a7531192bfdd32b19
Pad kernel to 8KiB instead of 10
Pad kernel to 8KiB instead of 10
ReturnInfinity/BareMetal-kernel,ReturnInfinity/BareMetal-kernel,ReturnInfinity/BareMetal-kernel
src/x86-64/kernel.asm
bsd-2-clause
1,494,529,785
; ============================================================================= ; BareMetal -- a 64-bit OS written in Assembly for x86-64 systems ; Copyright (C) 2008-2017 Return Infinity -- see LICENSE.TXT ; ; The BareMetal exokernel. ; ============================================================================= US...
; ============================================================================= ; BareMetal -- a 64-bit OS written in Assembly for x86-64 systems ; Copyright (C) 2008-2017 Return Infinity -- see LICENSE.TXT ; ; The BareMetal exokernel. ; ============================================================================= US...
941405b033dd6d509ef62f4d93653a6b64c9bcea
More asm span
More asm span
reenigne/reenigne,reenigne/reenigne,reenigne/reenigne,reenigne/reenigne
8088/demo/cga/span/asm/span.asm
unlicense
1,494,364,970
cpu 8086 mov ax,4 int 0x10 mov di,spanBuffer0 call clearSpanBuffer mov di,spanBuffer1 call clearSpanBuffer frameLoop: ; Update rotation angles mov bx,[theta] add bx,[dTheta] mov [theta],bx add bx,bx mov si,[phi] add si,[dPhi] mov [phi],si add si,si ; Compute scaled rotation matrix el...
cpu 8086 mov ax,4 int 0x10 mov di,spanBuffer0 call clearSpanBuffer mov di,spanBuffer1 call clearSpanBuffer frameLoop: ; Update rotation angles mov bx,[theta] add bx,[dTheta] mov [theta],bx add bx,bx mov si,[phi] add si,[dPhi] mov [phi],si add si,si ; Compute scaled rotation matrix el...
cc66c533665729e9107a9ad5cbd5cb7b0436409e
More asm span
More asm span
reenigne/reenigne,reenigne/reenigne,reenigne/reenigne,reenigne/reenigne
8088/demo/cga/span/asm/span.asm
unlicense
1,494,279,632
cpu 8086 mov ax,4 int 0x10 mov di,spanBuffer0 call clearSpanBuffer mov di,spanBuffer1 call clearSpanBuffer frameLoop: ; Update rotation angles mov bx,[theta] add bx,[dTheta] mov [theta],bx add bx,bx mov si,[phi] add si,[dPhi] mov [phi],si add si,si ; Compute scaled rotation matrix el...
cpu 8086 mov ax,4 int 0x10 mov di,spanBuffer0 call clearSpanBuffer mov di,spanBuffer1 call clearSpanBuffer frameLoop: ; Update rotation angles mov bx,[theta] add bx,[dTheta] mov [theta],bx add bx,bx mov si,[phi] add si,[dPhi] mov [phi],si add si,si ; Compute scaled rotation matrix el...
f1f41ac6854b9e53792ea59585ae84549d10dc53
x86_64: Make reboot IDT quad-word
x86_64: Make reboot IDT quad-word
mnordsletten/IncludeOS,mnordsletten/IncludeOS,ingve/IncludeOS,ingve/IncludeOS,ingve/IncludeOS,AndreasAakesson/IncludeOS,mnordsletten/IncludeOS,AnnikaH/IncludeOS,ingve/IncludeOS,AndreasAakesson/IncludeOS,AnnikaH/IncludeOS,ingve/IncludeOS,hioa-cs/IncludeOS,hioa-cs/IncludeOS,hioa-cs/IncludeOS,alfred-bratterud/IncludeOS,al...
src/arch/x86_64/apic_asm.asm
apache-2.0
1,494,239,297
; 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 ...
36c994d18642192c97ac878838ab5be85abc1d5a
More asm span
More asm span
reenigne/reenigne,reenigne/reenigne,reenigne/reenigne,reenigne/reenigne
8088/demo/cga/span/asm/span.asm
unlicense
1,494,018,248
cpu 8086 mov ax,4 int 0x10 mov di,spanBuffer0 call clearSpanBuffer mov di,spanBuffer1 call clearSpanBuffer frameLoop: ; Update rotation angles mov bx,[theta] add bx,[dTheta] mov [theta],bx add bx,bx mov si,[phi] add si,[dPhi] mov [phi],si add si,si ; Compute scaled rotation matrix el...
cpu 8086 mov ax,4 int 0x10 mov di,spanBuffer0 call clearSpanBuffer mov di,spanBuffer1 call clearSpanBuffer frameLoop: ; Update rotation angles mov bx,[theta] add bx,[dTheta] mov [theta],bx add bx,bx mov si,[phi] add si,[dPhi] mov [phi],si add si,si ; Compute scaled rotation matrix el...
ffbbea8b14d550a7ea546dec2ec89b577b3aaf4d
More asm span
More asm span
reenigne/reenigne,reenigne/reenigne,reenigne/reenigne,reenigne/reenigne
8088/demo/cga/span/asm/span.asm
unlicense
1,493,933,352
cpu 8086 mov ax,4 int 0x10 mov di,spanBuffer0 call clearSpanBuffer mov di,spanBuffer1 call clearSpanBuffer frameLoop: ; Update rotation angles mov bx,[theta] add bx,[dTheta] mov [theta],bx add bx,bx mov si,[phi] add si,[dPhi] mov [phi],si add si,si ; Compute scaled rotation matrix el...
cpu 8086 mov ax,4 int 0x10 mov di,spanBuffer0 call clearSpanBuffer mov di,spanBuffer1 call clearSpanBuffer frameLoop: ; Update rotation angles mov bx,[theta] add bx,[dTheta] mov [theta],bx add bx,bx mov si,[phi] add si,[dPhi] mov [phi],si add si,si ; Compute scaled rotation matrix el...
7d3364fe1dd77fcd214aa78d340b269a3af3c1fb
Save 8 rr a -> rra bytes
Save 8 rr a -> rra bytes
DevEd2/DevSound
DevSound.asm
mit
1,493,922,239
; ================================================================ ; 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...
1491d175aeca5c8edac52782a2ff79039fd37c5e
Update kernel.asm
Update kernel.asm
ReturnInfinity/BareMetal-kernel,ReturnInfinity/BareMetal-kernel,ReturnInfinity/BareMetal-kernel
src/x86-64/kernel.asm
bsd-2-clause
1,493,916,647
; ============================================================================= ; BareMetal -- a 64-bit OS written in Assembly for x86-64 systems ; Copyright (C) 2008-2017 Return Infinity -- see LICENSE.TXT ; ; The BareMetal exokernel. ; ============================================================================= US...
; ============================================================================= ; BareMetal -- a 64-bit OS written in Assembly for x86-64 systems ; Copyright (C) 2008-2017 Return Infinity -- see LICENSE.TXT ; ; The BareMetal exokernel. ; ============================================================================= US...
00ba7e3202e9e836ec1ec2018f2d92896a13fe7f
Add error returns in disk calls
Add error returns in disk calls
ReturnInfinity/BareMetal-kernel,ReturnInfinity/BareMetal-kernel,ReturnInfinity/BareMetal-kernel
src/x86-64/syscalls/disk.asm
bsd-2-clause
1,493,916,531
; ============================================================================= ; BareMetal -- a 64-bit OS written in Assembly for x86-64 systems ; Copyright (C) 2008-2017 Return Infinity -- see LICENSE.TXT ; ; Disk Block Storage Functions ; ============================================================================= ...
; ============================================================================= ; BareMetal -- a 64-bit OS written in Assembly for x86-64 systems ; Copyright (C) 2008-2017 Return Infinity -- see LICENSE.TXT ; ; Disk Block Storage Functions ; ============================================================================= ...
50fb53fea300dc22401595b606aeb7fc9f673c6b
Remove RTC init code as Pure64 did it already
Remove RTC init code as Pure64 did it already
ReturnInfinity/BareMetal-kernel,ReturnInfinity/BareMetal-kernel,ReturnInfinity/BareMetal-kernel
src/x86-64/init/64.asm
bsd-2-clause
1,493,914,905
; ============================================================================= ; BareMetal -- a 64-bit OS written in Assembly for x86-64 systems ; Copyright (C) 2008-2017 Return Infinity -- see LICENSE.TXT ; ; 64-bit initialization ; ============================================================================= ; ---...
; ============================================================================= ; BareMetal -- a 64-bit OS written in Assembly for x86-64 systems ; Copyright (C) 2008-2017 Return Infinity -- see LICENSE.TXT ; ; 64-bit initialization ; ============================================================================= ; ---...
060d0487f303d0d6c61b60d166d8dbfe5c7bfb8d
Update ahci.asm
Update ahci.asm
ReturnInfinity/BareMetal-kernel,ReturnInfinity/BareMetal-kernel,ReturnInfinity/BareMetal-kernel
src/x86-64/drivers/storage/ahci.asm
bsd-2-clause
1,493,908,839
; ============================================================================= ; BareMetal -- a 64-bit OS written in Assembly for x86-64 systems ; Copyright (C) 2008-2017 Return Infinity -- see LICENSE.TXT ; ; AHCI Driver ; ============================================================================= ; -------------...
; ============================================================================= ; BareMetal -- a 64-bit OS written in Assembly for x86-64 systems ; Copyright (C) 2008-2017 Return Infinity -- see LICENSE.TXT ; ; AHCI Driver ; ============================================================================= ; -------------...
bfb24f313b8c5800680bb5b6e9217833e7fe8efa
Add checks to disk calls
Add checks to disk calls Otherwise the disk calls would just spin in the driver
ReturnInfinity/BareMetal-kernel,ReturnInfinity/BareMetal-kernel,ReturnInfinity/BareMetal-kernel
src/x86-64/syscalls/disk.asm
bsd-2-clause
1,493,861,049
; ============================================================================= ; BareMetal -- a 64-bit OS written in Assembly for x86-64 systems ; Copyright (C) 2008-2017 Return Infinity -- see LICENSE.TXT ; ; Disk Block Storage Functions ; ============================================================================= ...
; ============================================================================= ; BareMetal -- a 64-bit OS written in Assembly for x86-64 systems ; Copyright (C) 2008-2017 Return Infinity -- see LICENSE.TXT ; ; Disk Block Storage Functions ; ============================================================================= ...
b319e0036f6cd405c83fc67b1c5d5565bb8547de
More asm span
More asm span
reenigne/reenigne,reenigne/reenigne,reenigne/reenigne,reenigne/reenigne
8088/demo/cga/span/asm/span.asm
unlicense
1,493,846,989
cpu 8086 mov ax,4 int 0x10 mov di,spanBuffer0 call clearSpanBuffer mov di,spanBuffer1 call clearSpanBuffer frameLoop: ; Update rotation angles mov bx,[theta] add bx,[dTheta] mov [theta],bx add bx,bx mov si,[phi] add si,[dPhi] mov [phi],si add si,si ; Compute scaled rotation matrix el...
cpu 8086 mov ax,4 int 0x10 mov di,spanBuffer0 call clearSpanBuffer mov di,spanBuffer1 call clearSpanBuffer frameLoop: ; Update rotation angles mov bx,[theta] add bx,[dTheta] mov [theta],bx add bx,bx mov si,[phi] add si,[dPhi] mov [phi],si add si,si ; Compute scaled rotation matrix el...
e76dc69679cbb6507ad37b2609937e1ca4550c81
fix logic error in b_smp_set
fix logic error in b_smp_set
ReturnInfinity/BareMetal-kernel,ReturnInfinity/BareMetal-kernel,ReturnInfinity/BareMetal-kernel
src/x86-64/syscalls/smp.asm
bsd-2-clause
1,493,840,503
; ============================================================================= ; BareMetal -- a 64-bit OS written in Assembly for x86-64 systems ; Copyright (C) 2008-2017 Return Infinity -- see LICENSE.TXT ; ; SMP Functions ; ============================================================================= ; -----------...
; ============================================================================= ; BareMetal -- a 64-bit OS written in Assembly for x86-64 systems ; Copyright (C) 2008-2017 Return Infinity -- see LICENSE.TXT ; ; SMP Functions ; ============================================================================= ; -----------...
3df9f379a5bf49d55605f6187ebbdfaea65e9ee1
Update kernel.asm
Update kernel.asm
ReturnInfinity/BareMetal-kernel,ReturnInfinity/BareMetal-kernel,ReturnInfinity/BareMetal-kernel
src/x86-64/kernel.asm
bsd-2-clause
1,493,837,608
; ============================================================================= ; BareMetal -- a 64-bit OS written in Assembly for x86-64 systems ; Copyright (C) 2008-2017 Return Infinity -- see LICENSE.TXT ; ; The BareMetal exokernel. ; ============================================================================= US...
; ============================================================================= ; BareMetal -- a 64-bit OS written in Assembly for x86-64 systems ; Copyright (C) 2008-2017 Return Infinity -- see LICENSE.TXT ; ; The BareMetal exokernel. ; ============================================================================= US...
7b43d8cd713fba14d000ab515b812edd7c1692b8
Update kernel.asm
Update kernel.asm
ReturnInfinity/BareMetal-kernel,ReturnInfinity/BareMetal-kernel,ReturnInfinity/BareMetal-kernel
src/x86-64/kernel.asm
bsd-2-clause
1,493,829,830
; ============================================================================= ; BareMetal -- a 64-bit OS written in Assembly for x86-64 systems ; Copyright (C) 2008-2017 Return Infinity -- see LICENSE.TXT ; ; The BareMetal exokernel. ; ============================================================================= US...
; ============================================================================= ; BareMetal -- a 64-bit OS written in Assembly for x86-64 systems ; Copyright (C) 2008-2017 Return Infinity -- see LICENSE.TXT ; ; The BareMetal exokernel. ; ============================================================================= US...
a9af0891ef2a04d5b0682f7b49f4a342f75414f2
Update kernel.asm
Update kernel.asm
ReturnInfinity/BareMetal-kernel,ReturnInfinity/BareMetal-kernel,ReturnInfinity/BareMetal-kernel
src/x86-64/kernel.asm
bsd-2-clause
1,493,829,770
; ============================================================================= ; BareMetal -- a 64-bit OS written in Assembly for x86-64 systems ; Copyright (C) 2008-2017 Return Infinity -- see LICENSE.TXT ; ; The BareMetal exokernel. ; ============================================================================= US...
; ============================================================================= ; BareMetal -- a 64-bit OS written in Assembly for x86-64 systems ; Copyright (C) 2008-2017 Return Infinity -- see LICENSE.TXT ; ; The BareMetal exokernel. ; ============================================================================= US...
0df12ae4c43c6aacbe4ccbe4a458d0b4ebb19f18
Update kernel.asm
Update kernel.asm
ReturnInfinity/BareMetal-kernel,ReturnInfinity/BareMetal-kernel,ReturnInfinity/BareMetal-kernel
src/x86-64/kernel.asm
bsd-2-clause
1,493,829,699
; ============================================================================= ; BareMetal -- a 64-bit OS written in Assembly for x86-64 systems ; Copyright (C) 2008-2017 Return Infinity -- see LICENSE.TXT ; ; The BareMetal exokernel. ; ============================================================================= US...
; ============================================================================= ; BareMetal -- a 64-bit OS written in Assembly for x86-64 systems ; Copyright (C) 2008-2017 Return Infinity -- see LICENSE.TXT ; ; The BareMetal exokernel. ; ============================================================================= US...
68ef01ab4f0dc81a82c414a5fc8310076fb46253
Reduce the alignment on interrupt/exception handlers
Reduce the alignment on interrupt/exception handlers Reduced from 16 to 8. Saves ~180 bytes in the kernel binary
ReturnInfinity/BareMetal-kernel,ReturnInfinity/BareMetal-kernel,ReturnInfinity/BareMetal-kernel
src/x86-64/interrupt.asm
bsd-2-clause
1,493,824,333
; ============================================================================= ; 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 ; ============================================================================= ; --------------...
c09b9f701afb1fd2b5fd71d7d6481ee580e4eed0
More asm span
More asm span
reenigne/reenigne,reenigne/reenigne,reenigne/reenigne,reenigne/reenigne
8088/demo/cga/span/asm/span.asm
unlicense
1,493,760,612
cpu 8086 mov ax,4 int 0x10 mov di,spanBuffer0 call clearSpanBuffer mov di,spanBuffer1 call clearSpanBuffer frameLoop: ; Update rotation angles mov bx,[theta] add bx,[dTheta] mov [theta],bx add bx,bx mov si,[phi] add si,[dPhi] mov [phi],si add si,si ; Compute scaled rotation matrix el...
cpu 8086 mov ax,4 int 0x10 mov di,spanBuffer0 call clearSpanBuffer mov di,spanBuffer1 call clearSpanBuffer frameLoop: ; Update rotation angles mov bx,[theta] add bx,[dTheta] mov [theta],bx add bx,bx mov si,[phi] add si,[dPhi] mov [phi],si add si,si ; Compute scaled rotation matrix el...
6e1fd3042469d414c1f3031c78d67f7bd354216a
Finish addSpan dh/al swap
Finish addSpan dh/al swap
reenigne/reenigne,reenigne/reenigne,reenigne/reenigne,reenigne/reenigne
8088/demo/cga/span/asm/span.asm
unlicense
1,493,715,676
cpu 8086 mov ax,4 int 0x10 mov di,spanBuffer0 call clearSpanBuffer mov di,spanBuffer1 call clearSpanBuffer frameLoop: ; Update rotation angles mov bx,[theta] add bx,[dTheta] mov [theta],bx add bx,bx mov si,[phi] add si,[dPhi] mov [phi],si add si,si ; Compute scaled rotation matrix el...
cpu 8086 mov ax,4 int 0x10 mov di,spanBuffer0 call clearSpanBuffer mov di,spanBuffer1 call clearSpanBuffer frameLoop: ; Update rotation angles mov bx,[theta] add bx,[dTheta] mov [theta],bx add bx,bx mov si,[phi] add si,[dPhi] mov [phi],si add si,si ; Compute scaled rotation matrix el...
19230c5f4b456d1408514c2be5a8e53df929da69
More asm span
More asm span
reenigne/reenigne,reenigne/reenigne,reenigne/reenigne,reenigne/reenigne
8088/demo/cga/span/asm/span.asm
unlicense
1,493,674,236
cpu 8086 mov ax,4 int 0x10 mov di,spanBuffer0 call clearSpanBuffer mov di,spanBuffer1 call clearSpanBuffer frameLoop: ; Update rotation angles mov bx,[theta] add bx,[dTheta] mov [theta],bx add bx,bx mov si,[phi] add si,[dPhi] mov [phi],si add si,si ; Compute scaled rotation matrix el...
cpu 8086 mov ax,4 int 0x10 mov di,spanBuffer0 call clearSpanBuffer mov di,spanBuffer1 call clearSpanBuffer frameLoop: ; Update rotation angles mov bx,[theta] add bx,[dTheta] mov [theta],bx add bx,bx mov si,[phi] add si,[dPhi] mov [phi],si add si,si ; Compute scaled rotation matrix el...
2521b061a5a1be4ca17172bfcde6deb3831a5711
addSpan improvements complete
addSpan improvements complete
reenigne/reenigne,reenigne/reenigne,reenigne/reenigne,reenigne/reenigne
8088/demo/cga/span/asm/span.asm
unlicense
1,493,543,805
cpu 8086 mov ax,4 int 0x10 mov di,spanBuffer0 call clearSpanBuffer mov di,spanBuffer1 call clearSpanBuffer frameLoop: ; Update rotation angles mov bx,[theta] add bx,[dTheta] mov [theta],bx add bx,bx mov si,[phi] add si,[dPhi] mov [phi],si add si,si ; Compute scaled rotation matrix el...
cpu 8086 mov ax,4 int 0x10 mov di,spanBuffer0 call clearSpanBuffer mov di,spanBuffer1 call clearSpanBuffer frameLoop: ; Update rotation angles mov bx,[theta] add bx,[dTheta] mov [theta],bx add bx,bx mov si,[phi] add si,[dPhi] mov [phi],si add si,si ; Compute scaled rotation matrix el...
7658af09e0161dcbb9949a2227460b15ed56f096
More asm span
More asm span
reenigne/reenigne,reenigne/reenigne,reenigne/reenigne,reenigne/reenigne
8088/demo/cga/span/asm/span.asm
unlicense
1,493,503,638
cpu 8086 mov ax,4 int 0x10 mov di,spanBuffer0 call clearSpanBuffer mov di,spanBuffer1 call clearSpanBuffer frameLoop: ; Update rotation angles mov bx,[theta] add bx,[dTheta] mov [theta],bx add bx,bx mov si,[phi] add si,[dPhi] mov [phi],si add si,si ; Compute scaled rotation matrix el...
cpu 8086 mov ax,4 int 0x10 mov di,spanBuffer0 call clearSpanBuffer mov di,spanBuffer1 call clearSpanBuffer frameLoop: ; Update rotation angles mov bx,[theta] add bx,[dTheta] mov [theta],bx add bx,bx mov si,[phi] add si,[dPhi] mov [phi],si add si,si ; Compute scaled rotation matrix el...
7618dfbcbce8086849eb363a0e5eb5ed1c297a45
boot: preserve 32-bit multiboot params properly
boot: preserve 32-bit multiboot params properly
AndreasAakesson/IncludeOS,alfred-bratterud/IncludeOS,mnordsletten/IncludeOS,AnnikaH/IncludeOS,AnnikaH/IncludeOS,ingve/IncludeOS,AnnikaH/IncludeOS,alfred-bratterud/IncludeOS,AnnikaH/IncludeOS,AndreasAakesson/IncludeOS,hioa-cs/IncludeOS,AnnikaH/IncludeOS,mnordsletten/IncludeOS,ingve/IncludeOS,hioa-cs/IncludeOS,alfred-bra...
src/arch/i686/arch_start.asm
apache-2.0
1,493,475,450
; 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 ...
a82e5b6e2dae8347f226758cb272d11c0d3360d7
More asm span
More asm span
reenigne/reenigne,reenigne/reenigne,reenigne/reenigne,reenigne/reenigne
8088/demo/cga/span/asm/span.asm
unlicense
1,493,415,002
cpu 8086 mov ax,4 int 0x10 mov di,spanBuffer0 call clearSpanBuffer mov di,spanBuffer1 call clearSpanBuffer frameLoop: ; Update rotation angles mov bx,[theta] add bx,[dTheta] mov [theta],bx add bx,bx mov si,[phi] add si,[dPhi] mov [phi],si add si,si ; Compute scaled rotation matrix el...
cpu 8086 mov ax,4 int 0x10 mov di,spanBuffer0 call clearSpanBuffer mov di,spanBuffer1 call clearSpanBuffer frameLoop: ; Update rotation angles mov bx,[theta] add bx,[dTheta] mov [theta],bx add bx,bx mov si,[phi] add si,[dPhi] mov [phi],si add si,si ; Compute scaled rotation matrix el...
b4e4cb93d056542b4ff1afa33644870405ccce10
Remove unnecessary stack manipulation
Remove unnecessary stack manipulation Only a and flags are affected by the `SoundEnabled` check. Other registers need not be saved unless the jump occurs. This saves some CPU time when sound is disabled, and some stack manipulation.
DevEd2/DevSound
DevSound.asm
mit
1,493,242,720
; ================================================================ ; 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...
874ac0de04caedd2f1565ee73e7bbb0f98eaeebe
More asm span
More asm span
reenigne/reenigne,reenigne/reenigne,reenigne/reenigne,reenigne/reenigne
8088/demo/cga/span/asm/span.asm
unlicense
1,493,155,846
cpu 8086 mov ax,4 int 0x10 mov di,spanBuffer0 call clearSpanBuffer mov di,spanBuffer1 call clearSpanBuffer frameLoop: ; Update rotation angles mov bx,[theta] add bx,[dTheta] mov [theta],bx add bx,bx mov si,[phi] add si,[dPhi] mov [phi],si add si,si ; Compute scaled rotation matrix el...
cpu 8086 mov ax,4 int 0x10 mov di,spanBuffer0 call clearSpanBuffer mov di,spanBuffer1 call clearSpanBuffer frameLoop: ; Update rotation angles mov bx,[theta] add bx,[dTheta] mov [theta],bx add bx,bx mov si,[phi] add si,[dPhi] mov [phi],si add si,si ; Compute scaled rotation matrix el...
c1213a6967065f91537535d131dae408ab86bc99
Added timer2 irq for BPM based beat counter
Added timer2 irq for BPM based beat counter
bitshifters/beeb-step
beebstep.asm
mit
1,493,115,548
PLAY_MUSIC = TRUE BEAT_FUNCS = TRUE SYS_ORB = &fe40 SYS_ORA = &fe41 SYS_DDRB = &fe42 SYS_DDRA = &fe43 SYS_T1C_L = &fe44 SYS_T1C_H = &fe45 SYS_T1L_L = &fe46 SYS_T1L_H = &fe47 SYS_T2C_L = &fe48 SYS_T2C_H = &fe49 SYS_SR = &fe4a SYS_ACR =&fe4b SYS_PCR = &fe4c SYS_IFR = &fe4d SYS_IER = &fe4e USR_T1C_L = &fe64 USR_T1C_H ...
PLAY_MUSIC = TRUE BEAT_FUNCS = TRUE SYS_ORB = &fe40 SYS_ORA = &fe41 SYS_DDRB = &fe42 SYS_DDRA = &fe43 SYS_T1C_L = &fe44 SYS_T1C_H = &fe45 SYS_T1L_L = &fe46 SYS_T1L_H = &fe47 SYS_T2C_L = &fe48 SYS_T2C_H = &fe49 SYS_SR = &fe4a SYS_ACR =&fe4b SYS_PCR = &fe4c SYS_IFR = &fe4d SYS_IER = &fe4e USR_T1C_L = &fe64 USR_T1C_H ...
11ad78dbb51b188561070c6b4e17c3fa950e38f6
x86_64: Skip 128-byte red-zone in interrupt handlers
x86_64: Skip 128-byte red-zone in interrupt handlers
ingve/IncludeOS,AnnikaH/IncludeOS,AndreasAakesson/IncludeOS,AndreasAakesson/IncludeOS,AnnikaH/IncludeOS,alfred-bratterud/IncludeOS,AndreasAakesson/IncludeOS,ingve/IncludeOS,alfred-bratterud/IncludeOS,AndreasAakesson/IncludeOS,hioa-cs/IncludeOS,mnordsletten/IncludeOS,ingve/IncludeOS,AnnikaH/IncludeOS,mnordsletten/Includ...
src/arch/x86_64/interrupts.asm
apache-2.0
1,493,041,412
; 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 ...
61c696ec6dc46a39950f3a6fdebf23f6406b1f43
More asm span
More asm span
reenigne/reenigne,reenigne/reenigne,reenigne/reenigne,reenigne/reenigne
8088/demo/cga/span/asm/span.asm
unlicense
1,492,980,480
cpu 8086 mov ax,4 int 0x10 mov di,spanBuffer0 call clearSpanBuffer mov di,spanBuffer1 call clearSpanBuffer frameLoop: ; Update rotation angles mov bx,[theta] add bx,[dTheta] mov [theta],bx add bx,bx mov si,[phi] add si,[dPhi] mov [phi],si add si,si ; Compute scaled rotation matrix el...
cpu 8086 mov ax,4 int 0x10 mov di,spanBuffer0 call clearSpanBuffer mov di,spanBuffer1 call clearSpanBuffer frameLoop: ; Update rotation angles mov bx,[theta] add bx,[dTheta] mov [theta],bx add bx,bx mov si,[phi] add si,[dPhi] mov [phi],si add si,si ; Compute scaled rotation matrix el...