flat assembler
Message board for the users of flat assembler.
![]() Goto page 1, 2 Next |
Author |
|
revolution
Good luck.
Feel free to ask questions. Don't be shy. We all need help at some time or another. |
|||
![]() |
|
taeyun
revolution wrote: Good luck. many thanks ![]() _________________ influenced by elements(Euclid) rules for the direction of the mind(Descartes) |
|||
![]() |
|
Trinitek
Quote: 1. attempt project I can't finish. (and cling to it too many days.) |
|||
![]() |
|
cod3b453
On #1 - I personally believe any completed project was simply too easy (least that's what I tell myself every time I pick decades old code back up and move it ever so slightly once in a while)
![]() ![]() |
|||
![]() |
|
JohnFound
After 33 years of professional coding, I have no finished project at all. Including these I was paid for.
![]() |
|||
![]() |
|
taeyun
I was able to read x86 assembly language book today.
Since I fail many time with cover to cover reading style, today, I pick an interesting subject on table of contents and start there. It was about java byte code assembly. Since I fail many time with passive reading, I made a text file and then wrote things that I get newly or things that I did not understand. (I read more interactively) because the book was written in English, I try not to use English in my text file. so that I can read more actively. I learned many thing about java byte code today, that I would like to say today's learning was successful. I don't know if I can keep this phase long. It's been only 2 consecutive days but I hope I can continue this study in sustainable way. |
|||
![]() |
|
Trinitek
I'll occasionally drop everything and vegetate on forums like this for two or three weeks at a time. But something keeps bringing me back. I can't quite place it.
|
|||
![]() |
|
Tomasz Grysztar
taeyun wrote: I was able to read x86 assembly language book today. |
|||
![]() |
|
taeyun
Tomasz Grysztar wrote: Is there a book about x86 assembly that also talks about the Java byte code? yes. the name of the book is [Kip R. Irvine]Assembly Language for x86 Processors (7th Edition). _________________ influenced by elements(Euclid) rules for the direction of the mind(Descartes) |
|||
![]() |
|
taeyun
2016 - 3 - 14
Speed reading seems must have ability to learn assembly efficiently. So I am practicing speed reading now. my current plan is: speed reading -> assembly/general programming documents -> practicing algorithm project(preparation for bigger project) there are a lot of things to think and read:Geometry, Logic, Heuristic, Assembly language, Algorithm, etc |
|||
![]() |
|
JohnFound
Speed reading? No. IMO, for better and faster assembly learning, you need speed typing.
|
|||
![]() |
|
sleepsleep
hi taeyun,
assume after few weeks, you got most of the knowledge about what you intended to read above, what you plan to do with these knowledge? am just curious to know. |
|||
![]() |
|
taeyun
sleepsleep wrote: hi taeyun, hi, I want to know how I think. and want to test if my knowledge on my thought is correct. in other words, my plan is to know myself and implement part of my thinking process in assembly. I don't know if I can do it or not, but it's fun so far. thanks for your thoughtful prompt _________________ influenced by elements(Euclid) rules for the direction of the mind(Descartes) |
|||
![]() |
|
taeyun
JohnFound wrote: Speed reading? No. IMO, for better and faster assembly learning, you need speed typing. thanks for your reply. speed typing seems also an attractive challenge. beside the topic, one thought occurred to me. when I make a console application which needs a lot of printf call, I replaced printf with windows console api to speed up. slow typing resemble slow printf. and speed tying resemble fast windows console api. to speed up the program, I also used double buffering method. since it reduces printf call a lot, I was able to speed up the program. in similar sense, I think I also can boost writing speed with double buffering. write everything in my mind first, then flush through physical hands. of course, double buffering + speed tying must have better performance :D just like double buffering + window console api speed up the performance. for those who curious, the program looks like this: https://youtu.be/zWE2KEtWqL8 sadly, due to my lack of fasm ability, it wasn't implemented in fasm. (it was written in c) _________________ influenced by elements(Euclid) rules for the direction of the mind(Descartes) |
|||
![]() |
|
taeyun
Trinitek wrote: I'll occasionally drop everything and vegetate on forums like this for two or three weeks at a time. But something keeps bringing me back. I can't quite place it. I heard that one of great problem solving technique is just taking a rest. I think you acquire that intuitively. that's nice strategy I think. _________________ influenced by elements(Euclid) rules for the direction of the mind(Descartes) |
|||
![]() |
|
taeyun
cod3b453 wrote: decades old code decades old code? it seems this forum have a lot of experts. ![]() _________________ influenced by elements(Euclid) rules for the direction of the mind(Descartes) |
|||
![]() |
|
revolution
JohnFound wrote: Speed reading? No. IMO, for better and faster assembly learning, you need speed typing. Type less and think more and you will get more done overall. |
|||
![]() |
|
JohnFound
The fast typing allows thinking while typing (TWT). It reduces a lot of the wrong, confusing and inefficient code you can type. It is like working in multi-thread mode.
![]() |
|||
![]() |
|
sleepsleep
taeyun wrote:
thanks, your reply help me in my aimless quest. ![]() |
|||
![]() |
|
Goto page 1, 2 Next < Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2019, Tomasz Grysztar.
Powered by rwasa.