Recent content by formerisan

  1. F

    28X2 Run command examples utilizing stack-like approach

    28X2 Run command examples utilizing stack-like storage Hi, My 28x2 project was running out of space on slot 0 and it started to extend into other slots. Enclosed are a pair of example codes which utilize a stack-like storage to help make jumps and returns across slots more manageable. A PDf...
  2. F

    Text Color after #REM/#ENDREM combo

    Found issue on PICAXE Programming Editor: - V5.3.3 (Syntax DLL 262144). - Chip selected: 28X2 - Issue: The text color after #REM/#ENDREM combo stays as green, instead of blue code: symbol kk11=b7 #REM kk11 = 75 #ENDREM do <-- green, expected blue loop <-- green, expected blue
Top