Athletics at the 2013 Southeast Asian Games – Men's shot put

Schedule

All times are Myanmar Standard Time (UTC+06:30)

Date Time Event
Thursday, 19 December 201315:40Final

Records

Prior to this competition, the existing world, Asian, and Southeast Asian Games records were as follows.

World Record Randy Barnes (USA)23.12Los Angeles, United States20 May 1990
Asian Record Sultan Al-Hebshi (KSA)21.13Doha, Qatar8 May 2009
Games Record Chatchawal Polyiam (THA)17.74Palembang, Indonesia13 November 2011

Results

Legend
  • X — Failure
Rank Athlete Attempts Result Notes
1 2 3 4 5 6
 Thawat Khachin (THA)??????17.54
 Adi Aliffuddin Hussin (MAS)??????17.10
 Mr Chatchawal Polyiam (THA)??????16.85
4 Eliezer Sunang (PHI)??????16.72NR
5 De Ye Wu (MYA)??????13.91
6 Thein Zaw Myo (MYA)??????13.02

[2]

gollark: In my case it's opcode, 2 4-bit registers, and a 16-bit constant.
gollark: If I wasn't currently writing test code by hand as hexadecimal strings, I might do what MIPS does and make opcodes 6 bits and register indices 5 bits.
gollark: Currently it just means "print all registers", but most information is there.
gollark: ```instructions (everything >8 bits is big endian):HALT - 00 - halt executionNOP - 01 - do nothingPEEK - 02 [register 1][register 2] [16-bit constant] - load value at (constant + ri2) in memory into ri1POKE - 03 [register 1][register 2] [16-bit constant] - ↑ but other way roundADD - 04 [register 1][register 2] [16-bit constant] - save (constant + ri2) to ri1JEQ - 05 [register 1][register 2] [16-bit constant] - set program counter to constant if ri1 = ri2JNE - 06 [register 1][register 2] [16-bit constant] - set program counter to constant if ri1 != ri2JLT - 07 [register 1][register 2] [16-bit constant] - set program counter to constant if ri1 < ri2TEST - FF - print debug information```
gollark: Well, Lua makes bitops like that kind of annoying, so maybe I'll just put "implement signed numbers" down as "later" rather than "never".

References

  1. "Competition Schedules". 27seagames2013.com. Archived from the original on 30 December 2013. Retrieved 14 December 2013.
  2. "Archived copy" (PDF). Archived from the original (PDF) on 2013-12-20. Retrieved 2013-12-25.CS1 maint: archived copy as title (link)
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.