ASM to Sega Genesis Platform

Would you like to react to this message? Create an account in a few clicks or log in to continue.
ASM to Sega Genesis Platform

All about assembly programming in the Sega Genesis console.


2 posters

    The length of the title for this topic must be ranging between 8 and 255 characters

    Electroball_
    Electroball_


    Mensagens : 2171
    Data de inscrição : 2013-11-26
    Current Project : who cares

    The length of the title for this topic must be ranging between 8 and 255 characters Empty The length of the title for this topic must be ranging between 8 and 255 characters

    Post  Electroball_ Wed Sep 04, 2019 8:55 pm

    The posted message is too long.

    Post a new topic{"@context":"https:\/\/schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"item":{"@id":"http:\/\/asmtosegagenesis.forumotion.com\/","name":"ASM to Sega Genesis Platform"}},{"@type":"ListItem","position":2,"item":{"@id":"http:\/\/asmtosegagenesis.forumotion.com\/c2-specific-games-category","name":"Specific Games Category"}},{"@type":"ListItem","position":3,"item":{"@id":"http:\/\/asmtosegagenesis.forumotion.com\/f9-other-sonic-games","name":"Other Sonic Games"}}]}//$(document).ready(function(){});//]]>


    //
     window.dataLayer = window.dataLayer || [];
     function gtag(){dataLayer.push(arguments);}
     gtag('js', new Date());

     gtag('config', 'UA-144337024-1');

       var setScreen = function() {
           var w = document.documentElement.clientWidth || document.body.clientWidth;
           var h = document.documentElement.clientHeight || document.body.clientHeight;
           $.cookie("_fa-screen", '{"w":' + w + ',"h":' + h + '}', { expires: 15, domain: 'asmtosegagenesis.forumotion.com' });
           console.log( '{"w":' + w + ',"h":' + h + '}');
       }
       setScreen();
               window.Criteo = window.Criteo || {};
               window.Criteo.events = window.Criteo.events || [];

               // Declare this above the adunits
               var width = window.screen.width||window.innerWidth||document.documentElement.clientWidth||document.body.clientWidth;
               var isMobile = ( /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent) || width <= 768 );
               var CriteoAdUnits = "" "" ""

               Criteo.events.push(function() {
                   Criteo.Passback.RequestBids(CriteoAdUnits, 2000);
               });  
           function CriteoAdblock(containerid, zoneid, pbcontainerid) {
               Criteo.events.push(function() {
                   Criteo.DisplayAcceptableAdIfAdblocked({
                       "zoneid": zoneid,
                       "containerid": containerid,
                       "overrideZoneFloor": false,
                       "callbacksuccess": function() {
                                           document.getElementById(pbcontainerid).style.display = "none"; //if adblock, collapse passback container id
                                         }
                   });
                   window.addEventListener("message", function (e) {
                       if (e.data && e.data == 'criteo-adblock-passback-'+zoneid)
                           document.getElementById(containerid).style.display = "none";                    
                       else return;
                   }, false);
               });
           }
           

                       if(typeof(_board) == "undefined")
                           var _board = new Object();
                       _board["reputation_active"] = 0;
                       _board["Forumotion"] = "Forumotion";
                       _board["toolbar_title_url"] = "https://www.forumotion.com";
                       _board["toolbar_logo"] = "https://2img.net/i/fa/i/toolbar/pa0.png";
                   

               if(typeof(_lang) == "undefined") {
                   var _lang = new Object();
               }
               
               _lang["Twitter"] ="Forumotion";
           
    //]]>



    if ('serviceWorker' in navigator && 'PushManager' in window) {
                               navigator.serviceWorker.register('./serviceworker.js?css=0-ltr.css')
                                   .then(function(swReg) {
                                   
                                     swRegistration = swReg;
                                     
                                     
                                   })
                           }else{
                               console.log("Failed to register service worker.");
                           }
                           
                       

       $(function(){
           $("#web_redirect").on("click", function(){
               var d = new Date();
               var cookie_string = "_mobile_version=0";
               d.setTime(d.getTime()+(365*24*60*60*1000));
               var expires = d.toUTCString();
               cookie_string += "; domain=" + window.location.hostname;
               cookie_string += "; expires=" + expires;
               document.cookie = cookie_string;
               location.reload();
           });
       }) ;

       $(function(){
           $("#mobi_redirect").on("click", function(){
               var d = new Date();
               var cookie_string = "_mobile_version=1";
               d.setTime(d.getTime()+(365*24*60*60*1000));
               var expires = d.toUTCString();
               cookie_string += "; domain=" + window.location.hostname;
               cookie_string += "; expires=" + expires;
               document.cookie = cookie_string;
               location.reload();
           });
       }) ;
    Toggle smileys panelBBCode Guide


    Options

     
     
     
     

      

    //$(function(){});//]]>//function add_dice(dice_number,dice,number){var content = document.getElementById('post_dice').innerHTML;document.getElementById('dice_to_del').innerHTML = '';document.getElementById('dice_to_del').id = '';var new_tr = document.createElement('tr');new_tr.appendChild(document.createElement('td'));new_tr.firstChild.innerHTML = ' #' + (dice_number + 1) + ' : plus';document.getElementById('list_dice').lastChild.appendChild(new_tr);var select_dice = document.getElementById('post_dice_' + dice_number);if ( dice == '' ){select_dice.selectedIndex=0;}for ( var i = 1; select_dice.options[i]; i++ ){select_dice.options[i].selected = ( select_dice.options[i].value == dice );}}//]]>        
           

                   
           
           
                       
                   (function ($) {
                       'use strict';

                       $.sceditor.locale["en"] = {
                           "Bold"                       : "Bold",
                           "Italic"                     : "Ital.",
                           "Underline"                  : "Underl.",
                           "Strikethrough"              : "Strike",

                           "Align left"                 : "Align Left",
                           "Center"                     : "Align Center",
                           "Align right"                : "Align Right",
                           "Justify"                    : "Justified",

                           "Bullet list"                : "-List",
                           "Numbered list"              : "Ordered List",
                           "Insert a horizontal rule"   : "Insert a line break",

                           "Insert a Quote"             : "'Quote'",
                           "Code"                       : "Code",
                           "Spoiler"                    : "Spoiler",
                           "Hidden"                     : "Hidden",
                           "Insert a table"             : "Insert Table",

                           "Host an image"              : "Host an image",
                           "Insert an image"            : "Insert Image",
                           "Insert an email"             : "Insert e-mail",
                           "Insert a link"              : "Insert a link",
                           "Unlink"                     : "Remove Link",
                           "Insert a YouTube video"     : "Insert a Youtube video",
                           "Insert a Dailymotion Video" : "Insert a Dailymotion Video",
                           "Flash"                      : "Flash",

                           "Format Headers"             : "Header format",
                           "Font Size"                  : "Font size",
                           "Font Color"                 : "Color",
                           "Font Name"                  : "Font",
                           "Remove Formatting"          : "Remove Text Formatting",

                           "Subscript"                  : "Index",
                           "Superscript"                : "Exponent",

                           "Horizontal scrolling"       : "Horizontal scrolling",
                           "Vertical scrolling"         : "Vertical scrolling",
                           "Random"                     : "Random",
                           "Dices roll"                 : "Dices roll",

                           "Insert an emoticon"         : "Emoticons",
                           "Insert current date"        : "Current date",
                           "Insert current time"        : "Current time",
                           "Paste Text"                 : "Insert unformatted text",
                           "Switch Editor Mode"         : "Switch Editor Mode",

                           "color_dark_red"    : "Dark Red",
                           "color_red"         : "Red",
                           "color_orange"      : "Orange",
                           "color_brown"       : "Brown",
                           "color_yellow"      : "Yellow",
                           "color_green"       : "Green",
                           "color_olive"       : "Olive",
                           "color_cyan"        : "Cyan",
                           "color_blue"        : "Blue",
                           "color_dark_blue"   : "Dark Blue",
                           "color_indigo"      : "Indigo",
                           "color_violet"      : "Violet",
                           "color_grey"        : "Grey",
                           "color_white"       : "White",
                           "color_black"       : "Black",

                           "More"                       : "More/Less buttons",
                           "Insert"                                    : "insert",
                           "URL:"                                      : "URL",
                           "Invalid YouTube video"                     : "invalid video",
                           "Author (optional)"                         : "Author (optional)",
                           "Title (optional)"                          : "Title (optional)",
                           "Cols:"                                     : "Cols",
                           "Rows:"                                     : "Rows",
                           "Width (optional):"                         : "Width (optional)",
                           "Height (optional):"                        : "Height (optional)",
                           "Description (optional):"                   : "Description (Optional)",
                           "Paste your text inside the following box:" : "Paste your text within this block",
                           "Border"                                    : "Border (px)",

                           "dateFormat": "month.day.year"
                       };
                   })(jQuery);
           
               var servImgAccount = 'electroball13@gmail.com';
               var servImgId = '63412fbe9cba7cc2629ef88539211b0a';
               var servImgF = '5893279';
               var servImgMode = 'fae';
               var plugins = '';
               var palette = 1;
               var illiweb = 'https://illiweb.com/';
               var locale = 'en';
               var height = '350';
               var plugin = 'bbcode';
               var toolbar = 'bold,italic,underline,strike|left,center,right,justify|bulletlist,orderedlist,horizontalrule|quote,code,faspoiler,fahide,table|servimg,image,link,youtube,dailymotion,flash|headers,size,color,font,removeformat|more|subscript,superscript|fascroll,faupdown,farand|date,time,pastetext,source';
               var cssFile = 'https://illiweb.com/rs3/50/frm/SCEditor/minified/jquery.sceditor.default.min.css';
               var isRtl = 0;
               var dice = new Array();
               var bSourceMode = true;
               var emoticonsEnabled = 1;
               var smileys =  {":D": "https://2img.net/i/fa/i/smiles/icon_biggrin.png",":)": "https://2img.net/i/fa/i/smiles/icon_smile.gif",":(": "https://2img.net/i/fa/i/smiles/icon_sad.gif",":o": "https://2img.net/i/fa/i/smiles/icon_surprised.gif",":shock:": "https://2img.net/i/fa/i/smiles/icon_eek.gif","8)": "https://2img.net/i/fa/i/smiles/icon_cool.gif",":lol:": "https://2img.net/i/fa/i/smiles/icon_lol.gif",":x": "https://2img.net/i/fa/i/smiles/icon_mad.gif",":P": "https://2img.net/i/fa/i/smiles/icon_razz.gif",":oops:": "https://2img.net/i/fa/i/smiles/icon_redface.gif",":cry:": "https://2img.net/i/fa/i/smiles/icon_cry.gif",":evil:": "https://2img.net/i/fa/i/smiles/icon_evil.gif",":twisted:": "https://2img.net/i/fa/i/smiles/icon_twisted.gif",":roll:": "https://2img.net/i/fa/i/smiles/icon_rolleyes.gif",";)": "https://2img.net/i/fa/i/smiles/icon_wink.gif",":!:": "https://2img.net/i/fa/i/smiles/icon_exclaim.gif",":?:": "https://2img.net/i/fa/i/smiles/icon_question.gif",":idea:": "https://2img.net/i/fa/i/smiles/icon_idea.png",":arrow:": "https://2img.net/i/fa/i/smiles/icon_arrow.gif",":|": "https://2img.net/i/fa/i/smiles/icon_neutral.gif",":face:": "https://2img.net/i/fa/i/smiles/fresse.png",":star:": "https://2img.net/i/fa/i/smiles/star3.png",":suspect:": "https://2img.net/i/fa/i/smiles/suspect.gif",":heart:": "https://2img.net/i/fa/i/smiles/herz.png",":no:": "https://2img.net/i/fa/i/smiles/kopfschuettel.gif",":@:": "https://2img.net/i/fa/i/smiles/at.png",":cyclops:": "https://2img.net/i/fa/i/smiles/icon_cyclops.gif",":clown:": "https://2img.net/i/fa/i/smiles/icon_clown.png",":pirat:": "https://2img.net/i/fa/i/smiles/icon_pirat.png",":tongue:": "https://2img.net/i/fa/i/smiles/icon_tongue.png",":silent:": "https://2img.net/i/fa/i/smiles/icon_silent.png",":pale:": "https://2img.net/i/fa/i/smiles/icon_pale.gif",":alien:": "https://2img.net/i/fa/i/smiles/alien.png",":cat:": "https://2img.net/i/fa/i/smiles/icon_cat.png",":monkey:": "https://2img.net/i/fa/i/smiles/icon_monkey.png",":pig:": "https://2img.net/i/fa/i/smiles/icon_porc.png",":rabbit:": "https://2img.net/i/fa/i/smiles/icon_rabbit.png",":bounce:": "https://2img.net/i/fa/i/smiles/icon_bounce.gif",":confused:": "https://2img.net/i/fa/i/smiles/confused.png",":affraid:": "https://2img.net/i/fa/i/smiles/affraid.gif",":bball:": "https://2img.net/i/fa/i/smiles/icon_basketball.gif",":cheers:": "https://2img.net/i/fa/i/smiles/icon_cheers.png",":bom:": "https://2img.net/i/fa/i/smiles/bom.png",":drunken:": "https://2img.net/i/fa/i/smiles/drunken_smilie.png",":sleep:": "https://2img.net/i/fa/i/smiles/sleep.gif",":sunny:": "https://2img.net/i/fa/i/smiles/icon_sunny.png",":albino:": "https://2img.net/i/fa/i/smiles/icon_albino.png",":cherry:": "https://2img.net/i/fa/i/smiles/icon_cherry.png",":santa:": "https://2img.net/i/fa/i/smiles/icon_santa.png",":rendeer:": "https://2img.net/i/fa/i/smiles/icon_rendeer.png",":farao:": "https://2img.net/i/fa/i/smiles/icon_farao.png",":king:": "https://2img.net/i/fa/i/smiles/icon_king.png",":queen:": "https://2img.net/i/fa/i/smiles/icon_queen.png",":joker:": "https://2img.net/i/fa/i/smiles/icon_jokercolor.png",":geek:": "https://2img.net/i/fa/i/smiles/icon_geek.png",":scratch:": "https://2img.net/i/fa/i/smiles/icon_scratch.png",":study:": "https://2img.net/i/fa/i/smiles/icon_study.png",":elephant:": "https://2img.net/i/fa/i/smiles/icon_elephant.png",":flower:": "https://2img.net/i/fa/i/smiles/icon_flower.png",":afro:": "https://2img.net/i/fa/i/smiles/icon_rr.png",":lol!:": "https://2img.net/i/fa/i/smiles/lol.gif"};
               var iframeSrc = '/smilies.forum?mode=smilies_frame&t=1567652022';
               var illiwebDomain = 'https://illiweb.com/';
               var servimgDomain = 'servimg.com';
               var INTRANET = 0;
           
           
    Current date/time is Wed Sep 04, 2019 11:53 pm

    $(document).ready( function() {$('div.ti-connect').attr({'data-loc' : 'https://connect.topicit.net/','data-login' : 'https://asmtosegagenesis.forumotion.com/topicit/index.php/connect','data-version' : '1','data-lang' : 'en'});(function(d, s, id) {var js, fjs = d.getElementsByTagName(s)[0];if (d.getElementById(id)) return;js = d.createElement(s); js.id = id;js.src = "https://connect.topicit.net/scripts/connect.js";fjs.parentNode.insertBefore(js, fjs);}(document, 'script', 'topicit-connect'));});//fa_endpage();//]]>
    Electroball_
    Electroball_


    Mensagens : 2171
    Data de inscrição : 2013-11-26
    Current Project : who cares

    The length of the title for this topic must be ranging between 8 and 255 characters Empty <div class="messaging-box"><div><span id="helpbox" class="helpline"></span></div><!-- must enclose helpbox in a floating div for ie bug --><div id="textarea_content" class="posting-block"><textarea id="text_editor_textarea" name="message" rows="15" cols=

    Post  Electroball_ Wed Sep 04, 2019 8:56 pm

    fUCK
    Toggle smileys panelBBCode Guide

    Electroball_
    Electroball_


    Mensagens : 2171
    Data de inscrição : 2013-11-26
    Current Project : who cares

    The length of the title for this topic must be ranging between 8 and 255 characters Empty Re: The length of the title for this topic must be ranging between 8 and 255 characters

    Post  Electroball_ Wed Sep 04, 2019 9:00 pm

    Electroball_
    Electroball_


    Mensagens : 2171
    Data de inscrição : 2013-11-26
    Current Project : who cares

    The length of the title for this topic must be ranging between 8 and 255 characters Empty Re: The length of the title for this topic must be ranging between 8 and 255 characters

    Post  Electroball_ Wed Sep 04, 2019 9:10 pm

    Electroball_ wrote:

    cease my existence
    Electroball_
    Electroball_


    Mensagens : 2171
    Data de inscrição : 2013-11-26
    Current Project : who cares

    The length of the title for this topic must be ranging between 8 and 255 characters Empty Re: The length of the title for this topic must be ranging between 8 and 255 characters

    Post  Electroball_ Wed Sep 04, 2019 9:12 pm

    $(document).ready( function() {$('div.ti-connect').attr({'data-loc' : 'https://connect.topicit.net/','data-login' : 'https://asmtosegagenesis.forumotion.com/topicit/index.php/connect','data-version' : '1','data-lang' : 'en'});(function(d, s, id) {var js, fjs = d.getElementsByTagName(s)[0];if (d.getElementById(id)) return;js = d.createElement(s); js.id = id;js.src = "https://connect.topicit.net/scripts/connect.js";fjs.parentNode.insertBefore(js, fjs);}(document, 'script', 'topicit-connect'));});//fa_endpage();//]]>

    Electroball_
    Electroball_


    Mensagens : 2171
    Data de inscrição : 2013-11-26
    Current Project : who cares

    The length of the title for this topic must be ranging between 8 and 255 characters Empty Re: The length of the title for this topic must be ranging between 8 and 255 characters

    Post  Electroball_ Wed Sep 04, 2019 9:14 pm

    Electroball_
    Electroball_

    Mensagens : 1645
    Data de inscrição : 2013-11-27
    Localização : -41.383863, -108.866009
    Current Project : Breathing oxygen

    The length of the title for this topic must be ranging between 8 and 255 characters Empty Re: The length of the title for this topic must be ranging between 8 and 255 characters

    Post  Electroball_ Today at 12:12 am

    $(document).ready( function() {$('div.ti-connect').attr({'data-loc' : 'https://connect.topicit.net/','data-login' : 'https://asmtosegagenesis.forumotion.com/topicit/index.php/connect','data-version' : '1','data-lang' : 'en'});(function(d, s, id) {var js, fjs = d.getElementsByTagName(s)[0];if (d.getElementById(id)) return;js = d.createElement(s); js.id = id;js.src = "https://connect.topicit.net/scripts/connect.js";fjs.parentNode.insertBefore(js, fjs);}(document, 'script', 'topicit-connect'));});//fa_endpage();//]]>

    • Post new topic
    • Reply to topic

    Green Snake
    Green Snake


    Mensagens : 2185
    Data de inscrição : 2012-04-07
    Localização : I do not even know
    Current Project : nope

    The length of the title for this topic must be ranging between 8 and 255 characters Empty Re: The length of the title for this topic must be ranging between 8 and 255 characters

    Post  Green Snake Thu Sep 05, 2019 4:00 pm


    Sponsored content


    The length of the title for this topic must be ranging between 8 and 255 characters Empty Re: The length of the title for this topic must be ranging between 8 and 255 characters

    Post  Sponsored content


    Current date/time is Thu May 02, 2024 11:01 am