Skip to main content

Timeline for Generate an RGB colour grid

Current License: CC BY-SA 4.0

18 events
when toggle format what by license comment
Feb 22, 2021 at 14:44 history edited 640KB CC BY-SA 4.0
added 284 characters in body
Jun 17, 2020 at 9:04 history edited CommunityBot
Commonmark migration
Dec 4, 2019 at 18:19 history edited 640KB CC BY-SA 4.0
add TL;DR
Apr 30, 2019 at 14:31 history edited 640KB CC BY-SA 4.0
better explanation of instructions
Apr 30, 2019 at 8:55 comment added Samy Bencherif God this is a cool answer
Apr 17, 2019 at 19:09 history edited 640KB CC BY-SA 4.0
-1 byte, use 90H to signal end of table, remove loop
Apr 17, 2019 at 16:33 comment added 640KB @marshalcraft You are correct, however since it's for DOS it's a 16-bit executable, and if you have a 32-bit version of Windows it should actually run as it has a 16-bit runtime environment. However a 64-bit edition of Windows won't run it as it only has a 32-bit runtime.
Apr 17, 2019 at 16:24 comment added marshal craft Windows comes with limited dos emulator, probably now called command prompt, which I probably should have said, would be cool if it worked with cmd or PowerShell haha.
Apr 17, 2019 at 12:56 comment added 640KB @marshalcraft Yes, in fact this will only work in DOS, or using a DOS emulator such as DOSBox, pcjs.org, etc. I've added a link to download the executable so you can give it a try.
Apr 17, 2019 at 12:55 history edited 640KB CC BY-SA 4.0
add download link
Apr 17, 2019 at 5:24 comment added marshal craft Will this work in dos, prib not but would be cool if it did.
Apr 16, 2019 at 22:04 history edited 640KB CC BY-SA 4.0
-1 byte, test AL instead of BL
Apr 16, 2019 at 21:55 history edited 640KB CC BY-SA 4.0
add opcodes to listing, no need to have a PROC
Apr 16, 2019 at 19:31 history edited 640KB CC BY-SA 4.0
-2 bytes, use high nibble to mark end of row
Apr 16, 2019 at 18:40 history edited 640KB CC BY-SA 4.0
-3 bytes, use INC DX trick to increment both
Apr 16, 2019 at 18:34 history edited 640KB CC BY-SA 4.0
deleted 47 characters in body
Apr 16, 2019 at 18:26 history edited 640KB CC BY-SA 4.0
edited body
Apr 16, 2019 at 18:21 history answered 640KB CC BY-SA 4.0