NASM - The Netwide Assembler
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Home
Help
Search
Calendar
Login
Register
NASM - The Netwide Assembler
»
NASM Forum
»
Example Code
»
BASELIB: General Purpose Lib for Beginners
« previous
next »
Print
Pages:
1
2
3
[
4
]
Author
Topic: BASELIB: General Purpose Lib for Beginners (Read 72693 times)
stressful
Full Member
Posts: 105
Country:
Re: BASELIB: General Purpose Lib for Beginners
«
Reply #45 on:
October 02, 2018, 08:44:30 AM »
Excellent stuff, Gabriel! Keep it coming.
Thank you.
p/s I am taking notes on contributors.
Logged
stressful
Full Member
Posts: 105
Country:
Re: BASELIB: General Purpose Lib for Beginners
«
Reply #46 on:
October 02, 2018, 09:01:15 AM »
Btw, your modification to
opsize
is a bit off, especially if it has 0 size. But I got your point.
Code:
[Select]
lbl1:
;nothing
lbl2:
...
push lbl1
push lbl2
call opsize
call dumpreg ;EAX returns incorrect value
Hope to see more from you.
Logged
GabrielRavier
Jr. Member
Posts: 2
Re: BASELIB: General Purpose Lib for Beginners
«
Reply #47 on:
October 03, 2018, 04:34:02 PM »
Oops, sorry for the error
I also wanted to submit a new function, which checks for cpuid being available :
https://pastebin.com/fR4knK95
64-bit version :
https://pastebin.com/N5mxRwYe
«
Last Edit: October 03, 2018, 07:31:45 PM by GabrielRavier
»
Logged
stressful
Full Member
Posts: 105
Country:
Re: BASELIB: General Purpose Lib for Beginners
«
Reply #48 on:
October 17, 2018, 06:34:48 PM »
I am migrating my BASELIB/CPULIB project to Sourceforge now as the files are getting larger in size. You can download the updates and other goodies from either one of these;
1. Sourceforge
baselibs
project. Browse the files
2. Directly from my Google
Drive
Good luck and enjoy your coding.
«
Last Edit: November 05, 2018, 07:40:26 PM by stressful
»
Logged
Print
Pages:
1
2
3
[
4
]
« previous
next »
NASM - The Netwide Assembler
»
NASM Forum
»
Example Code
»
BASELIB: General Purpose Lib for Beginners