Jump to content

Happy_Dude

Members
  • Content Count

    4,188
  • Joined

  • Last visited

Everything posted by Happy_Dude

  1. Any one else notice this is page 2 of 1 Heya POG
  2. 3 or 4 hours to go Thanks for keeping me up late Who needs sleep when theres an Atari game to win
  3. I woldn't want to leave a sticky mess at all And thanks BTW
  4. I think "GMT +/-*" would be the best way to represent times on an international fourm. Most people can understand GMT but mabey I'm just wacky like that.
  5. 13 shoes is just a running gag not a game. (get it "running" gag. Running... shoes... )
  6. church PM me you're details so I can send you you're prize's Activision's Skate Boarding and A 2600 jr (to play it on) If you don't need a 2600 for some reason I'm sure we can work something out
  7. Try Kazza Or Google it, Free assemblers are everywhere
  8. We have a tie Channel 2 and church. I did mean Sente "The initiative" But the code actually reads Hente Congratulations to Channel 2 for going out on a limb I messed up the encryption after I had to change the word This is where the H comes in h v m g v Reverse Alphabet encryption a b c d e f g h i j k l m n o p q r s t u v w x y z z y x w v u t s r q p o n m l k j i h g f e d c b a You can see what happened Tie break time: Only Channel 2 and church can participate now as it is a tie First person to explain what Syzygy means wins ( As long as their correct )
  9. Like I said here there may be something else up for grabs. (So don't let the PAL status of the cart deter you) and if you think you have solved it "POST IT HERE", Don't PM me asking if you have it right (You know who you are). That will stop others making the same mistake GO to the above link (there may be a clue or 2)
  10. .EXE Hello world DOSSEG .MODEL SMALL .STACK 200h .DATA .CODE Message db "Hello World$" START: mov ax,cs ;cs points to code seg or message mov ds,ax mov dx,offset Message mov ah,9 int 21h ;print dx mov ax,4c00h int 21h END START .COM Hello world MAIN SEGMENT BYTE ASSUME CS:main,DS:MAIN,SS:NOTHING ORG 100H Message db "Hello World$" START: mov ax,cs mov ds,ax mov dx,offset Message mov ah,9 int 21h mov ah,4CH mov al,0 int 21H MAIN ENDS END START Hope this helps
  11. I have a couple of billion disks to search through, but I'll post some TASM code for strings when I find it. If you're not using tasm you should be able to port it easily enough as I like to HEAVILY comment my code
  12. What processor are you programing for? I know a little x86 ASM and its really easy to print strings. (just don't ask me how it's been 2 or 3 years since I did it )
  13. ASM? Whats that? j/k Keep it up. You'll be tearing you're hair out in no time
  14. So I finally decided to have a contest The prize is a PAL cart (Just thought I'd warn people) O.k so Snider-man kinda gave out the answer to the encryption I was using initially (what are the odds? That kinda freaked me out) but I'm to lazy to change it at the last second so I just changed the word from what you would win to a puzzle you have to solve to win. The cart will still remain a mystery! Decode this and tell me it's significance to Atari 01000 00101 01110 10100 00101 1 guess per person until I reset the guesses If this contest ends up being too long I may start giving clues. This isn't the same as Snider-man's btw Have fun "Do ya wanna be Hackers, Code crackers, Slackers" - Weird Al
  15. Nope. You can post feedback for anyone at any time. It is illigal for them to not send the item. The action is a legal contract between Bidder and seller
  16. The time is drawing near my bretheren. Soon.
×
×
  • Create New...