https://graphicpolicy.com/2026/06/20/sdcc-2026-alex-ross-spotlights-marvel-dimensions-plus-exclusives/
San Diego Comic Con 2026: New Joe Corroney prints available
#JoeCorroney #SanDiegoComicCon #StarWars #FanthaTracks #SDCC #JoeCorroney
Check out the new Joe Corroney prints available at San Diego Comic Con 2026.
Read the whole story at the below link:

Comic-COn 2026 Comic-Con 2026 Announces Seventh Wave of Special Guests In addition to its previously announced 30 names, Comic-Con welcomes David Gerrold, Nicole Goux, William Stout, and Scott Williams as Special Guests for 2026. David Gerrold David Gerrold has been writing professionally for more than half a century. He created the tribbles for Star Trek […]
FoCC Con Intel San Diego Comic Con 2026 Takes On A Strange New Worlds #SDCC Badge @sddd #SDCC2026 #StarTrek #StrangeNewWorlds
https://www.friendsofcc.com/2026/06/16/focc-san-diego-comic-con-2026-takes-on-a-strange-new-world/
// NOTE: The following is required by the 'printf' function!
int putchar(int ch) {
if (ch == 10) ch = 13; // newline -> CR
__asm
ld a,4 (ix)
rst 0x10
__endasm;
return ch;
}
int main() {
printf("Hello, World!\r");
while (1); // TODO: How to return control to BASIC?
return 0;
}