--- Log opened Tue Jan 08 00:00:35 2019 |
00:08 | <~Vorntastic> | Arm is the one I've done anything with at all |
00:39 | <&McMartin> | If you decide to try your hand at C64 or NES hacking I can point you to start good starting points~ |
00:40 | <&McMartin> | 6502 is, in retrospect, not the best choice for one's first ISA though, because there are assumptions about assembly language that one will make based on it that turn out to be hilariously wrong everywhere else |
00:40 | <&McMartin> | (like a 1-1 relationship between mnemonic and opcode) |
00:55 | | celmin|away is now known as celticminstrel |
01:05 | | Derakon[AFK] is now known as Derakon |
01:13 | | Degi- [Degi@Nightstar-rkiqqo.dyn.telefonica.de] has joined #code |
01:17 | | Degi_ [Degi@Nightstar-nb8e9q.dyn.telefonica.de] has quit [Ping timeout: 121 seconds] |
01:21 | | Degi- [Degi@Nightstar-rkiqqo.dyn.telefonica.de] has quit [Connection closed] |
02:03 | | Emmy [Emmy@Nightstar-9p7hb1.direct-adsl.nl] has joined #code |
02:09 | | Emmy [Emmy@Nightstar-9p7hb1.direct-adsl.nl] has quit [Ping timeout: 121 seconds] |
02:12 | | Kindamoody is now known as Kindamoody[zZz] |
02:26 | | VirusJTG [VirusJTG@Nightstar-42s.jso.104.208.IP] has quit [[NS] Quit: Leaving] |
02:28 | | Vorntastic [uid293981@Nightstar-6br85t.irccloud.com] has quit [[NS] Quit: Connection closed for inactivity] |
02:37 | | VirusJTG [VirusJTG@Nightstar-42s.jso.104.208.IP] has joined #code |
02:37 | | mode/#code [+ao VirusJTG VirusJTG] by ChanServ |
05:16 | | Derakon is now known as Derakon[AFK] |
08:14 | | Tamber [tamber@furryhelix.co.uk] has quit [Connection reset by peer] |
08:14 | | Tamber [tamber@furryhelix.co.uk] has joined #code |
08:15 | | mode/#code [+o Tamber] by ChanServ |
09:23 | <&[R]> | Don't the Intel archetectures also not have a 1-1 relationship? |
09:33 | <&McMartin> | Indeed |
09:33 | <&McMartin> | 6502 is unique in *having* one. |
09:34 | <&McMartin> | like, in Z80 or x86, MOV AX, BX and MOV AX, CX are different opcodes for MOV encoding some arguments in |
09:34 | <&McMartin> | On the 6502 TAX, TAY, TXS, etc are all independent mnemonics. |
09:35 | <&McMartin> | so the opode is uniquely determined by mnemonic+addressing mode |
09:35 | <&McMartin> | while you have to actually do some *assembling* of your instructions normally. |
09:36 | <&[R]> | Ahh |
09:37 | <&McMartin> | I think but am not positive that the 65816 also has that, but it's a superset, so |
09:38 | <&McMartin> | Meanwhile, the bits of the arguments in ARM32 aren't necessarily even contiguous |
09:53 | | Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has joined #code |
09:53 | | mode/#code [+qo Vornicus Vornicus] by ChanServ |
12:32 | | Kindamoody[zZz] is now known as Kindamoody |
12:45 | | You're now known as TheWatcher[d00m] |
14:03 | | celticminstrel is now known as celmin|away |
14:12 | | Kindamoody is now known as Kindamoody|afk |
14:13 | | Kindamoody|afk [Kindamoody@Nightstar-eubaqc.tbcn.telia.com] has quit [[NS] Quit: Later!] |
14:27 | <&ToxicFrog> | ...why should they be? |
14:43 | | You're now known as TheWatcher |
15:19 | <@TheWatcher> | Oh, hey, my code works unchanged under 5.26, no warnings or anything. Wasn't expecting that. |
16:50 | | Degi [Degi@Nightstar-rkiqqo.dyn.telefonica.de] has joined #code |
16:55 | | Emmy [Emmy@Nightstar-9p7hb1.direct-adsl.nl] has joined #code |
17:00 | | Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has quit [Ping timeout: 121 seconds] |
18:22 | | Kindamoody|autojoin [Kindamoody@Nightstar-eubaqc.tbcn.telia.com] has joined #code |
18:22 | | mode/#code [+o Kindamoody|autojoin] by ChanServ |
18:22 | | Kindamoody|autojoin is now known as Kindamoody |
19:29 | <&McMartin> | ToxicFrog: In contrast to the very strong correlation between mnemonics and binaries in the 6502 ISA and the weaker but still present correlation in the Z80 and 16-bit x86, as discussed above that |
19:40 | < Degi> | https://pbs.twimg.com/media/DwZMKFdX4AICYWQ.jpg |
19:50 | | himi [sjjf@Nightstar-v37cpe.internode.on.net] has quit [Ping timeout: 121 seconds] |
20:03 | | Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has joined #code |
20:03 | | mode/#code [+qo Vornicus Vornicus] by ChanServ |
20:11 | | Tamber [tamber@furryhelix.co.uk] has quit [The TLS connection was non-properly terminated.] |
20:11 | | Tamber [tamber@furryhelix.co.uk] has joined #code |
20:11 | | mode/#code [+o Tamber] by ChanServ |
20:19 | <&ToxicFrog> | An acquaintance of mine is interested in learning about pentesting, especially using Kali Linux. Anyone here have online courses or the like they'd recommend? |
21:29 | | himi [sjjf@Nightstar-1drtbs.anu.edu.au] has joined #code |
21:29 | | mode/#code [+o himi] by ChanServ |
23:15 | | Emmy [Emmy@Nightstar-9p7hb1.direct-adsl.nl] has quit [Ping timeout: 121 seconds] |
23:49 | | Degi [Degi@Nightstar-rkiqqo.dyn.telefonica.de] has quit [Connection reset by peer] |
--- Log closed Wed Jan 09 00:00:36 2019 |