|
Members in Shoutbox
None.
Shoutbox Search
Shoutbox Commands
/w [name] > Whisper
/r > Reply to last whisper /me > Marks as action Shoutbox Information
Moderators may delete any and all shouts at will.
|
Global Shoutbox
Please log in to shout.
[2017-3-22. : 3:42 am] O)FaRTy1billion[MM] -- I quite like the z80 instruction set because of shadow registers, despite it not having multiply or divide. If I ever wrote gameboy programs I don't know what I would do without them xD[2017-3-22. : 3:39 am] O)FaRTy1billion[MM] -- all I've got so far in the ASM code is most of the bit reading code. All the bit processing stuff is in the main Z80 shadow registers, so just do exx, get some bits, exx use the bits ![]() [2017-3-22. : 3:34 am] O)FaRTy1billion[MM] -- (Which I'm also currently writing in notebooks, because I'm doing it at work)[2017-3-22. : 3:33 am] O)FaRTy1billion[MM] -- the pseudocode I wrote in my notebooks is much cleaner and more concise, but I don't feel like typing/scanning that .. I'm using it to model the ASM code ![]() [2017-3-22. : 3:32 am] O)FaRTy1billion[MM] -- also my test c program is absolutely horrendous because I was just seeing if it works, and was written mostly before I understood any of what was going on xD[2017-3-22. : 3:29 am] O)FaRTy1billion[MM] -- by "a % 256" I'm pretty sure it just means (unsigned char)a[2017-3-22. : 3:28 am] O)FaRTy1billion[MM] -- CecilSunkureCecilSunkure shouted: can I see your source? for deflate? also I guess it's inflate, because it doesn't compress at all just decompress[2017-3-22. : 3:27 am] O)FaRTy1billion[MM] -- jjf28jjf28 shouted: tfw the only way to be sure is to do a test and it's not necessarily consistent across different devices because the documentation was ambiguous I think (a - b) % 256 might == a - (b % 256)[2017-3-22. : 3:26 am] Corbo -- jjf28 strange. That must be everyday struggle 2.0 because on my version I only see the button on the left xD[2017-3-22. : 3:09 am] CecilSunkure -- FaRTy1billionFaRTy1billion shouted: woo, I successfully wrote my own DEFLATE algorithm. Now I can write it in 8-bit ASM thats pretty sweet! I wrote that stuff too![]() [2017-3-22. : 3:05 am] jjf28 -- tfw the only way to be sure is to do a test and it's not necessarily consistent across different devices because the documentation was ambiguous[2017-3-22. : 3:00 am] O)FaRTy1billion[MM] -- "Arithmetic modulo 256 is to be used only for the final step of subtracting the function result from the target byte value." does that mean "thing - (function() % 256)" or "(thing - function()) % 256" ?[2017-3-22. : 2:27 am] jjf28 -- lil-Infernolil-Inferno shouted: smh, plaguing your code with shit names make them all sexual innuendos imo[2017-3-22. : 2:25 am] jjf28 -- https://s-media-cache-ak0.pinimg.com/564x/72/3f/53/723f533c26d1c5402f78b9258dd739ae.jpg[2017-3-22. : 2:08 am] lil-Inferno -- Present day: haha I named this method "meme" C|X^ DDDDDDD Future: fucc LMAO[2017-3-22. : 2:07 am] Moose -- Yeah, especially when it turns out the wrong one is typed somewhere LMAO[2017-3-22. : 2:06 am] lil-Inferno -- ZoanZoan shouted: it makes me laugh though, looking through my code and seeing zerg_overlord being called by zerg_overmind Future Zoan won't find it as funny[2017-3-22. : 2:05 am] lil-Inferno -- ZoanZoan shouted: it makes me laugh though, looking through my code and seeing zerg_overlord being called by zerg_overmind Zoan[2017-3-22. : 2:05 am] lil-Inferno -- Dem0nDem0n shouted: stop Mini Moose 2707Mini Moose 2707 shouted: Corbo mad CorboCorbo shouted: AF [2017-3-22. : 2:05 am] Zoan -- it makes me laugh though, looking through my code and seeing zerg_overlord being called by zerg_overmind[2017-3-22. : 2:00 am] Moose -- Because people will think protoss_observer is some implementation of the Observer Pattern and you probably don't even know what that is so they'll just think you ran it through zerg_defiler.[2017-3-22. : 1:56 am] Zoan -- hey wait you can get descriptive function names using starcraft units. How is terran_refinery not descriptive[2017-3-22. : 1:54 am] Moose -- CorboCorbo shouted: Mini Moose 2707 I pay for water SMH THIRD WORLD SMH Mini Moose 2707Mini Moose 2707 shouted: Corbo mad CorboCorbo shouted: AF [2017-3-22. : 1:49 am] lil-Inferno -- Fire_KameFire_Kame shouted: speaking of big blocks did you know internet porn sites charge like thirty bucks a month? Who the fuck pays that people who wants 60fps 4k porn without the viruses[2017-3-22. : 1:44 am] Corbo -- Mini Moose 2707Mini Moose 2707 shouted: Like paying for water smh I pay for water SMH THIRD WORLD SMH[2017-3-22. : 1:21 am] Moose -- CorboCorbo shouted: Speaking of big blocks did you know something completely unrelated to your topic? Who the fuck knows that mad[2017-3-22. : 1:20 am] O)FaRTy1billion[MM] -- probably have to charge so much so the like 15 people who use their site can pay for their servers[2017-3-22. : 1:20 am] O)FaRTy1billion[MM] -- Fire_KameFire_Kame shouted: speaking of big blocks did you know internet porn sites charge like thirty bucks a month? Who the fuck pays that old people?[2017-3-22. : 1:19 am] Corbo -- Speaking of big blocks did you know something completely unrelated to your topic? Who the fuck knows that[2017-3-22. : 1:14 am] Fire_Kame -- speaking of big blocks did you know internet porn sites charge like thirty bucks a month? Who the fuck pays that[2017-3-22. : 12:56 am] O)FaRTy1billion[MM] -- I managed to get a big block of 4096 bytes of spare memory, so I could for dimensions appropriate to that (96x64 pixel monochrome display) so long as it is 1, 2, or 4-bits per pixel[2017-3-22. : 12:41 am] O)FaRTy1billion[MM] -- I don't know what a paeth is, but it's probably difficult[2017-3-22. : 12:39 am] O)FaRTy1billion[MM] -- NudeRaiderNudeRaider shouted: FaRTy1billion is it though? it's the scanline filter, 0 is "none"[2017-3-21. : 8:14 pm] Zoan -- lil-Infernolil-Inferno shouted: Zoan no Ya if someone else decides to touch this code they'll be screwed lul[2017-3-21. : 4:30 pm] Dem0n -- zsnakezzzsnakezz shouted: if that's how you do it then it wouldn't surprise me nah moose just memes like all Saturday long and then changes something when either he bops us using a broken mechanic or we bop him LMAO[2017-3-21. : 4:20 pm] Pr0nogo -- TF-TF- shouted: you're not allowed to post unless it's super relevant anyway so that would just create more silence PEOPLE NOT ADHERING TO STRICT GUIDELINES ON AN INTERNET FORUM REEEEEEEEEEEEEEEEEEEEEE |
IskatuMesk